fix(deps): update nextjs monorepo to v13.5.6 #16

Merged
Fascinated merged 1 commits from renovate/nextjs-monorepo into master 2023-10-20 05:08:37 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-config-next (source) dependencies patch 13.5.4 -> 13.5.6
next (source) dependencies patch 13.5.4 -> 13.5.6

Release Notes

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

v13.5.6

Compare Source

Core Changes
  • Upgrade edge-runtime/cookies #​57021
  • Patch React with fix for write-after-close for ReadableStream #​57011
Credits

Huge thanks to @​ijjk @​huozhi @​gnoff for helping!

v13.5.5

Compare Source

Core Changes
  • Update parallelizing tasks with webpackBuildWorker config: #​56287
  • Misc Typescript and export updates: #​55841
  • chore: pass defineEnv from next.js to rust directly: #​56216
  • Expose util internally for debugging: #​56381
  • App Router - preinitialize chunks during SSR: #​54752
  • fix: use fs.existsSync to avoid race condition: #​56387
  • Ensure loader generated export default has name: #​56388
  • Move Edge SSR event waitUntil into the handler: #​56404
  • fix: avoid unnecessary existSync call: #​56419
  • fix: avoid creation of buffers for read ops: #​56421
  • fix empty externals list, pnpm special case, and project path: #​56402
  • chore: extract edge-app-route loader template: #​56424
  • Separate RSC and SSR jsx-runtime modules: #​56438
  • Async Batcher: #​56423
  • Fix cli log next.js color: #​56448
  • Turbopack: Implement Server Actions: #​53890
  • Component Module Types: #​56454
  • refactor: rewrite config schema in zod: #​56383
  • Dev Service: #​56442
  • feat(turbopack): port next.js template loading logic: #​56425
  • Chunking Refactor Step 1: #​56467
  • Use native node:fs in taskfile.js: #​56491
  • Loose RSC import restrictions for 3rd party packages: #​56501
  • turbopack: Chunking Refactor Step 2 : #​56504
  • update turbopack, fix sass peer dependency: #​56508
  • Remove ServerDirectiveTransformer: #​56496
  • Improve failed to fetch RSC error: #​56517
  • misc: fix wrong next start start duration: #​56512
  • turbopack: Extract as_chunk into shared ChunkType trait: #​56506
  • Flatten recursive wildcard exports in barrel optimization: #​56489
  • Turbopack + app router: always use externals for predefined packages: #​56440
  • fix: log error cause: #​56528
  • Unsilence Taskr Webpack errors: #​56542
  • refactor: cleanup app render: #​56538
  • fix: don't add isolateModules to tsconfig when extending from tsconfig with verbatimModuleSyntax: #​54164
  • enable verbatimModuleSyntax to make type imports/exports explicit: #​56551
  • Ensure react-server-dom-turbopack-experimental uses the right package: #​56560
  • Fix build restart log: #​56543
  • feat(turbopack): add support for edge app pages: #​56426
  • Improve error handling of Server Actions with skewed deployment: #​56618
  • misc: split app-render into smaller functions: #​56611
  • remove unnecessary structuredClone: #​56570
  • Fix trace ignore handling: #​56674
  • fix(next-core): allow sass loader for foreign codes: #​56679
  • Fix SSG query with experimental-compile: #​56680
  • Ensure rewrites are included in build manifest when using Turbopack: #​56692
  • fix static worker restart behavior: #​56728
  • Improve internal waitUntil utility: #​56720
  • Fix reconnection loop when devserver is offline: #​56698
  • Fix ensurePage for client-side navigation to / in Turbopack: #​56704
  • ci: add job summary to the test suite runs: #​56742
  • Prefer module over main on main fields for app router server compiler: #​56532
  • Check origins of Server Action requests: #​56753
  • OpenTelemetry: ignore bubble errors to avoid spamming traces: #​56625
  • fix(turbopack): always alias server-only and client-only: #​56760
  • Utilize Promise.withResolvers: #​56764
  • Revert "Prefer module over main on main fields for app router server compiler": #​56766
  • Revalidate Type: #​56763
  • Revert static worker refactor: #​56767
  • memoize useParams: #​56771
  • Turbopack: Chunking Refactoring: #​56756
  • Chunking Refactoring followup fixes: #​56789
  • put app code into a separate layer: #​56800
  • fix: add x-forwarded-* headers: #​56797
  • fix(turbopack): middleware path and aliases: #​56804
  • Implement preferredRegion array in Turbopack: #​56743
  • Fix build traces case: #​56817
  • Revert "Drop ipc server headers filters (#​56226)": #​56836
  • Implement getOptimizedModuleAliases for Turbopack: #​56839
  • chore: bump undici: #​56851
  • bump: edge-runtime: #​56856
  • feat(turbopack): support basic next/dynamic: #​56389
  • Revert "feat(turbopack): support basic next/dynamic": #​56885
