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

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

v4.1.17

This release is also available on:


4.1.17 (2026-07-12)

Miscellaneous Chores

  • deps: bump globals from 17.6.0 to 17.7.0 (f90b480)

v4.1.16

This release is also available on:


4.1.16 (2026-07-12)

Miscellaneous Chores

  • deps-dev: bump @​commitlint/cli in the commitlint group (ce0312e)
  • deps-dev: bump markdownlint-cli from 0.48.0 to 0.49.0 (54733a7)
  • deps: bump eslint-plugin-chai-friendly from 1.2.0 to 1.2.1 (7f23382)
  • pin actions to major version where available (06c6f9a)

Build System

  • deps: bump actions/checkout from 6.0.2 to 7.0.0 (d01a05d)

v4.1.15

This release is also available on:


4.1.15 (2026-06-25)

Miscellaneous Chores

  • deps-dev: bump @​commitlint/cli (935e52c)
  • deps-dev: bump @​devpow112/commitlint-config (29e767f)
  • deps-dev: bump @​devpow112/semantic-release-config (fba2fff)
  • deps-dev: bump semantic-release (f362bc4)
  • deps-dev: bump shell-quote from 1.8.3 to 1.8.4 (10f00ee)
  • deps-dev: bump sort-package-json from 3.6.1 to 4.0.0 (2cd6704)
  • deps: bump eslint-plugin-mocha from 11.1.0 to 11.3.0 (9a22d78)
  • harden .npmrc with ignore-scripts and engine-strict (28aa1dc)
  • node: bump from 24.15.0 to 24.16.0 (21e1c63)
  • node: resolve active LTS from the official nodejs API (f4dd37d)
  • node: track only the major LTS version (9f286f0)

Build System

  • use client-id for create-github-app-token (5cd6174)

... (truncated)

Commits
  • ff07bd7 chore(release): 4.1.17 [skip actions]
  • f90b480 chore(deps): bump globals from 17.6.0 to 17.7.0
  • 3bf84da chore(release): 4.1.16 [skip actions]
  • 7f23382 chore(deps): bump eslint-plugin-chai-friendly from 1.2.0 to 1.2.1
  • ce0312e chore(deps-dev): bump @​commitlint/cli in the commitlint group
  • 54733a7 chore(deps-dev): bump markdownlint-cli from 0.48.0 to 0.49.0
  • 06c6f9a chore: pin actions to major version where available
  • d01a05d build(deps): bump actions/checkout from 6.0.2 to 7.0.0
  • 6a1a92c chore(release): 4.1.15 [skip actions]
  • 9a22d78 chore(deps): bump eslint-plugin-mocha from 11.1.0 to 11.3.0
  • 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.8.0

Release notes

Sourced from eslint's releases.

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#21079) (ESLint Bot)

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)

... (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
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch from e5115d4 to 5fd59de Compare May 16, 2026 08:40
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 2 times, most recently from 599b51f to 407f08e Compare May 27, 2026 09:45
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 2 times, most recently from 7cd5a7d to 5a43258 Compare June 29, 2026 08:02
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch from 5a43258 to 6afe088 Compare July 7, 2026 08:03
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-e2922b8d5a branch 2 times, most recently from fe5f350 to cb1c92a Compare July 29, 2026 08:02
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.17
- [Release notes](https://github.com/devpow112/eslint-config/releases)
- [Commits](devpow112/eslint-config@v4.1.3...v4.1.17)

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.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.8.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 cb1c92a to 7d6a357 Compare July 30, 2026 08:02
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