Skip to content

Conversation

@190n
Copy link
Contributor

@190n 190n commented May 13, 2025

What does this PR do?

  • Update expectation for new react@next version
  • Pin React version so this is more stable going forward
  • Fix some TypeScript errors

How did you verify your code works?

I ran the test

- Update expectation for new react@next version
- Pin React version so this is more stable going forward
- Fix some TypeScript errors
@robobun
Copy link
Collaborator

robobun commented May 13, 2025

Updated 12:21 PM PT - May 13th, 2025

@190n, your commit df513fc2c2c1f3ebde8f52fa2a3e28f3ed400e66 passed in Build #16557! 🎉


🧪   To try this PR locally:

bunx bun-pr 19633

That installs a local version of the PR into your bun-19633 executable, so you can run:

bun-19633 --bun

const NODE_ENV = minify ? "'production'" : undefined;
itBundled("compile/ReactSSR" + (bytecode ? "+bytecode" : "") + "+" + format + (minify ? "+minify" : ""), {
install: ["react@next", "react-dom@next"],
install: ["react@19.2.0-canary-b94603b9-20250513", "react-dom@19.2.0-canary-b94603b9-20250513"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be nice if itBundled supported lockfiles so we could be sure transitive dependencies don't change

@Jarred-Sumner Jarred-Sumner merged commit 270c09b into main May 13, 2025
59 checks passed
@Jarred-Sumner Jarred-Sumner deleted the ben/fix-bundler-compile branch May 13, 2025 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants