Skip to content

build(deps): bump the eslint group across 1 directory with 27 updates#409

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-f44bdbdf75
Open

build(deps): bump the eslint group across 1 directory with 27 updates#409
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-f44bdbdf75

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
eslint 9.39.2 10.7.0
@cspell/eslint-plugin 9.6.4 10.0.1
@eslint/js 9.39.2 10.0.1
@eslint/json 1.0.0 2.0.1
@eslint/markdown 7.5.1 8.0.3
@stylistic/eslint-plugin 5.7.1 5.10.0
eslint-import-resolver-typescript 4.4.4 4.4.5
eslint-plugin-import-x 4.16.1 4.17.1
eslint-plugin-jsdoc 62.5.2 63.0.13
eslint-plugin-n 17.23.2 18.2.2
eslint-plugin-perfectionist 5.5.0 5.10.0
eslint-plugin-yml 3.0.0 3.6.0
globals 17.3.0 17.7.0
typescript-eslint 8.54.0 8.63.0
@eslint/config-inspector 1.4.2 3.0.4
eslint-plugin-jest 29.12.2 29.15.4
@cspell/dict-bash 4.2.2 4.2.3
@cspell/dict-css 4.0.19 4.1.2
@cspell/dict-en-common-misspellings 2.1.12 2.1.13
@cspell/dict-en-gb 5.0.22 5.0.30
@cspell/dict-en_us 4.4.28 4.4.36
@cspell/dict-filetypes 3.0.15 3.0.18
@cspell/dict-html 4.0.14 4.0.15
@cspell/dict-markdown 2.0.14 2.0.17
@cspell/dict-npm 5.2.32 5.2.43
@cspell/dict-shell 1.1.2 1.2.0
@types/node 25.2.1 26.1.1

Updates eslint from 9.39.2 to 10.7.0

Release notes

Sourced from eslint's releases.

