fix: resolve @next/swc version mismatch by updating next to 15.5.12#276
Open
kiloconnect[bot] wants to merge 3 commits intomainfrom
Open
fix: resolve @next/swc version mismatch by updating next to 15.5.12#276kiloconnect[bot] wants to merge 3 commits intomainfrom
kiloconnect[bot] wants to merge 3 commits intomainfrom
Conversation
next@15.5.11 was published with @next/swc-*@15.5.7 as optional deps, causing a version mismatch warning. Updating to next@15.5.12 which correctly references @next/swc-*@15.5.12. Also added @next/* to minimum-release-age-exclude in .npmrc to prevent pnpm from blocking resolution of newer @next packages.
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
|
Reverts the minimum-release-age-exclude addition for @next/* that was not part of the original fix request. Keeps only the Next.js version bump to resolve the @next/swc mismatch.
Bump @next/mdx, @next/third-parties, @next/eslint-plugin-next, and eslint-config-next from ^15.5.10 to ^15.5.12 to match the next version.
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.
Problem
next@15.5.11was published with@next/swc-*@15.5.7as its optional dependencies, causing the warning:This is a packaging issue in
next@15.5.11itself — the swc packages were not bumped to match.Fix
nextfrom^15.5.10to^15.5.12in bothdependenciesandpnpm.overridesnext@15.5.12correctly references@next/swc-*@15.5.12^15.5.12:@next/mdx@next/third-parties@next/eslint-plugin-nexteslint-config-nextpnpm-lock.yamlVerification
All
@next/swc-*packages now resolve to15.5.12, matching the installednextversion. All Next.js ecosystem packages are aligned.Built for Evgeny Shurakov by Kilo for Slack