Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

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

Updates @devpow112/eslint-config from 4.1.14 to 4.1.15

Release notes

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

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)
Commits
  • 6a1a92c chore(release): 4.1.15 [skip actions]
  • 9a22d78 chore(deps): bump eslint-plugin-mocha from 11.1.0 to 11.3.0
  • 935e52c chore(deps-dev): bump @​commitlint/cli
  • 2cd6704 chore(deps-dev): bump sort-package-json from 3.6.1 to 4.0.0
  • f362bc4 chore(deps-dev): bump semantic-release
  • 10f00ee chore(deps-dev): bump shell-quote from 1.8.3 to 1.8.4
  • 29e767f chore(deps-dev): bump @​devpow112/commitlint-config
  • fba2fff chore(deps-dev): bump @​devpow112/semantic-release-config
  • f4dd37d chore(node): resolve active LTS from the official nodejs API
  • 28aa1dc chore: harden .npmrc with ignore-scripts and engine-strict
  • Additional commits viewable in compare view

Updates eslint from 9.39.4 to 10.6.0

Release notes

Sourced from eslint's releases.

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

... (truncated)

Commits
  • 5d12a04 10.6.0
  • f7ca54b Build: changelog update for 10.6.0
  • 6a42034 ci: run ecosystem tests on main branch (#20891)
  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014)
  • c3abfca chore: correct JSDoc param types in html formatter (#21018)
  • a83683d docs: Update README
  • a832320 ci: split ecosystem tests into separate jobs (#21001)
  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013)
  • Additional commits viewable in compare view

@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 Jun 26, 2026
@dependabot dependabot Bot requested a review from devpow112 as a code owner June 26, 2026 08:02
@coveralls

coveralls commented Jun 26, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 28302175834

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

Bumps the eslint group with 2 updates in the / directory: [@devpow112/eslint-config](https://github.com/devpow112/eslint-config) and [eslint](https://github.com/eslint/eslint).


Updates `@devpow112/eslint-config` from 4.1.14 to 4.1.15
- [Release notes](https://github.com/devpow112/eslint-config/releases)
- [Commits](devpow112/eslint-config@v4.1.14...v4.1.15)

Updates `eslint` from 9.39.4 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.6.0)

---
updated-dependencies:
- dependency-name: "@devpow112/eslint-config"
  dependency-version: 4.1.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 10.5.0
  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-b8e02fdc9e branch from 0e1f125 to db34242 Compare June 27, 2026 21:22
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