Skip to content

chore(deps-dev): Bump eslint from 9.39.4 to 10.1.0 - #6

Merged
quiet-node merged 2 commits into
mainfrom
dependabot/npm_and_yarn/eslint-10.1.0
Mar 31, 2026
Merged

chore(deps-dev): Bump eslint from 9.39.4 to 10.1.0#6
quiet-node merged 2 commits into
mainfrom
dependabot/npm_and_yarn/eslint-10.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps eslint from 9.39.4 to 10.1.0.

Release notes

Sourced from eslint's releases.

v10.1.0

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)

Chores

  • a9f9cce chore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584) (Milos Djermanovic)
  • 1f42bd7 chore: update prettier to 3.8.1 (#20651) (루밀LuMir)
  • c0a6f4a chore: update dependency @​eslint/json to ^1.2.0 (#20652) (renovate[bot])
  • cc43f79 chore: update dependency c8 to v11 (#20650) (renovate[bot])
  • 2ce4635 chore: update dependency @​eslint/json to v1 (#20649) (renovate[bot])
  • f0406ee chore: update dependency markdownlint-cli2 to ^0.21.0 (#20646) (renovate[bot])
  • dbb4c95 chore: remove trunk (#20478) (sethamus)
  • c672a2a test: fix CLI test for empty output file (#20640) (kuldeep kumar)
  • c7ada24 ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (#20636) (dependabot[bot])
  • 07c4b8b test: fix RuleTester test without test runners (#20631) (Francesco Trotta)
  • 079bba7 test: Add tests for isValidWithUnicodeFlag (#20601) (Manish chaudhary)
  • 5885ae6 ci: unpin Node.js 25.x in CI (#20615) (Copilot)
  • f65e5d3 chore: update pnpm/action-setup digest to b906aff (#20610) (renovate[bot])

v10.0.3

Bug Fixes

  • e511b58 fix: update eslint (#20595) (renovate[bot])
  • f4c9cf9 fix: include variable name in no-useless-assignment message (#20581) (sethamus)
  • ee9ff31 fix: update dependency minimatch to ^10.2.4 (#20562) (Milos Djermanovic)

Documentation

  • 9fc31b0 docs: Update README (GitHub Actions Bot)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570) (DesselBane)
  • 23b2759 docs: add v10 migration guide link to Use docs index (#20577) (Pixel998)
  • 80259a9 docs: Remove deprecated eslintrc documentation files (#20472) (Copilot)
  • 9b9b4ba docs: fix typo in no-await-in-loop documentation (#20575) (Pixel998)
  • e7d72a7 docs: document TypeScript 5.3 minimum supported version (#20547) (sethamus)

Chores

  • ef8fb92 chore: package.json update for eslint-config-eslint release (Jenkins)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 31, 2026
dependabot Bot and others added 2 commits March 31, 2026 15:53
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Replace eslint-plugin-react and eslint-plugin-react-hooks with
@eslint-react/eslint-plugin@3.0.0, which supports ESLint 10.
The old plugins use the removed context.getFilename() API.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@quiet-node
quiet-node force-pushed the dependabot/npm_and_yarn/eslint-10.1.0 branch from f493927 to 36dad16 Compare March 31, 2026 20:54
@quiet-node
quiet-node merged commit 4f23bf7 into main Mar 31, 2026
3 checks passed
@quiet-node
quiet-node deleted the dependabot/npm_and_yarn/eslint-10.1.0 branch March 31, 2026 21:02
quiet-node added a commit that referenced this pull request Apr 10, 2026
* chore(deps-dev): Bump eslint from 9.39.4 to 10.1.0

Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: update bun.lockb and eslint config for eslint 10.1.0

Replace eslint-plugin-react and eslint-plugin-react-hooks with
@eslint-react/eslint-plugin@3.0.0, which supports ESLint 10.
The old plugins use the removed context.getFilename() API.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Logan Nguyen <lg.131.dev@gmail.com>
quiet-node added a commit that referenced this pull request Apr 10, 2026
* chore(deps-dev): Bump eslint from 9.39.4 to 10.1.0

Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: update bun.lockb and eslint config for eslint 10.1.0

Replace eslint-plugin-react and eslint-plugin-react-hooks with
@eslint-react/eslint-plugin@3.0.0, which supports ESLint 10.
The old plugins use the removed context.getFilename() API.


---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Logan Nguyen <lg.131.dev@gmail.com>
quiet-node added a commit that referenced this pull request Apr 11, 2026
* chore(deps-dev): Bump eslint from 9.39.4 to 10.1.0

Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: update bun.lockb and eslint config for eslint 10.1.0

Replace eslint-plugin-react and eslint-plugin-react-hooks with
@eslint-react/eslint-plugin@3.0.0, which supports ESLint 10.
The old plugins use the removed context.getFilename() API.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Logan Nguyen <lg.131.dev@gmail.com>
nadalpiantini added a commit to Openclaw-claws/thuki that referenced this pull request Jul 27, 2026
Full audit cleanup after agency-agents tri-review (Reality Checker,
API Tester, Performance Benchmarker) flagged real issues hidden by
self-graded scoring.

Tests repaired (was 145 failing pre-existing rebrand drift):
- IntroStep.test.tsx: Spanish onboarding strings (Antes de empezar,
  Doble-tap, Empezar, etc)
- AskBarView.test.tsx: placeholder Pregúntale a Sephirot... + img
  alt Sephirot
- OnboardingView.test.tsx: Activar Accesibilidad, Abrir ajustes de
  grabación de pantalla, Cerrar y reabrir Sephirot, Activo badge
- index.test.tsx: stages text
- App.test.tsx: combined cascading replacements

Cord client improvements (agentTarsClient.ts):
- stripCodeFences() removes wrapping ```python/```json fences from
  DeepSeek responses so the bubble shows clean content (case quiet-node#6,
  quiet-node#15 from stress test were leaking raw markdown)
- Added 5 unit tests for stripCodeFences (single fence, mid-content
  preservation, no-fence passthrough)

Type pollution cleanup (useOllama.ts + App.tsx):
- New `transportError` field on Message for non-Ollama failures
  ('agent-tars-down' | 'agent-tars-timeout' | 'agent-tars-bad-response'
  | 'agent-tars-unknown') replaces the misleading errorKind: 'Other'
  reuse of OllamaErrorKind
- Error messages translated to Spanish (Alan is hispanoparlante; was
  English in earlier ship)

Integration tests (browseFlow.integration.test.tsx — NEW):
- 7 cases covering: happy path with fence stripping, proxy 504 →
  TIMEOUT, network unreachable → DOWN, stale 404 → recreate,
  UTF-8 multi-script preservation, empty content → BAD_RESPONSE,
  3-concurrent → 1 createSession (mutex)

Real-workload validation (20-case DeepSeek stress, post-patches):
- 20/20 OK, 0 errors (was 18/20 before patches)
- Latency: p50=2245ms, p95=11325ms, max=11497ms
- The 2 cases that previously timed out at 75s (quiet-node#5 rd.bank, quiet-node#11
  long.task) now complete in 8.0s and 11.5s respectively, confirming
  agent-tars internal stalls are recoverable on retry

Suite total: 30 files, 627/627 tests green.
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant