⬆️ Update dependencies on and allow github-actions management by dependabot#457
⬆️ Update dependencies on and allow github-actions management by dependabot#457wwilsman merged 5 commits intopercy:masterfrom mmorel-35:master
Conversation
Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 8.0.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.5.3...8.0.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ⬆️ Bump actions/setup-node from 1 to 2.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/lint.yml * Update .github/workflows/release.yml * Update .github/workflows/windows.yml * Update .github/workflows/windows.yml * Update .github/workflows/typecheck.yml * Update .github/workflows/test.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Bumps [rollup](https://github.com/rollup/rollup) from 2.54.0 to 2.55.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.54.0...v2.55.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@rollup/plugin-alias](https://github.com/rollup/plugins/tree/HEAD/packages/alias) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/alias/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/alias-v3.1.5/packages/alias) --- updated-dependencies: - dependency-name: "@rollup/plugin-alias" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
wwilsman
left a comment
There was a problem hiding this comment.
Thanks @mmorel-35!
Weird how dependabot pinned one of these setup-node actions to v2.3.0 but the rest to just v2. Looks automated though, so nothing to do about it I suppose.
🎮 🎉
|
Hm, I don't know if I want to do this -- unless we go through and update the rest of the SDK repos to match. |
|
@robdel I definitely think it would be good to have our actions autoupdate. Even for those repos. Could have security issues and such that are fixed |
|
👍🏼 Let's make sure this makes it to all the other repos so we're not triaging similar-but-different configs/setups in the future |
|
Created an issue to track automating things like this that should be copied to other repos. I can at least spike something similar to how @Robdel12 spiked mass label management. |
That was me, I modified it and just forgot one. |
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.2.1 to 9.3.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](cypress-io/cypress@v9.2.1...v9.3.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Hi! This pr allows dependabot to handle github actions dependencies management.
I also included the update of the current dependencies.