Update nextjs monorepo to v13.0.4 #32

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2022-11-19 23:26:47 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-config-next devDependencies patch 13.0.3 -> 13.0.4
next (source) dependencies patch 13.0.3 -> 13.0.4

Release Notes

vercel/next.js

v13.0.4

Compare Source

Core Changes
  • Show link to the docs for route segment config options: #​42779
  • fix: Fix regression of swc minifier: #​42790
  • Add additional item to RSC payload, preparing for head.tsx on navigation: #​42791
  • Use window.location directly instead of parsing into URL: #​42888
  • feat(next-swc/relay): Add javascript to language: #​42894
  • types(#​42003): better typing for next/link: #​42117
  • Ensure query is provided correctly with middleware rewrites: #​42818
  • feat(next/swc): allow to run custom turbopack binary: #​42656
  • fix: Error: NEXT_REDIRECT crashing server in prod: #​42793
  • Update caching for swc turbo builds: #​42929
  • Handle head.js on client-side navigation: #​42904
  • feat(jest): respect transpilePackages in tests: #​42987
  • App files ending with page registred as page files: #​42996
  • Allow generateStaticParams to be a synchronous function in app directory: #​42942
  • chore(eslint-config-next): bump eslint-import-resolver-typescript: #​43010
  • Ensure next.config.js function is handled for turbo: #​43015
  • Fix app page check on windows: #​43022
  • Add middleware prefetching config: #​42936
  • Fix middleware prefetch cases: #​43056
  • Ensure backslash is correctly handled in find-page-file: #​43057
  • Fix app render: escape segment value #​42626: #​42823
Documentation Changes
  • docs: fix middleware docs cookie example: #​42816
  • Update docs/advanced-features/debugging.md: #​42842
  • docs(edge-api-routes): fixes example: #​42903
  • Update SFCC example to use TypeScript + @next/font: #​42865
  • Add more details to invalid-next-config doc: #​42917
  • typo: #​42968
  • Document regions config for experimental-edge: #​43009
  • docs: Add examples of using multiple weights and styles: #​43031
Example Changes
  • chore(examples): next/future/image -> next/image: #​42794
  • docs(examples): auth0 update callback URL: #​42855
  • Updates Apollo Server Examples to use Apollo Server 4 & @​as-integrations/next: #​42771
  • Improve with-algolia-react-instantsearch example and convert to TypeScript: #​42617
  • Convert blog cover images to next/image: #​42908
  • Make cover image full width: #​42916
  • Convert with-app-layout example to TypeScript: #​42930
  • Tigris example with Next.js: #​42662
  • feat(examples): with-grafbase: #​42898
  • docs(examples): add postgres.js example: #​42962
  • Remove with-atlaskit example: #​42973
  • Remove with-carbon-components example: #​42976
  • Remove with-cerebral example: #​42980
  • Remove swcMinify option from example configs: #​43012
  • Convert with-cssed, with-csx, with-styled-jsx examples to TypeScript: #​43018
  • feat(examples): use experimental edge runtime with grafbase: #​42992
Misc Changes
  • Update bundle analyzer dependency and output: #​42797
  • Update to latest version of turbo CLI: #​42803
  • Fix cache collision for swc darwin: #​42960
  • Fix build-wasm-dev docs skip: #​42961
  • Update deployment used for e2e test: #​42969
  • test(integration): update test fixture: #​42966
  • Fix test retry cleanup: #​43011
  • Update test wasm timeout: #​43014
  • @​next/font/google variable fonts without weight range: #​43036
  • Update build-wasm to checkout directly: #​43054
Credits

Huge thanks to @​shuding, @​balazsorban44, @​kdy1, @​huozhi, @​reyrodrigez, @​andykenward, @​idoob, @​maxproske, @​KoltonG, @​timneutkens, @​feugy, @​leerob, @​steven-tey, @​SukkaW, @​kwonoj, @​adilansari, @​hanneslund, @​notrab, @​zekicaneksi, @​silvioprog, @​joulev, @​chanceaclark, and @​Marcus-Rise 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.0.3` -> `13.0.4`](https://renovatebot.com/diffs/npm/eslint-config-next/13.0.3/13.0.4) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.0.3` -> `13.0.4`](https://renovatebot.com/diffs/npm/next/13.0.3/13.0.4) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.0.4`](https://github.com/vercel/next.js/releases/tag/v13.0.4) [Compare Source](https://github.com/vercel/next.js/compare/v13.0.3...v13.0.4) ##### Core Changes - Show link to the docs for route segment config options: [#&#8203;42779](https://github.com/vercel/next.js/issues/42779) - fix: Fix regression of swc minifier: [#&#8203;42790](https://github.com/vercel/next.js/issues/42790) - Add additional item to RSC payload, preparing for head.tsx on navigation: [#&#8203;42791](https://github.com/vercel/next.js/issues/42791) - Use window.location directly instead of parsing into URL: [#&#8203;42888](https://github.com/vercel/next.js/issues/42888) - feat(next-swc/relay): Add `javascript` to language: [#&#8203;42894](https://github.com/vercel/next.js/issues/42894) - types([#&#8203;42003](https://github.com/vercel/next.js/issues/42003)): better typing for `next/link`: [#&#8203;42117](https://github.com/vercel/next.js/issues/42117) - Ensure query is provided correctly with middleware rewrites: [#&#8203;42818](https://github.com/vercel/next.js/issues/42818) - feat(next/swc): allow to run custom turbopack binary: [#&#8203;42656](https://github.com/vercel/next.js/issues/42656) - fix: Error: NEXT_REDIRECT crashing server in prod: [#&#8203;42793](https://github.com/vercel/next.js/issues/42793) - Update caching for swc turbo builds: [#&#8203;42929](https://github.com/vercel/next.js/issues/42929) - Handle head.js on client-side navigation: [#&#8203;42904](https://github.com/vercel/next.js/issues/42904) - feat(jest): respect `transpilePackages` in tests: [#&#8203;42987](https://github.com/vercel/next.js/issues/42987) - App files ending with page registred as page files: [#&#8203;42996](https://github.com/vercel/next.js/issues/42996) - Allow generateStaticParams to be a synchronous function in app directory: [#&#8203;42942](https://github.com/vercel/next.js/issues/42942) - chore(eslint-config-next): bump eslint-import-resolver-typescript: [#&#8203;43010](https://github.com/vercel/next.js/issues/43010) - Ensure next.config.js function is handled for turbo: [#&#8203;43015](https://github.com/vercel/next.js/issues/43015) - Fix app page check on windows: [#&#8203;43022](https://github.com/vercel/next.js/issues/43022) - Add middleware prefetching config: [#&#8203;42936](https://github.com/vercel/next.js/issues/42936) - Fix middleware prefetch cases: [#&#8203;43056](https://github.com/vercel/next.js/issues/43056) - Ensure backslash is correctly handled in find-page-file: [#&#8203;43057](https://github.com/vercel/next.js/issues/43057) - Fix app render: escape segment value [#&#8203;42626](https://github.com/vercel/next.js/issues/42626): [#&#8203;42823](https://github.com/vercel/next.js/issues/42823) ##### Documentation Changes - docs: fix middleware docs cookie example: [#&#8203;42816](https://github.com/vercel/next.js/issues/42816) - Update docs/advanced-features/debugging.md: [#&#8203;42842](https://github.com/vercel/next.js/issues/42842) - docs(edge-api-routes): fixes example: [#&#8203;42903](https://github.com/vercel/next.js/issues/42903) - Update SFCC example to use TypeScript + `@next/font`: [#&#8203;42865](https://github.com/vercel/next.js/issues/42865) - Add more details to invalid-next-config doc: [#&#8203;42917](https://github.com/vercel/next.js/issues/42917) - typo: [#&#8203;42968](https://github.com/vercel/next.js/issues/42968) - Document regions config for experimental-edge: [#&#8203;43009](https://github.com/vercel/next.js/issues/43009) - docs: Add examples of using multiple weights and styles: [#&#8203;43031](https://github.com/vercel/next.js/issues/43031) ##### Example Changes - chore(examples): `next/future/image` -> `next/image`: [#&#8203;42794](https://github.com/vercel/next.js/issues/42794) - docs(examples): auth0 update callback URL: [#&#8203;42855](https://github.com/vercel/next.js/issues/42855) - Updates Apollo Server Examples to use Apollo Server 4 & [@&#8203;as-integrations/next](https://github.com/as-integrations/next): [#&#8203;42771](https://github.com/vercel/next.js/issues/42771) - Improve `with-algolia-react-instantsearch` example and convert to TypeScript: [#&#8203;42617](https://github.com/vercel/next.js/issues/42617) - Convert blog cover images to next/image: [#&#8203;42908](https://github.com/vercel/next.js/issues/42908) - Make cover image full width: [#&#8203;42916](https://github.com/vercel/next.js/issues/42916) - Convert `with-app-layout` example to TypeScript: [#&#8203;42930](https://github.com/vercel/next.js/issues/42930) - Tigris example with Next.js: [#&#8203;42662](https://github.com/vercel/next.js/issues/42662) - feat(examples): with-grafbase: [#&#8203;42898](https://github.com/vercel/next.js/issues/42898) - docs(examples): add postgres.js example: [#&#8203;42962](https://github.com/vercel/next.js/issues/42962) - Remove `with-atlaskit` example: [#&#8203;42973](https://github.com/vercel/next.js/issues/42973) - Remove `with-carbon-components` example: [#&#8203;42976](https://github.com/vercel/next.js/issues/42976) - Remove `with-cerebral` example: [#&#8203;42980](https://github.com/vercel/next.js/issues/42980) - Remove `swcMinify` option from example configs: [#&#8203;43012](https://github.com/vercel/next.js/issues/43012) - Convert `with-cssed`, `with-csx`, `with-styled-jsx` examples to TypeScript: [#&#8203;43018](https://github.com/vercel/next.js/issues/43018) - feat(examples): use experimental edge runtime with grafbase: [#&#8203;42992](https://github.com/vercel/next.js/issues/42992) ##### Misc Changes - Update bundle analyzer dependency and output: [#&#8203;42797](https://github.com/vercel/next.js/issues/42797) - Update to latest version of turbo CLI: [#&#8203;42803](https://github.com/vercel/next.js/issues/42803) - Fix cache collision for swc darwin: [#&#8203;42960](https://github.com/vercel/next.js/issues/42960) - Fix build-wasm-dev docs skip: [#&#8203;42961](https://github.com/vercel/next.js/issues/42961) - Update deployment used for e2e test: [#&#8203;42969](https://github.com/vercel/next.js/issues/42969) - test(integration): update test fixture: [#&#8203;42966](https://github.com/vercel/next.js/issues/42966) - Fix test retry cleanup: [#&#8203;43011](https://github.com/vercel/next.js/issues/43011) - Update test wasm timeout: [#&#8203;43014](https://github.com/vercel/next.js/issues/43014) - @&#8203;next/font/google variable fonts without weight range: [#&#8203;43036](https://github.com/vercel/next.js/issues/43036) - Update build-wasm to checkout directly: [#&#8203;43054](https://github.com/vercel/next.js/issues/43054) ##### Credits Huge thanks to [@&#8203;shuding](https://github.com/shuding), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;reyrodrigez](https://github.com/reyrodrigez), [@&#8203;andykenward](https://github.com/andykenward), [@&#8203;idoob](https://github.com/idoob), [@&#8203;maxproske](https://github.com/maxproske), [@&#8203;KoltonG](https://github.com/KoltonG), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;feugy](https://github.com/feugy), [@&#8203;leerob](https://github.com/leerob), [@&#8203;steven-tey](https://github.com/steven-tey), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;adilansari](https://github.com/adilansari), [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;notrab](https://github.com/notrab), [@&#8203;zekicaneksi](https://github.com/zekicaneksi), [@&#8203;silvioprog](https://github.com/silvioprog), [@&#8203;joulev](https://github.com/joulev), [@&#8203;chanceaclark](https://github.com/chanceaclark), and [@&#8203;Marcus-Rise](https://github.com/Marcus-Rise) 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMy4xIiwidXBkYXRlZEluVmVyIjoiMzQuMjMuMSJ9-->
kjuulh force-pushed renovate/nextjs-monorepo from 2c1bd88df7 to 799d52c0d1 2022-11-19 23:11:03 +01:00 Compare
kjuulh merged commit 799d52c0d1 into main 2022-11-19 23:26:47 +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#32
No description provided.