Skip to content

build(deps-dev): bump eslint from 10.5.0 to 10.6.0#261

Merged
KHET-1 merged 3 commits into
mainfrom
dependabot/npm_and_yarn/eslint-10.6.0
Jul 1, 2026
Merged

build(deps-dev): bump eslint from 10.5.0 to 10.6.0#261
KHET-1 merged 3 commits into
mainfrom
dependabot/npm_and_yarn/eslint-10.6.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps eslint from 10.5.0 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)
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 @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 29, 2026
codescene-delta-analysis[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.6.0 branch from 9451e2f to 4249b03 Compare June 29, 2026 15:27
codescene-delta-analysis[bot]

This comment was marked as outdated.

Bumps [eslint](https://github.com/eslint/eslint) from 10.5.0 to 10.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.5.0...v10.6.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-10.6.0 branch from 4249b03 to 73056f5 Compare June 30, 2026 17:08
codescene-delta-analysis[bot]

This comment was marked as outdated.

@KHET-1
KHET-1 requested a review from Copilot June 30, 2026 19:16
codescene-delta-analysis[bot]

This comment was marked as outdated.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the project’s dev dependency on ESLint from ^10.5.0 to ^10.6.0, keeping linting tooling up to date.

Changes:

  • Updated eslint devDependency version range in package.json to ^10.6.0.
  • Updated package-lock.json to lock ESLint to 10.6.0 (including new tarball URL and integrity hash).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Bumps the ESLint devDependency to ^10.6.0.
package-lock.json Updates the lockfile to resolve/install ESLint 10.6.0.

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No application code in the PR — skipped Code Health checks.

See analysis details in CodeScene

Quality Gate Profile: Custom Configuration
Install CodeScene MCP: safeguard and uplift AI-generated code. Catch issues early with our IDE extension and CLI tool.

@qodo-code-review

Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: build

Failed stage: Run tests [❌]

Failed test name: package.json Validation › express-rate-limit Dependency › should have correct version

Failure summary:

The action failed because a Jest test suite failed: tests/package-json-validation.test.js.
- Failing
test: package.json Validation › express-rate-limit Dependency › should have correct version
- At
tests/package-json-validation.test.js:41:62, the test asserts
packageJson.dependencies['express-rate-limit'] must be ^8.2.1, but package.json contains ^8.5.2.
-
Jest exited with code 1 due to this failed assertion.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

203:  (node:2433) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.
204:  (Use `node --trace-warnings ...` to show where the warning was created)
205:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mcoverage-gap-fix.test.js�[22m
206:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mcoverage-threshold-improvement.test.js�[22m
207:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1meditor-orchestration.test.js�[22m
208:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mplugin-panel.test.js�[22m
209:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mbranch-coverage.test.js�[22m
210:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mnotification-manager.test.js�[22m (�[0m�[1m�[41m10.807 s�[49m�[22m�[0m)
211:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1manimation-manager.test.js�[22m
212:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mplugin-bridge.test.js�[22m
213:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mintegration.test.js�[22m
214:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mbranch-coverage-fixes.test.js�[22m
215:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mbenchmarks.test.js�[22m
216:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mhelp-bar.test.js�[22m (�[0m�[1m�[41m5.859 s�[49m�[22m�[0m)
217:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mplugin-loader.test.js�[22m
218:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1merror-manager.test.js�[22m
219:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1medge-cases.test.js�[22m
220:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1msettings.test.js�[22m
221:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mplugin-registry.test.js�[22m
222:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mmarkdown-rendering.test.js�[22m
223:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1meditor-ui-coverage.test.js�[22m
224:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mperformance.test.js�[22m
225:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1maccessibility.test.js�[22m
226:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mstorefront.test.js�[22m
227:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1madditional-coverage.test.js�[22m
228:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mcore.test.js�[22m
229:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mfile-upload-fix.test.js�[22m
230:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/scripts/�[22m�[1mtest-server.test.js�[22m
231:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mclaude-performance.test.js�[22m
232:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mui-interactions.test.js�[22m
233:  �[0m�[7m�[1m�[31m FAIL �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mpackage-json-validation.test.js�[22m
234:  �[1m�[31m  �[1m● �[22m�[1mpackage.json Validation › express-rate-limit Dependency › should have correct version�[39m�[22m
235:  �[2mexpect(�[22m�[31mreceived�[39m�[2m).�[22mtoBe�[2m(�[22m�[32mexpected�[39m�[2m) // Object.is equality�[22m
236:  Expected: �[32m"^8.�[7m2.1�[27m"�[39m
237:  Received: �[31m"^8.�[7m5.2�[27m"�[39m
238:  �[2m�[22m
239:  �[2m    �[0m �[90m 39 |�[39m�[22m
240:  �[2m     �[90m 40 |�[39m     test(�[32m'should have correct version'�[39m�[33m,�[39m () �[33m=>�[39m {�[22m
241:  �[2m    �[31m�[1m>�[22m�[2m�[39m�[90m 41 |�[39m       expect(packageJson�[33m.�[39mdependencies[�[32m'express-rate-limit'�[39m])�[33m.�[39mtoBe(�[32m'^8.2.1'�[39m)�[33m;�[39m�[22m
242:  �[2m     �[90m    |�[39m                                                              �[31m�[1m^�[22m�[2m�[39m�[22m
243:  �[2m     �[90m 42 |�[39m     })�[33m;�[39m�[22m
244:  �[2m     �[90m 43 |�[39m�[22m
245:  �[2m     �[90m 44 |�[39m     test(�[32m'should be in dependencies, not devDependencies'�[39m�[33m,�[39m () �[33m=>�[39m {�[0m�[22m
246:  �[2m�[22m
247:  �[2m      �[2mat Object.toBe (�[22m�[2m�[0m�[36mtests/package-json-validation.test.js�[39m�[0m�[2m:41:62)�[22m�[2m�[22m
248:  �[0m�[7m�[1m�[32m PASS �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mcoverage-completion.test.js�[22m
249:  �[1mSummary of all failing tests�[22m
250:  �[0m�[7m�[1m�[31m FAIL �[39m�[22m�[27m�[0m �[2mtests/�[22m�[1mpackage-json-validation.test.js�[22m
251:  �[1m�[31m  �[1m● �[22m�[1mpackage.json Validation › express-rate-limit Dependency › should have correct version�[39m�[22m
252:  �[2mexpect(�[22m�[31mreceived�[39m�[2m).�[22mtoBe�[2m(�[22m�[32mexpected�[39m�[2m) // Object.is equality�[22m
253:  Expected: �[32m"^8.�[7m2.1�[27m"�[39m
254:  Received: �[31m"^8.�[7m5.2�[27m"�[39m
255:  �[2m�[22m
256:  �[2m    �[0m �[90m 39 |�[39m�[22m
257:  �[2m     �[90m 40 |�[39m     test(�[32m'should have correct version'�[39m�[33m,�[39m () �[33m=>�[39m {�[22m
258:  �[2m    �[31m�[1m>�[22m�[2m�[39m�[90m 41 |�[39m       expect(packageJson�[33m.�[39mdependencies[�[32m'express-rate-limit'�[39m])�[33m.�[39mtoBe(�[32m'^8.2.1'�[39m)�[33m;�[39m�[22m
259:  �[2m     �[90m    |�[39m                                                              �[31m�[1m^�[22m�[2m�[39m�[22m
260:  �[2m     �[90m 42 |�[39m     })�[33m;�[39m�[22m
261:  �[2m     �[90m 43 |�[39m�[22m
262:  �[2m     �[90m 44 |�[39m     test(�[32m'should be in dependencies, not devDependencies'�[39m�[33m,�[39m () �[33m=>�[39m {�[0m�[22m
263:  �[2m�[22m
264:  �[2m      �[2mat Object.toBe (�[22m�[2m�[0m�[36mtests/package-json-validation.test.js�[39m�[0m�[2m:41:62)�[22m�[2m�[22m
265:  �[1mTest Suites: �[22m�[1m�[31m1 failed�[39m�[22m, �[1m�[32m29 passed�[39m�[22m, 30 total
266:  �[1mTests:       �[22m�[1m�[31m1 failed�[39m�[22m, �[1m�[32m768 passed�[39m�[22m, 769 total
267:  �[1mSnapshots:   �[22m0 total
268:  �[1mTime:�[22m        29.227 s
269:  �[2mRan all test suites�[22m�[2m.�[22m
270:  ##[error]Process completed with exit code 1.
271:  Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

@KHET-1
KHET-1 merged commit dc8f9c6 into main Jul 1, 2026
11 of 13 checks passed
@KHET-1
KHET-1 deleted the dependabot/npm_and_yarn/eslint-10.6.0 branch July 1, 2026 12:14
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants