Skip to content

Bump the npm-minor group with 2 updates#3543

Merged
henrymercer merged 3 commits intomainfrom
dependabot/npm_and_yarn/npm-minor-af60a9b329
Mar 5, 2026
Merged

Bump the npm-minor group with 2 updates#3543
henrymercer merged 3 commits intomainfrom
dependabot/npm_and_yarn/npm-minor-af60a9b329

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps the npm-minor group with 2 updates: eslint-plugin-jsdoc and typescript-eslint.

Updates eslint-plugin-jsdoc from 62.6.0 to 62.7.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.7.1

62.7.1 (2026-02-24)

Bug Fixes

  • require-property: err if user blocks [@property](https://github.com/property); fixes #1634 (23a9f1d)

v62.7.0

62.7.0 (2026-02-20)

Features

v62.6.1

62.6.1 (2026-02-19)

Bug Fixes

  • check-param-names: only fire on TSPropertySignature if with TSFunctionNode; fixes #1663 (951d354)
Commits
  • 23a9f1d fix(require-property): err if user blocks @property; fixes #1634
  • bd90efd Merge pull request #1668 from gajus/dependabot/npm_and_yarn/ajv-6.14.0
  • eca3090 chore(deps): bump ajv from 6.12.6 to 6.14.0
  • 86bd0be Merge pull request #1666 from gajus/gajus-patch-1
  • ba0c8af Update funding to brettz9
  • 35c5745 Merge pull request #1659 from brettz9/eslint10
  • d8599fb feat: support ESLint 10
  • 951d354 fix(check-param-names): only fire on TSPropertySignature if with `TSFunct...
  • See full diff in compare view

Updates typescript-eslint from 8.56.0 to 8.56.1

Release notes

Sourced from typescript-eslint's releases.

v8.56.1

8.56.1 (2026-02-23)

What's Changed

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.56.1 (2026-02-23)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

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 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

Bumps the npm-minor group with 2 updates: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint-plugin-jsdoc` from 62.6.0 to 62.7.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.6.0...v62.7.1)

Updates `typescript-eslint` from 8.56.0 to 8.56.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: typescript-eslint
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Mar 4, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 4, 2026 17:53
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Mar 4, 2026
@github-actions github-actions bot added size/XS Should be very easy to review and removed Rebuild Re-transpile JS & re-generate workflows labels Mar 4, 2026
@henrymercer henrymercer added the Rebuild Re-transpile JS & re-generate workflows label Mar 5, 2026
@github-actions github-actions bot removed the Rebuild Re-transpile JS & re-generate workflows label Mar 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions bot marked this pull request as draft March 5, 2026 13:19
@henrymercer henrymercer marked this pull request as ready for review March 5, 2026 13:20
Copilot AI review requested due to automatic review settings March 5, 2026 13:20
Copy link
Contributor

Copilot AI left a 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 development-time linting/tooling dependencies in this repo’s Node/TypeScript toolchain, keeping the lint/test stack current while ensuring the lockfile and compiled artifacts reflect the updated dependency graph.

Changes:

  • Bump eslint-plugin-jsdoc from ^62.6.0 to ^62.7.1.
  • Bump typescript-eslint from ^8.56.0 to ^8.56.1 (and update lockfile transitives, incl. minimatch).
  • Refresh generated lib/** artifacts to match the updated dependency set.

Reviewed changes

Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updates the two devDependency version ranges (eslint-plugin-jsdoc, typescript-eslint).
package-lock.json Updates resolved versions/integrity and transitive dependency tree for the bumps.
lib/upload-sarif-action.js Generated output updated to reflect new dependency metadata.
lib/upload-sarif-action-post.js Generated output updated to reflect new dependency metadata.
lib/upload-lib.js Generated output updated to reflect new dependency metadata.
lib/start-proxy-action.js Generated output updated to reflect new dependency metadata.
lib/start-proxy-action-post.js Generated output updated to reflect new dependency metadata.
lib/setup-codeql-action.js Generated output updated to reflect new dependency metadata.
lib/resolve-environment-action.js Generated output updated to reflect new dependency metadata.
lib/init-action.js Generated output updated to reflect new dependency metadata.
lib/init-action-post.js Generated output updated to reflect new dependency metadata.
lib/autobuild-action.js Generated output updated to reflect new dependency metadata.
lib/analyze-action.js Generated output updated to reflect new dependency metadata.
lib/analyze-action-post.js Generated output updated to reflect new dependency metadata.

@henrymercer henrymercer added this pull request to the merge queue Mar 5, 2026
Merged via the queue into main with commit 0c0c5dc Mar 5, 2026
241 checks passed
@henrymercer henrymercer deleted the dependabot/npm_and_yarn/npm-minor-af60a9b329 branch March 5, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants