| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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. |
Sorry, something went wrong.
There was a problem hiding this comment.
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:
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) |
Sorry, something went wrong.
| "@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", |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps the npm-minor group with 6 updates:
Updates semver from 7.7.3 to 7.7.4
Release notesSourced from semver's releases.
ChangelogSourced from semver's changelog.
CommitsUpdates @typescript-eslint/eslint-plugin from 8.54.0 to 8.55.0
Release notesSourced from @typescript-eslint/eslint-plugin's releases.
ChangelogSourced from @typescript-eslint/eslint-plugin's changelog.
CommitsUpdates @typescript-eslint/parser from 8.54.0 to 8.56.0
Release notesSourced from @typescript-eslint/parser's releases.
ChangelogSourced from @typescript-eslint/parser's changelog.
CommitsUpdates esbuild from 0.27.2 to 0.27.3
Release notesSourced from esbuild's releases.
... (truncated)
ChangelogSourced from esbuild's changelog.
... (truncated)
CommitsUpdates eslint-plugin-jsdoc from 62.5.0 to 62.5.4
Release notesSourced from eslint-plugin-jsdoc's releases.
CommitsUpdates nock from 14.0.10 to 14.0.11
Release notesSourced from nock's releases.
Commits- db0b280 fix: upgrade semantic-release (#2943)
- bc78af4 Add write permission for contents in CI workflow (#2942)
- a4cb6b8 fix: restore github actions write permissions (#2941)
- 113dcac fix: migrate to npm OIDC (#2940)
- 025db76 fix: update @mswjs/interceptors to fix a memory leak (#2938)
- e7418da chore(deps): bump actions/setup-node from 4 to 6 (#2924)
- 2d4a5cc chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2
- 4f7e385 chore: upgrade interceptors
- 5177a33 chore(deps): bump serialize-javascript and mocha (#2848)
- 93611a2 chore(deps-dev): bump prettier from 3.2.5 to 3.6.2 (#2883)
- Additional commits viewable in compare view
Maintainer changesThis 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: