-
Notifications
You must be signed in to change notification settings - Fork 434
Bump the npm-minor group with 3 updates #3431
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 3 updates: [@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 `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.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.54.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.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.54.0/packages/parser) Updates `eslint-plugin-jsdoc` from 62.2.0 to 62.4.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.2.0...v62.4.1) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@typescript-eslint/parser" dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint-plugin-jsdoc dependency-version: 62.4.1 dependency-type: direct:development update-type: version-update:semver-minor 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.
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 three npm development dependencies in the npm-minor group to their latest minor/patch versions. The updates include bug fixes and new features for TypeScript ESLint tooling and JSDoc linting.
Changes:
- Updated @typescript-eslint/eslint-plugin from 8.53.1 to 8.54.0 (includes bug fixes for unused private class members and type assertions)
- Updated @typescript-eslint/parser from 8.53.1 to 8.54.0 via peer dependency resolution
- Updated eslint-plugin-jsdoc from 62.2.0 to 62.4.1 (includes new type formatting options)
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated version constraints for @typescript-eslint/eslint-plugin and eslint-plugin-jsdoc |
| package-lock.json | Locked all dependency versions and updated transitive dependencies (comment-parser, jsdoc-type-pratt-parser, espree, @es-joy/jsdoccomment) |
| lib/*.js | Automatically generated JavaScript bundles reflecting package.json updates (not reviewed per coding guidelines) |
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
Bumps the npm-minor group with 3 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and eslint-plugin-jsdoc.
Updates
@typescript-eslint/eslint-pluginfrom 8.53.1 to 8.54.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.Commits
d423e57chore(release): publish 8.54.080e33fffeat(eslint-plugin-internal): add prefer-tsutils-methods rule (#11974)ec4f73afeat(typescript-estree): add shortcut methods to ParserServicesWithTypeInform...d32f909test(eslint-plugin): skip rules tests in windows ci (#11988)17fa993test(eslint-plugin): improve vitest performance with isolate: false (#11754)1c66ab4fix(eslint-plugin): [no-unnecessary-type-assertion] check both base constrain...aaa7ca2fix(deps): update dependency prettier to v3.8.0 (#11991)d50aa18fix(scope-manager): fix catch clause scopesdef.name(#11982)4c0b379fix(eslint-plugin): [no-unused-private-class-members] private destructured cl...Updates
@typescript-eslint/parserfrom 8.53.1 to 8.54.0Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
d423e57chore(release): publish 8.54.0Updates
eslint-plugin-jsdocfrom 62.2.0 to 62.4.1Release notes
Sourced from eslint-plugin-jsdoc's releases.
Commits
ba0034efix: update jsdoccomment, devDeps. (#1639)3907822feat(type-formatting): supporttrailingPunctuationMultilineOnlyboolean o...f443986fix: update comment-parser, devDeps (#1637)78b6980feat(type-formatting): addobjectTypeBracketSpacingoption; fixes #1615 (...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 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