-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update nextjs monorepo to v15 (major) #97
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
yarn.lock
is 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
next
package has been updated from13.4.19
to14.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
next
package: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/head
is 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-next
package has been updated from13.4.19
to14.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-next
package:
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.4
13.4.19
->15.4.4
Release Notes
vercel/next.js (eslint-config-next)
v15.4.4
Compare Source
v15.4.3
Compare Source
v15.4.2
Compare Source
v15.4.1
Compare Source
v15.4.0
Compare Source
v15.3.5
Compare Source
v15.3.4
Compare Source
v15.3.3
Compare Source
v15.3.2
Compare Source
Core Changes
Credits
Huge thanks to @ijjk, @huozhi, @kdy1, @wbinnssmith, and @bgw for helping!
v15.3.1
Compare Source
Core Changes
Credits
Huge thanks to @kdy1 and @styfle for helping!
v15.3.0
Compare Source
Core Changes
<select>
styling for consistency: #76973029e8bd6-20250306
to0ca3deeb-20250311
: #769890ca3deeb-20250311
to6aa8254b-20250312
: #77033size
setting to preferences: #77027'seconds'
cache life profile: #77084next info
: #770596aa8254b-20250312
to5398b711-20250314
: #77129useLightningcss
option tostyled-jsx
correctly: #77008useErrorOverlayReducer
: #77205revalidate*
: #76885revalidate*
work when followed by a redirect in a route handler: #770905398b711-20250314
toc69a5fc5-20250318
: #77249"use cache"
caches when Draft Mode is enabled: #77141c69a5fc5-20250318
todb7dfe05-20250319
: #77295db7dfe05-20250319
to740a4f7a-20250325
: #77507740a4f7a-20250325
to313332d1-20250326
: #77527expireTags
/getExpiration
unnecessarily: #77570NEXT_PRIVATE_DEBUG_CACHE
env variable for cache handler debug logs: #77585nodejs
runtime in middleware: #77553"use cache"
revalidation logic out of incremental cache: #77577313332d1-20250326
to63779030-20250328
: #77643isrFlushToDisk
option to prevent writing optimized images to cache: #70645nodejs
runtime in middleware": #77690new URL()
forimages.remotePatterns
: #7769263779030-20250328
to040f8286-20250402
: #77742useLayoutEffect
warning if React 18 is used: #77737next start
: #77714TurbopackInternalError
s occur: #77660sideEffects
matching for non-relative globs: #77693issueCount
from non-asyncerrors
array: #77821refreshTags
andgetExpiration
: #77779"use cache"
wrapper: #77827searchParams
access in"use cache"
triggers error when caught: #77838getSourceFile
instead offileExists
to check file existence: #77863040f8286-20250402
to33661467-20250407
: #77899next/*
entrypoints: #77844Example Changes
canary
version: #77754Misc Changes
charset=utf-8
in data-url source maps: #77112react-refresh
as a dependency of plugin: #77142swc_core
tov16.6.0
: #77155swc_core
tov16.6.2
: #77194.minify()
of lightningcssStyleSheet
: #77313swc_core
and userayon
instead ofchili
: #77338copy_dir
concurrency to avoid running out of file descriptors: #77468swc_core
tov16.10.0
: #77489launch.json
to improve debugging in VSCode: #76559bun
and other package manager: #77633--js-build
as option instead of--no-js-build
: #77686Metadata and OG images
page: #74077Upgrade
page: #77717Examples
toGuides
: #77722swc_core
tov19.0.0
: #77669Vc
in a struct: #77756instrumentation-client
follow up: #77752styled-components
: #77736use server
and update examples: #77770use server
and update examples": #77771hygiene
if mangling is disabled: #77815Deep Dive
section placeholder: #77724await import("path")
in static analysis: #77811import_map
option ofswc_emotion
correctly: #71776swc_core
tov21.0.1
: #77918Getting Started
Section: #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.5
Compare Source
Core Changes
Credits
Huge thanks to @huozhi, @gaojude and @kdy1 for helping!
v15.2.4
Compare Source
Core Changes
Credits
Huge thanks to @ijjk and @ztanner for helping!
v15.2.3
Compare Source
Core Changes
Credits
Huge thanks to @ijjk, @ztanner, and @huozhi for helping!
v15.2.2
Compare Source
Core Changes
d55cc79b-20250228
to443b7ff2-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.