-
Notifications
You must be signed in to change notification settings - Fork 68
deps(NODE-6900): FY26Q2 dependency update #241
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
Conversation
…ectory with 6 updates Bumps the development-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.16` | | [chai-string](https://github.com/onechiporenko/chai-string) | `1.5.0` | `1.6.0` | | [eslint](https://github.com/eslint/eslint) | `9.19.0` | `9.23.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.5` | | [mongodb](https://github.com/mongodb/node-mongodb-native) | `6.13.0` | `6.15.0` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` | Updates `@types/node` from 22.13.0 to 22.13.16 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `chai-string` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/onechiporenko/chai-string/releases) - [Commits](onechiporenko/chai-string@v1.5.0...v1.6.0) Updates `eslint` from 9.19.0 to 9.23.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.23.0) Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.5 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.5) Updates `mongodb` from 6.13.0 to 6.15.0 - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](mongodb/node-mongodb-native@v6.13.0...v6.15.0) Updates `prettier` from 3.4.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: chai-string dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: mongodb dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
This reverts commit 1b0aeb6.
ee2deb1
to
8422066
Compare
Still seems to be some more, and I see you reverted the node-gyp update, I assume it's because incompatible? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(for viz, oops)
@nbbeeken That's not what I see:
How did you produce that list? And yes, node-gyp failed CI. |
Not sure why npm is omitting some portion of the deps, I get the same list as you if I run |
Oh I see, the lock file is already updated, but the package.json is left as is. It would be cosmetic but might as well update the package.json too for easy reference. I wonder if there's an npm command that will sync them? Edit: I guess that command would be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
viz
Description
What is changing?
Updates dependencies missed by dependabot because it has been nearly a month since dependabot ran.
Also, update the package file because dependabot doesn't always update it.
Is there new documentation needed for these changes?
What is the motivation for this change?
Release Highlight
Fill in title or leave empty for no highlight
Double check the following
npm run check:lint
scripttype(NODE-xxxx)[!]: description
feat(NODE-1234)!: rewriting everything in coffeescript