Bump the npm-minor group with 6 updates#3489
Conversation
Bumps the npm-minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.54.0` | `8.55.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.54.0` | `8.56.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.27.2` | `0.27.3` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.5.0` | `62.5.4` | | [nock](https://github.com/nock/nock) | `14.0.10` | `14.0.11` | Updates `semver` from 7.7.3 to 7.7.4 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.7.3...v7.7.4) Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.55.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.55.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.54.0 to 8.56.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.56.0/packages/parser) Updates `esbuild` from 0.27.2 to 0.27.3 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.2...v0.27.3) Updates `eslint-plugin-jsdoc` from 62.5.0 to 62.5.4 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.5.0...v62.5.4) Updates `nock` from 14.0.10 to 14.0.11 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v14.0.10...v14.0.11) --- updated-dependencies: - dependency-name: semver dependency-version: 7.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@typescript-eslint/parser" dependency-version: 8.56.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: esbuild dependency-version: 0.27.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: eslint-plugin-jsdoc dependency-version: 62.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: nock dependency-version: 14.0.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
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.
Pull request overview
This is an automated Dependabot PR that updates 6 npm packages in the npm-minor group. The updates include bug fixes for semver and nock (including a memory leak fix), features and fixes for TypeScript ESLint packages, a bug fix for esbuild's handling of URL fragments in data URLs, and bug fixes for eslint-plugin-jsdoc.
Changes:
- Updates 6 npm dev/runtime dependencies with minor and patch version bumps
- Regenerates package-lock.json with new dependency versions
- Propagates version changes to compiled JavaScript files in lib/
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates dependency versions for 6 packages |
| package-lock.json | Updates resolved versions and integrity hashes for dependencies and their transitive dependencies |
| lib/*.js | Generated JavaScript files containing bundled package.json content (not reviewed per repository guidelines) |
| "@types/sinon": "^21.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.54.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.55.0", | ||
| "@typescript-eslint/parser": "^8.48.0", |
There was a problem hiding this comment.
The PR description indicates that @typescript-eslint/parser should be updated from 8.54.0 to 8.56.0, but the package.json file shows no changes to this dependency (it remains at ^8.48.0). However, package-lock.json does update the resolved version to 8.56.0.
This creates a version mismatch issue: @typescript-eslint/eslint-plugin is being updated to 8.55.0, while the parser version constraint in package.json remains at ^8.48.0. Although ^8.48.0 allows 8.56.0 to be installed, it's best practice to keep these TypeScript ESLint packages aligned with the same major.minor version to avoid compatibility issues.
The package.json line for @typescript-eslint/parser should be updated to ^8.56.0 to match the actual installed version and maintain compatibility with the eslint-plugin.
| "@typescript-eslint/parser": "^8.48.0", | |
| "@typescript-eslint/parser": "^8.56.0", |
Bumps the npm-minor group with 6 updates:
7.7.37.7.48.54.08.55.08.54.08.56.00.27.20.27.362.5.062.5.414.0.1014.0.11Updates
semverfrom 7.7.3 to 7.7.4Release notes
Sourced from semver's releases.
Changelog
Sourced from semver's changelog.
Commits
5993c2echore: release 7.7.4 (#839)120968bdeps:@npmcli/template-oss@4.29.0 (#840)a29faa5fix(cli): pass options to semver.valid() for loose version validation (#835)1d28d5edocs: fix typos and update -n CLI option documentation (#836)5816d4cchore: bump@npmcli/template-ossfrom 4.28.0 to 4.28.1 (#829)ab9e28achore: bump@npmcli/template-ossfrom 4.27.1 to 4.28.0 (#827)44d7130chore: bump@npmcli/eslint-configfrom 5.1.0 to 6.0.0 (#824)7073576chore: reorder parameters in invalid-versions.js test (#820)16a35f5chore: bump@npmcli/template-ossfrom 4.26.0 to 4.27.1 (#823)3a3459dchore: bump@npmcli/template-ossfrom 4.25.1 to 4.26.0 (#818)Updates
@typescript-eslint/eslint-pluginfrom 8.54.0 to 8.55.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.Commits
fedfe86chore(release): publish 8.55.08a95834fix(eslint-plugin): [no-useless-default-assignment] reduce param index to ts ...4ba1e72fix(eslint-plugin): [no-useless-default-assignment] report unnecessary defaul...a1f8617feat(utils): deprecate defaultOptions in favor of meta.defaultOptions (#11992)3f0ce54fix(eslint-plugin): [no-useless-default-assignment] require strictNullChecks ...3df0002fix(eslint-plugin): [no-unused-vars] remove trailing newline when removing en...b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)Updates
@typescript-eslint/parserfrom 8.54.0 to 8.56.0Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
8b8b68fchore(release): publish 8.56.068a074ffeat: support ESLint v10 (#12057)fedfe86chore(release): publish 8.55.0b931f8cchore: use workspace refs for workspace deps (#12018)1f17a79chore: migrate to pnpm (#11248)Updates
esbuildfrom 0.27.2 to 0.27.3Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
9129e00publish 0.27.3 to npme20e411small fix to release notes0dc0f2dfix #4322: parse and print CSS@scoperules55fe391update firefox css gradient support2c35297update gradient lowering transform9209e44Update Go to 1.25.7 (#4388)e8d861bclose #4374: compat table for theusingfeature19b8887no longer needwilliamkapke/node-compat-table7e44218thekangax/compat-tablerepo moved to a new url23b9338runmake update-compat-tableUpdates
eslint-plugin-jsdocfrom 62.5.0 to 62.5.4Release notes
Sourced from eslint-plugin-jsdoc's releases.
Commits
bfef848fix(no-undefined-types): ensure template tags are defined; fixes #1655da44046fix(no-undefined-types): avoid treating infer type identifier as undefined;...a252868fix(default-expressionsandexamplesconfigs): avoid applying deprecated ...122d283fix(valid-types): allow numeric properties for jsdoc mode; fixes #1646dfc662efix(require-template): stop treating type parameters names as unknown templ...19f36b6fix(type-formatting): update jsdoccomment and devDeps.; fixes #1647Updates
nockfrom 14.0.10 to 14.0.11Release notes
Sourced from nock's releases.
Commits
db0b280fix: upgrade semantic-release (#2943)bc78af4Add write permission for contents in CI workflow (#2942)a4cb6b8fix: restore github actions write permissions (#2941)113dcacfix: migrate to npm OIDC (#2940)025db76fix: update@mswjs/interceptorsto fix a memory leak (#2938)e7418dachore(deps): bump actions/setup-node from 4 to 6 (#2924)2d4a5ccchore(deps-dev): bump js-yaml from 3.14.1 to 3.14.24f7e385chore: upgrade interceptors5177a33chore(deps): bump serialize-javascript and mocha (#2848)93611a2chore(deps-dev): bump prettier from 3.2.5 to 3.6.2 (#2883)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nock 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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