Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps the npm-minor group with 2 updates: @eslint/compat and eslint-plugin-jsdoc.

Updates @eslint/compat from 2.0.1 to 2.0.2

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.0.2

2.0.2 (2026-01-29)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0

migrate-config: v2.0.2

2.0.2 (2026-01-29)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.1 to ^2.0.2
    • devDependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0
Changelog

Sourced from @​eslint/compat's changelog.

2.0.2 (2026-01-29)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0
Commits

Updates eslint-plugin-jsdoc from 62.4.1 to 62.5.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.5.0

62.5.0 (2026-01-29)

Features

  • check-tag-names: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags; add TSDoc and typedoc tags (925f6e3)
  • require-description-complete-sentence: allow inline inheritDoc, inheritdoc, include, includeCode, label to avoid rule; fixes #1641 (c5a09c8)
  • valid-types: add Typedoc include, includeCode, and TSDoc inheritDoc/inheritdoc and label to allowable inline tags (c078633)
Commits
  • 925f6e3 feat(check-tag-names): add Typedoc include, includeCode, and TSDoc `inh...
  • c078633 feat(valid-types): add Typedoc include, includeCode, and TSDoc `inherit...
  • c5a09c8 feat(require-description-complete-sentence): allow inline inheritDoc, `in...
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@eslint/compat [>= 1.2.a, < 1.3]

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/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).


Updates `@eslint/compat` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.2/packages/compat)

Updates `eslint-plugin-jsdoc` from 62.4.1 to 62.5.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.4.1...v62.5.0)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Feb 11, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 11, 2026 17:53
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Feb 11, 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 Feb 11, 2026
@github-actions
Copy link
Contributor

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 February 11, 2026 17:54
@mbg mbg marked this pull request as ready for review February 11, 2026 19:30
Copilot AI review requested due to automatic review settings February 11, 2026 19:30
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

This Dependabot PR updates minor-version npm devDependencies used for linting/config compatibility in the CodeQL Action repository, and refreshes the lockfile and generated lib/ artifacts accordingly.

Changes:

  • Bump @eslint/compat from ^2.0.1 to ^2.0.2.
  • Bump eslint-plugin-jsdoc from ^62.4.1 to ^62.5.0.
  • Update package-lock.json and regenerated lib/ outputs to reflect the dependency changes.

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 versions.
package-lock.json Locks updated versions (including transitive @eslint/core change).
lib/upload-sarif-action.js Regenerated compiled artifact reflecting updated package metadata.
lib/upload-sarif-action-post.js Regenerated compiled artifact reflecting updated package metadata.
lib/upload-lib.js Regenerated compiled artifact reflecting updated package metadata.
lib/start-proxy-action.js Regenerated compiled artifact reflecting updated package metadata.
lib/start-proxy-action-post.js Regenerated compiled artifact reflecting updated package metadata.
lib/setup-codeql-action.js Regenerated compiled artifact reflecting updated package metadata.
lib/resolve-environment-action.js Regenerated compiled artifact reflecting updated package metadata.
lib/init-action.js Regenerated compiled artifact reflecting updated package metadata.
lib/init-action-post.js Regenerated compiled artifact reflecting updated package metadata.
lib/autobuild-action.js Regenerated compiled artifact reflecting updated package metadata.
lib/analyze-action.js Regenerated compiled artifact reflecting updated package metadata.
lib/analyze-action-post.js Regenerated compiled artifact reflecting updated package metadata.

@mbg mbg merged commit 4edc7d2 into main Feb 12, 2026
249 checks passed
@mbg mbg deleted the dependabot/npm_and_yarn/npm-minor-5707d09364 branch February 12, 2026 13:33
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.

1 participant