Skip to content

Bump the eslint group across 1 directory with 11 updates#3469

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-75670ed09d
Open

Bump the eslint group across 1 directory with 11 updates#3469
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-75670ed09d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

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

Package From To
@eslint/css 0.14.1 1.1.0
@eslint/js 9.39.2 10.0.1
@eslint/json 1.0.0 1.2.0
@eslint/markdown 7.5.1 8.0.1
@html-eslint/eslint-plugin 0.54.2 0.58.1
@html-eslint/parser 0.54.0 0.58.1
@typescript-eslint/eslint-plugin 8.54.0 8.58.0
eslint 9.39.2 10.1.0
eslint-plugin-jest 29.12.1 29.15.1
eslint-plugin-testing-library 7.15.4 7.16.2

Updates @eslint/css from 0.14.1 to 1.1.0

Release notes

Sourced from @​eslint/css's releases.

css: v1.1.0

1.1.0 (2026-03-29)

Features

Bug Fixes

css: v1.0.0

1.0.0 (2026-03-08)

⚠ BREAKING CHANGES

  • export types from main entry and remove /types export (#353)
  • remove rollup, extraneous types and migrate to ESM-only (#352)
  • Bump to v1.0.0
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#302)

Features

  • Allow function-based customSyntax options (#357) (3479200)
  • Bump to v1.0.0 (050bde3)
  • export types from main entry and remove /types export (#353) (bb390d6)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#302) (a1eb7f5)

Bug Fixes

... (truncated)

Changelog

Sourced from @​eslint/css's changelog.

1.1.0 (2026-03-29)

Features

Bug Fixes

1.0.0 (2026-03-08)

⚠ BREAKING CHANGES

  • export types from main entry and remove /types export (#353)
  • remove rollup, extraneous types and migrate to ESM-only (#352)
  • Bump to v1.0.0
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#302)

Features

  • Allow function-based customSyntax options (#357) (3479200)
  • Bump to v1.0.0 (050bde3)
  • export types from main entry and remove /types export (#353) (bb390d6)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#302) (a1eb7f5)

Bug Fixes

... (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 1.2.0

Release notes

Sourced from @​eslint/json's releases.

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)

Bug Fixes

Changelog

Sourced from @​eslint/json's changelog.

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

Updates @eslint/markdown from 7.5.1 to 8.0.1

Release notes

Sourced from @​eslint/markdown's releases.

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)
  • 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)
  • remove /types export (#564) (28eecf6)
  • update dependency @​eslint/plugin-kit to ^0.6.0 (#584) (be16763)
  • update eslint (#629) (4c75af0)
  • use types from @eslint/plugin-kit and update @eslint/core (#607) (f5d4ce0)
Changelog

Sourced from @​eslint/markdown's changelog.

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)
  • remove /types export (#564) (28eecf6)
  • update dependency @​eslint/plugin-kit to ^0.6.0 (#584) (be16763)
  • update eslint (#629) (4c75af0)
  • use types from @eslint/plugin-kit and update @eslint/core (#607) (f5d4ce0)
Commits
  • 4b5aca8 chore: release 8.0.1 🚀 (#641)
  • 7111e25 fix: align no-reversed-media-syntax masking with UTF-16 offsets (#640)
  • 3cafcda chore: release 8.0.0 🚀 (#594)
  • cc03b5f feat: support Math (#617)
  • 23dc0c6 chore: simplify package.json import and add cjs import type test (#634)
  • 493de5d chore: update dependency knip to v6 (#636)
  • 5b266ef chore: update dependency @​eslint/json to ^1.2.0 (#635)
  • e57e398 feat: fix incorrect regex pattern in no-multiple-h1 (#624)
  • bd9dfa3 fix: recognize HTML heading in no-missing-link-fragments (#583)
  • 68046a7 chore: ignore eslint-v9 for renovate (#632)
  • Additional commits viewable in compare view

Updates @html-eslint/eslint-plugin from 0.54.2 to 0.58.1

Release notes

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

v0.58.1

What's Changed

Full Changelog: yeonjuan/html-eslint@v0.58.0...v0.58.1

v0.58.0

What's Changed

Full Changelog: yeonjuan/html-eslint@v0.57.1...v0.58.0

v0.57.1

What's Changed

Full Changelog: yeonjuan/html-eslint@v0.57.0...v0.57.1

... (truncated)

Commits
  • 658d66d v0.58.1
  • d39fe0c fix: type errors with verbatimModuleSyntax (#560)
  • 748952c chore(deps-dev): bump svgo from 3.3.2 to 3.3.3 (#559)
  • 11d974d chore(deps): bump immutable from 5.0.3 to 5.1.5 (#558)
  • 1b9c890 chore(deps): bump @​hono/node-server from 1.19.9 to 1.19.10 (#557)
  • d688ad9 v0.58.0
  • 3a0cd21 fix: handle new line in class and mustache syntax (#555)
  • 8c14824 v0.58.0-alpha.0
  • e62685c docs: add configuration in eslint v10,9,8 (#542)
  • 494a92a feat: add angular no-obsolete-attrs, no-invalid-attr-value (#554)
  • Additional commits viewable in compare view

Updates @html-eslint/parser from 0.54.0 to 0.58.1

Release notes

Sourced from @​html-eslint/parser's releases.

v0.58.1

What's Changed

Full Changelog: yeonjuan/html-eslint@v0.58.0...v0.58.1

v0.58.0

What's Changed

Full Changelog: yeonjuan/html-eslint@v0.57.1...v0.58.0

v0.57.1

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [@eslint/css](https://github.com/eslint/css) | `0.14.1` | `1.1.0` |
| [@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` | `1.2.0` |
| [@eslint/markdown](https://github.com/eslint/markdown) | `7.5.1` | `8.0.1` |
| [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) | `0.54.2` | `0.58.1` |
| [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) | `0.54.0` | `0.58.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.54.0` | `8.58.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.1.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.12.1` | `29.15.1` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.15.4` | `7.16.2` |



Updates `@eslint/css` from 0.14.1 to 1.1.0
- [Release notes](https://github.com/eslint/css/releases)
- [Changelog](https://github.com/eslint/css/blob/main/CHANGELOG.md)
- [Commits](eslint/css@css-v0.14.1...css-v1.1.0)

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 1.2.0
- [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-v1.2.0)

Updates `@eslint/markdown` from 7.5.1 to 8.0.1
- [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.1)

Updates `@html-eslint/eslint-plugin` from 0.54.2 to 0.58.1
- [Release notes](https://github.com/yeonjuan/html-eslint/releases)
- [Commits](yeonjuan/html-eslint@v0.54.2...v0.58.1)

Updates `@html-eslint/parser` from 0.54.0 to 0.58.1
- [Release notes](https://github.com/yeonjuan/html-eslint/releases)
- [Commits](yeonjuan/html-eslint@v0.54.0...v0.58.1)

Updates `@typescript-eslint/eslint-plugin` from 8.54.0 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.54.0 to 8.58.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/parser)

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

Updates `eslint-plugin-jest` from 29.12.1 to 29.15.1
- [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.1...v29.15.1)

Updates `eslint-plugin-testing-library` from 7.15.4 to 7.16.2
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/release.config.js)
- [Commits](testing-library/eslint-plugin-testing-library@v7.15.4...v7.16.2)

---
updated-dependencies:
- dependency-name: "@eslint/css"
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- 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/json"
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/markdown"
  dependency-version: 8.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: "@html-eslint/eslint-plugin"
  dependency-version: 0.58.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@html-eslint/parser"
  dependency-version: 0.58.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-jest
  dependency-version: 29.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Apr 1, 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