This repository was archived by the owner on Jul 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Update nextjs monorepo to v13.4.10 #71
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nextjs-monorepo
base: main
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
+5
−5
Conversation
This file contains 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 Git ↗︎
|
c380d55
to
4425ade
Compare
4425ade
to
16a8336
Compare
16a8336
to
cbb5a09
Compare
cbb5a09
to
1287464
Compare
1287464
to
dc7b616
Compare
dc7b616
to
ca9b4e8
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml
|
ca9b4e8
to
0206376
Compare
0206376
to
26088ef
Compare
d9d9835
to
437f512
Compare
437f512
to
1cbc1c3
Compare
1cbc1c3
to
d318109
Compare
d318109
to
6c23188
Compare
6c23188
to
65d95a2
Compare
65d95a2
to
5d2ecf1
Compare
5d2ecf1
to
7c3c1ef
Compare
7c3c1ef
to
922ea94
Compare
922ea94
to
e011d44
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
13.0.6
->13.4.10
13.1.6
->13.4.10
13.1.6
->13.4.10
13.0.7
->13.4.10
13.1.6
->13.4.10
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
vercel/next.js (@next/env)
v13.4.10
Compare Source
Core Changes
get_client_chunking_context
independent of context: #51928ensurePage
requests for the same page: #52360output: "standalone"
crashing build when there is noapp/
page: #51993serverComponentsExternalPackages
: #52388next-types-plugin
forNode16
/NodeNext
: #52562[email protected]
: #52649Documentation Changes
useSearchParams
: #52348create-next-app
requires public GitHub URLs.: #52367fetch
request de-duplication: #52100next/image
: #52480formData
example for Route Handlers: #52358metadata
object: #52252_app
and_document
: #52479Example Changes
0.19
): #52473Misc Changes
v0.79.13
: #52371not-found.tsx
withoutput: export
: #52526npm pack
instead ofyarn pack
: #52563body-parser
: #52580Credits
Huge thanks to @ijjk, @anonrig, @alexkirsz, @gfgabrielfranca, @styfle, @ztanner, @leerob, @sokra, @huozhi, @Bitbbot, @wyattjoh, @kdy1, @wbinnssmith, @shuding, @jridgewell, @BrennanColberg, @Nick-Mazuk, @delbaoliveira, @thomasballinger, @lucgagan, @nroland013, @SonMooSans, @jenewland1999, @thorwebdev, @jyunhanlin, @darshanjain-entrepreneur, @DuCanhGH, @Gnadhi, @yagogmaisp, @carlos-menezes, @balazsorban44, @ryo-manba, @timneutkens, @feedthejim, @vamcs, @matepapp, @SleeplessOne1917, @ecklf, @djreillo, @kwonoj, @gnoff, @feugy, @karlhorky, @starunaway, @FernandVEYRIER, @Ryan-Dia, @Terro216, @anthonyshew, and @suhaotian for helping!
v13.4.9
Compare Source
Core Changes
modularizeImports
transform ofantd
: #52148unstable_getImgProps()
: #5215318.3.0-canary-1fdacbefd-20230630
: #5200518.3.0-canary-1fdacbefd-20230630
": #52192dynamicParams
check in TS plugin: #52211appDir: true
from tests: #52291modularizeImports
for antd & ant-design/icons: #521697118f5d
: #52282Documentation Changes
Example Changes
Misc Changes
Credits
Huge thanks to @huozhi, @shuding, @ijjk, @styfle, @sokra, @timneutkens, @ztanner, @alexkirsz, @simonswiss, @feikerwu, @lubakravche, @leerob, @masnormen, @bottxiang, @acdlite, @delbaoliveira, @feedthejim, @mhmdrioaf, @tyler-lutz, @sebmarkbage, @vincenthongzy, @yigithanyucedag, and @doinki for helping!
v13.4.8
Compare Source
For a more detailed summary of recent performance improvements around compilation, please see this comment.
Core Changes
swc_core
tov0.78.15
": #51716render
out of server: #51678createServerReference
: #51723serverActionsSizeLimit
asserverActionsBodySizeLimit
and add docs: #51755execSync
: #51785NODE_OPTIONS='--inspect'
not running expected: #51467WATCHPACK_WATCHER_LIMIT=20
: #51826next-font-manifest-plugin
: #51835edge
runtime Pages API/App Route handlersAbortSignal
aborts on client disconnect: #51727unstable_getImgProps
export fromnext/image
: #51205turbopack
andswc_core
tov0.78.24
: #51943resolveExternal
calls: #52053Documentation Changes
/app
based pages and layout in nested layouts: #51558docs
: fix generated app icons file extensions: #51562next/image
video.: #51790reactStrictMode: true
by default: #51931NODE_ENV
environment variable: #52003Example Changes
with-supabase
example: #51442supabase-js
dependency forwith-supabase
example: #51703Misc Changes
swc_core
tov0.78.15
: #51269swc_core
tov0.78.24
: #51857swc_core
tov0.78.24
": #51940Credits
Huge thanks to @huozhi, @wyattjoh, @dijonmusters, @danger-ahead, @bre30kra69cs, @leerob, @Yash-Singh1, @jridgewell, @alexkirsz, @ztanner, @sokra, @krmeda, @tyler-lutz, @ijjk, @delbaoliveira, @bigyanse, @kdy1, @2-NOW, @ForsakenHarmony, @Mingyu-Song, @morganfeeney, @timneutkens, @aralroca, @nickmccurdy, @adamjmcgrath, @shuding, @devjiwonchoi, @angel1254mc, @cxa, @ibash, @mohanraj-r, @kevinmitch14, @iaurg, @steebchen, @Cow258, @charlesbdudley, @feedthejim, @tyhopp, @Drblessing, @styfle, @kwonoj, @MaxLeiter, @milovangudelj, @SukkaW, @jacobsfletch, @JoshuaKGoldberg, @zignis, @ChristianIvicevic, @mrxbox98, @oliviertassinari, @balazsorban44, @fsansalvadore, @DuCanhGH, @tvthatsme, @gnoff, and @SonMooSans for helping!
v13.4.7
Compare Source
Core Changes
Documentation Changes
with-supabase
example to App Router: #51335next/image
docs.: #51457Example Changes
Misc Changes
ERR_INVALID_THIS
on Node 20: #51406ERR_INVALID_THIS
on Node 20": #51539Credits
Huge thanks to @wyattjoh, @ijjk, @dvakatsiienko, @leerob, @kwonoj, @nickmccurdy, @brunoeduardodev, @dijonmusters, @shuding, @tyler-lutz, @huozhi, @feedthejim, @alexkirsz, @sonam-serchan, @vicsantizo, @leodr, @wiscaksono, @sokra, @delbaoliveira, @ztanner, @hustLer2k, @joshuabaker, and @ForsakenHarmony for helping!
v13.4.6
Compare Source
Core Changes
next/head
warning to link to the correct docs page: #51013output: export
andnext export -o
: #51191extension
does not load.md
f…: #49785Documentation Changes
usePathname
usage as client hook.: #51146Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.