Skip to content

⬆️ Update dependencies on and allow github-actions management by dependabot#457

Merged
wwilsman merged 5 commits intopercy:masterfrom
mmorel-35:master
Jul 30, 2021
Merged

⬆️ Update dependencies on and allow github-actions management by dependabot#457
wwilsman merged 5 commits intopercy:masterfrom
mmorel-35:master

Conversation

@mmorel-35
Copy link
Copy Markdown
Contributor

Hi! This pr allows dependabot to handle github actions dependencies management.
I also included the update of the current dependencies.

mmorel-35 and others added 5 commits July 30, 2021 09:42
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>
Copy link
Copy Markdown
Contributor

@wwilsman wwilsman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

🎮 🎉

@Robdel12
Copy link
Copy Markdown
Contributor

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.

@wwilsman wwilsman changed the title Update Dependencies on and allow github-actions management by dependabot ⬆️ Update dependencies on and allow github-actions management by dependabot Jul 30, 2021
@wwilsman wwilsman added the ⬆️⬇️ dependencies Pull requests that update a dependency file label Jul 30, 2021
@wwilsman
Copy link
Copy Markdown
Contributor

@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

@Robdel12
Copy link
Copy Markdown
Contributor

👍🏼 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

@wwilsman
Copy link
Copy Markdown
Contributor

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.

@wwilsman wwilsman merged commit 7eee4d1 into percy:master Jul 30, 2021
@mmorel-35
Copy link
Copy Markdown
Contributor Author

mmorel-35 commented Jul 30, 2021

Weird how dependabot pinned one of these setup-node actions to v2.3.0 but the rest to just v2.

That was me, I modified it and just forgot one.
Some people prefer to have just the major version. Usually, dependabot is using the full semantical version.

samarsault pushed a commit that referenced this pull request Mar 3, 2023
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⬆️⬇️ dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants