Skip to content

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

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

chore(deps-dev): bump the eslint group across 1 directory with 3 updates#933
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-e2922b8d5a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the eslint group with 3 updates in the / directory: @devpow112/eslint-config, @eslint/compat and eslint.

Updates @devpow112/eslint-config from 4.1.3 to 4.1.13

Release notes

Sourced from @​devpow112/eslint-config's releases.

v4.1.13

This release is also available on:


4.1.13 (2026-04-30)

Miscellaneous Chores

  • deps-dev: bump @​commitlint/cli in the commitlint group (decec69)
  • deps-dev: bump @​devpow112/commitlint-config (71fb075)
  • deps-dev: bump @​eslint/compat from 2.0.4 to 2.0.5 (fa369ba)
  • deps: bump globals from 17.4.0 to 17.5.0 (ae4e4ee)
  • node: bump from 24.14.1 to 24.15.0 (b08b7b5)

Build System

  • deps: bump actions/create-github-app-token from 3.0.0 to 3.1.1 (49315c7)
  • deps: bump actions/setup-node from 6.3.0 to 6.4.0 (64a7954)
  • deps: bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (c277013)

v4.1.12

This release is also available on:


4.1.12 (2026-04-07)

Miscellaneous Chores

  • deps-dev: bump @​eslint/compat from 2.0.3 to 2.0.4 (5717ddb)
  • deps: bump eslint-plugin-chai-friendly from 1.1.0 to 1.2.0 (70be0ae)
  • fix dependabot config (8e3d3e6)
  • remove dependabot grouping for eslint tools (75c135c)
  • update dependabot groups (083c368)

v4.1.11

This release is also available on:


4.1.11 (2026-04-03)

Miscellaneous Chores

  • deps: bump globals from 16.3.0 to 17.4.0 (984a4af)

v4.1.10

This release is also available on:


4.1.10 (2026-04-03)

... (truncated)

