Update nextjs monorepo to v13.4.3 #116

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2023-05-19 09:18:49 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-config-next devDependencies patch 13.4.2 -> 13.4.3
next (source) dependencies patch 13.4.2 -> 13.4.3

Release Notes

vercel/next.js

v13.4.3

Compare Source

Core Changes
  • Optimize trace span relationships: #​49697
  • refactor(next-core): deprecate custom_ecmascript_transforms: #​49629
  • Remove old-space-size filtering from dev server: #​49727
  • Rework client router filter handling: #​49741
  • fix(image): preload should respect referrerPolicy: #​49584
  • Fix cookies().set missing in types: #​49806
  • fix: Disable tracing/release_max_level_off for wasm, too: #​49639
  • Apply user-defined PostCSS transforms to foreign code: #​49463
  • add @​swc/core to server external packages: #​49721
  • turbo-binding -> turbopack-binding: #​49816
  • refactor(next-core): consolidate react_refresh options: #​49822
  • add support for globally providing mdx components to turbopack: #​49818
  • Refactor pages structure: #​49802
  • Fix conflict when re-exporting multiple Client References: #​49468
  • refactor(next-core): move transforms to plugin: #​49621
  • Fix chained .bind of Server Actions: #​49874
  • Fix port value for metadataBase: #​49924
  • Introduce NextMode: #​49852
  • Port sorted-routes.ts to Rust: #​48334
  • Move build workers count change behind flag: #​49937
  • Update default for appDocumentPreloading config for minimalMode: #​49952
  • Add @​vercel/og to external server packages: #​49944
  • Fix custom server React resolution with app dir and pages both presented: #​49805
  • Error in next export when serverActions is enabled: #​49959
  • Reset not-found and error boundary when navigating: #​49855
  • Revert "Error in next export when serverActions is enabled": #​50019
  • fix: warning fetch for [object Request] specified: #​50003
  • Remove custom handling for prebundled react env: #​49954
  • fix: set cookies followed by redirect(): #​49965
Example Changes
  • chore: update examples to use draft mode: #​49720
  • Add mdx page example to examples/app-dir-mdx: #​47082
  • Update with-supertokens example: #​49804
  • with-clerk example updated to app router: #​49717
  • Upgrading react-ga to react-ga4: #​48932
  • update with-turbopack example: #​49332
Misc Changes
  • Add trace-to-jaeger to workspace: #​49692
  • refactor(scripts): apply fmt: #​49716
  • refactor(scripts): fix clippy errors: #​49719
  • chore(turbopack): Update swc_core to v0.76.6: #​49792
  • Fix going back to page after applying hash link: #​50006
  • build(cargo): update turbopack: #​50013
  • Suggest a replay in the bug issue template: #​50022
Credits

