Skip to content

build(deps-dev): bump the eslint group across 1 directory with 3 updates#24

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-eslint-77e8b46928
Open

build(deps-dev): bump the eslint group across 1 directory with 3 updates#24
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-npm_and_yarn-eslint-77e8b46928

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Bumps the eslint group with 3 updates in the / directory: eslint, eslint-config-xo and eslint-plugin-package-json.

Updates eslint from 9.39.2 to 10.2.0

Release notes

Sourced from eslint's releases.

v10.2.0

Features

  • 586ec2f feat: Add meta.languages support to rules (#20571) (Copilot)
  • 14207de feat: add Temporal to no-obj-calls (#20675) (Pixel998)
  • bbb2c93 feat: add Temporal to ES2026 globals (#20672) (Pixel998)

Bug Fixes

  • 542cb3e fix: update first-party dependencies (#20714) (Francesco Trotta)

Documentation

  • a2af743 docs: add language to configuration objects (#20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#20645) (kuldeep kumar)

v10.1.0

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)

Chores

... (truncated)

Commits

Updates eslint-config-xo from 0.49.0 to 0.51.0

Release notes

Sourced from eslint-config-xo's releases.

v0.51.0

Breaking

  • The package now exports a function instead of an array. Update your eslint.config.js:
-export default eslintConfigXo;
+export default [...eslintConfigXo()];
  • Removed the ./space and ./browser sub-path exports. Use the space and browser options instead:
export default [...eslintConfigXo({space: true, browser: true})];
  • Requires ESLint 10 and Node.js 20.19+.

Improvements

  • Merged eslint-config-xo-typescript: TypeScript rules are now included. No need to install a separate package.
  • Merged plugin configs from XO: Includes eslint-plugin-unicorn, eslint-plugin-import-x, eslint-plugin-n, eslint-plugin-ava, @eslint-community/eslint-plugin-eslint-comments, and a built-in no-use-extend-native rule. Previously these were only available through the XO CLI.
  • Added semicolon option
  • Added TypeScript declaration file
  • Add no-shadow rule 4cec7d2

xojs/eslint-config-xo@v0.50.0...v0.51.0

v0.50.0

Breaking

  • Require ESLint 10 874aefa

New rules

Improvements

  • no-sequences: Add allowInParentheses: false 391d4c8

xojs/eslint-config-xo@v0.49.0...v0.50.0

Commits
  • 87f4605 0.51.0
  • 02e8e44 Move rules from XO
  • 9ca6ad4 Merge TypeScript config from eslint-config-xo-typescript
  • 4cec7d2 Add no-shadow rule
  • 721ef56 Refactor config to use a function export with browser and space options
  • e25a037 0.50.0
  • cf25796 Meta tweaks
  • e9736c2 Add require-unicode-regexp rule
  • 7adc524 Add css/no-unmatchable-selectors rule
  • 8b3d031 Add css/no-duplicate-keyframe-selectors rule
  • Additional commits viewable in compare view

Updates eslint-plugin-package-json from 0.88.2 to 0.91.1

Release notes

Sourced from eslint-plugin-package-json's releases.

v0.91.1

0.91.1 (2026-03-27)

🩹 Bug Fixes

  • no-empty-fields: Allow files to be an empty list (#1682) (4311f74)

v0.91.0

0.91.0 (2026-03-13)

⚠ BREAKING CHANGES

  • add valid-devEngines rule (#1663)

🚀 Features

🩹 Bug Fixes

  • valid-publishConfig: rule not reporting violations for deeply nested objects (#1662) (4c78698)

v0.90.1

0.90.1 (2026-03-10)

🚀 Features

v0.90.0

0.90.0 (2026-03-10)

⚠ BREAKING CHANGES

  • add valid-funding rule (#1643)
  • add valid-bugs rule (#1644)
  • add valid-packageManager rule (#1640)

... (truncated)

Changelog

Sourced from eslint-plugin-package-json's changelog.

0.91.1 (2026-03-27)

🩹 Bug Fixes

  • no-empty-fields: Allow files to be an empty list (#1682) (4311f74)

0.91.0 (2026-03-13)

⚠ BREAKING CHANGES

  • add valid-devEngines rule (#1663)

🚀 Features

🩹 Bug Fixes

  • valid-publishConfig: rule not reporting violations for deeply nested objects (#1662) (4c78698)

0.90.1 (2026-03-10)

🚀 Features

0.90.0 (2026-03-10)

⚠ BREAKING CHANGES

  • add valid-funding rule (#1643)
  • add valid-bugs rule (#1644)
  • add valid-packageManager rule (#1640)

🚀 Features

... (truncated)

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

Bumps the eslint group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [eslint-config-xo](https://github.com/xojs/eslint-config-xo) and [eslint-plugin-package-json](https://github.com/michaelfaith/eslint-plugin-package-json).


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

Updates `eslint-config-xo` from 0.49.0 to 0.51.0
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](xojs/eslint-config-xo@v0.49.0...v0.51.0)

Updates `eslint-plugin-package-json` from 0.88.2 to 0.91.1
- [Release notes](https://github.com/michaelfaith/eslint-plugin-package-json/releases)
- [Changelog](https://github.com/michaelfaith/eslint-plugin-package-json/blob/main/CHANGELOG.md)
- [Commits](michaelfaith/eslint-plugin-package-json@v0.88.2...v0.91.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-config-xo
  dependency-version: 0.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-package-json
  dependency-version: 0.91.1
  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 7, 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