build(deps-dev): Bump the eslint group across 1 directory with 4 updates - #569
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-263d466403
branch
from
September 16, 2026 00:48
042b3bc to
7f13046
Compare
Bumps the eslint group with 4 updates in the / directory: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat), [eslint](https://github.com/eslint/eslint), [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/compat` from 2.1.0 to 2.1.1 - [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.1.1/packages/compat) Updates `eslint` from 10.9.1 to 10.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.9.1...v10.10.0) Updates `eslint-plugin-jsdoc` from 64.2.1 to 64.3.9 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v64.2.1...v64.3.9) Updates `typescript-eslint` from 8.68.0 to 8.70.0 - [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.70.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint dependency-version: 10.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 64.3.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.69.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-263d466403
branch
from
September 19, 2026 00:49
7f13046 to
5d3a110
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the eslint group with 4 updates in the / directory: @eslint/compat, eslint, eslint-plugin-jsdoc and typescript-eslint.
Updates
@eslint/compatfrom 2.1.0 to 2.1.1Release notes
Sourced from @eslint/compat's releases.
Changelog
Sourced from @eslint/compat's changelog.
Commits
a4466cachore: release main (#504)714ffdedocs: Update README sponsors66d9790fix: preserve markVariableAsUsed return value in compat context (#503)caffae7docs: Update README sponsorsae1ba25docs: Update README sponsors50051c6docs: Update README sponsorsea83524docs: Update README sponsors29956aedocs: Update README sponsorsf6d5bdfdocs: Update README sponsors8b71ed3chore: restore eslint-plugin-jsdoc rules (#316)Updates
eslintfrom 10.9.1 to 10.10.0Release notes
Sourced from eslint's releases.
Commits
3f20a5710.10.0f4e5284Build: changelog update for 10.10.0bb47dc6fix: update dependency file-entry-cache to v11 (#20801)427ac0afix: use format strings in debug calls (#21247)b3d876bchore: disable npm audit in ecosystem tests (#21306)9d81532fix: support__proto__in/* exported */comments (#21261)264b434feat: adddandvflags tono-unexpected-multiline(#21305)1696682ci: restore EMFILE test on Node.js 26 (#21297)2c7f5d6chore: update github/codeql-action action to v4.37.9 (#21296)87e0a08fix: prefer-object-has-own autofix breaks when Object is shadowed (#21282)Updates
eslint-plugin-jsdocfrom 64.2.1 to 64.3.9Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
eade377fix(no-undefined-types): recognize class members from the class's own JSDoc1b3c339fix(getJsdocProcessorPlugin): key positions by file; drop suggestions5cac70afix(no-undefined-types): recognize sibling class members from a property's ...43921f3chore: update jsdoccomment, devDeps.342b6f6fix(no-unnecessarry-type-assertion): avoid treating as redundant object ann...543b24ffix(no-unnecessary-type-assertion): handle array literal annotations whose ...56e38f7chore: update jsdoccomment, typescript-eslint/utils, devDeps8546f77fix(no-unnecessary-type-assertion): don't flag array-to-tuple assertions; a...c924e0adocs: indicate property that can be used to expand number of files covered by...8f78214fix(require-asterisk-prefix): avoid crashing on custom languagesUpdates
typescript-eslintfrom 8.68.0 to 8.70.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
7ee7608chore(release): publish 8.70.04586535fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...9a6e546chore(release): publish 8.69.0