-
Notifications
You must be signed in to change notification settings - Fork 103
Commit d578a5b
authored
chore(deps): update nextjs monorepo to v13.4.5 (patch) (#4716)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-config-next](https://github.com/vercel/next.js) | [`13.4.4`
->
`13.4.5`](https://renovatebot.com/diffs/npm/eslint-config-next/13.4.4/13.4.5)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [next](https://nextjs.org)
([source](https://github.com/vercel/next.js)) | [`13.4.4` ->
`13.4.5`](https://renovatebot.com/diffs/npm/next/13.4.4/13.4.5) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vercel/next.js</summary>
###
[`v13.4.5`](https://github.com/vercel/next.js/releases/tag/v13.4.5)
[Compare
Source](https://github.com/vercel/next.js/compare/v13.4.4...v13.4.5)
##### Core Changes
- Fix static metadata routes runtime when root layout is in edge
runtime:
[#​50351](https://github.com/vercel/next.js/issues/50351)
- Ensure App Router and Pages Router modules can't share chunks:
[#​50327](https://github.com/vercel/next.js/issues/50327)
- Fix CJS optimizer:
[#​50376](https://github.com/vercel/next.js/issues/50376)
- fix: edge runtime with `next/legacy/image`:
[#​50343](https://github.com/vercel/next.js/issues/50343)
- Next.js Turbo build: turbopack-ecmascript-runtime and ChunkData:
[#​50375](https://github.com/vercel/next.js/issues/50375)
- fix: eslint not ignoring "/app":
[#​50261](https://github.com/vercel/next.js/issues/50261)
- Pages Route Module:
[#​50070](https://github.com/vercel/next.js/issues/50070)
- Upgrade vendored [@​vercel/og](https://github.com/vercel/og):
[#​50395](https://github.com/vercel/next.js/issues/50395)
- Fix runtime:edge with large next.config.js:
[#​50396](https://github.com/vercel/next.js/issues/50396)
- Rename header conversion functions:
[#​50389](https://github.com/vercel/next.js/issues/50389)
- Refactor internal modules:
[#​50338](https://github.com/vercel/next.js/issues/50338)
- Add new build and test workflow:
[#​50436](https://github.com/vercel/next.js/issues/50436)
- Add `cache-control` header on 304 response:
[#​50408](https://github.com/vercel/next.js/issues/50408)
- App Router: fix relative query/hash handling in `next/link` and router
push/replace:
[#​49521](https://github.com/vercel/next.js/issues/49521)
- Revert "land: Include charset=utf-8 with x-component Content-Type
header":
[#​50472](https://github.com/vercel/next.js/issues/50472)
- Optimize Next.js bootup compilation:
[#​50379](https://github.com/vercel/next.js/issues/50379)
- Fix CSS duplication related problems:
[#​50406](https://github.com/vercel/next.js/issues/50406)
- update swc_core and turbopack:
[#​50519](https://github.com/vercel/next.js/issues/50519)
- Fix global SCSS on Node.js <= 14:
[#​50185](https://github.com/vercel/next.js/issues/50185)
- \[edge] bump @​edge-runtime/\* package suite:
[#​49092](https://github.com/vercel/next.js/issues/49092)
- packages/font: run update-google-fonts script:
[#​50608](https://github.com/vercel/next.js/issues/50608)
- \[turbopack]: Fix HEAD requests:
[#​50366](https://github.com/vercel/next.js/issues/50366)
- Add experimental id handling:
[#​50470](https://github.com/vercel/next.js/issues/50470)
- fix `@vercel/turbopack-node` types (and more turbopack updates):
[#​50605](https://github.com/vercel/next.js/issues/50605)
- Add new `Google-InspectionTool` token to known bot UA list:
[#​50467](https://github.com/vercel/next.js/issues/50467)
- Ensure user-installed opentelemetry package has the minimal required
version:
[#​50554](https://github.com/vercel/next.js/issues/50554)
- Remove `cssFiles` field:
[#​50610](https://github.com/vercel/next.js/issues/50610)
- Perf: reduce metadata RSC payload:
[#​50678](https://github.com/vercel/next.js/issues/50678)
- Fix image loader file emission path for edge runtime:
[#​50683](https://github.com/vercel/next.js/issues/50683)
- fix: a11y issues in the overlay component (HMR):
[#​49782](https://github.com/vercel/next.js/issues/49782)
- next/font: tolerate missing unused fields in capsize map:
[#​50708](https://github.com/vercel/next.js/issues/50708)
- fix: conditional cookies in draft mode:
[#​50660](https://github.com/vercel/next.js/issues/50660)
- Optimize next-app-loader resolving speed:
[#​50745](https://github.com/vercel/next.js/issues/50745)
- Improve compile time on large application:
[#​50792](https://github.com/vercel/next.js/issues/50792)
- fix(next-swc): reenable filesystem cache:
[#​50651](https://github.com/vercel/next.js/issues/50651)
- Update fetch dynamic error handling:
[#​50822](https://github.com/vercel/next.js/issues/50822)
- Shrink the react key size in metadata RSC payload:
[#​50739](https://github.com/vercel/next.js/issues/50739)
- Bail out of 404 page when favicon.ico doesn't exist:
[#​50795](https://github.com/vercel/next.js/issues/50795)
- Pages Route Module Rendering:
[#​50404](https://github.com/vercel/next.js/issues/50404)
- upgrade edge-runtime dependency:
[#​50636](https://github.com/vercel/next.js/issues/50636)
- Update id config handling:
[#​50847](https://github.com/vercel/next.js/issues/50847)
- \[turbopack]: Use tip-of-branch for benchmarks:
[#​50615](https://github.com/vercel/next.js/issues/50615)
- Fill basic twitter metadata with opengraph when missing:
[#​50854](https://github.com/vercel/next.js/issues/50854)
- Add layer to module trace:
[#​50851](https://github.com/vercel/next.js/issues/50851)
- Add additional font-loader spans for tracing:
[#​50889](https://github.com/vercel/next.js/issues/50889)
- Update react to latest versions:
[#​50604](https://github.com/vercel/next.js/issues/50604)
- fix: App Router with assetPrefix: /:
[#​49622](https://github.com/vercel/next.js/issues/49622)
- Polish error page styling:
[#​50916](https://github.com/vercel/next.js/issues/50916)
- Update next-swc handling for PR stats:
[#​50933](https://github.com/vercel/next.js/issues/50933)
- Add experimental caseSensitiveRoutes config:
[#​50869](https://github.com/vercel/next.js/issues/50869)
- update turbopack:
[#​50819](https://github.com/vercel/next.js/issues/50819)
- Revert "update turbopack":
[#​50942](https://github.com/vercel/next.js/issues/50942)
- Fix shorthand prop wrongly handled in the Server Actions compiler:
[#​50937](https://github.com/vercel/next.js/issues/50937)
- Revert "Revert "update turbopack"":
[#​50947](https://github.com/vercel/next.js/issues/50947)
- Update codeowners to use Vercel Spaces:
[#​50841](https://github.com/vercel/next.js/issues/50841)
- Drop the `chunks` field in the client manifest for SSR:
[#​50959](https://github.com/vercel/next.js/issues/50959)
- Invalidate prefetch cache when a tag or path has been revalidated on
the server:
[#​50848](https://github.com/vercel/next.js/issues/50848)
- Bump [@​types/node](https://github.com/types/node):
[#​50940](https://github.com/vercel/next.js/issues/50940)
- Pick esm main fields and condition names first for RSC server layer:
[#​50548](https://github.com/vercel/next.js/issues/50548)
- Bump to `[email protected]`:
[#​50557](https://github.com/vercel/next.js/issues/50557)
- Move required chunk collection to the upper level:
[#​50983](https://github.com/vercel/next.js/issues/50983)
- Upgrade webpack to 5.86.0:
[#​50992](https://github.com/vercel/next.js/issues/50992)
- Turbopack next/font/google: Use capsize's xWidthAvg to compute
fallbacks:
[#​50878](https://github.com/vercel/next.js/issues/50878)
- Fix usage of `router.refresh()` with Draft Mode in App Router:
[#​50941](https://github.com/vercel/next.js/issues/50941)
- chore: mark forceOptimisticNavigation as internal:
[#​47905](https://github.com/vercel/next.js/issues/47905)
- Fix rsc payload fetch failures due to state tree encoding:
[#​51017](https://github.com/vercel/next.js/issues/51017)
- edge: use JSON parse instead of inlining the manifests objects:
[#​50960](https://github.com/vercel/next.js/issues/50960)
- Fix esm module import warning for middleware loader:
[#​51014](https://github.com/vercel/next.js/issues/51014)
- Updates prettier to latest version.:
[#​51000](https://github.com/vercel/next.js/issues/51000)
- Ensure headers instance is serialized:
[#​51047](https://github.com/vercel/next.js/issues/51047)
- Ensure id handling applies for dynamic import in pages:
[#​51049](https://github.com/vercel/next.js/issues/51049)
- Avoid server insertion react key warning:
[#​51053](https://github.com/vercel/next.js/issues/51053)
- fix: `verbatimModuleSyntax: true` support in tsconfig.json:
[#​48018](https://github.com/vercel/next.js/issues/48018)
- Update app router revalidate handling on deploy:
[#​51062](https://github.com/vercel/next.js/issues/51062)
- Apply optimization to middleware when using babel:
[#​51067](https://github.com/vercel/next.js/issues/51067)
- fix: `moduleResolution: bundler` support in tsconfig.json:
[#​51065](https://github.com/vercel/next.js/issues/51065)
- Fix another case with app router revalidation:
[#​51076](https://github.com/vercel/next.js/issues/51076)
- Remove redundant condition:
[#​51070](https://github.com/vercel/next.js/issues/51070)
##### Documentation Changes
- \[Next Docs] Migrate new docs from next-site to Next.js repo:
[#​50701](https://github.com/vercel/next.js/issues/50701)
- fix: add missed / at useSelectedLayoutSegment at App routing/Pages and
Layout:
[#​50956](https://github.com/vercel/next.js/issues/50956)
- Adds missing `async` to Opengraph Image code example.:
[#​50990](https://github.com/vercel/next.js/issues/50990)
- docs: Correct `useFormStatus` to be a client component:
[#​50991](https://github.com/vercel/next.js/issues/50991)
- Update create-next-app docs:
[#​50981](https://github.com/vercel/next.js/issues/50981)
- Update 12-colocation.mdx:
[#​50975](https://github.com/vercel/next.js/issues/50975)
- Add appDir-specific guidance for next-router-not-mounted error:
[#​50076](https://github.com/vercel/next.js/issues/50076)
- Adds missing JavaScript codeblock in Opengraph Image API reference:
[#​50996](https://github.com/vercel/next.js/issues/50996)
- Update 10-router-handlers.mdx - Switcher Created + Small Syntax
Improvement:
[#​51003](https://github.com/vercel/next.js/issues/51003)
- Update 02-eslint.mdx:
[#​50986](https://github.com/vercel/next.js/issues/50986)
- Fix typos in 01-contribution-guide.mdx:
[#​51006](https://github.com/vercel/next.js/issues/51006)
- fix `revalidateTag` import:
[#​51005](https://github.com/vercel/next.js/issues/51005)
- Fix Typo in Metadata API Description:
[#​51024](https://github.com/vercel/next.js/issues/51024)
- Clarify a few things about the `instrumentation.ts` file:
[#​51034](https://github.com/vercel/next.js/issues/51034)
- Add section on how to preview docs changes on VSCode:
[#​51019](https://github.com/vercel/next.js/issues/51019)
- Adds the "why" for `next/image` optimization:
[#​51066](https://github.com/vercel/next.js/issues/51066)
- Remove html <b> from summaries:
[#​51008](https://github.com/vercel/next.js/issues/51008)
- Removes `PORT` from `.env` concatenation example:
[#​51063](https://github.com/vercel/next.js/issues/51063)
- Adds missing `and` in `How to Use These Docs` section:
[#​51058](https://github.com/vercel/next.js/issues/51058)
- docs: Clarify manual graceful shutdown in dev server:
[#​51078](https://github.com/vercel/next.js/issues/51078)
- Update 03-linking-and-navigating.mdx:
[#​51084](https://github.com/vercel/next.js/issues/51084)
- Fixed phrasing (extra verb):
[#​51054](https://github.com/vercel/next.js/issues/51054)
##### Example Changes
- Update Vanilla Extract Example:
[#​50394](https://github.com/vercel/next.js/issues/50394)
- Added Azure Cosmos DB started code, containing a minimal app and
README.md:
[#​49128](https://github.com/vercel/next.js/issues/49128)
##### Misc Changes
- Update build and test workflow branch
- Update workflow cancel handling:
[#​50442](https://github.com/vercel/next.js/issues/50442)
- Update env in new workflow
- Break up large test suites:
[#​50458](https://github.com/vercel/next.js/issues/50458)
- Update flakey rsc manifest test:
[#​50506](https://github.com/vercel/next.js/issues/50506)
- disable test case for Turbopack:
[#​50530](https://github.com/vercel/next.js/issues/50530)
- chore: Update `swc_core` to `v0.76.37`:
[#​50311](https://github.com/vercel/next.js/issues/50311)
- Remove old CI workflow:
[#​50584](https://github.com/vercel/next.js/issues/50584)
- Update test concurrency:
[#​50588](https://github.com/vercel/next.js/issues/50588)
- Ensure final workflow job always runs:
[#​50589](https://github.com/vercel/next.js/issues/50589)
- Update telemetry failure logs:
[#​50601](https://github.com/vercel/next.js/issues/50601)
- Fix required check job:
[#​50620](https://github.com/vercel/next.js/issues/50620)
- Ensure swc builds are triggered eagerly:
[#​50632](https://github.com/vercel/next.js/issues/50632)
- chore: Enable `share-generics`:
[#​50673](https://github.com/vercel/next.js/issues/50673)
- ci(workflow): allow to trigger native builds manually:
[#​50703](https://github.com/vercel/next.js/issues/50703)
- Add hello-world test for pages and app:
[#​50780](https://github.com/vercel/next.js/issues/50780)
- ci(workflow): enable datadog traces for the tests:
[#​50619](https://github.com/vercel/next.js/issues/50619)
- Revert "ci(workflow): enable datadog traces for the tests":
[#​50815](https://github.com/vercel/next.js/issues/50815)
- ci(workflow): upload Turbopack bytesize to datadog pipeline:
[#​50600](https://github.com/vercel/next.js/issues/50600)
- change(create-next-app): Get-pkg-manager logic change.:
[#​50372](https://github.com/vercel/next.js/issues/50372)
- Update PR stats next-swc build:
[#​50824](https://github.com/vercel/next.js/issues/50824)
- add auto labeling for edge team:
[#​50842](https://github.com/vercel/next.js/issues/50842)
- Add turbo summary artifact for swc builds:
[#​50857](https://github.com/vercel/next.js/issues/50857)
- Update PR stats workflow:
[#​50853](https://github.com/vercel/next.js/issues/50853)
- Optimize cloning for PR stats:
[#​50859](https://github.com/vercel/next.js/issues/50859)
- ci(workflow): loosen condtions for uploading turbopack bytesize:
[#​50820](https://github.com/vercel/next.js/issues/50820)
- Add ignores to fix jest-haste failures:
[#​50875](https://github.com/vercel/next.js/issues/50875)
- better rust setup in CI:
[#​50905](https://github.com/vercel/next.js/issues/50905)
- remove unused dev dep ts-node:
[#​50939](https://github.com/vercel/next.js/issues/50939)
- fix rust install being skipped when it shouldn't be:
[#​50946](https://github.com/vercel/next.js/issues/50946)
- \[Next Docs] Update Git Workflow:
[#​50579](https://github.com/vercel/next.js/issues/50579)
- ci(workflow): enable test trace again:
[#​50817](https://github.com/vercel/next.js/issues/50817)
- Only upload turbopack metrics on cache miss:
[#​50945](https://github.com/vercel/next.js/issues/50945)
- Fix workflow check
- Fix windows build check
- Add corepack env for linkPackages:
[#​50973](https://github.com/vercel/next.js/issues/50973)
- Add test for hidden form fields at the beginning of a Server Action
form: [#​50978](https://github.com/vercel/next.js/issues/50978)
- Add max job timeout for build workflow:
[#​50998](https://github.com/vercel/next.js/issues/50998)
- chore: pin to `[email protected]`:
[#​51044](https://github.com/vercel/next.js/issues/51044)
- chore: drop unused `@webassemblyjs`:
[#​51045](https://github.com/vercel/next.js/issues/51045)
- chore: remove skip to renable tsconfig tests:
[#​51061](https://github.com/vercel/next.js/issues/51061)
- Update response cache test:
[#​51072](https://github.com/vercel/next.js/issues/51072)
- ci(workflow): generate run summary for all build targets:
[#​51057](https://github.com/vercel/next.js/issues/51057)
- Fix race condition with publish:
[#​51105](https://github.com/vercel/next.js/issues/51105)
##### Credits
Huge thanks to [@​huozhi](https://github.com/huozhi),
[@​ijjk](https://github.com/ijjk),
[@​timneutkens](https://github.com/timneutkens),
[@​shuding](https://github.com/shuding),
[@​styfle](https://github.com/styfle),
[@​alexkirsz](https://github.com/alexkirsz),
[@​devjiwonchoi](https://github.com/devjiwonchoi),
[@​wyattjoh](https://github.com/wyattjoh),
[@​SuttonJack](https://github.com/SuttonJack),
[@​sokra](https://github.com/sokra),
[@​smaeda-ks](https://github.com/smaeda-ks),
[@​keyz](https://github.com/keyz),
[@​kdy1](https://github.com/kdy1),
[@​Schniz](https://github.com/Schniz),
[@​MaxLeiter](https://github.com/MaxLeiter),
[@​jridgewell](https://github.com/jridgewell),
[@​ForsakenHarmony](https://github.com/ForsakenHarmony),
[@​koba04](https://github.com/koba04),
[@​wbinnssmith](https://github.com/wbinnssmith),
[@​kwonoj](https://github.com/kwonoj),
[@​vinaykulk621](https://github.com/vinaykulk621),
[@​Kikobeats](https://github.com/Kikobeats),
[@​gnoff](https://github.com/gnoff),
[@​delbaoliveira](https://github.com/delbaoliveira),
[@​jiwooIncludeJeong](https://github.com/jiwooIncludeJeong),
[@​manovotny](https://github.com/manovotny),
[@​ethanmick](https://github.com/ethanmick),
[@​tyler-lutz](https://github.com/tyler-lutz),
[@​didemkkaslan](https://github.com/didemkkaslan),
[@​itsmingjie](https://github.com/itsmingjie),
[@​v1k1](https://github.com/v1k1),
[@​thepatrick00](https://github.com/thepatrick00),
[@​taylorbryant](https://github.com/taylorbryant),
[@​kvnang](https://github.com/kvnang),
[@​balazsorban44](https://github.com/balazsorban44),
[@​alainkaiser](https://github.com/alainkaiser),
[@​feedthejim](https://github.com/feedthejim),
[@​simPod](https://github.com/simPod),
[@​svarunid](https://github.com/svarunid), and
[@​pauek](https://github.com/pauek) for helping!
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/SAP/ui5-webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent b9f0607 commit d578a5bCopy full SHA for d578a5b
File tree
Expand file treeCollapse file tree
2 files changed
+72
-54
lines changedFilter options
- examples/nextjs-pages
Expand file treeCollapse file tree
2 files changed
+72
-54
lines changedexamples/nextjs-pages/package-lock.json
Copy file name to clipboardExpand all lines: examples/nextjs-pages/package-lock.json+70-52Lines changed: 70 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
examples/nextjs-pages/package.json
Copy file name to clipboardExpand all lines: examples/nextjs-pages/package.json+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
| 19 | + | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
0 commit comments