Commits
  • 487f513 chore(release): 4.1.13 [skip actions]
  • ae4e4ee chore(deps): bump globals from 17.4.0 to 17.5.0
  • 64a7954 build(deps): bump actions/setup-node from 6.3.0 to 6.4.0
  • 71fb075 chore(deps-dev): bump @​devpow112/commitlint-config
  • decec69 chore(deps-dev): bump @​commitlint/cli in the commitlint group
  • b08b7b5 chore(node): bump from 24.14.1 to 24.15.0
  • 49315c7 build(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1
  • c277013 build(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1
  • fa369ba chore(deps-dev): bump @​eslint/compat from 2.0.4 to 2.0.5
  • 0778b32 chore(release): 4.1.12 [skip actions]
  • Additional commits viewable in compare view

Updates @eslint/compat from 2.0.1 to 2.1.0

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.1.0

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

migrate-config: v2.1.0

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/config-helpers bumped from ^0.5.5 to ^0.6.0

migrate-config: v2.0.7

2.0.7 (2026-05-01)

Bug Fixes

migrate-config: v2.0.6

2.0.6 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.4 to ^2.0.5
    • devDependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1

migrate-config: v2.0.5

2.0.5 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

2.1.0 (2026-05-08)

Features

  • Add new includeIgnoreFile() to config-helpers (#430) (9b51352)

2.0.5 (2026-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1

2.0.4 (2026-04-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0

2.0.3 (2026-03-06)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.0 to ^1.1.1

2.0.2 (2026-01-29)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0
Commits

Updates eslint from 9.39.2 to 10.4.0

Release notes

Sourced from eslint's releases.

v10.4.0

Features

  • 1a45ec5 feat: check sequence expressions in for-direction (#20701) (kuldeep kumar)
  • 450040b feat: add includeIgnoreFile() to eslint/config (#20735) (Kirk Waiblinger)

Bug Fixes

  • 544c0c3 fix: escape code path DOT labels in debug output (#20866) (Pixel998)
  • 6799431 fix: update dependency @​eslint/config-helpers to ^0.6.0 (#20850) (renovate[bot])
  • f078fef fix: handle non-array deprecated rule replacements (#20825) (xbinaryx)

Documentation

  • 7e52a71 docs: add mention of @eslint-react/eslint-plugin (#20869) (Pavel)
  • db3468b docs: tweak wording around ambiguous CJS-vs-ESM config (#20865) (Kirk Waiblinger)
  • 9084664 docs: Update README (GitHub Actions Bot)
  • 9cc7387 docs: Update README (GitHub Actions Bot)
  • 3d7b548 docs: Update README (GitHub Actions Bot)
  • 191ec3c docs: Update README (GitHub Actions Bot)

Chores

  • 6616856 chore: upgrade knip to v6 (#20875) (Pixel998)
  • d13b084 ci: ensure auto-created PRs run CI (#20860) (lumir)
  • e71c7af ci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#20862) (dependabot[bot])
  • d84393d test: add unit tests for SuppressionsService.applySuppressions() (#20863) (kuldeep kumar)
  • 24db8cb test: add tests for SuppressionsService.save() (#20802) (kuldeep kumar)
  • 2ef0549 chore: update ecosystem plugins (#20857) (github-actions[bot])
  • a429791 ci: remove eslint-webpack-plugin types integration test (#20668) (Milos Djermanovic)
  • 9e37386 chore: replace recast with range approach in code-sample-minimizer (#20682) (Copilot)
  • 0dd1f9f test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#20845) (Francesco Trotta)
  • 9da3c7b refactor: remove deprecated meta.language and migrate meta.dialects (#20716) (Pixel998)
  • 2099ed1 refactor: add meta.defaultOptions to more rules, enable linting (#20800) (xbinaryx)
  • f1dfbc9 chore: update ecosystem plugins (#20836) (github-actions[bot])
  • c759413 ci: bump pnpm/action-setup from 6.0.3 to 6.0.5 (#20843) (dependabot[bot])
  • 5b817d6 test: add unit tests for lib/shared/ast-utils (#20838) (kuldeep kumar)
  • 1c13ae3 test: add unit tests for lib/shared/severity (#20835) (kuldeep kumar)

v10.3.0

Features

  • 379571a feat: add suggestions for no-unused-private-class-members (#20773) (sethamus)

Bug Fixes

  • b6ae5cf fix: handle unavailable require cache (#20812) (Simon Podlipsky)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787) (Milos Djermanovic)

Documentation

  • 32cc7ab docs: fix typos in docs and comments (#20809) (Tanuj Kanti)
  • 7f47937 docs: Update README (GitHub Actions Bot)

Chores

  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826) (Francesco Trotta)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821) (Pixel998)

... (truncated)

Commits

@dependabot dependabot Bot added auto Opened by an automated process dependencies Pull request that updates a dependency file javascript Pull requests that update JavaScript code labels Mar 13, 2026
@dependabot dependabot Bot requested a review from devpow112 as a code owner March 13, 2026 23:12
@dependabot dependabot Bot added auto Opened by an automated process dependencies Pull request that updates a dependency file javascript Pull requests that update JavaScript code labels Mar 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 7 times, most recently from 7b4bb50 to 567ec9b Compare March 21, 2026 13:53
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 12 times, most recently from 560a694 to 701d24a Compare April 3, 2026 14:04
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch from 701d24a to e4e229a Compare April 7, 2026 13:55
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch from e4e229a to 63c50a8 Compare April 20, 2026 08:19
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 2 times, most recently from b7a4421 to 8b3f7b2 Compare April 30, 2026 08:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch from 8b3f7b2 to e5115d4 Compare May 4, 2026 08:54
Bumps the eslint group with 3 updates in the / directory: [@devpow112/eslint-config](https://github.com/devpow112/eslint-config), [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) and [eslint](https://github.com/eslint/eslint).


Updates `@devpow112/eslint-config` from 4.1.3 to 4.1.13
- [Release notes](https://github.com/devpow112/eslint-config/releases)
- [Commits](devpow112/eslint-config@v4.1.3...v4.1.13)

Updates `@eslint/compat` from 2.0.1 to 2.1.0
- [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.0/packages/compat)

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

---
updated-dependencies:
- dependency-name: "@devpow112/eslint-config"
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 10.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch from e5115d4 to 5fd59de Compare May 16, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto Opened by an automated process dependencies Pull request that updates 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