chore(deps-dev): bump the development-minor-and-patch group across 1 directory with 8 updates - #3454
Conversation
|
🦞👀 Pull request received. I will update this pull request when review starts. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Codex review: found issues before merge. Reviewed August 14, 2026, 7:54 PM ET / 23:54 UTC. ClawSweeper reviewWhat this changesThe PR updates eight root development dependencies, synchronizes Node type versions in two CLI packages, and regenerates Bun’s lockfile. Merge readiness⛔ Blocked by patch quality or review findings - 8 items remain Keep open: the grouped update leaves two root overrides below the exact/ranged requirements recorded by the updated packages, so the lockfile does not represent their declared contracts. Likely related people: Patrick Erichsen and Yiğit ERDOĞAN (medium confidence). Priority: P2 Review scores
Verification
How this fits togetherClawHub’s root development toolchain supplies build, lint, test, and email-development packages to the app and CLI packages. Package manifests and root overrides are resolved by Bun into the lockfile used by local development and CI. flowchart LR
A[Package manifests] --> B[Bun resolver]
C[Root overrides] --> B
B --> D[Lockfile]
D --> E[Development tools]
E --> F[CI and local builds]
Before merge
Findings
Agent review detailsSecurityNeeds attention: The updated React Email package advertises security remediation, but the unchanged overrides retain older Next and PostCSS versions outside the new packages’ declared requirements. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Raise the root Next override to 16.3.0 and PostCSS to at least 8.5.25, regenerate the lockfile, then provide redacted terminal evidence from a clean install and the relevant validation gates. Do we have a high-confidence way to reproduce the issue? Yes: the proposed lockfile directly records @react-email/ui requiring Next 16.3.0 and Vite requiring PostCSS ^8.5.25 while resolving lower root-overridden versions. Is this the best way to solve the issue? No: updating the package declarations without aligning the root overrides leaves both updated packages outside their declared dependency contracts. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 36b775a6d9a0. LabelsLabel changes:
Label justifications:
EvidenceSecurity concerns:
What I checked:
Likely related people:
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
HistoryReview history (14 earlier review cycles; latest 8 shown)
|
This comment has been minimized.
This comment has been minimized.
804e7a9 to
e2d397b
Compare
e2d397b to
0712457
Compare
…directory with 8 updates Bumps the development-minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@react-email/ui](https://github.com/resend/react-email/tree/HEAD/packages/ui) | `6.9.1` | `6.9.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.2.0` | | [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.7.1` | `7.8.0` | | [convex-test](https://github.com/get-convex/convex-test) | `0.0.54` | `0.0.55` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.61.0` | `0.63.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.76.0` | `1.78.0` | | [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email) | `6.9.1` | `6.9.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.0` | `8.2.1` | Updates `@react-email/ui` from 6.9.1 to 6.9.2 - [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.2/packages/ui) Updates `@types/node` from 26.1.2 to 26.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/semver` from 7.7.1 to 7.8.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver) Updates `convex-test` from 0.0.54 to 0.0.55 - [Changelog](https://github.com/get-convex/convex-test/blob/main/CHANGELOG.md) - [Commits](get-convex/convex-test@v0.0.54...v0.0.55) Updates `oxfmt` from 0.61.0 to 0.63.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.63.0/npm/oxfmt) Updates `oxlint` from 1.76.0 to 1.78.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.78.0/npm/oxlint) Updates `react-email` from 6.9.1 to 6.9.2 - [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.2/packages/react-email) Updates `vite` from 8.2.0 to 8.2.1 - [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.1/packages/vite) --- updated-dependencies: - dependency-name: "@react-email/ui" dependency-version: 6.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: "@types/node" dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: "@types/semver" dependency-version: 7.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: convex-test dependency-version: 0.0.55 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: oxfmt dependency-version: 0.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-and-patch - dependency-name: oxlint dependency-version: 1.77.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.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch - dependency-name: vite dependency-version: 8.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
0712457 to
9d953e1
Compare
Bumps the development-minor-and-patch group with 8 updates in the / directory:
6.9.16.9.226.1.226.2.07.7.17.8.00.0.540.0.550.61.00.63.01.76.01.78.06.9.16.9.28.2.08.2.1Updates
@react-email/uifrom 6.9.1 to 6.9.2Release notes
Sourced from @react-email/ui's releases.
Changelog
Sourced from @react-email/ui's changelog.
Commits
128cb99chore(root): version packages (#3701)9b1a4d5fix: bump next to 16.3.0 to remove vulnerable postcss/sharp deps (#3698)770f193chore: revert next bump to 16.3.0 (#3691) (#3697)460b9c0fix(ui): bump next to 16.3.0 (#3691)Updates
@types/nodefrom 26.1.2 to 26.2.0Commits
Updates
@types/semverfrom 7.7.1 to 7.8.0Commits
Updates
convex-testfrom 0.0.54 to 0.0.55Changelog
Sourced from convex-test's changelog.
Commits
925f5f80.0.55c8575b8fix: finishAllScheduledFunctions dropping functions scheduled under real time...b1c5f100.0.55-alpha.033d87bfSupport db.vars.commitTs (#130)95b2c64remove raw snapshot query syscall (#124)Updates
oxfmtfrom 0.61.0 to 0.63.0Commits
c42d639release(apps): oxlint v1.78.0 && oxfmt v0.63.0 (#25473)00f490drefactor(oxfmt,formatter): splitsortImportsvalidation and use type enum (...9a423f2release(apps): oxlint v1.77.0 && oxfmt v0.62.0 (#25251)e6e584bfix(oxfmt): type jsdoc. enum options (#25008)Updates
oxlintfrom 1.76.0 to 1.78.0Changelog
Sourced from oxlint's changelog.
Commits
c42d639release(apps): oxlint v1.78.0 && oxfmt v0.63.0 (#25473)ccb8fe8feat(linter/jsdoc): implementno-blank-blocksrule (#25207)9573937fix(linter/typescript): validateban-ts-commentdescription_format (#25320)d4a897cfeat(linter/eslint): implementone-varrule (#24470)5ab9340feat(linter/jsx-a11y/anchor-has-content): add options to match eslint (#24571)9a423f2release(apps): oxlint v1.77.0 && oxfmt v0.62.0 (#25251)5c0fa61fix(linter/eslint/no-warning-comments): unify config structs and remove manua...9dc7756docs(linter/typescript/no-unnecessary-condition): clarify options (#25110)Updates
react-emailfrom 6.9.1 to 6.9.2Changelog
Sourced from react-email's changelog.
Commits
128cb99chore(root): version packages (#3701)Updates
vitefrom 8.2.0 to 8.2.1Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
4216158release: v8.2.1fddf4eafix(server): use a random port when port is 0 (#23158)de041a7fix(css): don't re-run lightningcss visitor during minify (fix #23146) (#23147)15f0307fix(build): make client chunkImportMap work withsharedPlugins: true(#23184)c2155fetest(bundled-dev): enable sourcemap playgrounds (#23080)ef02435docs(build): fix incomplete@defaultfor build.minify (#23177)eac0cc8fix(bundled-dev): inject client script tag before chunk scripts (#23161)23b8a08refactor(bundled-dev): avoid injecting server values in the bundle (#22967)e72036erefactor(bundled-dev): remove rolldown lazy stub module workaround (#23129)14454fdfix(deps): update all non-major dependencies (#23136)