chore(deps-dev): Bump eslint from 9.39.4 to 10.1.0 - #6
Merged
Conversation
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
force-pushed
the
dependabot/npm_and_yarn/eslint-10.1.0
branch
from
March 31, 2026 20:54
f493927 to
36dad16
Compare
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps eslint from 9.39.4 to 10.1.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Commits
8351ec710.1.03270bc1Build: changelog update for 10.1.0a9f9ccechore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584)1f42bd7chore: updateprettierto 3.8.1 (#20651)c0a6f4achore: update dependency@eslint/jsonto ^1.2.0 (#20652)cc43f79chore: update dependency c8 to v11 (#20650)2ce4635chore: update dependency@eslint/jsonto v1 (#20649)f0406eechore: update dependency markdownlint-cli2 to ^0.21.0 (#20646)dbb4c95chore: remove trunk (#20478)ff4382bfeat: apply fix forno-varinTSModuleBlock(#20638)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)