Skip to content

Bump the eslint group across 1 directory with 8 updates#8663

Closed
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/eslint-b460f7b8d1
Closed

Bump the eslint group across 1 directory with 8 updates#8663
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/npm_and_yarn/eslint-b460f7b8d1

Conversation

@dependabot
Copy link
Contributor

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

Bumps the eslint group with 7 updates in the / directory:

Package From To
@eslint/js 9.39.2 10.0.1
eslint 9.39.2 10.0.0
eslint-plugin-jsdoc 62.5.2 62.5.4
eslint-plugin-jsonc 2.21.0 2.21.1
eslint-plugin-unicorn 62.0.0 63.0.0
eslint-plugin-vuejs-accessibility 2.4.1 2.5.0
eslint-plugin-yml 3.0.0 3.1.2

Updates @eslint/js from 9.39.2 to 10.0.1

Release notes

Sourced from @​eslint/js's releases.

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)
  • aa3fb2b fix!: tighten func-names schema (#20119) (Pixel998)
  • f6c0ed0 feat!: report eslint-env comments as errors (#20128) (Francesco Trotta)
  • 4bf739f fix!: remove deprecated LintMessage#nodeType and TestCaseError#type (#20096) (Pixel998)
  • 523c076 feat!: drop support for jiti < 2.2.0 (#20016) (michael faith)
  • 454a292 feat!: update eslint:recommended configuration (#20210) (Pixel998)
  • 4f880ee feat!: remove v10_* and inactive unstable_* flags (#20225) (sethamus)
  • f18115c feat!: no-shadow-restricted-names report globalThis by default (#20027) (sethamus)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160) (Milos Djermanovic)

Features

  • bff9091 feat: handle Array.fromAsync in array-callback-return (#20457) (Francesco Trotta)
  • 290c594 feat: add self to no-implied-eval rule (#20468) (sethamus)
  • 43677de feat: fix handling of function and class expression names in no-shadow (#20432) (Milos Djermanovic)
  • f0cafe5 feat: rule tester add assertion option requireData (#20409) (fnx)
  • f7ab693 feat: output RuleTester test case failure index (#19976) (ST-DDT)
  • 7cbcbf9 feat: add countThis option to max-params (#20236) (Gerkin)
  • f148a5e feat: add error assertion options (#20247) (ST-DDT)
  • 09e6654 feat: update error loc of require-yield and no-useless-constructor (#20267) (Tanuj Kanti)

Bug Fixes

  • 436b82f fix: update eslint (#20473) (renovate[bot])
  • 1d29d22 fix: detect default this binding in Array.fromAsync callbacks (#20456) (Francesco Trotta)
  • 727451e fix: fix regression of global mode report range in strict rule (#20462) (ntnyq)
  • e80485f fix: remove fake FlatESLint and LegacyESLint exports (#20460) (Francesco Trotta)
  • 9eeff3b fix: update esquery (#20423) (cryptnix)
  • b34b938 fix: use Error.prepareStackTrace to estimate failing test location (#20436) (Francesco Trotta)
  • 51aab53 fix: update eslint (#20443) (renovate[bot])
  • 23490b2 fix: handle space before colon in RuleTester location estimation (#20433) (Francesco Trotta)
  • f244dbf fix: use MessagePlaceholderData type from @eslint/core (#20348) (루밀LuMir)
  • d186f8c fix: update eslint (#20427) (renovate[bot])
  • 2332262 fix: error location should not modify error message in RuleTester (#20421) (Milos Djermanovic)
  • ab99b21 fix: ensure filename is passed as third argument to verifyAndFix() (#20405) (루밀LuMir)
  • 8a60f3b fix: remove ecmaVersion and sourceType from ParserOptions type (#20415) (Pixel998)
  • eafd727 fix: remove TDZ scope type (#20231) (jaymarvelz)

... (truncated)

Commits

Updates eslint from 9.39.2 to 10.0.0

Release notes

Sourced from eslint's releases.

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)
  • aa3fb2b fix!: tighten func-names schema (#20119) (Pixel998)
  • f6c0ed0 feat!: report eslint-env comments as errors (#20128) (Francesco Trotta)
  • 4bf739f fix!: remove deprecated LintMessage#nodeType and TestCaseError#type (#20096) (Pixel998)
  • 523c076 feat!: drop support for jiti < 2.2.0 (#20016) (michael faith)
  • 454a292 feat!: update eslint:recommended configuration (#20210) (Pixel998)
  • 4f880ee feat!: remove v10_* and inactive unstable_* flags (#20225) (sethamus)
  • f18115c feat!: no-shadow-restricted-names report globalThis by default (#20027) (sethamus)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160) (Milos Djermanovic)

Features

  • bff9091 feat: handle Array.fromAsync in array-callback-return (#20457) (Francesco Trotta)
  • 290c594 feat: add self to no-implied-eval rule (#20468) (sethamus)
  • 43677de feat: fix handling of function and class expression names in no-shadow (#20432) (Milos Djermanovic)
  • f0cafe5 feat: rule tester add assertion option requireData (#20409) (fnx)
  • f7ab693 feat: output RuleTester test case failure index (#19976) (ST-DDT)
  • 7cbcbf9 feat: add countThis option to max-params (#20236) (Gerkin)
  • f148a5e feat: add error assertion options (#20247) (ST-DDT)
  • 09e6654 feat: update error loc of require-yield and no-useless-constructor (#20267) (Tanuj Kanti)

Bug Fixes

  • 436b82f fix: update eslint (#20473) (renovate[bot])
  • 1d29d22 fix: detect default this binding in Array.fromAsync callbacks (#20456) (Francesco Trotta)
  • 727451e fix: fix regression of global mode report range in strict rule (#20462) (ntnyq)
  • e80485f fix: remove fake FlatESLint and LegacyESLint exports (#20460) (Francesco Trotta)
  • 9eeff3b fix: update esquery (#20423) (cryptnix)
  • b34b938 fix: use Error.prepareStackTrace to estimate failing test location (#20436) (Francesco Trotta)
  • 51aab53 fix: update eslint (#20443) (renovate[bot])
  • 23490b2 fix: handle space before colon in RuleTester location estimation (#20433) (Francesco Trotta)
  • f244dbf fix: use MessagePlaceholderData type from @eslint/core (#20348) (루밀LuMir)
  • d186f8c fix: update eslint (#20427) (renovate[bot])
  • 2332262 fix: error location should not modify error message in RuleTester (#20421) (Milos Djermanovic)
  • ab99b21 fix: ensure filename is passed as third argument to verifyAndFix() (#20405) (루밀LuMir)
  • 8a60f3b fix: remove ecmaVersion and sourceType from ParserOptions type (#20415) (Pixel998)
  • eafd727 fix: remove TDZ scope type (#20231) (jaymarvelz)

... (truncated)

Commits
  • 4e6c4ac 10.0.0
  • ddd8a22 Build: changelog update for 10.0.0
  • bff9091 feat: handle Array.fromAsync in array-callback-return (#20457)
  • 1ece282 chore: ignore /docs/v9.x in link checker (#20452)
  • 034e139 ci: add type integration test for @html-eslint/eslint-plugin (#20345)
  • f3fbc2f chore: set @eslint/js version to 10.0.0 to skip releasing it (#20466)
  • e978dda docs: Update README
  • 4cecf83 docs: Update README
  • c79f0ab docs: Update README
  • afc0681 chore: remove scopeManager.addGlobals patch for typescript-eslint parser (#20...
  • Additional commits viewable in compare view

Updates eslint-plugin-jsdoc from 62.5.2 to 62.5.4

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v62.5.4

62.5.4 (2026-02-07)

Bug Fixes

  • no-undefined-types: avoid treating infer type identifier as undefined; fixes #1654 (da44046)
  • no-undefined-types: ensure template tags are defined; fixes #1655 (bfef848)

v62.5.3

62.5.3 (2026-02-06)

Bug Fixes

  • default-expressions and examples configs: avoid applying deprecated rules now that ESLint warns against them; fixes #1651 (a252868)
Commits
  • bfef848 fix(no-undefined-types): ensure template tags are defined; fixes #1655
  • da44046 fix(no-undefined-types): avoid treating infer type identifier as undefined;...
  • a252868 fix(default-expressions and examples configs): avoid applying deprecated ...
  • See full diff in compare view

Updates eslint-plugin-jsonc from 2.21.0 to 2.21.1

Release notes

Sourced from eslint-plugin-jsonc's releases.

v2.21.1

Patch Changes

Changelog

Sourced from eslint-plugin-jsonc's changelog.

2.21.1

Patch Changes

Commits
  • 139fd4d chore: release eslint-plugin-jsonc (#452)
  • da44c13 chore(deps): update dependency eslint-plugin-json-schema-validator to v6 (#451)
  • 8a698df chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker ta...
  • 3d3e5fe chore(deps): update actions/upload-pages-artifact action to v4 (#423)
  • 179edf2 chore(deps): update dependency eslint-plugin-jsdoc to v62 (#450)
  • 2c48c0c chore: update workflow concurrency groups
  • db4fd17 chore(deps): update github artifact actions (major) (#436)
  • 24cede7 chore(deps): update actions/checkout action to v6 (#445)
  • 75978ab chore(deps): update dependency @​types/node to v24 (#437)
  • a8e405a fix: compatibility with ESLint v10 (#447)
  • Additional commits viewable in compare view

Updates eslint-plugin-unicorn from 62.0.0 to 63.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v63.0.0

New rules

Improvements

  • Support ESLint 10 (#2823) bd0901b1
  • prefer-set-size: Add Array.from() support (#2857) e556143b
  • prefer-bigint-literals: Support signed numbers and strings (#2784) a332a509
  • prefer-export-from: Fix type-import being removed when using namespace import (#2771) ab4b779a
  • prefer-spread: Fix: Skip TypedArray and ArrayBuffer constructor calls (#2871) 42a558f7
  • no-array-sort: Ignore .sort() calls with non-function arguments (#2862) cbb23774
  • prefer-add-event-listener: Don&#39;t autofix non-function assignments (#2865) 989ec61a
  • explicit-length-check: Ignore || with string fallback value (#2861) 4806f7e6
  • no-unnecessary-polyfills: Fix false positive for graduated esnext features (#2864) d6c13ab1
  • no-for-loop: Skip auto-fix for string types when .entries() would be needed (#2869) 08a591a9
  • import-style: Fix crash on export {x} without from clause (#2868) 141c8c50
  • expiring-todo-comments: Should not flag ESLint disable comments (#2828) 3568dafb
  • no-useless-collection-argument: Use suggestions to remove empty array with comments (#2838) c0d06879
  • prefer-set-has: Check Iterator#toArray() and String#split() (#2829) ab8970ec
  • no-useless-spread: Fix false positive on Iterator (#2831) 994e31ca
  • isolated-functions: Ignore TypeScript types (#2822) c3479c0d
  • prefer-string-raw: Exclude inline snapshot (#2811) 6e7f93c4
  • consistent-assert: Explicitly check specifier node type (#2803) 396a8fa2

sindresorhus/eslint-plugin-unicorn@v62.0.0...v63.0.0

Commits
  • 2c4b3dd 63.0.0
  • e556143 prefer-set-size: Add Array.from() support (#2857)
  • a332a50 prefer-bigint-literals: Support signed numbers and strings (#2784)
  • ab4b779 prefer-export-from: Fix type-import being removed when using namespace impo...
  • f6a281f Update ESLint to v10.0.0 (#2848)
  • 42a558f prefer-spread: Fix: Skip TypedArray and ArrayBuffer constructor calls (#2871)
  • cbb2377 no-array-sort: Ignore .sort() calls with non-function arguments (#2862)
  • 989ec61 prefer-add-event-listener: Don't autofix non-function assignments (#2865)
  • 80ff1b7 Fix meta.deprecated.replacedBy to use ReplacedByInfo objects per ESLint s...
  • 4806f7e explicit-length-check: Ignore || with string fallback value (#2861)
  • Additional commits viewable in compare view

Updates eslint-plugin-vuejs-accessibility from 2.4.1 to 2.5.0

Release notes

Sourced from eslint-plugin-vuejs-accessibility's releases.

v2.5.0

What's Changed

Full Changelog: vue-a11y/eslint-plugin-vuejs-accessibility@v2.4.2...v2.5.0

v2.4.2

What's Changed

Added

  • Support ESLint v10

Changed

  • Replace W3C link with WHATWG in documentation
  • Add globals as an explicit peer dependency
  • Remove unused emoji-regex dependency
  • Modified recommended types to avoid requiring type-fest
  • Ensure flat config types work with exactOptionalPropertyTypes

New Contributors

Full Changelog: vue-a11y/eslint-plugin-vuejs-accessibility@v2.4.1...v2.4.2

Changelog

Sourced from eslint-plugin-vuejs-accessibility's changelog.

[2.5.0] - 2026-02-13

Added

  • Allow vue-eslint-parser v10

[2.4.2] - 2026-02-12

Added

  • Support ESLint v10

Changed

  • Replace W3C link with WHATWG in documentation
  • Add globals as an explicit peer dependency
  • Remove unused emoji-regex dependency
  • Modified recommended types to avoid requiring type-fest
  • Ensure flat config types work with exactOptionalPropertyTypes
Commits

Updates eslint-plugin-yml from 3.0.0 to 3.1.2

Release notes

Sourced from eslint-plugin-yml's releases.

v3.1.2

Patch Changes

v3.1.1

Patch Changes

v3.1.0

Minor Changes

  • #564 c8ff016 Thanks @​antfu! - Add ESLint v10 compatibility while maintaining v9 support
    • Migrated from deprecated isSpaceBetweenTokens() to isSpaceBetween() API
    • All changes are backward compatible with ESLint v9
Changelog

Sourced from eslint-plugin-yml's changelog.

3.1.2

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

  • #564 c8ff016 Thanks @​antfu! - Add ESLint v10 compatibility while maintaining v9 support
    • Migrated from deprecated isSpaceBetweenTokens() to isSpaceBetween() API
    • All changes are backward compatible with ESLint v9
Commits
  • f4af993 Version Packages (#570)
  • 21904d6 fix: type bug with eslint v10 (#569)
  • b5955da fix: reorder properties in normalizeLanguageOptions for consistency
  • c3ab95f Version Packages (#568)
  • b28944c chore(deps): update dependency @​eslint/js to v10 (#563)
  • 5235c42 chore: update ESLint to version 10 and configure CI for multiple ESLint versi...
  • 4cc2355 Version Packages (#566)
  • c8ff016 fix: migrate deprecated apis to support ESLint v10 (#564)
  • bbd6b2c docs: fix ci badge in readme (#565)
  • b9d0ff2 chore(deps): update dependency @​ota-meshi/eslint-plugin to ^0.20.0 (#555)
  • Additional commits viewable in compare view

Updates vue-eslint-parser from 10.2.0 to 10.3.0

Release notes

Sourced from vue-eslint-parser's releases.

v10.3.0

✨ Enhancements

⚙️ Infrastructure Updates

Full Changelog: vuejs/vue-eslint-parser@v10.2.0...v10.3.0

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

@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Feb 13, 2026
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) February 13, 2026 17:51
Bumps the eslint group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `10.0.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.5.2` | `62.5.4` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.21.0` | `2.21.1` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `62.0.0` | `63.0.0` |
| [eslint-plugin-vuejs-accessibility](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility) | `2.4.1` | `2.5.0` |
| [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) | `3.0.0` | `3.1.2` |



Updates `@eslint/js` from 9.39.2 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js)

Updates `eslint` from 9.39.2 to 10.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.0.0)

Updates `eslint-plugin-jsdoc` from 62.5.2 to 62.5.4
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v62.5.2...v62.5.4)

Updates `eslint-plugin-jsonc` from 2.21.0 to 2.21.1
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.21.0...v2.21.1)

Updates `eslint-plugin-unicorn` from 62.0.0 to 63.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v62.0.0...v63.0.0)

Updates `eslint-plugin-vuejs-accessibility` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/releases)
- [Changelog](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/main/CHANGELOG.md)
- [Commits](vue-a11y/eslint-plugin-vuejs-accessibility@v2.4.1...v2.5.0)

Updates `eslint-plugin-yml` from 3.0.0 to 3.1.2
- [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-yml@v3.0.0...v3.1.2)

Updates `vue-eslint-parser` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/vuejs/vue-eslint-parser/releases)
- [Commits](vuejs/vue-eslint-parser@v10.2.0...v10.3.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 62.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-jsonc
  dependency-version: 2.21.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-unicorn
  dependency-version: 63.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-vuejs-accessibility
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-yml
  dependency-version: 3.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: vue-eslint-parser
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-b460f7b8d1 branch from 9b082bf to 0485e33 Compare February 13, 2026 18:09
@PikachuEXE
Copy link
Member

#8654 (comment)

auto-merge was automatically disabled February 14, 2026 06:51

Pull request was closed

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-b460f7b8d1 branch February 14, 2026 06:51
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants