Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update nextjs monorepo to v13.5.4 (#223)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://github.com/vercel/next.js)) | [`13.5.3` -> `13.5.4`](https://renovatebot.com/diffs/npm/eslint-config-next/13.5.3/13.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-next/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-next/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-config-next/13.5.3/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-config-next/13.5.3/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | [`13.5.3` -> `13.5.4`](https://renovatebot.com/diffs/npm/next/13.5.3/13.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/13.5.3/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/13.5.3/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v13.5.4`](https://github.com/vercel/next.js/releases/tag/v13.5.4) [Compare Source](https://github.com/vercel/next.js/compare/v13.5.3...v13.5.4) ##### Core Changes - chore: NextJS -> Next.js: [#​55961](https://github.com/vercel/next.js/issues/55961) - fix-failed-to-generate-self-signed-certificate issue:[#​55891](https://github.com/vercel/next.js/issues/55891): [#​55947](https://github.com/vercel/next.js/issues/55947) - Remove .test.js from dist: [#​55946](https://github.com/vercel/next.js/issues/55946) - Turbopack next/font/google: don't insert css rules for multiple weights or styles: [#​55852](https://github.com/vercel/next.js/issues/55852) - Fix stale revalidate stream handling: [#​55978](https://github.com/vercel/next.js/issues/55978) - turbopack: improve turbopack/test stability: [#​56024](https://github.com/vercel/next.js/issues/56024) - Mark testmode fetches internal: [#​56036](https://github.com/vercel/next.js/issues/56036) - chore: Remove 'beta.' Subdomain from `beta.nextjs.org` Links: [#​55924](https://github.com/vercel/next.js/issues/55924) - Remove experimental.sharedPool: [#​56021](https://github.com/vercel/next.js/issues/56021) - fix(worker): pass env to build worker w/ `config.experimental.workerThreads`: [#​55257](https://github.com/vercel/next.js/issues/55257) - Update `swc_core` to `v0.83.26`: [#​55780](https://github.com/vercel/next.js/issues/55780) - Revert "Update `swc_core` to `v0.83.26`": [#​56077](https://github.com/vercel/next.js/issues/56077) - fix reporting of illegal segments when directory only contains irrelevant files: [#​56076](https://github.com/vercel/next.js/issues/56076) - Make `permanentRedirect` return 308 in route handlers: [#​56065](https://github.com/vercel/next.js/issues/56065) - Remove unneeded next-dev js in next-core: [#​56039](https://github.com/vercel/next.js/issues/56039) - Fix: Use `boolean` instead of `false` for experimental logging config: [#​56110](https://github.com/vercel/next.js/issues/56110) - chore: remove chalk in favor of picocolors: [#​55992](https://github.com/vercel/next.js/issues/55992) - Revert: "Generate prefetch RSC payload during build for SSR paths ([#​54403](https://github.com/vercel/next.js/issues/54403))": [#​56059](https://github.com/vercel/next.js/issues/56059) - fetching logging on edge: [#​56108](https://github.com/vercel/next.js/issues/56108) - Optimize build trace handling: [#​56048](https://github.com/vercel/next.js/issues/56048) - Update font data: [#​56121](https://github.com/vercel/next.js/issues/56121) - feat(turbopack): port bloom filter to nexturbo: [#​55678](https://github.com/vercel/next.js/issues/55678) - Fixes performance problems due to TaskScopes: [#​55721](https://github.com/vercel/next.js/issues/55721) - perf: remove react dom legacy from app router: [#​56082](https://github.com/vercel/next.js/issues/56082) - perf: replace zod with superstruct: [#​56083](https://github.com/vercel/next.js/issues/56083) - perf: externalise ws for bundled server: [#​56095](https://github.com/vercel/next.js/issues/56095) - misc: refactor node utils: [#​56096](https://github.com/vercel/next.js/issues/56096) - Add support for skipTrailingSlashRedirect and skipMiddlewareUrlNormalize in Turbopack: [#​56147](https://github.com/vercel/next.js/issues/56147) - Add experimental.scrollRestoration for Turbopack: [#​56150](https://github.com/vercel/next.js/issues/56150) - misc: refactor handleExternals: [#​56161](https://github.com/vercel/next.js/issues/56161) - perf: add option to bundle pages externals: [#​56162](https://github.com/vercel/next.js/issues/56162) - Allow jest to run with use server directive: [#​56148](https://github.com/vercel/next.js/issues/56148) - Update experimental compile cache handling: [#​56139](https://github.com/vercel/next.js/issues/56139) - App render related code clean up: [#​56178](https://github.com/vercel/next.js/issues/56178) - Add support for i18n config in Turbopack: [#​56182](https://github.com/vercel/next.js/issues/56182) - Implement list of config options for Turbopack: [#​56188](https://github.com/vercel/next.js/issues/56188) - Turbopack: add support for an assetPrefix and basePath: [#​56058](https://github.com/vercel/next.js/issues/56058) - update turbopack: [#​56197](https://github.com/vercel/next.js/issues/56197) - Update supported options list to reflect [#​56188](https://github.com/vercel/next.js/issues/56188): [#​56200](https://github.com/vercel/next.js/issues/56200) - Add support for experimental.logging.level in Turbopack: [#​56201](https://github.com/vercel/next.js/issues/56201) - Add next.config.js options to turbopack warning file: [#​56207](https://github.com/vercel/next.js/issues/56207) - fix: [@​libsql/client](https://github.com/libsql/client) build error: [#​56192](https://github.com/vercel/next.js/issues/56192) - chore: bump `postcss`: [#​56225](https://github.com/vercel/next.js/issues/56225) - Add additional handling for experimental-compile: [#​56224](https://github.com/vercel/next.js/issues/56224) - Drop ipc server headers filters: [#​56226](https://github.com/vercel/next.js/issues/56226) - only override NODE_EXTRA_CA_CERTS when using experimental https flag: [#​56252](https://github.com/vercel/next.js/issues/56252) - Pass same mangling option as terser to SWC minifier: [#​56281](https://github.com/vercel/next.js/issues/56281) - update turbopack: [#​56285](https://github.com/vercel/next.js/issues/56285) - clear require cache only when needed: [#​56198](https://github.com/vercel/next.js/issues/56198) - misc: enable source maps for bundled runtime: [#​56289](https://github.com/vercel/next.js/issues/56289) - misc: shortcut styled-jsx in external resolution: [#​56291](https://github.com/vercel/next.js/issues/56291) - Support serverRuntimeConfig and publicRuntimeConfig in Turbopack: [#​56310](https://github.com/vercel/next.js/issues/56310) - Reland static prefetches & fix prefetch bailout behavior: [#​56228](https://github.com/vercel/next.js/issues/56228) - fix([#​53190](https://github.com/vercel/next.js/issues/53190)): add missing crossOrigin to assetsPrefix resources: [#​56311](https://github.com/vercel/next.js/issues/56311) - misc: fix instrumentation with bundled server: [#​56318](https://github.com/vercel/next.js/issues/56318) - fix(next/client): keep hash when navigating from app to pages router: [#​56223](https://github.com/vercel/next.js/issues/56223) - fix: support both decoded and encoded url requests of conventioned files : [#​56187](https://github.com/vercel/next.js/issues/56187) - fix: Invalid URL (404) provided on server actions error: [#​56323](https://github.com/vercel/next.js/issues/56323) - Revert "misc: shortcut styled-jsx in external resolution ([#​56291](https://github.com/vercel/next.js/issues/56291))": [#​56334](https://github.com/vercel/next.js/issues/56334) - Fix build output logging order: [#​56335](https://github.com/vercel/next.js/issues/56335) ##### Documentation Changes - docs: add `not-found` to file conventions page: [#​55944](https://github.com/vercel/next.js/issues/55944) - Update 03-linking-and-navigating.mdx: [#​55907](https://github.com/vercel/next.js/issues/55907) - docs: Correct place for passing `extension` option to `createMDX()`: [#​55967](https://github.com/vercel/next.js/issues/55967) - docs-55629 update router cache column in cache interactions api table: [#​55630](https://github.com/vercel/next.js/issues/55630) - Update 03-linking-and-navigating.mdx: [#​55969](https://github.com/vercel/next.js/issues/55969) - Updates "Prerender Error" page for App Router: [#​56044](https://github.com/vercel/next.js/issues/56044) - Add the default import alias to create-next-app prompt for clarity: [#​55896](https://github.com/vercel/next.js/issues/55896) - Update revalidatePath.mdx to fix confusing wording of arguments section.: [#​56099](https://github.com/vercel/next.js/issues/56099) - docs: Renamed function that is used by other name: [#​56170](https://github.com/vercel/next.js/issues/56170) - (docs) Document Server Actions `.bind` method: [#​56164](https://github.com/vercel/next.js/issues/56164) - docs: Use `Response.json` over `NextResponse.json`: [#​56173](https://github.com/vercel/next.js/issues/56173) - correcting link to useSearchParams ref: [#​56169](https://github.com/vercel/next.js/issues/56169) - docs(sharp-missing-in-production.mdx): update standalone command: [#​56191](https://github.com/vercel/next.js/issues/56191) - docs(sharp-missing-in-production.mdx): update standalone command: [#​56239](https://github.com/vercel/next.js/issues/56239) - Update image.mdx: [#​56269](https://github.com/vercel/next.js/issues/56269) - Update image.mdx: [#​56266](https://github.com/vercel/next.js/issues/56266) ##### Example Changes - chore(examples): bump dependency versions: [#​55899](https://github.com/vercel/next.js/issues/55899) - Update to with-supertokens example app: [#​56035](https://github.com/vercel/next.js/issues/56035) - Update dependencies in examples : [#​55993](https://github.com/vercel/next.js/issues/55993) - Chore/update with supabase demo deploy button: [#​52483](https://github.com/vercel/next.js/issues/52483) - chore(examples): remove deprecated dependency from `with-jest`: [#​56152](https://github.com/vercel/next.js/issues/56152) - chore(examples): fix `with-jest` types: [#​56193](https://github.com/vercel/next.js/issues/56193) - (Examples) update Grafbase example: [#​54705](https://github.com/vercel/next.js/issues/54705) - fix: typo in `with-stripe-typescript` example: [#​56274](https://github.com/vercel/next.js/issues/56274) ##### Misc Changes - Skip production tests for Turbopack: [#​56045](https://github.com/vercel/next.js/issues/56045) - Fix invalid build-and-test workflow: [#​56053](https://github.com/vercel/next.js/issues/56053) - turbopack: Add more skipped tests: [#​56052](https://github.com/vercel/next.js/issues/56052) - Skip next build test: [#​56079](https://github.com/vercel/next.js/issues/56079) - add flakey test: [#​56080](https://github.com/vercel/next.js/issues/56080) - Skip more production tests for turbopack: [#​56084](https://github.com/vercel/next.js/issues/56084) - Ensure tests suites have unique names: [#​56085](https://github.com/vercel/next.js/issues/56085) - Skip experimental.nextScriptWorkers test for Turbopack: [#​56086](https://github.com/vercel/next.js/issues/56086) - Skip production tests for Turbopack: [#​56089](https://github.com/vercel/next.js/issues/56089) - Skip Babel tests for Turbopack: [#​56091](https://github.com/vercel/next.js/issues/56091) - misc: add node-version file: [#​55938](https://github.com/vercel/next.js/issues/55938) - Ensure unique name for app dir css tests: [#​56088](https://github.com/vercel/next.js/issues/56088) - Decrease default test timeouts: [#​56116](https://github.com/vercel/next.js/issues/56116) - misc: stop hiding node_modules in vscode: [#​56081](https://github.com/vercel/next.js/issues/56081) - special case timeout on windows: [#​56120](https://github.com/vercel/next.js/issues/56120) - Turbopack: update test manifest: [#​56133](https://github.com/vercel/next.js/issues/56133) - More test updates: [#​56146](https://github.com/vercel/next.js/issues/56146) - fix(cna): pin dependency versions: [#​56177](https://github.com/vercel/next.js/issues/56177) - Update `swc_core` to `v0.83.28`: [#​56134](https://github.com/vercel/next.js/issues/56134) - Fix middleware-general test for Turbopack: [#​56211](https://github.com/vercel/next.js/issues/56211) - More Turbopack test fixes: [#​56248](https://github.com/vercel/next.js/issues/56248) - update test mainfest: [#​56214](https://github.com/vercel/next.js/issues/56214) - More Turbopack fixes: [#​56275](https://github.com/vercel/next.js/issues/56275) - More Turbopack fixes: [#​56299](https://github.com/vercel/next.js/issues/56299) - misc: update code owners: [#​56290](https://github.com/vercel/next.js/issues/56290) - Fix flaky test for size output: [#​56303](https://github.com/vercel/next.js/issues/56303) - update webp crate: [#​56307](https://github.com/vercel/next.js/issues/56307) - Remove buildId test as it's no longer relevant: [#​56316](https://github.com/vercel/next.js/issues/56316) - Add code freeze GitHub actions for releasing: [#​56325](https://github.com/vercel/next.js/issues/56325) - test: add flaky turbopack integration tests to manifest: [#​56309](https://github.com/vercel/next.js/issues/56309) ##### Credits Huge thanks to [@​balazsorban44](https://github.com/balazsorban44), [@​sdkdeepa](https://github.com/sdkdeepa), [@​aayman997](https://github.com/aayman997), [@​mayank1513](https://github.com/mayank1513), [@​timneutkens](https://github.com/timneutkens), [@​2XG-DEV](https://github.com/2XG-DEV), [@​eliot-akira](https://github.com/eliot-akira), [@​hi-matthew](https://github.com/hi-matthew), [@​riobits](https://github.com/riobits), [@​wbinnssmith](https://github.com/wbinnssmith), [@​ijjk](https://github.com/ijjk), [@​sokra](https://github.com/sokra), [@​dvoytenko](https://github.com/dvoytenko), [@​rishabhpoddar](https://github.com/rishabhpoddar), [@​manovotny](https://github.com/manovotny), [@​A7med3bdulBaset](https://github.com/A7med3bdulBaset), [@​huozhi](https://github.com/huozhi), [@​jridgewell](https://github.com/jridgewell), [@​joulev](https://github.com/joulev), [@​SukkaW](https://github.com/SukkaW), [@​kdy1](https://github.com/kdy1), [@​feedthejim](https://github.com/feedthejim), [@​Fredkiss3](https://github.com/Fredkiss3), [@​styfle](https://github.com/styfle), [@​MildTomato](https://github.com/MildTomato), [@​ForsakenHarmony](https://github.com/ForsakenHarmony), [@​walfly](https://github.com/walfly), [@​bzhn](https://github.com/bzhn), [@​shuding](https://github.com/shuding), [@​boylett](https://github.com/boylett), [@​Loki899899](https://github.com/Loki899899), [@​devrsi0n](https://github.com/devrsi0n), [@​ImBIOS](https://github.com/ImBIOS), [@​vinaykulk621](https://github.com/vinaykulk621), [@​ztanner](https://github.com/ztanner), [@​sdaigo](https://github.com/sdaigo), [@​hamirmahal](https://github.com/hamirmahal), [@​blurrah](https://github.com/blurrah), [@​omarmciver](https://github.com/omarmciver), and [@​alexBaizeau](https://github.com/alexBaizeau) 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Johannes-Andersen/Johannes). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information