build(deps-dev): bump the development group across 1 directory with 8 updates#38
build(deps-dev): bump the development group across 1 directory with 8 updates#38dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the development group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.3` | `2.5.5` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.3.2` | `4.3.3` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.3` | `6.0.4` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.2` | `4.3.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.4` | `8.1.5` | | [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.18.4` | `0.18.7` | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `5.20260713.1` | `5.20260722.1` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.110.0` | `4.113.0` | Updates `@biomejs/biome` from 2.5.3 to 2.5.5 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.5/packages/@biomejs/biome) Updates `@tailwindcss/vite` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-vite) Updates `@vitejs/plugin-react` from 6.0.3 to 6.0.4 - [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.4/packages/plugin-react) Updates `tailwindcss` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss) Updates `vite` from 8.1.4 to 8.1.5 - [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.5/packages/vite) Updates `@cloudflare/vitest-pool-workers` from 0.18.4 to 0.18.7 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.18.7/packages/vitest-pool-workers) Updates `@cloudflare/workers-types` from 5.20260713.1 to 5.20260722.1 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `wrangler` from 4.110.0 to 4.113.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.113.0/packages/wrangler) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@tailwindcss/vite" dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: tailwindcss dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: vite dependency-version: 8.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@cloudflare/vitest-pool-workers" dependency-version: 0.18.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@cloudflare/workers-types" dependency-version: 5.20260722.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: wrangler dependency-version: 4.113.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex review: needs maintainer review before merge. Reviewed July 24, 2026, 2:41 PM ET / 18:41 UTC. ClawSweeper reviewWhat this changesUpdates eight development dependencies used by the admin and demo Vite frontends, API worker tests, and repository tooling, then refreshes the pnpm lockfile. Merge readinessKeep this fresh Dependabot development-tooling update open for routine maintainer approval. The supplied diff consistently updates the declared development versions and lockfile, and all six reported checks pass; no already-implemented or superseding main-branch change is established. Priority: P3 Review scores
Verification
How this fits togetherKrillSwitch’s workspace manifests define the development tools used to lint, build, typecheck, test, and deploy the admin, demo, and API applications. pnpm resolves those manifest declarations into the shared lockfile consumed by the repository’s automation. flowchart LR
A[Workspace manifests] --> B[pnpm dependency resolution]
B --> C[Shared pnpm lockfile]
C --> D[Admin and demo Vite tools]
C --> E[API worker test tools]
D --> F[Lint build and type checks]
E --> F
Before merge
Agent review detailsSecurityNone. Review metrics
Technical reviewBest possible solution: Accept the coordinated manifest and lockfile update after ordinary maintainer approval, retaining the existing CI coverage as the compatibility check for the development toolchain. Do we have a high-confidence way to reproduce the issue? Not applicable: this PR updates development tooling rather than reporting a user-observable defect. Is this the best way to solve the issue? Yes. Updating the workspace manifests together with the pnpm lockfile is the narrow, reproducible way to advance these coordinated development-tool versions. AGENTS.md: unclear because the file could not be read completely. Codex review notes: model internal, reasoning high; reviewed against 5d97d518d2fb. LabelsLabel justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: build(deps-dev): bump the development group across 1 directory with 8 updates This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
Bumps the development group with 8 updates in the / directory:
2.5.32.5.54.3.24.3.36.0.36.0.44.3.24.3.38.1.48.1.50.18.40.18.75.20260713.15.20260722.14.110.04.113.0Updates
@biomejs/biomefrom 2.5.3 to 2.5.5Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
412a0e9ci: release (#10948)b3b12b3feat(lint): add noNegationInEqualityCheck rule (#10915)9a66bc7chore: add latitude to sponsors (#10947)bfc3f3dci: release (#10887)Updates
@tailwindcss/vitefrom 4.3.2 to 4.3.3Release notes
Sourced from @tailwindcss/vite's releases.
Changelog
Sourced from @tailwindcss/vite's changelog.
Commits
c2b24dd4.3.3 (#20334)bdcd708Don't trigger a full page reload for scanned files that Vite processes as mod...Updates
@vitejs/plugin-reactfrom 6.0.3 to 6.0.4Release notes
Sourced from @vitejs/plugin-react's releases.
Changelog
Sourced from @vitejs/plugin-react's changelog.
Commits
f4b5498release: plugin-react@6.0.47a40659fix(react):$RefreshSig$ is not definedwith NODE_ENV=production vite dev ...98b32d4fix(deps): update react 19.2.8 (#1298)8ae5449fix: babel-plugin-react-compiler cannot be imported when used in a framework ...f09ea01fix(deps): update all non-major dependencies (#1282)Updates
tailwindcssfrom 4.3.2 to 4.3.3Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
c2b24dd4.3.3 (#20334)e48c5e8Fix weird character rendering on Windows with Japanese locale (#20318)35a3e9cAlways produce\<length>value when optimizing--spacing(0)(#20319)4af47fbFix hues in achromatic theme colors to benone(#20314)5835691Handle CSS nesting natively (#20124)67c745eFix bug in attribute selector parsing (#20303)2683903Support fractional opacity modifiers for named shadow sizes (#20302)04588b1Fix theme() in JS plugins returning unresolved object instead of DEFAULT valu...b53fa09fix: exclude iframes from focus-visible auto outline in Preflight (#20292)ef79119Bump dependencies (#20300)Updates
vitefrom 8.1.4 to 8.1.5Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
5e7fe12release: v8.1.56c08c39fix(optimizer): respect importer module format for dynamic import interop wit...5a72b87fix(client): overlay error message format align rolldown (#22869)f8b38e3fix(module-runner): don't crash stack-trace source mapping when globalThis.Bu...8100320fix(bundled-dev): avoid duplicatedbuildEnd(#22931)c88c236docs(build): fix incorrect@defaultfor build.cssMinify (#22948)b59a73ffix(ssr): scope switch-case declarations to the switch, not the function (#22...fef682dfix(deps): update all non-major dependencies (#22921)3c345e4fix(deps): update rolldown-related dependencies (#22922)369ed60docs(build): fix incorrect@defaultfor build.lib.formats (#22911)Updates
@cloudflare/vitest-pool-workersfrom 0.18.4 to 0.18.7Release notes
Sourced from @cloudflare/vitest-pool-workers's releases.
Changelog
Sourced from @cloudflare/vitest-pool-workers's changelog.
Commits
88f42e7Version Packages (#14740)0df3d43[wrangler] Extract remote bindings into a package (#14720)538e867[vitest-pool-workers] TreatwebSocket*as optional Durable Object handlers ...de34449[vitest-pool-workers] Fix module fallback failure on non-ASCII workspace path...5eac99e[vitest-pool-workers] Support streaming tails to the main worker (#14739)82918adVersion Packages (#14699)4e62bbafix(vitest-pool-workers): avoid hanging on broken DO logs (#14678)b449bb0Version Packages (#14644)Updates
@cloudflare/workers-typesfrom 5.20260713.1 to 5.20260722.1Commits
Updates
wranglerfrom 4.110.0 to 4.113.0Release notes
Sourced from wrangler's releases.