-
Notifications
You must be signed in to change notification settings - Fork 384
Bump the npm group with 5 updates #3087
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
Bumps the npm group with 5 updates: | Package | From | To | | --- | --- | --- | | [uuid](https://github.com/uuidjs/uuid) | `11.1.0` | `12.0.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.34.0` | `9.35.0` | | [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.7.0` | `7.7.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.41.0` | `8.43.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.41.0` | `8.43.0` | Updates `uuid` from 11.1.0 to 12.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v12.0.0) Updates `@eslint/js` from 9.34.0 to 9.35.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.35.0/packages/js) Updates `@types/semver` from 7.7.0 to 7.7.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver) Updates `@typescript-eslint/eslint-plugin` from 8.41.0 to 8.43.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.43.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.41.0 to 8.43.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.43.0/packages/parser) --- updated-dependencies: - dependency-name: uuid dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@eslint/js" dependency-version: 9.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/semver" dependency-version: 7.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.43.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-version: 8.43.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
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.
Pull Request Overview
Updates npm dependencies to newer versions, including a major version bump for the uuid
library from v11.1.0 to v12.0.0 alongside incremental updates to ESLint, TypeScript ESLint tooling, and type definitions.
- Major uuid library update with breaking changes (removes CommonJS support, drops Node 16)
- ESLint tooling updates with new features and bug fixes
- Type definition updates for semver
Files not reviewed (1)
- package-lock.json: Language not supported
"@types/sinon": "^17.0.4", | ||
"@typescript-eslint/eslint-plugin": "^8.41.0", | ||
"@typescript-eslint/eslint-plugin": "^8.43.0", | ||
"@typescript-eslint/parser": "^8.41.0", |
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.
The @typescript-eslint/parser version should be updated to match the eslint-plugin version (^8.43.0) to maintain compatibility between these related packages.
"@typescript-eslint/parser": "^8.41.0", | |
"@typescript-eslint/parser": "^8.43.0", |
Copilot uses AI. Check for mistakes.
Bumps the npm group with 5 updates:
11.1.0
12.0.0
9.34.0
9.35.0
7.7.0
7.7.1
8.41.0
8.43.0
8.41.0
8.43.0
Updates
uuid
from 11.1.0 to 12.0.0Release notes
Sourced from uuid's releases.
Changelog
Sourced from uuid's changelog.
Commits
7844bc2
chore(main): release 12.0.0 (#880)a2b4603
chore: npm run docs (#898)744a4a8
docs: add motivation for dropping CJS support (#897)3c9acd5
docs: fix CHANGELOG links. fixes #871 (#896)5fd974c
fix: improve v4() performance (#894)330ee3b
chore: minor example and benchmark cleanup (#893)caea889
chore: fix bug report forme1f42a3
fix: restore node: prefix (#889)c7ee405
feat!: update to [email protected] (#887)ae786e2
feat!: remove CommonJS support (#886)Updates
@eslint/js
from 9.34.0 to 9.35.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
af2a087
chore: package.json update for@eslint/js
release84ffb96
chore: update@eslint-community/eslint-utils
(#20069)Updates
@types/semver
from 7.7.0 to 7.7.1Commits
Updates
@typescript-eslint/eslint-plugin
from 8.41.0 to 8.43.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
ef9173c
chore(release): publish 8.43.04f44a6e
feat(typescript-estree): disallow empty type parameter/argument lists (#11563)bd8ed8d
fix(eslint-plugin): [prefer-return-this-type] don't report an error when retu...d8ca5ef
fix(eslint-plugin): [no-deprecated] should report deprecated exports and reex...8154204
docs: mark rules that are frozen on rules index page (#11467)5d15bc2
fix(eslint-plugin): [no-floating-promises] allowForKnownSafeCalls now support...f77a31d
fix(eslint-plugin): [consistent-type-exports] fix declaration shadowing (#11457)f0e64eb
fix(eslint-plugin): [no-unnecessary-type-conversion] only report ~~ on intege...c068a4f
fix(scope-manager): exclude Program from DefinitionBase node types (#11469)08e242c
fix(eslint-plugin): [no-non-null-assertion] do not suggest optional chain on ...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@typescript-eslint/eslint-plugin
since your current version.Updates
@typescript-eslint/parser
from 8.41.0 to 8.43.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
ef9173c
chore(release): publish 8.43.0d135909
chore(release): publish 8.42.0Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@typescript-eslint/parser
since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions