Update nextjs monorepo to v14.0.3 #221

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2023-11-16 20:35:55 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-config-next (source) devDependencies patch 14.0.2 -> 14.0.3
next (source) dependencies patch 14.0.2 -> 14.0.3

Release Notes

vercel/next.js (eslint-config-next)

v14.0.3

Compare Source

Core Changes
  • Update React from 7468903 to 0e352ea: #​58279
  • fix(turbopack): support middleware in src: #​58218
  • Update font data: #​58317
  • Replace custom Thenable type with native Promises: #​58337
  • fix(eslint): next/script beforeInteractive gives warning on appDir: #​51148
  • fix: import antd from es in modularizeImports: #​57968
  • fix(WellKnownErrorsPlugin): avoid compilation warnings array with empty items: #​57768
  • Add experimental support for history.pushState and history.replaceState: #​58335
  • Fix: expected "catch all routes" are not matched in “parallel routes": #​58368
  • fix: Don't reset shallow URL updates on prefetch: #​58297
  • fix: ensure batch values are sharable: #​58315
  • fix incorrect fetch cache handling: #​58460
  • turbopack: Don't error with legacy server actions boolean: #​58416
  • Update turbopack: #​58408
  • Upgrade vendored React: #​58489
  • Apply next/font to foreign code: #​58461
  • Turbopack: Use structured styled text in issue descriptions: #​58156
  • onHeaders updates for App Pages: #​58410
  • revalidate APIs should make route handlers dynamic: #​58466
  • remove optimistic navigation behavior when prefetch is false: #​58413
  • fix: set x-forwarded-host based on request: #​58500
  • Inline ChildProp: #​58519
  • Remove client only dynamic chunks from edge bundle : #​56761
  • tweak cache + revalidate fetch warning: #​58505
Documentation Changes
  • remove example for router.events as it does not exist: #​58286
  • chore(docs): fix typo: #​58344
  • docs: Update runtime table: #​58361
  • Update 08-parallel-routes.mdx: #​58393
  • Docs: Update middleware example snippet: #​58488
  • update meta variable to metadata variable so that the meta data updat…: #​58396
  • Update 07-error-handling.mdx: #​58236
  • docs: Added Kinde auth provider: #​58231
  • Update index.mdx: #​58210
  • Make example of passing down a Server Action more clear: #​57972
  • docs: Fix grammar in Styling section: #​58071
  • docs: Fix grammar in Client Components section: #​58065
  • docs: Fix grammar in Dynamic Rendering section: #​58062
  • Docs: fix grammatical issue in "Data Fetching Patterns" section: #​58056
  • Update 02-patterns.mdx: #​58032
  • Update 04-ci-build-caching.mdx - Add Jenkins: #​58001
Example Changes
  • examples: Update Middleware for CSP: #​58300
  • Remove copying of request headers to response: #​58304
  • update import path for GeitSans font to address deprecation warning: #​58349
  • Fix hydration error in headers example: #​58383
  • Fix typo: compoment -> component: #​58330
  • Update Dockerfile adding comment: #​56646
  • update(docs): next-forms fix unhandled run time error: #​56600
  • chore(examples): update styled-components: #​56457
  • Upgrade Convex example to convex@1.2.1: #​54910
Misc Changes
  • fix(ci): exclusion regex now actually works instead of ignoring all tests: #​58259
  • Update 15-content-security-policy.mdx
  • Update 15-content-security-policy.mdx
  • Update CLI version for deploy examples job: #​58318
  • fix hmr event, and avoid RSC fetch on any message: #​58403
  • fix branch name: #​58132
  • add test case to failing list for turbopack: #​58435
  • Revert "fix hmr event, and avoid RSC fetch on any message": #​58452
  • Add types to package.json: #​58420
  • chore: replace fs-extra usage in scripts/: #​57215
  • Add performance.mark for next/third-parties for feature measurement: #​57439
Credits

Huge thanks to @​ForsakenHarmony, @​gnoff, @​leerob, @​karlhorky, @​j9141997, @​acdlite, @​devjiwonchoi, @​hongaar, @​MadCcc, @​luismulinari, @​timneutkens, @​dumb-programmer, @​ijjk, @​nonoakij, @​sokra, @​ztanner, @​franky47, @​wyattjoh, @​jridgewell, @​kdy1, @​janicklas-ralph, @​SukkaW, @​shuding, @​delbaoliveira, @​wbinnssmith, @​robbertstevens, @​bryndyment, @​marcosmartini, @​functino, @​kentobento, @​Anisi, @​AdonisAgelis, @​seangray-dev, @​prkagrawal, @​heloineto, @​kn327, @​ihommani, @​MrNiceRicee, @​falsepopsky, @​thomasballinger, @​tmilewski, and @​huozhi for helping!

vercel/next.js (next)

