Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies, move to Node 20 #323

Merged
merged 6 commits into from
Nov 12, 2023
Merged

Conversation

manics
Copy link
Member

@manics manics commented Nov 12, 2023

Closes #322 which bump the version of @actions/github to 6.0.0, requiring node 20.

It looks like @actions/github uses fetch to make http calls which can't be mocked by Nock nock/nock#2183 so I've switch to using undici.MockAgent which seems to be the default implementation for fetch in Node.

This will hopefully get rid of the
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
warning that appears on invocations of the last release of this action.

dependabot bot and others added 4 commits November 12, 2023 00:05
Bumps the all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `5.1.1` | `6.0.0` |
| [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.0` | `0.38.1` |
| [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.52.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.4.2` | `27.6.0` |
| [nock](https://github.com/nock/nock) | `13.3.3` | `13.3.7` |


Updates `@actions/github` from 5.1.1 to 6.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Updates `@vercel/ncc` from 0.38.0 to 0.38.1
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.38.0...0.38.1)

Updates `eslint` from 8.50.0 to 8.52.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.52.0)

Updates `eslint-plugin-jest` from 27.4.2 to 27.6.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v27.4.2...v27.6.0)

Updates `nock` from 13.3.3 to 13.3.7
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.3.3...v13.3.7)

---
updated-dependencies:
- dependency-name: "@actions/github"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Required by `@actions/github 5.1.1 → 6.0.0`
@manics manics closed this Nov 12, 2023
@manics manics reopened this Nov 12, 2023
@manics manics closed this Nov 12, 2023
@manics manics reopened this Nov 12, 2023
@manics manics added dependencies Pull requests that update a dependency file breaking labels Nov 12, 2023
@manics
Copy link
Member Author

manics commented Nov 12, 2023

Ignore the pre-commit status, we don't use pre-commit in this repo since it's all handled by npm

Copy link
Member

@consideRatio consideRatio left a comment

Choose a reason for hiding this comment

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

Thank you @manics!! Looks good to me, so we go for a major version release with this merged i figure.

@consideRatio consideRatio merged commit 956df5e into jupyterhub:main Nov 12, 2023
1 of 2 checks passed
@manics manics deleted the pr322 branch November 12, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants