-
Notifications
You must be signed in to change notification settings - Fork 434
Bump the npm-minor group with 4 updates #3406
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-minor group with 4 updates: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `@actions/cache` from 5.0.2 to 5.0.3 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) Updates `@typescript-eslint/eslint-plugin` from 8.53.0 to 8.53.1 - [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.53.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.53.0 to 8.53.1 - [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.53.1/packages/parser) Updates `eslint-plugin-jsdoc` from 62.0.0 to 62.2.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.0.0...v62.2.0) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.53.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@typescript-eslint/parser" dependency-version: 8.53.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: eslint-plugin-jsdoc dependency-version: 62.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor ... 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
This PR updates 4 npm packages in the npm-minor dependency group. The updates include bug fixes and minor enhancements to linting tools and the cache action library.
Changes:
- Updated @actions/cache from 5.0.2 to 5.0.3 (adds rate limit error handling)
- Updated @typescript-eslint/eslint-plugin from 8.53.0 to 8.53.1 (bug fixes)
- Updated eslint-plugin-jsdoc from 62.0.0 to 62.2.0 (new features and bug fixes)
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updated dependency versions for @actions/cache, @typescript-eslint/eslint-plugin, and eslint-plugin-jsdoc |
| package-lock.json | Lockfile updates reflecting the new dependency versions and their transitive dependencies |
| "@types/sinon": "^21.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.53.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.53.1", | ||
| "@typescript-eslint/parser": "^8.48.0", |
Copilot
AI
Jan 20, 2026
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 package.json specifies @typescript-eslint/parser at version ^8.48.0, but package-lock.json has updated it to 8.53.1. This version mismatch creates inconsistency between the declared dependency version and the locked version. The package.json should be updated to ^8.53.1 to match the version installed in package-lock.json and to be consistent with the @typescript-eslint/eslint-plugin version (8.53.1).
| "@typescript-eslint/parser": "^8.48.0", | |
| "@typescript-eslint/parser": "^8.53.1", |
Bumps the npm-minor group with 4 updates: @actions/cache, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint-plugin-jsdoc.
Updates
@actions/cachefrom 5.0.2 to 5.0.3Changelog
Sourced from
@actions/cache's changelog.... (truncated)
Commits
Updates
@typescript-eslint/eslint-pluginfrom 8.53.0 to 8.53.1Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.Commits
9940e53chore(release): publish 8.53.1e0f2a01fix(utils): make RuleCreator root defaultOptions optional (#11956)76f8ff7fix(eslint-plugin): [consistent-indexed-object-style] skip fixer if interface...Updates
@typescript-eslint/parserfrom 8.53.0 to 8.53.1Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
9940e53chore(release): publish 8.53.1Updates
eslint-plugin-jsdocfrom 62.0.0 to 62.2.0Release notes
Sourced from eslint-plugin-jsdoc's releases.
Commits
ed260c5feat(no-undefined-types): support strict validation for TS namespaces (#1616)0170773feat: update comment-parser; fixes #1116 ; fixes #1348e63dc23fix(require-template): treat infer statement types as defined; fixes #1628Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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