Documentation Changes
  • add digest property to error prop: #​56339
  • Updates MDX docs: #​56378
  • Update redirect.mdx: #​56414
  • docs: add missing word: #​56547
  • docs: update code snippet for correct file name: #​56006
  • corrected sentence: #​56595
  • clarify client components render on server on full page load: #​55469
  • docs(router): clarify dynamic route slug is about a file name, not "folder": #​56596
  • Update 01-contribution-guide.mdx: Fix a typo: #​56665
  • fix(docs): adjust api route documentation examples: #​56660
  • Updates Large Page Data error message doc to use JSON.parse to make reading output easier: #​56713
  • Docs: Add missing description field: #​56749
  • Changes codeblock filename delimiter: #​56712
  • Update supported-browsers.mdx: #​56815
  • docs: fix cypress script typo in 10-testing.mdx: #​56765
  • Fix typo: #​56863
Example Changes
Misc Changes
  • Fix mjs import for Turbopack test: #​56354
  • Add test case for the permalink option of useFormState: #​56329
  • Fix code freeze disable handling: #​56340
  • add cargo fmt to lint staged: #​56430
  • fix: .../templates/*/app/layout.* import order: #​56380
  • Update .node-version: #​56460
  • Fix logging level in actions test: #​56473
  • Remove app dir warning test: #​56350
  • Use consistent name for App Router tests: #​56352
  • Remove isTurbo check in custom-routes test: #​56360
  • test: speed up isolated next instance test setup: #​56525
  • Update rust-toolchain to nightly-2023-10-06: #​56541
  • update test manifest: #​56522
  • chore: bump pnpm to 8.9: #​56649
  • fix: next dev with edge runtime on windows: #​56502
  • invert test filtering logic to exclude known failing: #​56663
  • (test only) Integration tests: remove flatMap polyfill: #​56546
  • Use node:fs instead of fs-extra in .github/actions: #​56536
  • Use unique names for separate test suites: #​56695
  • misc: tweak stats github action: #​56694
  • CI: add manual workflow for running e2e on prod: #​56738
  • Improve chunk encoding test to check right path for Turbopack: #​56747
  • change those->some for clarity: #​56688
  • docs: fix typo in Update 02-get-static-paths.mdx: #​56757
  • Break out E2E deploy test workflow to its own: #​56755
  • Trigger canary release nightly: #​56758
  • feat: add self-documenting .env.example file: #​56469
  • update manifest: #​56737
  • docs: fix several typos: #​56788
  • Skip artifact download for test e2e deploy workflow: #​56807
  • Add missing nanoid dependency to app-dir tests: #​56830
  • Remove specific hash checks for metadata.test.ts: #​56843
  • Fix CSP test when using Turbopack: #​56833
  • Skip webpack specific tests in Turbopack test run: #​56877
Credits

Huge thanks to @​ijjk, @​timneutkens, @​shuding, @​wyattjoh, @​Syphini, @​manovotny, @​ForsakenHarmony, @​gnoff, @​anonrig, @​viktorronnback, @​Rylab, @​sokra, @​hamirmahal, @​huozhi, @​jridgewell, @​SukkaW, @​wbinnssmith, @​feedthejim, @​balazsorban44, @​jazsouf, @​2XG-DEV, @​stefanprobst, @​ztanner, @​mzab1985, @​Mustafadagkiranlar, @​JoRyGu, @​cmbritten, @​styfle, @​Krishnanand2517, @​bahag-buttf, @​kwonoj, @​Shadid12, @​delbaoliveira, @​mayankkamboj47, @​dvoytenko, @​mayank1513, @​himself65, @​suravshrestha, @​fvaysh, @​dianacpg, @​joristirado, and @​Kikobeats for helping!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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)) | dependencies | patch | [`13.5.4` -> `13.5.6`](https://renovatebot.com/diffs/npm/eslint-config-next/13.5.4/13.5.6) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.5.4` -> `13.5.6`](https://renovatebot.com/diffs/npm/next/13.5.4/13.5.6) | --- ### Release Notes <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v13.5.6`](https://github.com/vercel/next.js/releases/tag/v13.5.6) [Compare Source](https://github.com/vercel/next.js/compare/v13.5.5...v13.5.6) ##### Core Changes - Upgrade edge-runtime/cookies [#&#8203;57021](https://github.com/vercel/next.js/issues/57021) - Patch React with fix for write-after-close for ReadableStream [#&#8203;57011](https://github.com/vercel/next.js/issues/57011) ##### Credits Huge thanks to [@&#8203;ijjk](https://github.com/ijjk) [@&#8203;huozhi](https://github.com/huozhi) [@&#8203;gnoff](https://github.com/gnoff) for helping! ### [`v13.5.5`](https://github.com/vercel/next.js/releases/tag/v13.5.5) [Compare Source](https://github.com/vercel/next.js/compare/v13.5.4...v13.5.5) ##### Core Changes - Update parallelizing tasks with webpackBuildWorker config: [#&#8203;56287](https://github.com/vercel/next.js/issues/56287) - Misc Typescript and export updates: [#&#8203;55841](https://github.com/vercel/next.js/issues/55841) - chore: pass defineEnv from next.js to rust directly: [#&#8203;56216](https://github.com/vercel/next.js/issues/56216) - Expose util internally for debugging: [#&#8203;56381](https://github.com/vercel/next.js/issues/56381) - App Router - preinitialize chunks during SSR: [#&#8203;54752](https://github.com/vercel/next.js/issues/54752) - fix: use `fs.existsSync` to avoid race condition: [#&#8203;56387](https://github.com/vercel/next.js/issues/56387) - Ensure loader generated export default has name: [#&#8203;56388](https://github.com/vercel/next.js/issues/56388) - Move Edge SSR event `waitUntil` into the handler: [#&#8203;56404](https://github.com/vercel/next.js/issues/56404) - fix: avoid unnecessary `existSync` call: [#&#8203;56419](https://github.com/vercel/next.js/issues/56419) - fix: avoid creation of buffers for read ops: [#&#8203;56421](https://github.com/vercel/next.js/issues/56421) - fix empty externals list, pnpm special case, and project path: [#&#8203;56402](https://github.com/vercel/next.js/issues/56402) - chore: extract edge-app-route loader template: [#&#8203;56424](https://github.com/vercel/next.js/issues/56424) - Separate RSC and SSR jsx-runtime modules: [#&#8203;56438](https://github.com/vercel/next.js/issues/56438) - Async Batcher: [#&#8203;56423](https://github.com/vercel/next.js/issues/56423) - Fix cli log next.js color: [#&#8203;56448](https://github.com/vercel/next.js/issues/56448) - Turbopack: Implement Server Actions: [#&#8203;53890](https://github.com/vercel/next.js/issues/53890) - Component Module Types: [#&#8203;56454](https://github.com/vercel/next.js/issues/56454) - refactor: rewrite config schema in zod: [#&#8203;56383](https://github.com/vercel/next.js/issues/56383) - Dev Service: [#&#8203;56442](https://github.com/vercel/next.js/issues/56442) - feat(turbopack): port next.js template loading logic: [#&#8203;56425](https://github.com/vercel/next.js/issues/56425) - Chunking Refactor Step 1: [#&#8203;56467](https://github.com/vercel/next.js/issues/56467) - Use native node:fs in taskfile.js: [#&#8203;56491](https://github.com/vercel/next.js/issues/56491) - Loose RSC import restrictions for 3rd party packages: [#&#8203;56501](https://github.com/vercel/next.js/issues/56501) - turbopack: Chunking Refactor Step 2 : [#&#8203;56504](https://github.com/vercel/next.js/issues/56504) - update turbopack, fix sass peer dependency: [#&#8203;56508](https://github.com/vercel/next.js/issues/56508) - Remove ServerDirectiveTransformer: [#&#8203;56496](https://github.com/vercel/next.js/issues/56496) - Improve failed to fetch RSC error: [#&#8203;56517](https://github.com/vercel/next.js/issues/56517) - misc: fix wrong next start start duration: [#&#8203;56512](https://github.com/vercel/next.js/issues/56512) - turbopack: Extract as_chunk into shared ChunkType trait: [#&#8203;56506](https://github.com/vercel/next.js/issues/56506) - Flatten recursive wildcard exports in barrel optimization: [#&#8203;56489](https://github.com/vercel/next.js/issues/56489) - Turbopack + app router: always use externals for predefined packages: [#&#8203;56440](https://github.com/vercel/next.js/issues/56440) - fix: log error cause: [#&#8203;56528](https://github.com/vercel/next.js/issues/56528) - Unsilence Taskr Webpack errors: [#&#8203;56542](https://github.com/vercel/next.js/issues/56542) - refactor: cleanup app render: [#&#8203;56538](https://github.com/vercel/next.js/issues/56538) - fix: don't add `isolateModules` to `tsconfig` when extending from tsconfig with `verbatimModuleSyntax`: [#&#8203;54164](https://github.com/vercel/next.js/issues/54164) - enable `verbatimModuleSyntax` to make type imports/exports explicit: [#&#8203;56551](https://github.com/vercel/next.js/issues/56551) - Ensure react-server-dom-turbopack-experimental uses the right package: [#&#8203;56560](https://github.com/vercel/next.js/issues/56560) - Fix build restart log: [#&#8203;56543](https://github.com/vercel/next.js/issues/56543) - feat(turbopack): add support for edge app pages: [#&#8203;56426](https://github.com/vercel/next.js/issues/56426) - Improve error handling of Server Actions with skewed deployment: [#&#8203;56618](https://github.com/vercel/next.js/issues/56618) - misc: split app-render into smaller functions: [#&#8203;56611](https://github.com/vercel/next.js/issues/56611) - remove unnecessary structuredClone: [#&#8203;56570](https://github.com/vercel/next.js/issues/56570) - Fix trace ignore handling: [#&#8203;56674](https://github.com/vercel/next.js/issues/56674) - fix(next-core): allow sass loader for foreign codes: [#&#8203;56679](https://github.com/vercel/next.js/issues/56679) - Fix SSG query with experimental-compile: [#&#8203;56680](https://github.com/vercel/next.js/issues/56680) - Ensure rewrites are included in build manifest when using Turbopack: [#&#8203;56692](https://github.com/vercel/next.js/issues/56692) - fix static worker restart behavior: [#&#8203;56728](https://github.com/vercel/next.js/issues/56728) - Improve internal waitUntil utility: [#&#8203;56720](https://github.com/vercel/next.js/issues/56720) - Fix reconnection loop when devserver is offline: [#&#8203;56698](https://github.com/vercel/next.js/issues/56698) - Fix ensurePage for client-side navigation to / in Turbopack: [#&#8203;56704](https://github.com/vercel/next.js/issues/56704) - ci: add job summary to the test suite runs: [#&#8203;56742](https://github.com/vercel/next.js/issues/56742) - Prefer module over main on main fields for app router server compiler: [#&#8203;56532](https://github.com/vercel/next.js/issues/56532) - Check origins of Server Action requests: [#&#8203;56753](https://github.com/vercel/next.js/issues/56753) - OpenTelemetry: ignore bubble errors to avoid spamming traces: [#&#8203;56625](https://github.com/vercel/next.js/issues/56625) - fix(turbopack): always alias `server-only` and `client-only`: [#&#8203;56760](https://github.com/vercel/next.js/issues/56760) - Utilize Promise.withResolvers: [#&#8203;56764](https://github.com/vercel/next.js/issues/56764) - Revert "Prefer module over main on main fields for app router server compiler": [#&#8203;56766](https://github.com/vercel/next.js/issues/56766) - Revalidate Type: [#&#8203;56763](https://github.com/vercel/next.js/issues/56763) - Revert static worker refactor: [#&#8203;56767](https://github.com/vercel/next.js/issues/56767) - memoize `useParams`: [#&#8203;56771](https://github.com/vercel/next.js/issues/56771) - Turbopack: Chunking Refactoring: [#&#8203;56756](https://github.com/vercel/next.js/issues/56756) - Chunking Refactoring followup fixes: [#&#8203;56789](https://github.com/vercel/next.js/issues/56789) - put app code into a separate layer: [#&#8203;56800](https://github.com/vercel/next.js/issues/56800) - fix: add `x-forwarded-*` headers: [#&#8203;56797](https://github.com/vercel/next.js/issues/56797) - fix(turbopack): middleware path and aliases: [#&#8203;56804](https://github.com/vercel/next.js/issues/56804) - Implement preferredRegion array in Turbopack: [#&#8203;56743](https://github.com/vercel/next.js/issues/56743) - Fix build traces case: [#&#8203;56817](https://github.com/vercel/next.js/issues/56817) - Revert "Drop ipc server headers filters ([#&#8203;56226](https://github.com/vercel/next.js/issues/56226))": [#&#8203;56836](https://github.com/vercel/next.js/issues/56836) - Implement getOptimizedModuleAliases for Turbopack: [#&#8203;56839](https://github.com/vercel/next.js/issues/56839) - chore: bump undici: [#&#8203;56851](https://github.com/vercel/next.js/issues/56851) - bump: edge-runtime: [#&#8203;56856](https://github.com/vercel/next.js/issues/56856) - feat(turbopack): support basic next/dynamic: [#&#8203;56389](https://github.com/vercel/next.js/issues/56389) - Revert "feat(turbopack): support basic next/dynamic": [#&#8203;56885](https://github.com/vercel/next.js/issues/56885) ##### Documentation Changes - add digest property to error prop: [#&#8203;56339](https://github.com/vercel/next.js/issues/56339) - Updates MDX docs: [#&#8203;56378](https://github.com/vercel/next.js/issues/56378) - Update redirect.mdx: [#&#8203;56414](https://github.com/vercel/next.js/issues/56414) - docs: add missing word: [#&#8203;56547](https://github.com/vercel/next.js/issues/56547) - docs: update code snippet for correct file name: [#&#8203;56006](https://github.com/vercel/next.js/issues/56006) - corrected sentence: [#&#8203;56595](https://github.com/vercel/next.js/issues/56595) - clarify client components render on server on full page load: [#&#8203;55469](https://github.com/vercel/next.js/issues/55469) - docs(router): clarify dynamic route slug is about a file name, not "folder": [#&#8203;56596](https://github.com/vercel/next.js/issues/56596) - Update 01-contribution-guide.mdx: Fix a typo: [#&#8203;56665](https://github.com/vercel/next.js/issues/56665) - fix(docs): adjust api route documentation examples: [#&#8203;56660](https://github.com/vercel/next.js/issues/56660) - Updates Large Page Data error message doc to use `JSON.parse` to make reading output easier: [#&#8203;56713](https://github.com/vercel/next.js/issues/56713) - Docs: Add missing description field: [#&#8203;56749](https://github.com/vercel/next.js/issues/56749) - Changes codeblock filename delimiter: [#&#8203;56712](https://github.com/vercel/next.js/issues/56712) - Update supported-browsers.mdx: [#&#8203;56815](https://github.com/vercel/next.js/issues/56815) - docs: fix cypress script typo in 10-testing.mdx: [#&#8203;56765](https://github.com/vercel/next.js/issues/56765) - Fix typo: [#&#8203;56863](https://github.com/vercel/next.js/issues/56863) ##### Example Changes - Maintenance: minor example dep bumps to fix moderate vulns: [#&#8203;56375](https://github.com/vercel/next.js/issues/56375) - Update actions.ts: [#&#8203;56579](https://github.com/vercel/next.js/issues/56579) - updated fauna fql v10: [#&#8203;56185](https://github.com/vercel/next.js/issues/56185) - fix lint error from fauna example: [#&#8203;56719](https://github.com/vercel/next.js/issues/56719) - chore(example): bump `@radix-ui/react-icons`: [#&#8203;56452](https://github.com/vercel/next.js/issues/56452) - fix: http2 example issue: [#&#8203;56768](https://github.com/vercel/next.js/issues/56768) ##### Misc Changes - Fix mjs import for Turbopack test: [#&#8203;56354](https://github.com/vercel/next.js/issues/56354) - Add test case for the `permalink` option of `useFormState`: [#&#8203;56329](https://github.com/vercel/next.js/issues/56329) - Fix code freeze disable handling: [#&#8203;56340](https://github.com/vercel/next.js/issues/56340) - add `cargo fmt` to lint staged: [#&#8203;56430](https://github.com/vercel/next.js/issues/56430) - fix: `.../templates/*/app/layout.*` import order: [#&#8203;56380](https://github.com/vercel/next.js/issues/56380) - Update .node-version: [#&#8203;56460](https://github.com/vercel/next.js/issues/56460) - Fix logging level in actions test: [#&#8203;56473](https://github.com/vercel/next.js/issues/56473) - Remove app dir warning test: [#&#8203;56350](https://github.com/vercel/next.js/issues/56350) - Use consistent name for App Router tests: [#&#8203;56352](https://github.com/vercel/next.js/issues/56352) - Remove isTurbo check in custom-routes test: [#&#8203;56360](https://github.com/vercel/next.js/issues/56360) - test: speed up isolated next instance test setup: [#&#8203;56525](https://github.com/vercel/next.js/issues/56525) - Update rust-toolchain to nightly-2023-10-06: [#&#8203;56541](https://github.com/vercel/next.js/issues/56541) - update test manifest: [#&#8203;56522](https://github.com/vercel/next.js/issues/56522) - chore: bump pnpm to 8.9: [#&#8203;56649](https://github.com/vercel/next.js/issues/56649) - fix: next dev with edge runtime on windows: [#&#8203;56502](https://github.com/vercel/next.js/issues/56502) - invert test filtering logic to exclude known failing: [#&#8203;56663](https://github.com/vercel/next.js/issues/56663) - (test only) Integration tests: remove flatMap polyfill: [#&#8203;56546](https://github.com/vercel/next.js/issues/56546) - Use node:fs instead of fs-extra in .github/actions: [#&#8203;56536](https://github.com/vercel/next.js/issues/56536) - Use unique names for separate test suites: [#&#8203;56695](https://github.com/vercel/next.js/issues/56695) - misc: tweak stats github action: [#&#8203;56694](https://github.com/vercel/next.js/issues/56694) - CI: add manual workflow for running e2e on prod: [#&#8203;56738](https://github.com/vercel/next.js/issues/56738) - Improve chunk encoding test to check right path for Turbopack: [#&#8203;56747](https://github.com/vercel/next.js/issues/56747) - change those->some for clarity: [#&#8203;56688](https://github.com/vercel/next.js/issues/56688) - docs: fix typo in Update 02-get-static-paths.mdx: [#&#8203;56757](https://github.com/vercel/next.js/issues/56757) - Break out E2E deploy test workflow to its own: [#&#8203;56755](https://github.com/vercel/next.js/issues/56755) - Trigger canary release nightly: [#&#8203;56758](https://github.com/vercel/next.js/issues/56758) - feat: add self-documenting `.env.example` file: [#&#8203;56469](https://github.com/vercel/next.js/issues/56469) - update manifest: [#&#8203;56737](https://github.com/vercel/next.js/issues/56737) - docs: fix several typos: [#&#8203;56788](https://github.com/vercel/next.js/issues/56788) - Skip artifact download for test e2e deploy workflow: [#&#8203;56807](https://github.com/vercel/next.js/issues/56807) - Add missing nanoid dependency to app-dir tests: [#&#8203;56830](https://github.com/vercel/next.js/issues/56830) - Remove specific hash checks for metadata.test.ts: [#&#8203;56843](https://github.com/vercel/next.js/issues/56843) - Fix CSP test when using Turbopack: [#&#8203;56833](https://github.com/vercel/next.js/issues/56833) - Skip webpack specific tests in Turbopack test run: [#&#8203;56877](https://github.com/vercel/next.js/issues/56877) ##### Credits Huge thanks to [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;timneutkens](https://github.com/timneutkens), [@&#8203;shuding](https://github.com/shuding), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;Syphini](https://github.com/Syphini), [@&#8203;manovotny](https://github.com/manovotny), [@&#8203;ForsakenHarmony](https://github.com/ForsakenHarmony), [@&#8203;gnoff](https://github.com/gnoff), [@&#8203;anonrig](https://github.com/anonrig), [@&#8203;viktorronnback](https://github.com/viktorronnback), [@&#8203;Rylab](https://github.com/Rylab), [@&#8203;sokra](https://github.com/sokra), [@&#8203;hamirmahal](https://github.com/hamirmahal), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;jridgewell](https://github.com/jridgewell), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;wbinnssmith](https://github.com/wbinnssmith), [@&#8203;feedthejim](https://github.com/feedthejim), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;jazsouf](https://github.com/jazsouf), [@&#8203;2XG-DEV](https://github.com/2XG-DEV), [@&#8203;stefanprobst](https://github.com/stefanprobst), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;mzab1985](https://github.com/mzab1985), [@&#8203;Mustafadagkiranlar](https://github.com/Mustafadagkiranlar), [@&#8203;JoRyGu](https://github.com/JoRyGu), [@&#8203;cmbritten](https://github.com/cmbritten), [@&#8203;styfle](https://github.com/styfle), [@&#8203;Krishnanand2517](https://github.com/Krishnanand2517), [@&#8203;bahag-buttf](https://github.com/bahag-buttf), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;Shadid12](https://github.com/Shadid12), [@&#8203;delbaoliveira](https://github.com/delbaoliveira), [@&#8203;mayankkamboj47](https://github.com/mayankkamboj47), [@&#8203;dvoytenko](https://github.com/dvoytenko), [@&#8203;mayank1513](https://github.com/mayank1513), [@&#8203;himself65](https://github.com/himself65), [@&#8203;suravshrestha](https://github.com/suravshrestha), [@&#8203;fvaysh](https://github.com/fvaysh), [@&#8203;dianacpg](https://github.com/dianacpg), [@&#8203;joristirado](https://github.com/joristirado), and [@&#8203;Kikobeats](https://github.com/Kikobeats) for helping! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Fascinated force-pushed renovate/nextjs-monorepo from af58e8c24c to 69463976de 2023-10-19 00:05:37 +00:00 Compare
Fascinated changed title from fix(deps): update nextjs monorepo to v13.5.5 to fix(deps): update nextjs monorepo to v13.5.6 2023-10-19 00:06:08 +00:00
Fascinated force-pushed renovate/nextjs-monorepo from 69463976de to d3f43bed90 2023-10-20 05:05:59 +00:00 Compare
Fascinated merged commit 27e1347da8 into master 2023-10-20 05:08:37 +00:00
Fascinated deleted branch renovate/nextjs-monorepo 2023-10-20 05:08:37 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
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: Fascinated/simple-links#16
No description provided.