-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix(deps): update dependency next to v15 #1932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
source
Choose a base branch
from
renovate/major-nextjs-monorepo
base: source
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
The latest updates on your projects. Learn more about Vercel for GitHub.
|
cade006
to
0f9bb31
Compare
0f9bb31
to
676f895
Compare
676f895
to
07a1ee6
Compare
07a1ee6
to
f03061b
Compare
f03061b
to
40ba114
Compare
40ba114
to
af2f2ca
Compare
af2f2ca
to
08d5cd8
Compare
08d5cd8
to
b46b869
Compare
b46b869
to
d1c0770
Compare
d1c0770
to
9fcecb2
Compare
3233b23
to
bdedb3f
Compare
bdedb3f
to
c3fc677
Compare
c3fc677
to
064377a
Compare
064377a
to
98111cc
Compare
98111cc
to
943dc6f
Compare
943dc6f
to
19344fb
Compare
19344fb
to
ded731d
Compare
ded731d
to
8352e1b
Compare
8352e1b
to
7133fc8
Compare
7133fc8
to
82a74fb
Compare
82a74fb
to
caf34a8
Compare
caf34a8
to
fd0a9e7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
^14.2.32
->^15.0.0
Release Notes
vercel/next.js (next)
v15.5.5
Compare Source
v15.5.4
Compare Source
v15.5.3
Compare Source
Core Changes
Credits
Huge thanks to @bgub for helping!
v15.5.2
Compare Source
Core Changes
Credits
Huge thanks to @bgub and @ztanner for helping!
v15.5.1
Compare Source
Core Changes
Credits
Huge thanks to @bgub, @mischnic, and @ztanner for helping!
v15.5.0
Compare Source
Core Changes
@typescript-eslint/switch-exhaustiveness-check
rule: #81583React.unstable_postpone()
: #81652images.qualities
is undefined: #81690ppr
ordynamicIO
enabled: #81668__turbopack_load_by_url__
: #8166397cdd5d3-20250710
to2f0e7e57-20250715
: #81678renderToString
function: #817072f0e7e57-20250715
tod85ec5f5-20250716
: #81708next-server
VM: #81664headers
/cookies
/draftMode
in'use cache'
: #81716d85ec5f5-20250716
todffacc7b-20250717
: #81767getExpectedRequestStore
function: #81791.next/cache
: #81807dffacc7b-20250717
toe9638c33-20250721
: #81899'use cache: private'
: #81816browserslist
: #81851run-turbopack-compiler
trace span: #81917e9638c33-20250721
to7513996f-20250722
: #819407513996f-20250722
toedac0dde-20250723
: #81984exhaustive-deps
violations: #82010edac0dde-20250723
to3d14fcf0-20250724
: #820203d14fcf0-20250724
to19baee81-20250725
: #8206319baee81-20250725
toeaee5308-20250728
: #82120eaee5308-20250728
to9be531cd-20250729
: #82159@next/codemod
: update docs url in README: #82135@next/codemod
: Addexperimental.turbo
toturbopack
codemod for Next.js configs: #82134NextRequest
types: #821729be531cd-20250729
to9784cb37-20250730
: #82207TURBOPACK
env before loading config: #82162outputFileTracingRoot
orturbopack.root
option is provided: #821649784cb37-20250730
toc260b38d-20250731
: #82247eslint-plugin-react-hooks
in React sync: #82294c260b38d-20250731
tobe11cb5c-20250804
: #82339_error
page'sreq.url
can be overwritten to dynamic param on minimal mode: #82347asPath
for query-only navigation withuseRouter
: #82236?dpl
to fonts in/_next/static/media
: #82384be11cb5c-20250804
to7deda941-20250804
: #82373path
to Image documentation: #823297deda941-20250804
to3958d5d8-20250807
: #824473958d5d8-20250807
tof1e70b5e-20250811
: #82534f1e70b5e-20250811
toac7820a9-20250811
: #82543image-size
pkg as additional format detector: #82538?dpl
to fonts in/_next/static/media
part 2: #82488componentStackFrames
field: #82395skipMetadata
: #82569ac7820a9-20250811
to1dc3bdea-20250812
: #82575Map
support fromnext/dynamic
transform: #82487window.next.turbopack
instead: #825801dc3bdea-20250812
tof1222f76-20250812
: #82595f1222f76-20250812
to379a083b-20250813
: #82642turbo_tasks::spawn
: #82634379a083b-20250813
toa96a0f39-20250815
: #82691turbopack.root
value foroutputFileTracingRoot
to have consistent tracing root: #82653Example Changes
with-supabase
example to usegetClaims()
: #81383Misc Changes
beforePageLoad
to be async: #81650ImportedBinding
effect creation to avoid as much special-casing of SimpleAssignTarget: #81653use-cache
test suite in the Cache Components tests: #81610app-static
deploy test: #81712require
to load chunks in our node runtime: #81738experimental.strictNextHead
: #81882current_value
set/restore mutation pattern with a saferwith_pat_value
helper: #81696global-not-found
: #81803next build --turbopack
: #81704lint-eslint
on a specific directory: #82009rcstr!
allocated Rcstr values as 'static' and stop refcounting them: #81994hash
: #82084const
compatible hash routine performance: #82088Path
/PathBuf
for all of the invalidation logic: #82132O(n)
traversals when finding child paths: #82133ignored_subpaths
feature from DiskWatcher: #82210find_server_entries
in the whole_app_module_graph case: #81943lazy-regex
dependency: #82288jsonc-parser
, dedupe with SWC: #82343is_development
tonext_page_config
: #82363exports
and module to factory parameters for cjs: #82285--features=tokio_tracing
: #81979productionBrowserSourceMaps
: #78014compiled
folder in ripgrep/ast-grep/ag/etc: #82482Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.