-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
chore(deps): update nextjs monorepo to v13 (major) #8326
Merged
Merged
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 ↗︎
|
renovate
bot
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
October 31, 2022 15:01
f470596
to
9f913a3
Compare
renovate
bot
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
November 1, 2022 00:01
9f913a3
to
f38f5aa
Compare
renovate
bot
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
November 1, 2022 08:46
f38f5aa
to
4984cf1
Compare
renovate
bot
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
November 3, 2022 13:52
4984cf1
to
960d461
Compare
renovate
bot
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
November 4, 2022 01:16
960d461
to
1c23605
Compare
renovate
bot
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
November 11, 2022 04:56
1c23605
to
a57ccd4
Compare
renovate
bot
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
November 18, 2022 07:34
a57ccd4
to
1b67713
Compare
renovate
bot
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
November 21, 2022 15:13
1b67713
to
7ccf973
Compare
renovate
bot
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
November 22, 2022 11:12
7ccf973
to
4629a04
Compare
Betree
force-pushed
the
renovate/major-nextjs-monorepo
branch
from
June 21, 2023 08:48
d826094
to
6cfa81f
Compare
1 similar comment
|
1 similar comment
|
CI's all green 🎉 I still want to do some more quality assertion before merging, especially in regard of this comment: #8326 (comment) |
|
1 similar comment
|
znarf
reviewed
Jun 22, 2023
"rollup": "^3.20.7", | ||
"shx": "^0.3.4", | ||
"storybook": "7.0.20", | ||
"storybook-addon-designs": "^7.0.0-beta.2", | ||
"styled-jsx": "^5.1.2", |
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.
Why are we adding this dependency?
|
|
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.
This PR contains the following updates:
^12.0.10
->^13.0.0
12.3.4
->13.0.7
Release Notes
vercel/next.js
v13.0.7
Compare Source
Core Changes
trailingSlash: true
andrewrites
: #43641app
directory todos: #43672<div>
at each segment level inapp
: #43717__webpack_exports__
from error overlay: #43715next-dev
: #43859pages
: #43731runtime
option in app dir: #43900.gitignore
if running in CI: #43935no-img-element
lint rule: #43982output: "standalone"
: #43746.images.remotePatterns[0].port
warning: #44032Documentation Changes
vercel/examples
links from linking to GitHub repo to template marketplace: #43780Example Changes
with-why-did-you-render
example to TypeScript: #43736with-gsap
,with-mqtt-js
,with-mux-video
examples to Typescript: #43874with-webassembly
example and convert to Typescript: #43677Misc Changes
swcMinify
from Next config in CNA template: #43782serverComponents
from next.conf.js because it's unused: #43805Credits
Huge thanks to @Nutlope, @huozhi, @m7yue, @BRKalow, @Andarist, @hanneslund, @jueungrace, @balazsorban44, @ijjk, @mmaaaaz, @Alfred-Mountfield, @soonoo, @JanKaifer, @feedthejim, @Brooooooklyn, @shuding, @manovotny, @maxproske, @AnujSsStw, @thomasballinger, @kwonoj, @aaronbrown-vercel, @saseungmin, @styfle, @timneutkens, @aziyatali, @labyrinthitis, @padmaia, @mattpr, @gnoff, @wyattjoh, @aarnadlr, @DuCanhGH, @kleintorres, @janicklas-ralph, @theevilhead, @Nfinished, and @feugy for helping!
v13.0.6
Compare Source
Core Changes
--turbo
dev server tests dynamically : #42967"output": "standalone"
: #43268ref
forwarding fornext/image
: #43193output: "standalone"
returning 500 error on certain pages when built without pages/: #43336useState
fromnext/image
: #43587Failed to copy traced files
for Edge functions and handle its files with middleware-manifest.json: #43326Documentation Changes
Example Changes
cms-strapi
: #43325with-docker-compose
example: #43419with-vercel-fetch
example to TypeScript: #43403main
prop in README.md in Firebase example: #43434Misc Changes
Credits
Huge thanks to @kwonoj, @hanneslund, @ijjk, @shuding, @DuCanhGH, @chibicode, @artechventure, @JanKaifer, @huozhi, @colinking, @rishabhpoddar, @maxproske, @wyattjoh, @leerob, @alantoa, @Haschikeks, @balazsorban44, @matthew-heath, @AaronJY, @dtinth, @styfle, @leoortizz, @ValentinH, @brvnonascimento, @joshuaslate, @SferaDev, and @timeyoutakeit for helping!
v13.0.5
Compare Source
Core Changes
unstable_revalidate
: #43119v0.43.23
: #42977PageComponent
andLayoutComponent
types: #43226firebase-admin
to defaultserverComponentsExternalPackages
list: #43249next/error
: #43238use-sync-external-store
dependency: #43281appDir: true
: #43293Documentation Changes
async
in docs.: #43161next/script
example: #43196Example Changes
with-redux-reducer
: #43237with-videojs
,with-yoga
,with-zones
examples to TypeScript: #43280Misc Changes
Credits
Huge thanks to @hanneslund, @adilansari, @chunsch, @bennettdams, @maxproske, @SukkaW, @kdy1, @orionmiz, @leerob, @shuding, @aziyatali, @NiedziolkaMichal, @huozhi, @colinking, @juliusmarminge, @andykenward, @Yutsuten, @balazsorban44, @FomichRoman, @rishabhpoddar, @arturbien, @ADTC, @JanKaifer, @ijjk, @kwonoj, @joliss, @Andarist, and @Laityned for helping!
v13.0.4
Compare Source
Core Changes
javascript
to language: #42894next/link
: #42117transpilePackages
in tests: #42987Documentation Changes
@next/font
: #42865Example Changes
next/future/image
->next/image
: #42794with-algolia-react-instantsearch
example and convert to TypeScript: #42617with-app-layout
example to TypeScript: #42930with-atlaskit
example: #42973with-carbon-components
example: #42976with-cerebral
example: #42980swcMinify
option from example configs: #43012with-cssed
,with-csx
,with-styled-jsx
examples to TypeScript: #43018Misc Changes
Credits
Huge thanks to @shuding, @balazsorban44, @kdy1, @huozhi, @reyrodrigez, @andykenward, @idoob, @maxproske, @KoltonG, @timneutkens, @feugy, @leerob, @steven-tey, @SukkaW, @kwonoj, @adilansari, @hanneslund, @notrab, @zekicaneksi, @silvioprog, @joulev, @chanceaclark, and @Marcus-Rise for helping!
v13.0.3
Compare Source
Core Changes
v0.40.40
: #42326generateStaticParams
in error: #42524next/compat/router
: #42502addStatusHandler
andPromise.resolve
instead ofsetTimeout
: #42350verifyRootLayout.ts
: #42324Documentation Changes
create-next-app@latest
: #42528with-absolute-imports
example to TypeScript: #42529Example Changes
middleware-matcher
example to TypeScript: #42520custom-server-express
example to TypeScript: #42110Misc Changes
Credits
Huge thanks to @lucasassisrosa, @kdy1, @ijjk, @jakemstar, @lachlanjc, @ws-jm, @davidnx, @steven-tey, @Brooooooklyn, @hanneslund, @josephcsoti, @fantaasm, @timneutkens, @sivtu, @leerob, @balazsorban44, @maxproske, @rightones, @bot08, @shuding, @huozhi, @wyattjoh, @ethomson, @alexkirsz, @kwonoj, @MaxLeiter, @rishabhpoddar, @feedthejim, @gnoff, @moetazaneta, @superbahbi, @NOCELL, @ademilter, @nathanhammond, @imranbarbhuiya, @mrkldshv, @cvolant, @hughlilly, @ismaelrumzan, and @sQVe for helping!
v13.0.2
Compare Source
Core Changes
cache
on fetch as Cloudflare doesn't support it.: #42362prisma
to the external package list: #42323usePathname
to returnstring | null
: #42380Documentation Changes
next/script
behavior on client-side navigation: #42260path
for information in cookie setting: #42146<Link />
keyword: #42422Misc Changes
Configuration
📅 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.