chore(deps-dev): bump the development-minor-and-patch group across 1 directory with 13 updates - #3625
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. ClawSweeper review completeClawSweeper finished reviewing this revision. The review result is being finalized. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex review: needs maintainer review before merge. Reviewed September 11, 2026, 12:09 PM ET / 16:09 UTC (Revision 7). ClawSweeper reviewWhat this changesUpdates 13 development dependencies, synchronizes Node.js types across both CLI workspaces, and refreshes the Bun lockfile. Merge readiness✅ Ready for maintainer review Keep open: the dependency updates remain absent from pinned main and the latest release. No blocking findings emerged from the introduced diff. Priority: P3 Review scores
Verification
How this fits togetherClawHub’s development toolchain builds the web application, checks TypeScript, and runs browser, backend, and CLI tests. Workspace manifests and the Bun lockfile select the tools used locally and in CI. flowchart TD
A[Workspace manifests] --> C[Frozen Bun installation]
B[Dependency lockfile] --> C
C --> D[Web application build]
C --> E[Type and static checks]
C --> F[Browser and CLI tests]
D --> G[Build artifacts and validation results]
E --> G
F --> G
Before mergeNone. Agent review detailsSecurityNone. Review metrics
Technical reviewBest possible solution: Retain the grouped manifest-and-lockfile update using the existing frozen-install, build, and compatibility gates. Do we have a high-confidence way to reproduce the issue? Not applicable: this is dependency maintenance rather than a reported behavior defect. Is this the best way to solve the issue? Yes: synchronized manifests and a refreshed lockfile follow the configured development dependency group; splitting the updates is unnecessary without an isolated incompatibility. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning medium; reviewed against cbfee7343ddc. LabelsLabel justifications:
EvidenceWhat I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (6 earlier review cycles)
|
d4a4c79 to
cfc727a
Compare
cfc727a to
3ac4c9d
Compare
3ac4c9d to
ae5f0fc
Compare
ae5f0fc to
2e3e5b2
Compare
…directory with 13 updates Bumps the development-minor-and-patch group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@playwright/test](https://github.com/microsoft/playwright) | `1.62.1` | `1.63.0` | | [@react-email/ui](https://github.com/resend/react-email/tree/HEAD/packages/ui) | `6.9.2` | `6.9.3` | | [@tanstack/devtools-vite](https://github.com/TanStack/devtools/tree/HEAD/packages/devtools-vite) | `0.8.3` | `0.8.5` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.2` | `16.3.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.5.0` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.4` | `19.2.7` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.5` | `6.1.1` | | [convex-test](https://github.com/get-convex/convex-test) | `0.0.55` | `0.0.56` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.63.0` | `0.67.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.78.0` | `1.82.0` | | [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) | `6.9.2` | `6.9.3` | | [skills](https://github.com/vercel-labs/skills) | `1.5.20` | `1.5.25` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.1` | `8.2.2` | Updates `@playwright/test` from 1.62.1 to 1.63.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.62.1...v1.63.0) Updates `@react-email/ui` from 6.9.2 to 6.9.3 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/ui/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/@react-email/ui@6.9.3/packages/ui) Updates `@tanstack/devtools-vite` from 0.8.3 to 0.8.5 - [Release notes](https://github.com/TanStack/devtools/releases) - [Changelog](https://github.com/TanStack/devtools/blob/main/packages/devtools-vite/CHANGELOG.md) - [Commits](https://github.com/TanStack/devtools/commits/@tanstack/devtools-vite@0.8.5/packages/devtools-vite) Updates `@testing-library/react` from 16.3.2 to 16.3.3 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.3.2...v16.3.3) Updates `@types/node` from 26.2.0 to 26.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react-dom` from 19.2.4 to 19.2.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@vitejs/plugin-react` from 6.0.5 to 6.1.1 - [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.1.1/packages/plugin-react) Updates `convex-test` from 0.0.55 to 0.0.56 - [Changelog](https://github.com/get-convex/convex-test/blob/main/CHANGELOG.md) - [Commits](get-convex/convex-test@v0.0.55...v0.0.56) Updates `oxfmt` from 0.63.0 to 0.67.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.67.0/npm/oxfmt) Updates `oxlint` from 1.78.0 to 1.82.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.82.0/npm/oxlint) Updates `react-email` from 6.9.2 to 6.9.3 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/react-email@6.9.3/packages/react-email) Updates `skills` from 1.5.20 to 1.5.25 - [Release notes](https://github.com/vercel-labs/skills/releases) - [Commits](vercel-labs/skills@v1.5.20...v1.5.25) Updates `vite` from 8.2.1 to 8.2.2 - [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.2.2/packages/vite) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: "@react-email/ui" dependency-version: 6.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: "@tanstack/devtools-vite" dependency-version: 0.8.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: "@testing-library/react" dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: "@types/node" dependency-version: 26.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: "@types/react-dom" dependency-version: 19.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: "@vitejs/plugin-react" dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: convex-test dependency-version: 0.0.56 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: oxfmt dependency-version: 0.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: oxlint dependency-version: 1.81.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: react-email dependency-version: 6.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: skills dependency-version: 1.5.23 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: vite dependency-version: 8.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2e3e5b2 to
d219360
Compare
Bumps the development-minor-and-patch group with 13 updates in the / directory:
1.62.11.63.06.9.26.9.30.8.30.8.516.3.216.3.326.2.026.5.019.2.419.2.76.0.56.1.10.0.550.0.560.63.00.67.01.78.01.82.06.9.26.9.31.5.201.5.258.2.18.2.2Updates
@playwright/testfrom 1.62.1 to 1.63.0Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
1b025d7chore: mark v1.63.0 (#42569)0b9956dcherry-pick(#42568): docs(test): mark test.step subtitle option as since v1.6313dbf10cherry-pick(#42552): docs: release notes for v1.63e93b64echerry-pick(#42566): feat(test): add subtitle option to test.step (#42567)2b7a5f2test: response.body() for content-encoding:identity (#42537)648a67cfix(mcp): create parent directories for explicitly named files (#42540)7894f56docs(mcp): clarify how tool file names are resolved (#42538)52900a1devops: restore npm publishing from GitHub Actions (#42550)8c47f59docs(csharp): fix nonexistent method names in guide examples (#42507)bd6e552chore(video): emit frames with real timestamps, drop frame number quantizatio...Updates
@react-email/uifrom 6.9.2 to 6.9.3Release notes
Sourced from @react-email/ui's releases.
Changelog
Sourced from @react-email/ui's changelog.
Commits
4f30679chore(root): version packages (#3713)1378365fix(ui): keep sidebar scroll when switching emails (#3677)Updates
@tanstack/devtools-vitefrom 0.8.3 to 0.8.5Release notes
Sourced from @tanstack/devtools-vite's releases.
Changelog
Sourced from @tanstack/devtools-vite's changelog.
Commits
375c58fci: Version Packages (#512)71b2ad0ci: Version Packages (#506)5380540chore: upgrade Vitest to v4 (#497)Updates
@testing-library/reactfrom 16.3.2 to 16.3.3Release notes
Sourced from @testing-library/react's releases.
Commits
20ce75ffix: Avoid act() re-entrant when dispatching events (#1468)be9d81ddocs: fix typos in comments and types (#1446)Updates
@types/nodefrom 26.2.0 to 26.5.0Commits
Updates
@types/react-domfrom 19.2.4 to 19.2.7Commits
Updates
@vitejs/plugin-reactfrom 6.0.5 to 6.1.1Release notes
Sourced from @vitejs/plugin-react's releases.
Changelog
Sourced from @vitejs/plugin-react's changelog.
Commits
04cac50release: plugin-react@6.1.1 (#1440)82d35abfix(react): respect environment sourcemap option whenbuilder.sharedPlugins...397e847fix(react): make logging diagnostics an opt-in for React Compiler (#1431)61006e6fix(deps): update all non-major dependencies (#1433)e2a649cchore: usedeps.neverBundleinstead ofexternalin tsdown config (#1430)fb2d6f3fix(deps): update all non-major dependencies (#1427)39b3173release: plugin-react@6.1.0 (#1428)f1340b0feat(react): add native React Compiler support (#1419)9ab698efix(deps): update all non-major dependencies (#1375)Updates
convex-testfrom 0.0.55 to 0.0.56Changelog
Sourced from convex-test's changelog.
Commits
20c89b80.0.56c81d56faudit fix56c10a5add maxIterations to typeUpdates
oxfmtfrom 0.63.0 to 0.67.0Changelog
Sourced from oxfmt's changelog.
... (truncated)
Commits
b4da00brelease(apps): oxlint v1.82.0 && oxfmt v0.67.0 (#26384)9a612d5chore(deps): update npm packages (#26178)0b4e2e6release(apps): oxlint v1.81.0 && oxfmt v0.66.0 (#26199)5ff57f8fix(formatter/sort-imports): handle custom side effect groups (#26217)63bc313chore(npm): update funding URL (#26066)97e99b8release(apps): oxlint v1.80.0 && oxfmt v0.65.0 (#26045)0db127crelease(apps): oxlint v1.79.0 && oxfmt v0.64.0 (#25866)c07fe7cfeat(oxfmt): supportexperimentalOperatorPosition(#25643)fed6681docs(oxfmt): skip expanding overrides options (#25572)Updates
oxlintfrom 1.78.0 to 1.82.0Release notes
Sourced from oxlint's releases.
... (truncated)
Changelog
Sourced from oxlint's changelog.
Commits
b4da00brelease(apps): oxlint v1.82.0 && oxfmt v0.67.0 (#26384)aa38ddffix(linter/unicorn/numeric-separators-style): correct schema defaults (#26393)6a0e19cfeat(linter/eslint/no-unmodified-loop-condition): support `checkConditionalEx...0b4e2e6release(apps): oxlint v1.81.0 && oxfmt v0.66.0 (#26199)d5be037docs(linter/typescript/switch-exhaustiveness-check): clarify default case com...63bc313chore(npm): update funding URL (#26066)97e99b8release(apps): oxlint v1.80.0 && oxfmt v0.65.0 (#26045)0db127crelease(apps): oxlint v1.79.0 && oxfmt v0.64.0 (#25866)228e8e0fix(linter): resolve inactive React compiler rules (#25830)aa49d86fix(linter): allow spread rule options in config types (#25675)Updates
react-emailfrom 6.9.2 to 6.9.3Changelog
Sourced from react-email's changelog.
Commits
4f30679chore(root): version packages (#3713)Updates
skillsfrom 1.5.20 to 1.5.25Release notes
Sourced from skills's releases.
... (truncated)
Commits
7ffbeb9v1.5.253c24bb9chore: bring a little calm to the agent picker213de5aMerge pull request #2006 from doanbactam/feat/add-fx-agent8c8d766Merge pull request #2069 from 0thernet/codex/fallback-incomplete-snapshotf00c1a1Merge pull request #2012 from dylanpulver/fix/droid-universal-skills-dir38ee3f9Merge pull request #1991 from dylanpulver/fix/no-tty-exit-code8db8fc5Merge pull request #2011 from dylanpulver/fix/kilo-agents-skills-dir4cb0197Merge remote-tracking branch 'origin/main' into HEADc9f2d0eMerge pull request #2004 from pushkar-sarvam/feat/sarvam-code-agent2e35067Merge pull request #2055 from pproenca/fix/remove-scans-non-skill-directoriesUpdates
vitefrom 8.2.1 to 8.2.2Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
de1111arelease: v8.2.2cb77e2atest(ssr): add destructing assignment case for moduleRunnerTransform (#23308)9db0b61fix(ssr): rewrite computed key of destructing parameter (#23307)8413052fix: respectresolve.preserveSymlinkswhen resolving root (fix #23197) (#23...05a003efix(config): resolve sourcemap paths against sourcemap location (#23239)495d9fffeat(deps): widen@vitejs/devtoolspeer range to v0.5.0 (#23302)1d9fa39refactor: use JSON import attributes instead of readFileSync in constants (#2...2804636fix(css): don't pass empty targets to lightningcss (#23295)599b44btest(module-runner): simplify server-hmr tests (#23300)4a261f2test(module-runner): add TLA circular import case (#23299)