Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 9 updates#145

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-4a9fd60a3c
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 9 updates#145
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-4a9fd60a3c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 9 updates in the / directory:

Package From To
@playwright/test 1.61.0 1.61.1
@types/node 26.0.0 26.1.0
@vitejs/plugin-react 6.0.2 6.0.3
eslint 10.5.0 10.6.0
globals 17.6.0 17.7.0
prettier 3.8.4 3.9.4
tsx 4.22.4 4.23.0
typescript-eslint 8.61.1 8.62.1
vite 8.0.16 8.1.3

Updates @playwright/test from 1.61.0 to 1.61.1

Release notes

Sourced from @​playwright/test's releases.

v1.61.1

Bug Fixes

  • #41365 [Bug]: Expect.Extend matcher with same name as default matcher in same expect instance overrides default matchers implementation to custom matcher
  • #41351 [Bug]: Playwright UI mode: apiRequestContext._wrapApiCall reports unexpected number of bytes (same test passes in headed mode)
  • #41360 [Bug]: Trace viewer: message times in websockets are downscaled by 1000
  • #41311 [Bug]: [Regression]: Sync loader throws "context.conditions?.includes is not a function" on Node 22.15
  • #41371 [Regression]: Sync ESM loader (registerHooks) fails to resolve extensionless .ts subpath imports across pnpm workspace symlinks
