Skip to content

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

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

chore(deps-dev): bump the eslint group across 1 directory with 3 updates#1422
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.0.5

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v2.0.5

2.0.5 (2026-04-03)

Dependencies

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

compat: v2.0.5

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

migrate-config: v2.0.4

2.0.4 (2026-03-20)

Bug Fixes

  • update dependency @​eslint/eslintrc to ^3.3.5 (#397) (8567c19)

compat: v2.0.4

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

compat: v2.0.3

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

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

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.3.0

Release notes

Sourced from eslint's releases.

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)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#20818) (Josh Goldberg ✨)
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815) (dependabot[bot])
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#20811) (renovate[bot])
  • 2f58136 chore: pin peter-evans/create-pull-request action to 5f6978f (#20810) (renovate[bot])
  • 77add7f chore: add initial ecosystem plugin tests workflow (#19643) (Josh Goldberg ✨)
  • 4023b55 test: Add unit tests for SuppressionsService.prune() (#20797) (kuldeep kumar)
  • 54080da test: add unit tests for ForkContext (#20778) (kuldeep kumar)
  • f0e2bcc test: add unit tests for SuppressionsService.suppress() method (#20765) (kuldeep kumar)
  • a7f0b94 chore: update dependency prettier to v3.8.3 (#20782) (renovate[bot])
  • 7bf93d9 chore: update TypeScript to v6 (#20677) (sethamus)
  • b42dd72 ci: bump pnpm/action-setup from 6.0.0 to 6.0.1 (#20781) (dependabot[bot])
  • 2b252be test: add unit tests for IdGenerator (#20775) (kuldeep kumar)

v10.2.1

Bug Fixes

  • 14be92b fix: model generator yield resumption paths in code path analysis (#20665) (sethamus)
  • 84a19d2 fix: no-async-promise-executor false positives for shadowed Promise (#20740) (xbinaryx)
  • af764af fix: clarify language and processor validation errors (#20729) (Pixel998)
  • e251b89 fix: update eslint (#20715) (renovate[bot])

Documentation

  • ca92ca0 docs: reuse markdown-it instance for markdown filter (#20768) (Amaresh S M)
  • 57d2ee2 docs: Enable Eleventy incremental mode for watch (#20767) (Amaresh S M)
  • c1621b9 docs: fix typos in code-path-analyzer.js (#20700) (Ayush Shukla)
  • 1418d52 docs: Update README (GitHub Actions Bot)
  • 39771e6 docs: Update README (GitHub Actions Bot)
  • 71e0469 docs: fix incomplete JSDoc param description in no-shadow rule (#20728) (kuldeep kumar)
  • 22119ce docs: clarify scope of for-direction rule with dead code examples (#20723) (Amaresh S M)
  • 8f3fb77 docs: document meta.docs.dialects (#20718) (Pixel998)

Chores

  • 7ddfea9 chore: update dependency prettier to v3.8.2 (#20770) (renovate[bot])
  • fac40e1 ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 (#20763) (dependabot[bot])
  • 7246f92 test: add tests for SuppressionsService.load() error handling (#20734) (kuldeep kumar)
  • 4f34b1e chore: update pnpm/action-setup action to v5 (#20762) (renovate[bot])

... (truncated)

Commits
  • 7889204 10.3.0
  • 5b69b4f Build: changelog update for 10.3.0
  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#20826)
  • b6ae5cf fix: handle unavailable require cache (#20812)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#20821)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#20787)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#20818)
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815)
  • 379571a feat: add suggestions for no-unused-private-class-members (#20773)
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#20811)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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:14
@dependabot dependabot Bot added dependencies Pull request that updates a dependency file auto Opened by an automated process javascript Pull requests that update JavaScript code labels Mar 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 9 times, most recently from 95b8e04 to 4dc1ae4 Compare March 19, 2026 13:47
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 7 times, most recently from 761dd60 to 06cd927 Compare March 28, 2026 00:37
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 7 times, most recently from 491ebac to 6ebc5e8 Compare April 3, 2026 14:04
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 3 times, most recently from 51fcdd7 to d8c2da7 Compare April 10, 2026 13:25
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 10, 2026

Coverage Report for CI Build 25310040527

Coverage remained the same at 100.0%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 20
Covered Lines: 20
Line Coverage: 100.0%
Relevant Branches: 1
Covered Branches: 1
Branch Coverage: 100.0%
Branches in Coverage %: Yes
Coverage Strength: 3.05 hits per line

💛 - Coveralls

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 2 times, most recently from 5e95621 to e5a67ce Compare April 16, 2026 08:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch from e5a67ce to 958c78c Compare April 20, 2026 08:19
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 2 times, most recently from 8537454 to c463a59 Compare April 30, 2026 08:03
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.0.5
- [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.0.5/packages/compat)

Updates `eslint` from 9.39.2 to 10.3.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.3.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 c463a59 to 9782241 Compare May 4, 2026 08:54
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 25, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 25, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/eslint-e2922b8d5a branch May 25, 2026 11:31
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.

1 participant