Huge thanks to @​timneutkens, @​kwonoj, @​styfle, @​ijjk, @​alexanderbluhm, @​Fonger, @​shuding, @​kdy1, @​alexkirsz, @​souporserious, @​ForsakenHarmony, @​rishabhpoddar, @​devagrawal09, @​DevEsteves, @​huozhi, and @​padmaia for helping!


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://github.com/vercel/next.js) | devDependencies | patch | [`13.4.2` -> `13.4.3`](https://renovatebot.com/diffs/npm/eslint-config-next/13.4.2/13.4.3) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.4.2` -> `13.4.3`](https://renovatebot.com/diffs/npm/next/13.4.2/13.4.3) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.4.3`](https://github.com/vercel/next.js/releases/tag/v13.4.3) [Compare Source](https://github.com/vercel/next.js/compare/v13.4.2...v13.4.3) ##### Core Changes - Optimize trace span relationships: [#&#8203;49697](https://github.com/vercel/next.js/issues/49697) - refactor(next-core): deprecate custom_ecmascript_transforms: [#&#8203;49629](https://github.com/vercel/next.js/issues/49629) - Remove old-space-size filtering from dev server: [#&#8203;49727](https://github.com/vercel/next.js/issues/49727) - Rework client router filter handling: [#&#8203;49741](https://github.com/vercel/next.js/issues/49741) - fix(image): preload should respect referrerPolicy: [#&#8203;49584](https://github.com/vercel/next.js/issues/49584) - Fix cookies().set missing in types: [#&#8203;49806](https://github.com/vercel/next.js/issues/49806) - fix: Disable `tracing/release_max_level_off` for wasm, too: [#&#8203;49639](https://github.com/vercel/next.js/issues/49639) - Apply user-defined PostCSS transforms to foreign code: [#&#8203;49463](https://github.com/vercel/next.js/issues/49463) - add [@&#8203;swc/core](https://github.com/swc/core) to server external packages: [#&#8203;49721](https://github.com/vercel/next.js/issues/49721) - `turbo-binding` -> `turbopack-binding`: [#&#8203;49816](https://github.com/vercel/next.js/issues/49816) - refactor(next-core): consolidate react_refresh options: [#&#8203;49822](https://github.com/vercel/next.js/issues/49822) - add support for globally providing mdx components to turbopack: [#&#8203;49818](https://github.com/vercel/next.js/issues/49818) - Refactor pages structure: [#&#8203;49802](https://github.com/vercel/next.js/issues/49802) - Fix conflict when re-exporting multiple Client References: [#&#8203;49468](https://github.com/vercel/next.js/issues/49468) - refactor(next-core): move transforms to plugin: [#&#8203;49621](https://github.com/vercel/next.js/issues/49621) - Fix chained `.bind` of Server Actions: [#&#8203;49874](https://github.com/vercel/next.js/issues/49874) - Fix port value for metadataBase: [#&#8203;49924](https://github.com/vercel/next.js/issues/49924) - Introduce NextMode: [#&#8203;49852](https://github.com/vercel/next.js/issues/49852) - Port sorted-routes.ts to Rust: [#&#8203;48334](https://github.com/vercel/next.js/issues/48334) - Move build workers count change behind flag: [#&#8203;49937](https://github.com/vercel/next.js/issues/49937) - Update default for appDocumentPreloading config for minimalMode: [#&#8203;49952](https://github.com/vercel/next.js/issues/49952) - Add [@&#8203;vercel/og](https://github.com/vercel/og) to external server packages: [#&#8203;49944](https://github.com/vercel/next.js/issues/49944) - Fix custom server React resolution with app dir and pages both presented: [#&#8203;49805](https://github.com/vercel/next.js/issues/49805) - Error in `next export` when `serverActions` is enabled: [#&#8203;49959](https://github.com/vercel/next.js/issues/49959) - Reset not-found and error boundary when navigating: [#&#8203;49855](https://github.com/vercel/next.js/issues/49855) - Revert "Error in `next export` when `serverActions` is enabled": [#&#8203;50019](https://github.com/vercel/next.js/issues/50019) - fix: warning fetch for `[object Request]` specified: [#&#8203;50003](https://github.com/vercel/next.js/issues/50003) - Remove custom handling for prebundled react env: [#&#8203;49954](https://github.com/vercel/next.js/issues/49954) - fix: set cookies followed by `redirect()`: [#&#8203;49965](https://github.com/vercel/next.js/issues/49965) ##### Example Changes - chore: update examples to use draft mode: [#&#8203;49720](https://github.com/vercel/next.js/issues/49720) - Add mdx page example to examples/app-dir-mdx: [#&#8203;47082](https://github.com/vercel/next.js/issues/47082) - Update with-supertokens example: [#&#8203;49804](https://github.com/vercel/next.js/issues/49804) - with-clerk example updated to app router: [#&#8203;49717](https://github.com/vercel/next.js/issues/49717) - Upgrading react-ga to react-ga4: [#&#8203;48932](https://github.com/vercel/next.js/issues/48932) - update with-turbopack example: [#&#8203;49332](https://github.com/vercel/next.js/issues/49332) ##### Misc Changes - Add trace-to-jaeger to workspace: [#&#8203;49692](https://github.com/vercel/next.js/issues/49692) - refactor(scripts): apply fmt: [#&#8203;49716](https://github.com/vercel/next.js/issues/49716) - refactor(scripts): fix clippy errors: [#&#8203;49719](https://github.com/vercel/next.js/issues/49719) - chore(turbopack): Update `swc_core` to `v0.76.6`: [#&#8203;49792](https://github.com/vercel/next.js/issues/49792) - Fix going back to page after applying hash link: [#&#8203;50006](https://github.com/vercel/next.js/issues/50006) - build(cargo): update turbopack: [#&#8203;50013](https://github.com/vercel/next.js/issues/50013) - Suggest a replay in the bug issue template: [#&#8203;50022](https://github.com/vercel/next.js/issues/50022) ##### Credits Huge thanks to [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;styfle](https://github.com/styfle), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;alexanderbluhm](https://github.com/alexanderbluhm), [@&#8203;Fonger](https://github.com/Fonger), [@&#8203;shuding](https://github.com/shuding), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;alexkirsz](https://github.com/alexkirsz), [@&#8203;souporserious](https://github.com/souporserious), [@&#8203;ForsakenHarmony](https://github.com/ForsakenHarmony), [@&#8203;rishabhpoddar](https://github.com/rishabhpoddar), [@&#8203;devagrawal09](https://github.com/devagrawal09), [@&#8203;DevEsteves](https://github.com/DevEsteves), [@&#8203;huozhi](https://github.com/huozhi), and [@&#8203;padmaia](https://github.com/padmaia) 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2023-05-19 08:55:14 +02:00
Update nextjs monorepo to v13.4.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
1737861e82
kjuulh merged commit 1737861e82 into main 2023-05-19 09:18:49 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/todo#116
No description provided.