v10.7.0

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063) (fnx)
  • 557fde8 feat: support computed Number.parseInt member access in radix rule (#21041) (Pixel)
  • 0b4a73b feat: add suggestions to no-compare-neg-zero (#21034) (den$)
  • 96cdd42 feat: report invalid signed numeric radix values in radix rule (#21030) (Pixel)

Bug Fixes

  • 3e7bf15 fix: apply ignoreClassesWithImplements to class expressions (#21069) (Pixel)
  • 0d7d70c fix: insert cause outside wrapping parens in preserve-caught-error (#21062) (Mahin Anowar)
  • 75ec753 fix: handle static template literals in eqeqeq rule (#21058) (Pixel)
  • b717a22 fix: prevent eqeqeq null option from reporting non-equality operators (#21057) (Pixel)
  • e35b05f fix: avoid no-invalid-regexp false positive for shadowed RegExp (#21051) (Pixel)
  • a3172b6 fix: avoid no-control-regex false positive for shadowed RegExp (#21050) (Pixel)
  • d1f637e fix: parenthesize sequence expression operands in no-implicit-coercion (#21045) (spokodev)
  • 8859baf fix: avoid prefer-numeric-literals false positive for shadowed globals (#21047) (한국)
  • a9e5961 fix: use-isnan false positive on shadowed NaN/Number (#20958) (sethamus)
  • 8a240a7 fix: avoid false positives in radix rule for spread arguments (#21044) (Pixel)

Documentation

  • c30d808 docs: Update README (GitHub Actions Bot)
  • 5139800 docs: document ESLint migration codemods in v9 and v10 guides (#20980) (Alex Bit)
  • 04174cb docs: Update README (GitHub Actions Bot)
  • 026e130 docs: update semver policy for bug fixes (#21048) (Milos Djermanovic)
  • 9d42fef docs: Update README (GitHub Actions Bot)
  • b230159 docs: Update README (GitHub Actions Bot)
  • 0129972 docs: correct **/.js glob to **/*.js in config files guide (#21036) (EduardF1)

Chores

  • 9489379 chore: update dependency @​eslint/eslintrc to ^3.3.6 (#21076) (renovate[bot])
  • 81a4774 chore: updates for v9.39.5 release (Jenkins)
  • 9835414 chore: enable $ExpectType annotations in all TypeScript files (#21071) (Francesco Trotta)
  • 72adf6b chore: restrict markdownlint-cli2 updates in renovate (#21067) (lumir)
  • 833ec10 chore: update dependency prettier to v3.9.4 (#21061) (renovate[bot])
  • 7ea106d chore: update ecosystem plugins (#21059) (ESLint Bot)
  • 8fb550e chore: add prettier update commit to .git-blame-ignore-revs (#21056) (lumir)
  • e4e1166 chore: update dependency prettier to v3.9.1 (#21055) (renovate[bot])
  • 0493f53 chore: update prettier to v3.9.0 (#21054) (Pixel)
  • 1056a99 chore: update dependency prettier to v3.8.5 (#21049) (renovate[bot])
  • 4d4155d ci: run ecosystem tests on pull requests (#21027) (sethamus)
  • 993539f chore: update dependency @​eslint/json to ^2.0.1 (#21042) (renovate[bot])
  • 53f8b69 test: add error locations to no-constant-binary-expression (#21039) (lumir)
  • 5ab71d5 refactor: clean up radix rule internals (#21015) (Pixel)
  • a80a9a4 chore: update ecosystem plugins (#21035) (ESLint Bot)
  • 7c9a029 ci: add Node.js 26 to CI (#20847) (lumir)

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)

... (truncated)

Commits
  • fabd99b 10.7.0
  • 37c5e75 Build: changelog update for 10.7.0
  • 9489379 chore: update dependency @​eslint/eslintrc to ^3.3.6 (#21076)
  • 81a4774 chore: updates for v9.39.5 release
  • 3e7bf15 fix: apply ignoreClassesWithImplements to class expressions (#21069)
  • 9835414 chore: enable $ExpectType annotations in all TypeScript files (#21071)
  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032)
  • c30d808 docs: Update README
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063)
  • 72adf6b chore: restrict markdownlint-cli2 updates in renovate (#21067)
  • Additional commits viewable in compare view

Updates @cspell/eslint-plugin from 9.6.4 to 10.0.1

Release notes

Sourced from @​cspell/eslint-plugin's releases.

v10.0.1

Fixes

fix(cli): ignore closed readline after stdin (#8862)

What changed

Wrap the stdin readline async iterator so CSpell ignores the terminal readline was closed error that can occur after stdin has already yielded its file list.

Other readline errors are still rethrown.

Why

Fixes #8778. On Node 24, cspell lint --file-list stdin can finish processing a large stdin file list and then report Linter Error: readline was closed instead of completing cleanly.

Tests

Added unit coverage for:

  • preserving all yielded stdin lines when readline throws readline was closed after reading
  • continuing to throw unrelated readline errors

I could not run the package test command locally in this sandbox because the checkout has no node_modules, and Corepack is blocked from creating its user cache directory (EPERM under ~/.cache/node/corepack).


fix(docs): replace .json with package.json in configuration docs (#8861)

Fix

In the package.json configuration section, the sentence referred to "the .json file" instead of "the package.json file".

Before: "CSpell looks for the configuration in the cspell field of the .json file." After: "CSpell looks for the configuration in the cspell field of the package.json file."


fix: substitution display and ranges for output checking (#8838)

... (truncated)

Changelog

Sourced from @​cspell/eslint-plugin's changelog.

v10.0.1 (2026-05-31)

Fixes

  • fix(cli): ignore closed readline after stdin (#8862)

  • fix(docs): replace .json with package.json in configuration docs (#8861)

  • fix: substitution display and ranges for output checking (#8838)

  • fix: use env vars for GitHub context expressions in run steps to prevent injection (#8852)

v10.0.0 (2026-04-06)

Features

  • fix: upgrade import-fresh from v3 to v4 (#8786)
  • feat!: Drop support for Node 20 (#8779)

BREAKING

  • feat!: Drop support for Node 20 (#8779)

Documentation

  • feat!: Drop support for Node 20 (#8779)

v9.8.0 (2026-03-30)

Features

  • feat: make flatpack diff friendly (#8680)

Dictionary Updates

  • fix: Workflow Bot -- Update Dictionaries (main) (#8739)

  • fix: Workflow Bot -- Update Dictionaries (main) (#8688)

  • fix: Workflow Bot -- Update Dictionaries (main) (#8670)

  • fix: Workflow Bot -- Update Dictionaries (main) (#8647)

  • fix: Workflow Bot -- Update Dictionaries (main) (#8637)

v9.7.0 (2026-02-23)

Features

  • feat: Substitution Part 4 - enable substitutions during document check (#8630)

  • feat: Substitution Part 3 (#8616)

  • feat: Substitution Part 2 (#8599)

  • feat: Support text substitutions prior to spell checking - part 1 (#8592)

... (truncated)

Commits

Updates @eslint/js from 9.39.2 to 10.0.1

Release notes

Sourced from @​eslint/js's releases.

v10.0.1

Bug Fixes

  • c87d5bd fix: update eslint (#20531) (renovate[bot])
  • d841001 fix: update minimatch to 10.2.1 to address security vulnerabilities (#20519) (루밀LuMir)
  • 04c2147 fix: update error message for unused suppressions (#20496) (fnx)
  • 38b089c fix: update dependency @​eslint/config-array to ^0.23.1 (#20484) (renovate[bot])

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

  • e5c281f chore: updates for v9.39.3 release (Jenkins)
  • 8c3832a chore: update @​typescript-eslint/parser to ^8.56.0 (#20514) (Milos Djermanovic)
  • 8330d23 test: add tests for config-api (#20493) (Milos Djermanovic)
  • 37d6e91 chore: remove eslint v10 prereleases from eslint-config-eslint deps (#20494) (Milos Djermanovic)
  • da7cd0e refactor: cleanup error message templates (#20479) (Francesco Trotta)
  • 84fb885 chore: package.json update for @​eslint/js release (Jenkins)
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467) (Milos Djermanovic)

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)

... (truncated)

Commits
  • 84fb885 chore: package.json update for @​eslint/js release
  • 1f66734 chore: add eslint to peerDependencies of @eslint/js (#20467)
  • f3fbc2f chore: set @eslint/js version to 10.0.0 to skip releasing it (#20466)
  • b4b3127 chore: package.json update for @​eslint/js release
  • 0b14059 chore: package.json update for @​eslint/js release
  • fa31a60 feat!: add name to configs (#20015)
  • 1e2cad5 chore: package.json update for @​eslint/js release
  • 454a292 feat!: update eslint:recommended configuration (#20210)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160)
  • See full diff in compare view

Updates @eslint/json from 1.0.0 to 2.0.1

Release notes

Sourced from @​eslint/json's releases.

json: v2.0.1

2.0.1 (2026-07-01)

Bug Fixes

  • update dependency @​eslint/plugin-kit to ^0.7.2 (#244) (f262565)

json: v2.0.0

2.0.0 (2026-05-28)

⚠ BREAKING CHANGES

  • add meta.languages to JSON rules (#238)

Features

Bug Fixes

json: v1.2.0

1.2.0 (2026-03-16)

Features

json: v1.1.0

1.1.0 (2026-03-09)

Features

  • implement autofix for no-unnormalized-keys (#151) (fc3beec)

Bug Fixes

json: v1.0.1

1.0.1 (2026-02-10)

... (truncated)

Changelog

Sourced from @​eslint/json's changelog.

2.0.1 (2026-07-01)

Bug Fixes

  • update dependency @​eslint/plugin-kit to ^0.7.2 (#244) (f262565)

2.0.0 (2026-05-28)

⚠ BREAKING CHANGES

  • add meta.languages to JSON rules (#238)

Features

Bug Fixes

1.2.0 (2026-03-16)

Features

1.1.0 (2026-03-09)

Features

  • implement autofix for no-unnormalized-keys (#151) (fc3beec)

Bug Fixes

1.0.1 (2026-02-10)

Bug Fixes

Commits
  • 9ebeea3 chore: release 2.0.1 🚀 (#245)
  • ce22b12 docs: Update README sponsors
  • 2ef892a docs: Update README sponsors
  • e5d4f26 docs: Update README sponsors
  • 82de68d chore: update non-major dev-dependencies to v3.8.4 (#247)
  • 99948f6 docs: Update README sponsors
  • cf262a6 docs: Update README sponsors
  • 2202c87 docs: Update README sponsors
  • 74731ef chore: update @​arethetypeswrong/cli to 0.18.3 (#246)
  • f262565 fix: update dependency @​eslint/plugin-kit to ^0.7.2 (#244)
  • Additional commits viewable in compare view

Updates @eslint/markdown from 7.5.1 to 8.0.3

Release notes

Sourced from @​eslint/markdown's releases.

v8.0.3

8.0.3 (2026-07-01)

Bug Fixes

  • type compatibility issue between Markdown v8 and ESLint v9.39.x (#648) (3986839)
  • update dependency @​eslint/plugin-kit to ^0.7.2 (#665) (645b0c3)

v8.0.2

8.0.2 (2026-05-19)

Bug Fixes

v8.0.1

8.0.1 (2026-03-30)

Bug Fixes

  • align no-reversed-media-syntax masking with UTF-16 offsets (#640) (7111e25)

v8.0.0

8.0.0 (2026-03-24)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#561)
  • remove /types export (#564)

Features

  • add fenced-code-meta rule (#512) (f30e1c9)
  • add option to no-duplicate/unused-definitions rules (#616) (d189c5e)
  • fix incorrect regex pattern in no-multiple-h1 (#624) (e57e398)
  • fix incorrect regex pattern in require-alt-text and no-html (#604) (cd264d0)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#561) (f6d2a22)
  • support Math (#617) (cc03b5f)

Bug Fixes

  • false positive triggered by comments in no-html (a2ccff8)

... (truncated)

Changelog

Sourced from @​eslint/markdown's changelog.

8.0.3 (2026-07-01)

Bug Fixes

  • type compatibility issue between Markdown v8 and ESLint v9.39.x (#648) (3986839)
  • update dependency @​eslint/plugin-kit to ^0.7.2 (#665) (645b0c3)

8.0.2 (2026-05-19)

Bug Fixes

8.0.1 (2026-03-30)

Bug Fixes

  • align no-reversed-media-syntax masking with UTF-16 offsets (#640) (7111e25)

8.0.0 (2026-03-24)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#561)
  • remove /types export (#564)

Features

  • add fenced-code-meta rule (#512) (f30e1c9)
  • add option to no-duplicate/unused-definitions rules (#616) (d189c5e)
  • fix incorrect regex pattern in no-multiple-h1 (#624) (e57e398)
  • fix incorrect regex pattern in require-alt-text and no-html (#604) (cd264d0)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#561) (f6d2a22)
  • support Math (#617) (cc03b5f)

Bug Fixes

  • false positive triggered by comments in no-html (a2ccff8)
  • false positive triggered by HTML inside comments in no-html (#592) (a2ccff8)
  • false positives for inline elements in no-reversed-media-syntax (#597) (8538c10)
  • recognize Definition node in no-missing-link-fragments (#603) (9b58e36)
  • recognize HTML heading in no-missing-link-fragments (#583) (bd9dfa3)

... (truncated)

Commits
  • e93e014 chore: release 8.0.3 🚀 (#666)
  • 5c16c41 docs: Update README sponsors
  • f5b6548 docs: Update README sponsors
  • c627dca docs: Update README sponsors
  • 54d3323 chore: update non-major dev-dependencies to v3.8.4 (#670)
  • d006b8a docs: Update README sponsors
  • 3986839 fix: type compatibility issue between Markdown v8 and ESLint v9.39.x (#648)
  • 133ddaa docs: Update README sponsors
  • c154e51 docs: Update README sponsors
  • 15e6148 chore: update dependency @​eslint/json to v2 (#668)
  • Additional commits viewable in compare view

Updates @stylistic/eslint-plugin from 5.7.1 to 5.10.0

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v5.10.0

5.10.0 (2026-03-06)

Features

  • list-style: allow 'off' in overrides (#1144) (c43bd4b)
  • padding-line-between-statements: introduce lineMode for selector matcher (#1143) (1ebd6d8)

Build Related

  • deps: bump actions/download-artifact from 7 to 8 (#1153) (78ca032)
  • deps: bump actions/upload-artifact from 6 to 7 (#1154) (01f7b17)

Performance

  • no export all for @​typescript-eslint/utils (#1150) (258f9d8)

v5.9.0

5.9.0 (2026-02-19)

Features

Bug Fixes

  • comma-dangle: check tsx file correctly (#1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#1129) (

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

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.7.0` |
| [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) | `9.6.4` | `10.0.1` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `10.0.1` |
| [@eslint/json](https://github.com/eslint/json) | `1.0.0` | `2.0.1` |
| [@eslint/markdown](https://github.com/eslint/markdown) | `7.5.1` | `8.0.3` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.7.1` | `5.10.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.4.4` | `4.4.5` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.16.1` | `4.17.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.5.2` | `63.0.13` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.23.2` | `18.2.2` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `5.5.0` | `5.10.0` |
| [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) | `3.0.0` | `3.6.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.3.0` | `17.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.63.0` |
| [@eslint/config-inspector](https://github.com/eslint/config-inspector) | `1.4.2` | `3.0.4` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.12.2` | `29.15.4` |
| [@cspell/dict-bash](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/bash) | `4.2.2` | `4.2.3` |
| [@cspell/dict-css](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/css) | `4.0.19` | `4.1.2` |
| [@cspell/dict-en-common-misspellings](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/en-common-misspellings) | `2.1.12` | `2.1.13` |
| [@cspell/dict-en-gb](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/en_GB) | `5.0.22` | `5.0.30` |
| [@cspell/dict-en_us](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/en_US) | `4.4.28` | `4.4.36` |
| [@cspell/dict-filetypes](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/filetypes) | `3.0.15` | `3.0.18` |
| [@cspell/dict-html](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/html) | `4.0.14` | `4.0.15` |
| [@cspell/dict-markdown](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/markdown) | `2.0.14` | `2.0.17` |
| [@cspell/dict-npm](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/npm) | `5.2.32` | `5.2.43` |
| [@cspell/dict-shell](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/shell) | `1.1.2` | `1.2.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.1` | `26.1.1` |



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

Updates `@cspell/eslint-plugin` from 9.6.4 to 10.0.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v10.0.1/packages/cspell-eslint-plugin)

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/v10.0.1/packages/js)

Updates `@eslint/json` from 1.0.0 to 2.0.1
- [Release notes](https://github.com/eslint/json/releases)
- [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
- [Commits](eslint/json@json-v1.0.0...json-v2.0.1)

Updates `@eslint/markdown` from 7.5.1 to 8.0.3
- [Release notes](https://github.com/eslint/markdown/releases)
- [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md)
- [Commits](eslint/markdown@v7.5.1...v8.0.3)

Updates `@stylistic/eslint-plugin` from 5.7.1 to 5.10.0
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/v5.10.0/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.10.0/packages/eslint-plugin)

Updates `eslint-import-resolver-typescript` from 4.4.4 to 4.4.5
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.4.4...v4.4.5)

Updates `eslint-plugin-import-x` from 4.16.1 to 4.17.1
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.16.1...v4.17.1)

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

Updates `eslint-plugin-n` from 17.23.2 to 18.2.2
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.23.2...v18.2.2)

Updates `eslint-plugin-perfectionist` from 5.5.0 to 5.10.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v5.5.0...v5.10.0)

Updates `eslint-plugin-yml` from 3.0.0 to 3.6.0
- [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.6.0)

Updates `globals` from 17.3.0 to 17.7.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.3.0...v17.7.0)

Updates `typescript-eslint` from 8.54.0 to 8.63.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.63.0/packages/typescript-eslint)

Updates `@eslint/config-inspector` from 1.4.2 to 3.0.4
- [Release notes](https://github.com/eslint/config-inspector/releases)
- [Changelog](https://github.com/eslint/config-inspector/blob/main/CHANGELOG.md)
- [Commits](eslint/config-inspector@v1.4.2...v3.0.4)

Updates `eslint-plugin-jest` from 29.12.2 to 29.15.4
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.12.2...v29.15.4)

Updates `@cspell/dict-bash` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/bash/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-bash@4.2.3/dictionaries/bash)

Updates `@cspell/dict-css` from 4.0.19 to 4.1.2
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/css/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-css@4.1.2/dictionaries/css)

Updates `@cspell/dict-en-common-misspellings` from 2.1.12 to 2.1.13
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en-common-misspellings/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-en-common-misspellings@2.1.13/dictionaries/en-common-misspellings)

Updates `@cspell/dict-en-gb` from 5.0.22 to 5.0.30
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_GB/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-en-gb@5.0.30/dictionaries/en_GB)

Updates `@cspell/dict-en_us` from 4.4.28 to 4.4.36
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-en_us@4.4.36/dictionaries/en_US)

Updates `@cspell/dict-filetypes` from 3.0.15 to 3.0.18
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/filetypes/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-filetypes@3.0.18/dictionaries/filetypes)

Updates `@cspell/dict-html` from 4.0.14 to 4.0.15
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/html/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-html@4.0.15/dictionaries/html)

Updates `@cspell/dict-markdown` from 2.0.14 to 2.0.17
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/markdown/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-markdown@2.0.17/dictionaries/markdown)

Updates `@cspell/dict-npm` from 5.2.32 to 5.2.43
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/npm/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-npm@5.2.43/dictionaries/npm)

Updates `@cspell/dict-shell` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/shell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-shell@1.2.0/dictionaries/shell)

Updates `@types/node` from 25.2.1 to 26.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: "@cspell/eslint-plugin"
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: "@eslint/json"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: "@eslint/markdown"
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-import-x
  dependency-version: 4.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 63.0.13
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-n
  dependency-version: 18.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-perfectionist
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-yml
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: globals
  dependency-version: 17.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/config-inspector"
  dependency-version: 3.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-jest
  dependency-version: 29.15.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@cspell/dict-bash"
  dependency-version: 4.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@cspell/dict-css"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@cspell/dict-en-common-misspellings"
  dependency-version: 2.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@cspell/dict-en-gb"
  dependency-version: 5.0.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@cspell/dict-en_us"
  dependency-version: 4.4.36
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@cspell/dict-filetypes"
  dependency-version: 3.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@cspell/dict-html"
  dependency-version: 4.0.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@cspell/dict-markdown"
  dependency-version: 2.0.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@cspell/dict-npm"
  dependency-version: 5.2.43
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@cspell/dict-shell"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants