Skip to content

Commit d578a5b

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

File tree

2 files changed

+72
-54
lines changed

2 files changed

+72
-54
lines changed

examples/nextjs-pages/package-lock.json

Lines 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@types/react": "18.2.11",
1717
"@types/react-dom": "18.2.4",
1818
"eslint": "8.42.0",
19-
"eslint-config-next": "13.4.4",
20-
"next": "13.4.4",
19+
"eslint-config-next": "13.4.5",
20+
"next": "13.4.5",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",
2323
"typescript": "5.0.4"

0 commit comments

Comments
 (0)