Commits
  • 39e3553 cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...
  • 4328122 chore: mark v1.61.1 (#41404)
  • 2c29a94 fix(tracing): stop recording websocket frames outside of chunks (#41398)
  • 4324b19 cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend
  • 041e7e3 cherry-pick(#41364): fix(har): WebSocket message timestamps should be in mi...
  • b8a0fc3 cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...
  • b5a3175 cherry-pick(#41319): fix(loader): support other node versions
  • d4724a9 cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image
  • See full diff in compare view

Updates @types/node from 26.0.0 to 26.1.0

Commits

Updates @vitejs/plugin-react from 6.0.2 to 6.0.3

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.3 (2026-06-23)

Commits
  • 640fd35 release: plugin-react@6.0.3
  • 889efb0 fix(deps): update all non-major dependencies (#1249)
  • 6c57dd4 fix(plugin-react): use '/' base in bundledDev preamble to fix non-root base p...
  • 3cc33a7 fix(deps): update react-related dependencies (#1245)
  • c0f7c7f docs: mention the Biome rule in the "Consistent components exports" section (...
  • cd80f0f fix(deps): update all non-major dependencies (#1241)
  • e38acca fix(deps): update all non-major dependencies (#1227)
  • 9a9bb26 perf(react): improve react compiler preset so that slightly more modules are ...
  • See full diff in compare view

Updates 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

Updates globals from 17.6.0 to 17.7.0

Release notes

Sourced from globals's releases.

v17.7.0

  • Update globals (2026-06-22) (#345) 33b75f9

sindresorhus/globals@v17.6.0...v17.7.0

Commits

Updates prettier from 3.8.4 to 3.9.4

Release notes

Sourced from prettier's releases.

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.4

diff

Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

<!-- Input -->
<FancyButton [label]="title">
  @content (icon) {
    <span>Icon!</span>
  }
  @content (description) {
    <span>Description text</span>
  }
  <span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.3 -->
<FancyButton [label]="title">
@​content(icon) {
<span>Icon!</span>
}
@​content(description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.4 -->
<FancyButton [label]="title">
@​content (icon) {
<span>Icon!</span>
}
@​content (description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>

3.9.3

diff

Markdown: Fix unexpected removal of characters in liquid syntax (#19489 by @​seiyab)

</tr></table> 

... (truncated)

Commits
  • b693cb2 Release 3.9.4
  • 2e92ac0 Angular: Format @content(name) -> @content (name) to align with other blo...
  • abed2c2 Bump Prettier dependency to 3.9.3
  • 6cfbc00 Clean changelog_unreleased
  • 3732e1d Release 3.9.3
  • a74a7b0 Allow decorators to be used with declare on class fields (#19492)
  • bd9e11a Correct text identification in liquid syntax (#19489)
  • 269eee3 Bump Prettier dependency to 3.9.1
  • ec7ccd1 Clean changelog_unreleased
  • c47654c Release 3.9.1
  • Additional commits viewable in compare view

Updates tsx from 4.22.4 to 4.23.0

Release notes

Sourced from tsx's releases.

v4.23.0

4.23.0 (2026-07-03)

Bug Fixes

Features


This release is also available on:

v4.22.5

4.22.5 (2026-07-02)

Bug Fixes

  • isolate hook state per async module.register() registration (a305f36)

This release is also available on:

Commits
  • 1dfad37 docs: cite esbuild's extension-resolution model in node notes
  • 257bbbb fix: avoid redundant filesystem probes during module resolution
  • c178197 feat: add multi-scenario startup benchmark suite
  • 51800ac docs: add Node internals knowledge base (notes/node)
  • a305f36 fix: isolate hook state per async module.register() registration
  • ca501a9 chore: upgrade skills-npm to v1.2.0
  • 596cd1f test: cover __dirname, __filename, & require.cache in CJS TS file
  • 75d9bf0 test: lock in lenient ESM for ambiguous and CJS-typed packages
  • 1472f3e test: cover ESM-syntax dependency with omitted "type" field
  • See full diff in compare view

Updates typescript-eslint from 8.61.1 to 8.62.1

Release notes

Sourced from typescript-eslint's releases.

v8.62.1

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.62.1 (2026-06-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates vite from 8.0.16 to 8.1.3

Release notes

Sourced from vite's releases.

v8.1.3

Please refer to CHANGELOG.md for details.

v8.1.2

Please refer to CHANGELOG.md for details.

v8.1.1

Please refer to CHANGELOG.md for details.

create-vite@8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0

Please refer to CHANGELOG.md for details.

v8.1.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.1.0-beta.0

Please refer to CHANGELOG.md for details.

v8.1.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.1.3 (2026-07-02)

Bug Fixes

8.1.2 (2026-06-30)

Bug Fixes

  • deps: revert es-module-lexer to 2.1.0 (#22827) (0d3bd7c)
  • restore, "fix: resolve pnpm .modules.yaml from workspace root instead of cwd (#22757)" (#22825) (efb98cc)
  • revert, "fix: escape ids with multiple null bytes (#22687)" (cccef55)
  • revert, "fix: resolve pnpm .modules.yaml from workspace root instead of cwd (#22757)" (cf97711)

8.1.1 (2026-06-30)

Features

  • update dynamic import warning to link to Vite docs (#22823) (62bd7af)

Bug Fixes

  • bundled-dev: avoid stack overflow on import.meta.hot.invalidate() (#22797) (709eb8e)
  • bundled-dev: serve assets emitted during HMR/lazy compile (#22745) (5876b2c)
  • bundledDev: skip plugin transform hooks for rolldown-lazy stub modules (#22778) (8f925e2)
  • css: preserve dollar signs in external @import urls with lightningcss (#22718) (9fa7ab4)
  • css: resolve tsconfig paths in CSS and Sass @​import (#22775) (ef0b891)
  • deps: update all non-major dependencies (#22734) (e635f49)
  • deps: update all non-major dependencies (#22804) (8837400)
  • deps: update rolldown-related dependencies (#22591) (2ce6677)
  • escape ids with multiple null bytes (#22687) (833fc30)
  • hide console window when running 'net use' on Windows (#22698) (92b63f2)
  • ignore bundled config temp dir (#22800) (043a810)
  • invert esbuild.jsxSideEffects when converting to oxc.jsx.pure (#22809) (33895ba)
  • optimize-deps: ignore ERR_CLOSED_SERVER in scanner (#22784) (085a0ab)
  • optimizer: scanner should resolve input from root (#22769) (9722b07)
  • resolve pnpm .modules.yaml from workspace root instead of cwd (#22757) (2531ac7)
  • return sourcemap field from some plugins that were lacking (#22782) (7e18bf8)
  • server: handle malformed URI in indexHtmlMiddleware (#22781) (84f5ccc)

Miscellaneous Chores

Code Refactoring

  • css: remove lightningcss null byte bug workaround (#22822) (2dafd3b)
  • use pre-defined environments variable to avoid duplicate Object.values calls (#22790) (1113acf)

... (truncated)

Commits
  • 578ffb8 release: v8.1.3
  • 7103c3a fix(deps): bump es-module-lexer to 2.3.0 (#22838)
  • 1534d36 fix(css): inject inlined CSS after the shebang line (#22717)
  • c4acd69 fix(ssr): correct stacktrace column position for first line (#22828)
  • 2c53054 fix: preload css for nested dynamic imports (#22759)
  • ba31193 release: v8.1.2
  • 0d3bd7c fix(deps): revert es-module-lexer to 2.1.0 (#22827)
  • efb98cc fix: restore, "fix: resolve pnpm .modules.yaml from workspace root instead of...
  • cf97711 fix: revert, "fix: resolve pnpm .modules.yaml from workspace root instead of ...
  • cccef55 fix: revert, "fix: escape ids with multiple null bytes (#22687)"
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 4, 2026

helebest commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Automated Dependabot review — ⛔ Blocked, not merged

Step 1 — Code review

Scope is clean: only package.json + package-lock.json change, bumping 9 dev-dependencies (@playwright/test 1.61.0→1.61.1, @types/node 26.0.0→26.1.0, @vitejs/plugin-react 6.0.2→6.0.3, eslint 10.5.0→10.6.0, globals 17.6.0→17.7.0, prettier 3.8.4→3.9.4, tsx 4.22.4→4.23.0, typescript-eslint 8.61.1→8.62.1, vite 8.0.16→8.1.3). All are minor/patch bumps within the same major; the PR description matches the diff. No production runtime code is affected.

Step 2/3 — Regression & CI

The required Verify (typecheck + coverage + build + e2e) check is ❌ failing, so per the fail-fast policy this PR is not being merged.

Root cause — the prettier 3.8.4 → 3.9.4 bump changes default formatting and npm run format:check (prettier --check .) now flags 7 pre-existing files:

server/agent/minimaxLlm.ts
server/agent/sessionStore.ts
server/web/mineruClient.ts
server/web/mineruConvert.ts
src/agent/types.ts
src/mb/upload.ts
src/types.ts

lint passed; the failure is purely the new Prettier style. This isn't a defect in the bump itself — adopting Prettier 3.9 means re-formatting the existing codebase, which is a deliberate maintainer decision (whether to adopt the new style, or pin/hold Prettier) rather than something an automated dependency merge should silently fold in. It also expands the change well beyond a dev-dependency bump into a codebase-wide style migration.

Recommended remediation (maintainer choice):

  • Adopt the new style: run npm run format (prettier --write .) on this branch, commit the reformat, and let CI re-run — the other 8 bumps are otherwise safe; or
  • Split Prettier out: hold prettier at 3.8.x and merge the remaining 8 bumps separately.

Leaving this open for a maintainer decision. The other open Dependabot PR (#146, markdown-it) is unaffected and processed independently.


Generated by Claude Code

helebest commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Automated Dependabot review — ⛔ stopped (fail-fast)

Step 1 — Code review

  • Change: dev-dependencies group, 9 updates — @playwright/test 1.61.0→1.61.1, @types/node 26.0.0→26.1.0, @vitejs/plugin-react 6.0.2→6.0.3, eslint 10.5.0→10.6.0, globals 17.6.0→17.7.0, prettier 3.8.4→3.9.4, tsx 4.22.4→4.23.0, typescript-eslint 8.61.1→8.62.1, vite 8.0.16→8.1.3. All dev-only; no runtime/production surface.

Step 2/3 — Regression + CI: ❌ FAILED

  • CI run 28695920282 failed at the format:check step. lint passed; the failure is purely formatting.
  • Root cause: the prettier 3.8.4 → 3.9.4 bump changes Prettier's default formatting, so 7 files that are already committed (and were formatted under 3.8) no longer match prettier --check:
    server/agent/minimaxLlm.ts
    server/agent/sessionStore.ts
    server/web/mineruClient.ts
    server/web/mineruConvert.ts
    src/agent/types.ts
    src/mb/upload.ts
    src/types.ts
    
    None of these files are part of this PR's diff — they are pre-existing sources the new Prettier reformats.

Step 4 — Decision: Not merged. Per fail-fast, stopping here.

To unblock: run npm run format (prettier --write .) on this branch and commit the reformatted files alongside the tooling bump, then re-run CI. That reformat is a deliberate, repo-wide style change (a human decision to adopt Prettier 3.9's output), so I've left it for a maintainer rather than pushing it onto the Dependabot branch automatically. Alternatively, split the prettier bump out of the group so the other 8 dev-dep updates can land cleanly.


Generated by Claude Code

helebest commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Automated Dependabot review — ❌ blocked, not merged

Step 1 — Code review
This grouped PR bumps 9 dev dependencies (@playwright/test, @types/node, @vitejs/plugin-react, eslint, globals, prettier, tsx, typescript-eslint, vite). The diff is limited to package.json + package-lock.json and each version bump is internally consistent with the description.

Step 2/3 — Regression / CI: FAILED
The required Verify job failed at the format:check step (prettier --check .):

[warn] server/agent/minimaxLlm.ts
[warn] server/agent/sessionStore.ts
[warn] server/web/mineruClient.ts
[warn] server/web/mineruConvert.ts
[warn] src/agent/types.ts
[warn] src/mb/upload.ts
[warn] src/types.ts
Code style issues found in 7 files. Run Prettier with --write to fix.
Process completed with exit code 1

Root cause: the prettier 3.8.4 → 3.9.4 bump in this group changes Prettier's default formatting. Seven source files that were compliant under 3.8.4 no longer satisfy prettier --check under 3.9.4. These files are not touched by this PR — the failure is a repo-wide reformatting delta introduced purely by the tool upgrade. lint passed; the break is isolated to formatting.

Step 4 — Decision: not merging (fail-fast).
A Prettier major-minor bump like this needs a companion prettier --write reformat commit for the 7 affected files, which Dependabot cannot generate on its own. Recommended paths:

  1. Split prettier out of the dev-dependencies group and land it in a dedicated PR that also runs prettier --write ., or
  2. Add the reformat commit to this branch (note: pushing to it will detach it from Dependabot management).

Holding this PR until the formatting delta is resolved so CI can go green. The other 8 bumps in the group are fine; the blocker is entirely the Prettier reformat.


Generated by Claude Code

helebest commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Automated Dependabot review — ❌ blocked, not merged

Step 1 — Code review

The PR bumps 9 dev-dependencies (@playwright/test, @types/node, @vitejs/plugin-react, eslint, globals, prettier, tsx, typescript-eslint, vite) and only touches package.json + package-lock.json. The description matches the diff. All bumps are patch/minor. One notable side-effect: the lockfile version field is regenerated from the stale 0.6.1 to the actual package.json value 0.8.9 — a harmless, in fact beneficial, correction. No security advisories are involved (these are routine version bumps).

Step 2 / Step 3 — Regression verification & CI

The required Verify (typecheck + coverage + build + e2e) job failed at the format:check step:

> prettier --check .
[warn] server/agent/minimaxLlm.ts
[warn] server/agent/sessionStore.ts
[warn] server/web/mineruClient.ts
[warn] server/web/mineruConvert.ts
[warn] src/agent/types.ts
[warn] src/mb/upload.ts
[warn] src/types.ts
[warn] Code style issues found in 7 files.
Process completed with exit code 1

Root cause: the prettier 3.8.4 → 3.9.4 bump in this group. Prettier 3.9.4 changed how it formats multi-line union types, so it now reformats 7 files that this PR does not touch (and that pass cleanly under 3.8.4). Reproduced locally:

# prettier 3.8.4 (current main):  All matched files use Prettier code style!
# prettier 3.9.4 (this PR):       Code style issues found in 7 files.

Example (src/types.ts), 3.9.4 collapses:

-  | "broken_wikilink"
-  | "orphan_page"
-  | "duplicate_title"
-  | "non_atomic_page"
-  | "missing_provenance";
+  "broken_wikilink" | "orphan_page" | "duplicate_title" | "non_atomic_page" | "missing_provenance";

All other checks (lint, dependency audit, gitleaks, Trivy, CodeQL, gate-integrity) passed.

Step 4 — Merge

Not merged. Per fail-fast policy, CI is red and merging would leave main failing format:check.

Recommended path

This requires a code change beyond a pure version bump, so it's left for a maintainer to decide:

  1. Preferred: run npx prettier --write . across the repo and commit the reformatting (either as a standalone commit on main, or folded into this PR — note that editing the branch takes it out of Dependabot's auto-rebase management), then re-run CI; or
  2. Split prettier out of this group bump and merge the remaining 8 updates, deferring the prettier upgrade until the repo is reformatted.

I have not modified the branch. No action was taken on the other checks.


Generated by Claude Code

@dependabot dependabot Bot changed the title chore(deps-dev): bump the dev-dependencies group with 9 updates chore(deps-dev): bump the dev-dependencies group across 1 directory with 9 updates Jul 4, 2026
…ith 9 updates

Bumps the dev-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.0` | `1.61.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.0` | `26.1.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.2` | `6.0.3` |
| [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.6.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.7.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.4` |
| [tsx](https://github.com/privatenumber/tsx) | `4.22.4` | `4.23.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.1` | `8.62.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.16` | `8.1.3` |



Updates `@playwright/test` from 1.61.0 to 1.61.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.0...v1.61.1)

Updates `@types/node` from 26.0.0 to 26.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-react` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.3/packages/plugin-react)

Updates `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)

Updates `globals` from 17.6.0 to 17.7.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.6.0...v17.7.0)

Updates `prettier` from 3.8.4 to 3.9.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.4)

Updates `tsx` from 4.22.4 to 4.23.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.22.4...v4.23.0)

Updates `typescript-eslint` from 8.61.1 to 8.62.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/typescript-eslint)

Updates `vite` from 8.0.16 to 8.1.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.1.3/packages/vite)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.61.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: globals
  dependency-version: 17.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.9.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: tsx
  dependency-version: 4.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vite
  dependency-version: 8.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-4a9fd60a3c branch from d491c64 to 409aa7f Compare July 4, 2026 05:24

helebest commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Automated Dependabot review — ⛔ blocked at regression verification

Step 1 — Code review

Dev-dependencies group, 9 updates (all devDependencies, minor/patch — no production/runtime surface):

Package From → To
@playwright/test 1.61.0 → 1.61.1
@types/node 26.0.0 → 26.1.0
@vitejs/plugin-react 6.0.2 → 6.0.3
eslint 10.5.0 → 10.6.0
globals 17.6.0 → 17.7.0
prettier 3.8.4 → 3.9.4
tsx 4.22.4 → 4.23.0
typescript-eslint 8.61.1 → 8.62.1
vite 8.0.16 → 8.1.3

Diff is limited to package.json / package-lock.json and matches the description. eslint/typescript-eslint bumps are fine — the CI lint step passes.

Step 2 — Regression verification: FAILED

CI Verify fails at the format:check step. prettier 3.9.4 changed a formatting rule (short leading-| union types now collapse onto one line), so 7 pre-existing files are no longer considered formatted:

[warn] server/agent/minimaxLlm.ts
[warn] server/agent/sessionStore.ts
[warn] server/web/mineruClient.ts
[warn] server/web/mineruConvert.ts
[warn] src/agent/types.ts
[warn] src/mb/upload.ts
[warn] src/types.ts
Code style issues found in 7 files. Run Prettier with --write to fix.

The change is cosmetic-only (e.g. src/types.ts: 8 insertions / 35 deletions, all whitespace/line-wrapping). I verified locally that this reformat is the only blocker — after npx prettier --write .:

  • format:checkPASS
  • lint (eslint 10.6.0) → PASS
  • typecheck (tsc) → PASS
  • build (vite 8.1.3 + esbuild server) → PASS

(coverage/e2e not run locally due to a Node-22 vs CI-Node-24 Web-Streams quirk unrelated to this bump; they are unaffected by a formatting-only change.)

Decision — fail-fast: not merging

Per policy, a failed regression step stops the pipeline before merge. Not merged.

Recommended resolution

Accepting the prettier bump requires committing the reformat (Dependabot won't touch repo source itself). A maintainer can run:

npx prettier --write .
git commit -am "style: reformat under prettier 3.9.4"

and push to this branch — CI will then go green. (Not applied automatically here: it modifies repository source files on a Dependabot branch, which is outside this automated reviewer's push scope.)

Reviewed by an automated agent. CI head 409aa7f.


Generated by Claude Code

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