Update nextjs monorepo to v13.4.17 #156

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2023-08-17 16:50:07 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-config-next (source) devDependencies patch 13.4.16 -> 13.4.17
next (source) dependencies patch 13.4.16 -> 13.4.17

Release Notes

vercel/next.js

v13.4.17

Compare Source

Core Changes
  • Do not output pages 404 in tree view if app not-found is used: #​54051
  • Fix scroll bailout logic when targeting fixed/sticky elements: #​53873
  • Debug tracing: add updated modules and page to HMR span: #​53698
  • fix(next-swc): coerce mdxrs default options: #​54068
  • fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0: #​51564
  • fix(47299): allow testing pages with metadata in jsdom test environment: #​53578
  • upgrade edge-runtime dependency: #​54117
  • Fix root not-found page tree loader structure: #​54080
  • chore: remove as any type cast: #​54074
  • chore: refactor to use fs.promises.rm(): #​54076
  • Refactor layout router creation in app-render: #​54126
  • chore(image): remove apple silicon workaround for versions older than node@16.5.0: #​54125
  • fix routing bug when bfcache is hit following an mpa navigation: #​54081
  • Tracing: add opt-in flag to send a subset of development traces to url: #​53880
  • fix(edge): override init when cloning with NextRequest: #​54108
  • OpenTel: remove the internal (ipc) fetched from traces in a non-verbose mode: #​54083
  • cleanup: remove unnecessary effect dep: #​54134
  • Next build: use exported handle_issues from turbopack: #​52972
  • node-web-streams: remove tee shim, use ReadableStream.tee: #​54079
  • Debug tracing: Include navigation through hydration timing: #​54078
  • fix: cookies().has() breaks in app-route: #​54112
  • Revert "fix(47299): allow testing pages with metadata in jsdom test environment": #​54160
Documentation Changes
  • fix missing ' in data-fetching/fetching-caching-and-revalidating: #​54058
Example Changes
  • Update Docker example to remove HOSTNAME: #​54102
Misc Changes
  • chore: hide "same on new version" without link: #​54048
  • chore(ci): small notes for the build steps: #​54073
  • chore: update lock bot wording: #​54099
  • Update swc_core to v0.79.59: #​54082
  • install-native.mjs: include packageManager field: #​54132
Credits

Huge thanks to @​balazsorban44, @​huozhi, @​ztanner, @​williamli, @​wbinnssmith, @​kwonoj, @​stefanprobst, @​feugy, @​timneutkens, @​kdy1, @​Kikobeats, @​styfle, @​dvoytenko, @​MaxLeiter, and @​devjiwonchoi 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://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://github.com/vercel/next.js)) | devDependencies | patch | [`13.4.16` -> `13.4.17`](https://renovatebot.com/diffs/npm/eslint-config-next/13.4.16/13.4.17) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.4.16` -> `13.4.17`](https://renovatebot.com/diffs/npm/next/13.4.16/13.4.17) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.4.17`](https://github.com/vercel/next.js/releases/tag/v13.4.17) [Compare Source](https://github.com/vercel/next.js/compare/v13.4.16...v13.4.17) ##### Core Changes - Do not output pages 404 in tree view if app not-found is used: [#&#8203;54051](https://github.com/vercel/next.js/issues/54051) - Fix scroll bailout logic when targeting fixed/sticky elements: [#&#8203;53873](https://github.com/vercel/next.js/issues/53873) - Debug tracing: add updated modules and page to HMR span: [#&#8203;53698](https://github.com/vercel/next.js/issues/53698) - fix(next-swc): coerce mdxrs default options: [#&#8203;54068](https://github.com/vercel/next.js/issues/54068) - fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0: [#&#8203;51564](https://github.com/vercel/next.js/issues/51564) - fix(47299): allow testing pages with metadata in jsdom test environment: [#&#8203;53578](https://github.com/vercel/next.js/issues/53578) - upgrade edge-runtime dependency: [#&#8203;54117](https://github.com/vercel/next.js/issues/54117) - Fix root not-found page tree loader structure: [#&#8203;54080](https://github.com/vercel/next.js/issues/54080) - chore: remove `as any` type cast: [#&#8203;54074](https://github.com/vercel/next.js/issues/54074) - chore: refactor to use `fs.promises.rm()`: [#&#8203;54076](https://github.com/vercel/next.js/issues/54076) - Refactor layout router creation in app-render: [#&#8203;54126](https://github.com/vercel/next.js/issues/54126) - chore(image): remove apple silicon workaround for versions older than `node@16.5.0`: [#&#8203;54125](https://github.com/vercel/next.js/issues/54125) - fix routing bug when bfcache is hit following an mpa navigation: [#&#8203;54081](https://github.com/vercel/next.js/issues/54081) - Tracing: add opt-in flag to send a subset of development traces to url: [#&#8203;53880](https://github.com/vercel/next.js/issues/53880) - fix(edge): override init when cloning with `NextRequest`: [#&#8203;54108](https://github.com/vercel/next.js/issues/54108) - OpenTel: remove the internal (ipc) fetched from traces in a non-verbose mode: [#&#8203;54083](https://github.com/vercel/next.js/issues/54083) - cleanup: remove unnecessary effect dep: [#&#8203;54134](https://github.com/vercel/next.js/issues/54134) - Next build: use exported `handle_issues` from turbopack: [#&#8203;52972](https://github.com/vercel/next.js/issues/52972) - node-web-streams: remove tee shim, use ReadableStream.tee: [#&#8203;54079](https://github.com/vercel/next.js/issues/54079) - Debug tracing: Include navigation through hydration timing: [#&#8203;54078](https://github.com/vercel/next.js/issues/54078) - fix: `cookies().has()` breaks in app-route: [#&#8203;54112](https://github.com/vercel/next.js/issues/54112) - Revert "fix(47299): allow testing pages with metadata in jsdom test environment": [#&#8203;54160](https://github.com/vercel/next.js/issues/54160) ##### Documentation Changes - fix missing `'` in data-fetching/fetching-caching-and-revalidating: [#&#8203;54058](https://github.com/vercel/next.js/issues/54058) ##### Example Changes - Update Docker example to remove HOSTNAME: [#&#8203;54102](https://github.com/vercel/next.js/issues/54102) ##### Misc Changes - chore: hide "same on new version" without link: [#&#8203;54048](https://github.com/vercel/next.js/issues/54048) - chore(ci): small notes for the build steps: [#&#8203;54073](https://github.com/vercel/next.js/issues/54073) - chore: update lock bot wording: [#&#8203;54099](https://github.com/vercel/next.js/issues/54099) - Update `swc_core` to `v0.79.59`: [#&#8203;54082](https://github.com/vercel/next.js/issues/54082) - install-native.mjs: include `packageManager` field: [#&#8203;54132](https://github.com/vercel/next.js/issues/54132) ##### Credits Huge thanks to [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;williamli](https://github.com/williamli), [@&#8203;wbinnssmith](https://github.com/wbinnssmith), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;stefanprobst](https://github.com/stefanprobst), [@&#8203;feugy](https://github.com/feugy), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;Kikobeats](https://github.com/Kikobeats), [@&#8203;styfle](https://github.com/styfle), [@&#8203;dvoytenko](https://github.com/dvoytenko), [@&#8203;MaxLeiter](https://github.com/MaxLeiter), and [@&#8203;devjiwonchoi](https://github.com/devjiwonchoi) 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-08-17 11:50:12 +02:00
Update nextjs monorepo to v13.4.17
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
ad89db38e0
kjuulh merged commit ad89db38e0 into main 2023-08-17 16:50:07 +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#156