fix(deps): update nextjs monorepo to v15 (major)#97
fix(deps): update nextjs monorepo to v15 (major)#97renovate[bot] wants to merge 1 commit intomainfrom
Conversation
138c755 to
5c7b7b0
Compare
5c7b7b0 to
9f53c08
Compare
9f53c08 to
8adda38
Compare
6b7375e to
f01f911
Compare
f01f911 to
45d5ea8
Compare
daf7cb0 to
c4787c8
Compare
c4787c8 to
8b41198
Compare
8b41198 to
7416813
Compare
7416813 to
3e03a0e
Compare
3e03a0e to
bd47949
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe changes involve updating the versions of the Changes
Possibly related issues
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
bd47949 to
04ca0da
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
Files selected for processing (1)
- package.json (2 hunks)
Additional comments not posted (2)
package.json (2)
35-35: Update to Next.js version 14.2.7The
nextpackage has been updated from13.4.19to14.2.7. This major version upgrade may include breaking changes, new features, and bug fixes. Ensure that the application is thoroughly tested to verify compatibility with the new version.Run the following script to verify the compatibility of the updated
nextpackage:Verification successful
No issues found with Next.js version 14.2.7 upgrade
The codebase does not appear to use deprecated APIs or patterns that would be affected by the upgrade to Next.js 14.2.7. The usage of
next/headis standard and should not cause issues. Ensure thorough testing of the application to confirm compatibility.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility with Next.js version 14.2.7. # Test: Run the development server and build process. Expect: No errors. npm run dev && npm run buildLength of output: 84
Script:
#!/bin/bash # Search for deprecated Next.js APIs that might be affected by the version upgrade. # Example: Searching for getInitialProps usage, which might have changes in newer versions. rg 'getInitialProps' -A 3 # Example: Searching for any usage of next/head, which might have changes in newer versions. rg 'next/head' -A 3Length of output: 206
47-47: Update to eslint-config-next version 14.2.7The
eslint-config-nextpackage has been updated from13.4.19to14.2.7. This major version upgrade may include breaking changes, new rules, and bug fixes. Ensure that the linting process is thoroughly tested to verify compatibility with the new version.Run the following script to verify the compatibility of the updated
eslint-config-nextpackage:
ff79743 to
c90994d
Compare
e75c771 to
039c1d8
Compare
039c1d8 to
2a511c0
Compare
2a511c0 to
f4d0581
Compare
63c648a to
2cc4cef
Compare
2cc4cef to
2ff9a4e
Compare
2ff9a4e to
76da6ce
Compare
7c57db7 to
3ea5354
Compare
3ea5354 to
4051818
Compare
4051818 to
a9b697f
Compare
a9b697f to
d529748
Compare
a01364e to
06a6582
Compare
06a6582 to
f995777
Compare
ed22f85 to
1952d3f
Compare
7f8c787 to
8153bdc
Compare
8153bdc to
db31ade
Compare
3fadbae to
effb139
Compare
effb139 to
c88bbe8
Compare
c88bbe8 to
caa4221
Compare
7939f65 to
f04fadb
Compare
f04fadb to
1667a46
Compare
1667a46 to
ce60c07
Compare
ce60c07 to
09355eb
Compare
09355eb to
0d5dbd9
Compare
0d5dbd9 to
654513f
Compare
654513f to
781a664
Compare
This PR contains the following updates:
13.4.19->15.4.413.4.19->15.4.4Release Notes
vercel/next.js (eslint-config-next)
v15.4.4Compare Source
v15.4.3Compare Source
v15.4.2Compare Source
v15.4.1Compare Source
v15.4.0Compare Source
v15.3.5Compare Source
v15.3.4Compare Source
v15.3.3Compare Source
v15.3.2Compare Source
Core Changes
Credits
Huge thanks to @ijjk, @huozhi, @kdy1, @wbinnssmith, and @bgw for helping!
v15.3.1Compare Source
Core Changes
Credits
Huge thanks to @kdy1 and @styfle for helping!
v15.3.0Compare Source
Core Changes
<select>styling for consistency: #76973029e8bd6-20250306to0ca3deeb-20250311: #769890ca3deeb-20250311to6aa8254b-20250312: #77033sizesetting to preferences: #77027'seconds'cache life profile: #77084next info: #770596aa8254b-20250312to5398b711-20250314: #77129useLightningcssoption tostyled-jsxcorrectly: #77008useErrorOverlayReducer: #77205revalidate*: #76885revalidate*work when followed by a redirect in a route handler: #770905398b711-20250314toc69a5fc5-20250318: #77249"use cache"caches when Draft Mode is enabled: #77141c69a5fc5-20250318todb7dfe05-20250319: #77295db7dfe05-20250319to740a4f7a-20250325: #77507740a4f7a-20250325to313332d1-20250326: #77527expireTags/getExpirationunnecessarily: #77570NEXT_PRIVATE_DEBUG_CACHEenv variable for cache handler debug logs: #77585nodejsruntime in middleware: #77553"use cache"revalidation logic out of incremental cache: #77577313332d1-20250326to63779030-20250328: #77643isrFlushToDiskoption to prevent writing optimized images to cache: #70645nodejsruntime in middleware": #77690new URL()forimages.remotePatterns: #7769263779030-20250328to040f8286-20250402: #77742useLayoutEffectwarning if React 18 is used: #77737next start: #77714TurbopackInternalErrors occur: #77660sideEffectsmatching for non-relative globs: #77693issueCountfrom non-asyncerrorsarray: #77821refreshTagsandgetExpiration: #77779"use cache"wrapper: #77827searchParamsaccess in"use cache"triggers error when caught: #77838getSourceFileinstead offileExiststo check file existence: #77863040f8286-20250402to33661467-20250407: #77899next/*entrypoints: #77844Example Changes
canaryversion: #77754Misc Changes
charset=utf-8in data-url source maps: #77112react-refreshas a dependency of plugin: #77142swc_coretov16.6.0: #77155swc_coretov16.6.2: #77194.minify()of lightningcssStyleSheet: #77313swc_coreand userayoninstead ofchili: #77338copy_dirconcurrency to avoid running out of file descriptors: #77468swc_coretov16.10.0: #77489launch.jsonto improve debugging in VSCode: #76559bunand other package manager: #77633--js-buildas option instead of--no-js-build: #77686Metadata and OG imagespage: #74077Upgradepage: #77717ExamplestoGuides: #77722swc_coretov19.0.0: #77669Vcin a struct: #77756instrumentation-clientfollow up: #77752styled-components: #77736use serverand update examples: #77770use serverand update examples": #77771hygieneif mangling is disabled: #77815Deep Divesection placeholder: #77724await import("path")in static analysis: #77811import_mapoption ofswc_emotioncorrectly: #71776swc_coretov21.0.1: #77918Getting StartedSection: #77921Credits
Huge thanks to @raunofreiberg, @huozhi, @ijjk, @timneutkens, @gaojude, @leerob, @mezotv, @bgw, @samcx, @ztanner, @sokra, @mischnic, @wbinnssmith, @kdy1, @unstubbable, @ahabhgk, @ScriptedAlchemy, @SukkaW, @wyattjoh, @eps1lon, @Amirroid, @Netail, @lubieowoce, @gnoff, @jackwilson323, @acdlite, @sbougerel, @kevva, @kasperpeulen, @Cy-Tek, @dvoytenko, @husseinraoouf, @isBatak, @iamkd, @delbaoliveira, @jantimon, @padmaia, @Bernardoow, @styfle, @devjiwonchoi, @JamBalaya56562, and @Marukome0743 for helping!
v15.2.5Compare Source
Core Changes
Credits
Huge thanks to @huozhi, @gaojude and @kdy1 for helping!
v15.2.4Compare Source
Core Changes
Credits
Huge thanks to @ijjk and @ztanner for helping!
v15.2.3Compare Source
Core Changes
Credits
Huge thanks to @ijjk, @ztanner, and @huozhi for helping!
v15.2.2Compare Source
Core Changes
d55cc79b-20250228to443b7ff2-20250303: #76804Configuration
📅 Schedule: Branch creation - "on the first day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.