fix(deps): update React Compiler dependencies 🤖 ✨ - #366
Closed
squiggler-app[bot] wants to merge 1 commit into
Closed
fix(deps): update React Compiler dependencies 🤖 ✨#366squiggler-app[bot] wants to merge 1 commit into
squiggler-app[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
April 20, 2026 00:07
45daa48 to
adee234
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
April 22, 2026 00:07
adee234 to
388bff3
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
April 23, 2026 00:12
388bff3 to
dcc4c21
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
April 24, 2026 00:11
dcc4c21 to
3316efe
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
April 27, 2026 00:09
3316efe to
8bbac3a
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
April 29, 2026 00:14
8bbac3a to
d074f64
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
April 30, 2026 00:14
d074f64 to
d24ebf9
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 1, 2026 00:13
d24ebf9 to
502dba7
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 4, 2026 00:12
502dba7 to
ac64f41
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 5, 2026 00:14
ac64f41 to
40b7942
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 6, 2026 00:13
40b7942 to
57a65da
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 7, 2026 00:13
57a65da to
dab9a6d
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 8, 2026 00:13
dab9a6d to
26a919e
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 21, 2026 00:19
c130689 to
c3b9f20
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 22, 2026 00:18
c3b9f20 to
b101375
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 25, 2026 00:17
b101375 to
504a823
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 26, 2026 00:17
504a823 to
836304d
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 27, 2026 00:19
836304d to
15e20da
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 28, 2026 00:17
15e20da to
3480863
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
May 29, 2026 00:21
3480863 to
62af703
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
June 1, 2026 00:18
62af703 to
464c050
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
June 3, 2026 00:28
464c050 to
a868d02
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
June 4, 2026 00:29
a868d02 to
95b8ba9
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
June 5, 2026 00:21
95b8ba9 to
b06d30a
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
June 8, 2026 00:22
b06d30a to
16ed86d
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
June 10, 2026 00:23
16ed86d to
01383f7
Compare
squiggler-app
Bot
force-pushed
the
actions/react-compiler
branch
from
June 11, 2026 00:26
01383f7 to
004d350
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
I ran
pnpm -r up --ignore-scripts react-compiler-runtime@latest babel-plugin-react-compiler@latest eslint-plugin-react-hooks@latest🧑💻Note
Low Risk
Dependency-only bump with no runtime or app code changes; main effect is ESLint React Hooks / compiler lint behavior on the versions shipped in 7.1.1.
Overview
Bumps the React Compiler toolchain, chiefly
eslint-plugin-react-hooksfrom7.0.1to7.1.1in the rootpackage.json, with a refreshedpnpm-lock.yaml.The new hooks plugin pulls in newer Babel 7.29.x (used for compiler-related lint rules), Zod 4.4.x, and broadens its peer range to include ESLint 10. The lockfile also shifts several transitive build deps (e.g. Rollup 4.62.x, esbuild 0.25.12, terser 5.49.0 on some Vite/Vitest paths) as pnpm re-resolved the graph—no application source changes.
Reviewed by Cursor Bugbot for commit 49d3bb3. Bugbot is set up for automated code reviews on this repo. Configure here.