Update nextjs monorepo to v13.3.2 #104

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2023-04-29 22:32:17 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-config-next devDependencies patch 13.3.1 -> 13.3.2
next (source) dependencies patch 13.3.1 -> 13.3.2

Release Notes

vercel/next.js

v13.3.2

Compare Source

Core Changes
  • Refactor require hooks: #​48506
  • Use decodeReplyFromBusboy in node runtime: #​48686
  • Do not suggest adding "use client" if using next/router in app: #​48680
  • Reland "app-router: new client-side cache semantics": #​48695
  • fix: TS plugin showing warning for global-error file's reset prop: #​48756
  • Add support for draft mode: #​48669
  • Compile Next.js core client-side files using default target: #​48750
  • Lazy DevHtmlAsset chunk generation: #​48768
  • Update naming for Next.js Analytics: #​48618
  • Add support for async instrumentation register: #​48575
  • Prefer realpathSync.native over realpathSync: #​48698
  • Fix issue with instrumentation in a standalone build: #​48615
  • Polyfill FormData for Node.js < 18: #​48783
  • Error on legacy runtime config under app dir: #​48774
  • Fix Windows path in route join (#​48603): #​48779
  • Add missing repository prop to package.json: #​48803
  • fix: Update @swc/helpers to v0.5.1: #​48808
  • Fix hash apply after server-patch action: #​48813
  • Improve typing of resolve metadata: #​48670
  • Only track client entry modules in the client reference manifest: #​48814
  • Vendor react@experimental: #​48697
  • fix query for app dir in turbopack: #​48828
  • Polyfill FormData with edge-runtime primitives: #​48826
  • Add async context to server request handler: #​48626
  • Fix accessing strict of undefined in writeConfigurationDefaults: #​48799
  • update turbopack: #​48846
  • Fix issues where saving next.config.js too quickly could result in multiple dev servers running at once: #​48857
  • Fix scrolling on navigation in app: #​48863
  • Implement MutableRequestCookies in server entries: #​48847
  • refactor(next-swc): turbopack_ecmascript_plugins: #​48671
  • edge: expose Websocket constructor: #​48870
  • add missing aliases for next/dynamic and next/head: #​48871
  • Update the mutableCookies class to accept extra options: #​48877
  • Support generate dynamic sitemaps for dynamic routes: #​48867
  • refactor(next-core): emit unsupported package warning: #​48837
  • update turbopack: #​48893
  • External vercel og for nodejs runtime: #​48844
  • Make prefetch not async: #​48897
  • Ensure require-hook env is set properly on deploy: #​48902
  • add support for static implicit metadata in turbopack: #​48823
  • Update min Node.js version to v16: #​48903
  • Fix scrolling when invisible element is targeted: #​48874
  • Preload css: #​48840
  • Selectively load runtime CSS modules to avoid rule duplication: #​48866
  • Ensure PAGE is checked in all cases: #​48862
  • add missing exports for static generation bailout: #​48910
  • Change Server Reference creation on client: #​48824
  • Upgrade Edge Runtime: #​46818
  • fix: explicit undefined typecheck: #​48920
  • fix: Enable CJS annotations for next.js files: #​48811
  • turbopack: parse and propagate output: 'export': #​48046
  • fixes #​48794 : When using pageExtensions like "page.jsx", global css import not working: #​48795
  • chore: expose globalThis.crypto when not available: #​48941
  • Fix dynamic routes for generateImageMetadata: #​48928
  • Correct some jest types: #​48923
  • Error for missing dynamic generated id and refactor metadata image url: #​48953
  • fix: bump minimum Node.js version to 16.8.0: #​48957
  • allow using the nodejs runtime for route handlers when using turbopack: #​48791
  • fix(turbopack): ignore underscore_started path: #​48792
  • Use ProxiedAsset instead of css_chunk_root_path to expose RSC CSS chunks: #​48946
  • Remove un-necessary undici warnings: #​48970
  • Ensure WebSocket is polyfilled for node runtime as well: #​48924
  • Support preferredRegion and Support runtime/preferredRegion on layouts: #​48959
  • preload fonts using ReactDOM.preload: #​48931
  • Cleanup "started server on" message: #​48972
  • add image metadata for svg: #​48947
  • fix: error when image width={Infinity}: #​48855
  • add test case for esm commonjs interop: #​48940
  • Update resolve rule for @swc/helpers: #​48980
  • Update google fonts: #​48984
  • Fix scroll when loading.js/ts is used: #​48986
  • Add test case for #​48506: #​48696
  • Add npm package provenance on publish: #​48693
  • Revert "Add npm package provenance on publish (#​48693)"
  • fix: npm publish provenance permissions: #​48757
  • Add missing repository prop to package.json in swc-wasm: #​48805
  • test: disable client cache flaky test: #​48890
Documentation Changes
Credits

Huge thanks to @​shuding, @​huozhi, @​wyattfry, @​styfle, @​sreetamdas, @​afonsojramos, @​timneutkens, @​alexkirsz, @​chriswdmr, @​jankaifer, @​pn-code, @​kdy1, @​sokra, @​kwonoj, @​martin-wahlberg, @​Kikobeats, @​JTaylor0196, @​sebmarkbage, @​ijjk, @​gnoff, @​jridgewell, @​sagarpreet-xflowpay, @​balazsorban44, @​cprussin, @​ForsakenHarmony, and @​li-jia-nan 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.3.1` -> `13.3.2`](https://renovatebot.com/diffs/npm/eslint-config-next/13.3.1/13.3.2) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.3.1` -> `13.3.2`](https://renovatebot.com/diffs/npm/next/13.3.1/13.3.2) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.3.2`](https://github.com/vercel/next.js/releases/tag/v13.3.2) [Compare Source](https://github.com/vercel/next.js/compare/v13.3.1...v13.3.2) ##### Core Changes - Refactor require hooks: [#&#8203;48506](https://github.com/vercel/next.js/issues/48506) - Use `decodeReplyFromBusboy` in node runtime: [#&#8203;48686](https://github.com/vercel/next.js/issues/48686) - Do not suggest adding "use client" if using next/router in app: [#&#8203;48680](https://github.com/vercel/next.js/issues/48680) - Reland "app-router: new client-side cache semantics": [#&#8203;48695](https://github.com/vercel/next.js/issues/48695) - fix: TS plugin showing warning for `global-error` file's `reset` prop: [#&#8203;48756](https://github.com/vercel/next.js/issues/48756) - Add support for draft mode: [#&#8203;48669](https://github.com/vercel/next.js/issues/48669) - Compile Next.js core client-side files using default target: [#&#8203;48750](https://github.com/vercel/next.js/issues/48750) - Lazy DevHtmlAsset chunk generation: [#&#8203;48768](https://github.com/vercel/next.js/issues/48768) - Update naming for Next.js Analytics: [#&#8203;48618](https://github.com/vercel/next.js/issues/48618) - Add support for async instrumentation register: [#&#8203;48575](https://github.com/vercel/next.js/issues/48575) - Prefer realpathSync.native over realpathSync: [#&#8203;48698](https://github.com/vercel/next.js/issues/48698) - Fix issue with instrumentation in a standalone build: [#&#8203;48615](https://github.com/vercel/next.js/issues/48615) - Polyfill `FormData` for Node.js < 18: [#&#8203;48783](https://github.com/vercel/next.js/issues/48783) - Error on legacy runtime config under app dir: [#&#8203;48774](https://github.com/vercel/next.js/issues/48774) - Fix Windows path in route join ([#&#8203;48603](https://github.com/vercel/next.js/issues/48603)): [#&#8203;48779](https://github.com/vercel/next.js/issues/48779) - Add missing `repository` prop to package.json: [#&#8203;48803](https://github.com/vercel/next.js/issues/48803) - fix: Update `@swc/helpers` to `v0.5.1`: [#&#8203;48808](https://github.com/vercel/next.js/issues/48808) - Fix hash apply after server-patch action: [#&#8203;48813](https://github.com/vercel/next.js/issues/48813) - Improve typing of resolve metadata: [#&#8203;48670](https://github.com/vercel/next.js/issues/48670) - Only track client entry modules in the client reference manifest: [#&#8203;48814](https://github.com/vercel/next.js/issues/48814) - Vendor `react@experimental`: [#&#8203;48697](https://github.com/vercel/next.js/issues/48697) - fix query for app dir in turbopack: [#&#8203;48828](https://github.com/vercel/next.js/issues/48828) - Polyfill FormData with edge-runtime primitives: [#&#8203;48826](https://github.com/vercel/next.js/issues/48826) - Add async context to server request handler: [#&#8203;48626](https://github.com/vercel/next.js/issues/48626) - Fix accessing `strict` of undefined in `writeConfigurationDefaults`: [#&#8203;48799](https://github.com/vercel/next.js/issues/48799) - update turbopack: [#&#8203;48846](https://github.com/vercel/next.js/issues/48846) - Fix issues where saving next.config.js too quickly could result in multiple dev servers running at once: [#&#8203;48857](https://github.com/vercel/next.js/issues/48857) - Fix scrolling on navigation in app: [#&#8203;48863](https://github.com/vercel/next.js/issues/48863) - Implement MutableRequestCookies in server entries: [#&#8203;48847](https://github.com/vercel/next.js/issues/48847) - refactor(next-swc): turbopack_ecmascript_plugins: [#&#8203;48671](https://github.com/vercel/next.js/issues/48671) - edge: expose Websocket constructor: [#&#8203;48870](https://github.com/vercel/next.js/issues/48870) - add missing aliases for next/dynamic and next/head: [#&#8203;48871](https://github.com/vercel/next.js/issues/48871) - Update the mutableCookies class to accept extra options: [#&#8203;48877](https://github.com/vercel/next.js/issues/48877) - Support generate dynamic sitemaps for dynamic routes: [#&#8203;48867](https://github.com/vercel/next.js/issues/48867) - refactor(next-core): emit unsupported package warning: [#&#8203;48837](https://github.com/vercel/next.js/issues/48837) - update turbopack: [#&#8203;48893](https://github.com/vercel/next.js/issues/48893) - External vercel og for nodejs runtime: [#&#8203;48844](https://github.com/vercel/next.js/issues/48844) - Make prefetch not async: [#&#8203;48897](https://github.com/vercel/next.js/issues/48897) - Ensure require-hook env is set properly on deploy: [#&#8203;48902](https://github.com/vercel/next.js/issues/48902) - add support for static implicit metadata in turbopack: [#&#8203;48823](https://github.com/vercel/next.js/issues/48823) - Update min Node.js version to v16: [#&#8203;48903](https://github.com/vercel/next.js/issues/48903) - Fix scrolling when invisible element is targeted: [#&#8203;48874](https://github.com/vercel/next.js/issues/48874) - Preload css: [#&#8203;48840](https://github.com/vercel/next.js/issues/48840) - Selectively load runtime CSS modules to avoid rule duplication: [#&#8203;48866](https://github.com/vercel/next.js/issues/48866) - Ensure **PAGE** is checked in all cases: [#&#8203;48862](https://github.com/vercel/next.js/issues/48862) - add missing exports for static generation bailout: [#&#8203;48910](https://github.com/vercel/next.js/issues/48910) - Change Server Reference creation on client: [#&#8203;48824](https://github.com/vercel/next.js/issues/48824) - Upgrade Edge Runtime: [#&#8203;46818](https://github.com/vercel/next.js/issues/46818) - fix: explicit undefined typecheck: [#&#8203;48920](https://github.com/vercel/next.js/issues/48920) - fix: Enable CJS annotations for next.js files: [#&#8203;48811](https://github.com/vercel/next.js/issues/48811) - turbopack: parse and propagate `output: 'export'`: [#&#8203;48046](https://github.com/vercel/next.js/issues/48046) - fixes [#&#8203;48794](https://github.com/vercel/next.js/issues/48794) : When using pageExtensions like "page.jsx", global css import not working: [#&#8203;48795](https://github.com/vercel/next.js/issues/48795) - chore: expose `globalThis.crypto` when not available: [#&#8203;48941](https://github.com/vercel/next.js/issues/48941) - Fix dynamic routes for generateImageMetadata: [#&#8203;48928](https://github.com/vercel/next.js/issues/48928) - Correct some jest types: [#&#8203;48923](https://github.com/vercel/next.js/issues/48923) - Error for missing dynamic generated id and refactor metadata image url: [#&#8203;48953](https://github.com/vercel/next.js/issues/48953) - fix: bump minimum Node.js version to 16.8.0: [#&#8203;48957](https://github.com/vercel/next.js/issues/48957) - allow using the `nodejs` runtime for route handlers when using turbopack: [#&#8203;48791](https://github.com/vercel/next.js/issues/48791) - fix(turbopack): ignore underscore_started path: [#&#8203;48792](https://github.com/vercel/next.js/issues/48792) - Use ProxiedAsset instead of css_chunk_root_path to expose RSC CSS chunks: [#&#8203;48946](https://github.com/vercel/next.js/issues/48946) - Remove un-necessary undici warnings: [#&#8203;48970](https://github.com/vercel/next.js/issues/48970) - Ensure WebSocket is polyfilled for node runtime as well: [#&#8203;48924](https://github.com/vercel/next.js/issues/48924) - Support preferredRegion and Support runtime/preferredRegion on layouts: [#&#8203;48959](https://github.com/vercel/next.js/issues/48959) - preload fonts using ReactDOM.preload: [#&#8203;48931](https://github.com/vercel/next.js/issues/48931) - Cleanup "started server on" message: [#&#8203;48972](https://github.com/vercel/next.js/issues/48972) - add image metadata for svg: [#&#8203;48947](https://github.com/vercel/next.js/issues/48947) - fix: error when image `width={Infinity}`: [#&#8203;48855](https://github.com/vercel/next.js/issues/48855) - add test case for esm commonjs interop: [#&#8203;48940](https://github.com/vercel/next.js/issues/48940) - Update resolve rule for `@swc/helpers`: [#&#8203;48980](https://github.com/vercel/next.js/issues/48980) - Update google fonts: [#&#8203;48984](https://github.com/vercel/next.js/issues/48984) - Fix scroll when loading.js/ts is used: [#&#8203;48986](https://github.com/vercel/next.js/issues/48986) - Add test case for [#&#8203;48506](https://github.com/vercel/next.js/issues/48506): [#&#8203;48696](https://github.com/vercel/next.js/issues/48696) - Add npm package provenance on publish: [#&#8203;48693](https://github.com/vercel/next.js/issues/48693) - Revert "Add npm package provenance on publish ([#&#8203;48693](https://github.com/vercel/next.js/issues/48693))" - fix: npm publish provenance permissions: [#&#8203;48757](https://github.com/vercel/next.js/issues/48757) - Add missing `repository` prop to package.json in swc-wasm: [#&#8203;48805](https://github.com/vercel/next.js/issues/48805) - test: disable client cache flaky test: [#&#8203;48890](https://github.com/vercel/next.js/issues/48890) ##### Documentation Changes - typo: [#&#8203;48716](https://github.com/vercel/next.js/issues/48716) - docs: update Image props: [#&#8203;48726](https://github.com/vercel/next.js/issues/48726) - Fix typo in `errors/version-staleness.md`: [#&#8203;48797](https://github.com/vercel/next.js/issues/48797) - Add missing word to getStaticProps documentation: [#&#8203;48854](https://github.com/vercel/next.js/issues/48854) - update example Deploy button URLs: [#&#8203;48842](https://github.com/vercel/next.js/issues/48842) - Start recommending gRPC with otel: [#&#8203;48915](https://github.com/vercel/next.js/issues/48915) ##### Credits Huge thanks to [@&#8203;shuding](https://github.com/shuding), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;wyattfry](https://github.com/wyattfry), [@&#8203;styfle](https://github.com/styfle), [@&#8203;sreetamdas](https://github.com/sreetamdas), [@&#8203;afonsojramos](https://github.com/afonsojramos), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;alexkirsz](https://github.com/alexkirsz), [@&#8203;chriswdmr](https://github.com/chriswdmr), [@&#8203;jankaifer](https://github.com/jankaifer), [@&#8203;pn-code](https://github.com/pn-code), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;sokra](https://github.com/sokra), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;martin-wahlberg](https://github.com/martin-wahlberg), [@&#8203;Kikobeats](https://github.com/Kikobeats), [@&#8203;JTaylor0196](https://github.com/JTaylor0196), [@&#8203;sebmarkbage](https://github.com/sebmarkbage), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;gnoff](https://github.com/gnoff), [@&#8203;jridgewell](https://github.com/jridgewell), [@&#8203;sagarpreet-xflowpay](https://github.com/sagarpreet-xflowpay), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;cprussin](https://github.com/cprussin), [@&#8203;ForsakenHarmony](https://github.com/ForsakenHarmony), and [@&#8203;li-jia-nan](https://github.com/li-jia-nan) 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 force-pushed renovate/nextjs-monorepo from bd9e219327 to 54e321b0ee 2023-04-29 22:05:13 +02:00 Compare
kjuulh changed title from Update dependency eslint-config-next to v13.3.2 to Update nextjs monorepo to v13.3.2 2023-04-29 22:05:14 +02:00
kjuulh merged commit 54e321b0ee into main 2023-04-29 22:32:17 +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#104
No description provided.