v14.0.3

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://github.com/vercel/next.js)) | devDependencies | patch | [`14.0.2` -> `14.0.3`](https://renovatebot.com/diffs/npm/eslint-config-next/14.0.2/14.0.3) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`14.0.2` -> `14.0.3`](https://renovatebot.com/diffs/npm/next/14.0.2/14.0.3) | --- ### Release Notes <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v14.0.3`](https://github.com/vercel/next.js/releases/tag/v14.0.3) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.2...v14.0.3) ##### Core Changes - Update React from [`7468903`](https://github.com/vercel/next.js/commit/746890329) to [`0e352ea`](https://github.com/vercel/next.js/commit/0e352ea01): [#&#8203;58279](https://github.com/vercel/next.js/issues/58279) - fix(turbopack): support middleware in src: [#&#8203;58218](https://github.com/vercel/next.js/issues/58218) - Update font data: [#&#8203;58317](https://github.com/vercel/next.js/issues/58317) - Replace custom Thenable type with native Promises: [#&#8203;58337](https://github.com/vercel/next.js/issues/58337) - fix(eslint): `next/script` `beforeInteractive` gives warning on appDir: [#&#8203;51148](https://github.com/vercel/next.js/issues/51148) - fix: import antd from es in modularizeImports: [#&#8203;57968](https://github.com/vercel/next.js/issues/57968) - fix(WellKnownErrorsPlugin): avoid compilation warnings array with empty items: [#&#8203;57768](https://github.com/vercel/next.js/issues/57768) - Add experimental support for history.pushState and history.replaceState: [#&#8203;58335](https://github.com/vercel/next.js/issues/58335) - Fix: expected "catch all routes" are not matched in “parallel routes": [#&#8203;58368](https://github.com/vercel/next.js/issues/58368) - fix: Don't reset shallow URL updates on prefetch: [#&#8203;58297](https://github.com/vercel/next.js/issues/58297) - fix: ensure batch values are sharable: [#&#8203;58315](https://github.com/vercel/next.js/issues/58315) - fix incorrect fetch cache handling: [#&#8203;58460](https://github.com/vercel/next.js/issues/58460) - turbopack: Don't error with legacy server actions boolean: [#&#8203;58416](https://github.com/vercel/next.js/issues/58416) - Update turbopack: [#&#8203;58408](https://github.com/vercel/next.js/issues/58408) - Upgrade vendored React: [#&#8203;58489](https://github.com/vercel/next.js/issues/58489) - Apply next/font to foreign code: [#&#8203;58461](https://github.com/vercel/next.js/issues/58461) - Turbopack: Use structured styled text in issue descriptions: [#&#8203;58156](https://github.com/vercel/next.js/issues/58156) - onHeaders updates for App Pages: [#&#8203;58410](https://github.com/vercel/next.js/issues/58410) - revalidate APIs should make route handlers dynamic: [#&#8203;58466](https://github.com/vercel/next.js/issues/58466) - remove optimistic navigation behavior when prefetch is false: [#&#8203;58413](https://github.com/vercel/next.js/issues/58413) - fix: set `x-forwarded-host` based on request: [#&#8203;58500](https://github.com/vercel/next.js/issues/58500) - Inline ChildProp: [#&#8203;58519](https://github.com/vercel/next.js/issues/58519) - Remove client only dynamic chunks from edge bundle : [#&#8203;56761](https://github.com/vercel/next.js/issues/56761) - tweak cache + revalidate fetch warning: [#&#8203;58505](https://github.com/vercel/next.js/issues/58505) ##### Documentation Changes - remove example for router.events as it does not exist: [#&#8203;58286](https://github.com/vercel/next.js/issues/58286) - chore(docs): fix typo: [#&#8203;58344](https://github.com/vercel/next.js/issues/58344) - docs: Update runtime table: [#&#8203;58361](https://github.com/vercel/next.js/issues/58361) - Update 08-parallel-routes.mdx: [#&#8203;58393](https://github.com/vercel/next.js/issues/58393) - Docs: Update middleware example snippet: [#&#8203;58488](https://github.com/vercel/next.js/issues/58488) - update meta variable to metadata variable so that the meta data updat…: [#&#8203;58396](https://github.com/vercel/next.js/issues/58396) - Update 07-error-handling.mdx: [#&#8203;58236](https://github.com/vercel/next.js/issues/58236) - docs: Added Kinde auth provider: [#&#8203;58231](https://github.com/vercel/next.js/issues/58231) - Update index.mdx: [#&#8203;58210](https://github.com/vercel/next.js/issues/58210) - Make example of passing down a Server Action more clear: [#&#8203;57972](https://github.com/vercel/next.js/issues/57972) - docs: Fix grammar in Styling section: [#&#8203;58071](https://github.com/vercel/next.js/issues/58071) - docs: Fix grammar in Client Components section: [#&#8203;58065](https://github.com/vercel/next.js/issues/58065) - docs: Fix grammar in Dynamic Rendering section: [#&#8203;58062](https://github.com/vercel/next.js/issues/58062) - Docs: fix grammatical issue in "Data Fetching Patterns" section: [#&#8203;58056](https://github.com/vercel/next.js/issues/58056) - Update 02-patterns.mdx: [#&#8203;58032](https://github.com/vercel/next.js/issues/58032) - Update 04-ci-build-caching.mdx - Add Jenkins: [#&#8203;58001](https://github.com/vercel/next.js/issues/58001) ##### Example Changes - examples: Update Middleware for CSP: [#&#8203;58300](https://github.com/vercel/next.js/issues/58300) - Remove copying of request headers to response: [#&#8203;58304](https://github.com/vercel/next.js/issues/58304) - update import path for GeitSans font to address deprecation warning: [#&#8203;58349](https://github.com/vercel/next.js/issues/58349) - Fix hydration error in headers example: [#&#8203;58383](https://github.com/vercel/next.js/issues/58383) - Fix typo: compoment -> component: [#&#8203;58330](https://github.com/vercel/next.js/issues/58330) - Update Dockerfile adding comment: [#&#8203;56646](https://github.com/vercel/next.js/issues/56646) - update(docs): next-forms fix unhandled run time error: [#&#8203;56600](https://github.com/vercel/next.js/issues/56600) - chore(examples): update styled-components: [#&#8203;56457](https://github.com/vercel/next.js/issues/56457) - Upgrade Convex example to convex@1.2.1: [#&#8203;54910](https://github.com/vercel/next.js/issues/54910) ##### Misc Changes - fix(ci): exclusion regex now actually works instead of ignoring all tests: [#&#8203;58259](https://github.com/vercel/next.js/issues/58259) - Update 15-content-security-policy.mdx - Update 15-content-security-policy.mdx - Update CLI version for deploy examples job: [#&#8203;58318](https://github.com/vercel/next.js/issues/58318) - fix hmr event, and avoid RSC fetch on any message: [#&#8203;58403](https://github.com/vercel/next.js/issues/58403) - fix branch name: [#&#8203;58132](https://github.com/vercel/next.js/issues/58132) - add test case to failing list for turbopack: [#&#8203;58435](https://github.com/vercel/next.js/issues/58435) - Revert "fix hmr event, and avoid RSC fetch on any message": [#&#8203;58452](https://github.com/vercel/next.js/issues/58452) - Add types to package.json: [#&#8203;58420](https://github.com/vercel/next.js/issues/58420) - chore: replace `fs-extra` usage in `scripts/`: [#&#8203;57215](https://github.com/vercel/next.js/issues/57215) - Add performance.mark for next/third-parties for feature measurement: [#&#8203;57439](https://github.com/vercel/next.js/issues/57439) ##### Credits Huge thanks to [@&#8203;ForsakenHarmony](https://github.com/ForsakenHarmony), [@&#8203;gnoff](https://github.com/gnoff), [@&#8203;leerob](https://github.com/leerob), [@&#8203;karlhorky](https://github.com/karlhorky), [@&#8203;j9141997](https://github.com/j9141997), [@&#8203;acdlite](https://github.com/acdlite), [@&#8203;devjiwonchoi](https://github.com/devjiwonchoi), [@&#8203;hongaar](https://github.com/hongaar), [@&#8203;MadCcc](https://github.com/MadCcc), [@&#8203;luismulinari](https://github.com/luismulinari), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;dumb-programmer](https://github.com/dumb-programmer), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;nonoakij](https://github.com/nonoakij), [@&#8203;sokra](https://github.com/sokra), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;franky47](https://github.com/franky47), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;jridgewell](https://github.com/jridgewell), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;janicklas-ralph](https://github.com/janicklas-ralph), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;shuding](https://github.com/shuding), [@&#8203;delbaoliveira](https://github.com/delbaoliveira), [@&#8203;wbinnssmith](https://github.com/wbinnssmith), [@&#8203;robbertstevens](https://github.com/robbertstevens), [@&#8203;bryndyment](https://github.com/bryndyment), [@&#8203;marcosmartini](https://github.com/marcosmartini), [@&#8203;functino](https://github.com/functino), [@&#8203;kentobento](https://github.com/kentobento), [@&#8203;Anisi](https://github.com/Anisi), [@&#8203;AdonisAgelis](https://github.com/AdonisAgelis), [@&#8203;seangray-dev](https://github.com/seangray-dev), [@&#8203;prkagrawal](https://github.com/prkagrawal), [@&#8203;heloineto](https://github.com/heloineto), [@&#8203;kn327](https://github.com/kn327), [@&#8203;ihommani](https://github.com/ihommani), [@&#8203;MrNiceRicee](https://github.com/MrNiceRicee), [@&#8203;falsepopsky](https://github.com/falsepopsky), [@&#8203;thomasballinger](https://github.com/thomasballinger), [@&#8203;tmilewski](https://github.com/tmilewski), and [@&#8203;huozhi](https://github.com/huozhi) for helping! </details> <details> <summary>vercel/next.js (next)</summary> ### [`v14.0.3`](https://github.com/vercel/next.js/compare/v14.0.2...v14.0.3) [Compare Source](https://github.com/vercel/next.js/compare/v14.0.2...v14.0.3) </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2023-11-16 20:09:41 +01:00
Update nextjs monorepo to v14.0.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
7bb956cd59
kjuulh merged commit 7bb956cd59 into main 2023-11-16 20:35:55 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/todo#221
No description provided.