Skip to content

Unlock swc binaries#89195

Merged
ijjk merged 1 commit intonext-15-5from
ijjk/unlock-binaries-15-5
Jan 28, 2026
Merged

Unlock swc binaries#89195
ijjk merged 1 commit intonext-15-5from
ijjk/unlock-binaries-15-5

Conversation

@ijjk
Copy link
Member

@ijjk ijjk commented Jan 28, 2026

@vercel vercel deleted a comment from nextjs-bot Jan 28, 2026
@ijjk ijjk marked this pull request as ready for review January 28, 2026 21:41
@ijjk ijjk merged commit 50060c9 into next-15-5 Jan 28, 2026
146 of 161 checks passed
@ijjk ijjk deleted the ijjk/unlock-binaries-15-5 branch January 28, 2026 21:41
@nextjs-bot
Copy link
Collaborator

Failing test suites

Commit: d9840e6 | About building and testing Next.js

pnpm test packages/next-codemod/transforms/__tests__/add-missing-react-import.test.js (job)

  • add-missing-react-import > transforms correctly using "add-missing-react-import/missing-react-import-in-component" data (DD)
Expand output

● add-missing-react-import › transforms correctly using "add-missing-react-import/missing-react-import-in-component" data

expect(received).toEqual(expected) // deep equality

- Expected  - 15
+ Received  + 15

- import React, { Children, isValidElement } from 'react';
-
+ import React, { Children, isValidElement } from 'react';
+ 
- function Heading(props) {
+ function Heading(props) {
-   const { component, className, children, ...rest } = props;
+   const { component, className, children, ...rest } = props;
-   return React.cloneElement(
+   return React.cloneElement(
-     component,
+     component,
-     {
+     {
-       className: [className, component.props.className || ''].join(' '),
+       className: [className, component.props.className || ''].join(' '),
-       ...rest
+       ...rest
-     },
+     },
-     children
+     children
-   );
+   );
- }
-
-
+ }
+ 
+ 
  export default Heading;

  at runInlineTest (../node_modules/.pnpm/jscodeshift@17.0.0_@babel+preset-env@7.26.9_@babel+core@7.26.10_/node_modules/jscodeshift/dist/testUtils.js:49:18)
  at runTest (../node_modules/.pnpm/jscodeshift@17.0.0_@babel+preset-env@7.26.9_@babel+core@7.26.10_/node_modules/jscodeshift/dist/testUtils.js:98:3)
  at Object.<anonymous> (../node_modules/.pnpm/jscodeshift@17.0.0_@babel+preset-env@7.26.9_@babel+core@7.26.10_/node_modules/jscodeshift/dist/testUtils.js:115:7)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants