Update dependency next to v13.0.6 #13

Merged
kjuulh merged 1 commits from renovate/nextjs-monorepo into main 2022-12-09 19:05:41 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
next (source) dependencies patch 13.0.4 -> 13.0.6

Release Notes

vercel/next.js

v13.0.6

Compare Source

Core Changes
  • test(integration): allow to run --turbo dev server tests dynamically : #​42967
  • Ensure loaderFile is included in webpack cache key: #​43315
  • Improve @​next/font error handling: #​43298
  • Improve RSC plugin to provide better errors: #​42435
  • fix appDir returning 404 in production with "output": "standalone": #​43268
  • Fix outputting un-necessary trace files for edge functions: #​43304
  • fix: apply default export interop to pages/_app: #​43335
  • Fix package resolution issue in app dir: #​43349
  • Get correct chunks in flight-manifest on Windows: #​43334
  • Resolve RSC / HTML rendering errors in error overlay: #​43332
  • App directory next/link dynamic href dev error: #​43074
  • Add ref forwarding for next/image: #​43193
  • Always transform styled-jsx for rsc and error with client-only condition: #​43386
  • dynamic = 'error' should only throw if page didn't get exported: #​43377
  • fix output: "standalone" returning 500 error on certain pages when built without pages/: #​43336
  • Fix "apply() is only allowed in ready status (state: idle)" HMR errors: #​43242
  • Add gSP and gSSP checks for both server and client layers in the SWC transform: #​43391
  • Make sure the TS plugin works for src/app: #​43412
  • Remove stack trace from full reload warning: #​43453
  • Upgrade compiled undici: #​43481
  • Fix missing cleanup process in flight plugin globals: #​43297
  • Fix matchers in middleware manifest: #​43549
  • rsc: bundle legacy head as client component: #​43425
  • Remove useState from next/image: #​43587
  • Group redirect status imports: #​43480
  • Fix Failed to copy traced files for Edge functions and handle its files with middleware-manifest.json: #​43326
  • Update next/link default legacyBehavior: #​42623
  • fix: Dynamic Usage Error when using previewData with generateStaticParams and appDir: #​43395
  • Minimized runtime errors in app dir: #​43511
Documentation Changes
  • Add link back to font video in Font docs.: #​43440
  • docs: update known Safari bug: #​43513
  • Add yarn berry dependency upgrade example for Next 12 to 13 upgrade documentation.: #​43472
  • Clarify that publicRuntimeConfig and serverRuntimeConfig do not work with Output File Tracing: #​43443
  • adding note that edge api routes are not supported with ISR: #​43572
  • Improve docs for URL Imports: #​43615
Example Changes
  • chore(examples): Deprecate cms-strapi: #​43325
  • Add example commands for creating reproductions: #​43375
  • updates with-supertokens example: #​43379
  • Fix with-docker-compose example: #​43419
  • chore(examples): fix CLI commands for MobX examples: #​43534
  • Simplify and convert with-vercel-fetch example to TypeScript: #​43403
  • chore(examples): reference main prop in README.md in Firebase example: #​43434
  • chore(examples): Update active-class-name example: #​43581
  • Fix deploy button in with-xata example: #​43608
Misc Changes
  • Avoid turbo cache miss on root package change: #​43309
  • Add .pnpm-store to .gitignore: #​43366
  • Update @​next/font/google fonts: #​43385
  • Catch errors when calculating avg font width: #​43503
  • chore: update issue verifier: #​43339
  • chore: fix issue validator
  • chore: move comments of issue validator
  • chore: hardcode path for issue validator
  • chore: add area dropdown to bug report template: #​43228
  • chore: fix issue verifier issues
  • Merge branch 'canary' of https://github.com/vercel/next.js into canary
  • chore: fix issue verifier
  • chore: don't comment twice
  • chore: disable auto-labeling
  • Fix "infer pnpm with example" test outside test suite: #​43487
  • chore: add issue labeler: #​43599
  • chore: fix issue labeler: #​43606
  • Changed output mode on app directory test application: #​43607
  • Fix output: standalone test for app directory: #​43618
Credits

Huge thanks to @​kwonoj, @​hanneslund, @​ijjk, @​shuding, @​DuCanhGH, @​chibicode, @​artechventure, @​JanKaifer, @​huozhi, @​colinking, @​rishabhpoddar, @​maxproske, @​wyattjoh, @​leerob, @​alantoa, @​Haschikeks, @​balazsorban44, @​matthew-heath, @​AaronJY, @​dtinth, @​styfle, @​leoortizz, @​ValentinH, @​brvnonascimento, @​joshuaslate, @​SferaDev, and @​timeyoutakeit for helping!

v13.0.5

Compare Source

Core Changes
  • Remove unnecessary async function when preloading async components: #​42957
  • Add force-static handling for app dir: #​43061
  • Add experimental outputFileTracingIgnores config: #​43103
  • Leverage outputFileTracingIgnores for next-server trace as well: #​43108
  • Remove unstable_revalidate: #​43119
  • types: better type definition for internal utils: #​43070
  • Eagerly build swc binaries on change: #​43142
  • chore: Update swc_core to v0.43.23: #​42977
  • fix(next-swc/relay): make pages directory optional: #​43116
  • Remove the timestamp query for CSS resources: #​43185
  • Update experimental skipTrailingSlashRedirect handling: #​43201
  • Avoid bundling appDir rendering into pages edge SSR bundle: #​43184
  • Alias esm next document to avoid mismatch react context: #​43192
  • Fix middleware not executed when pages directory is empty: #​43205
  • Remove app routes from _devPagesManifest: #​43188
  • Fix HMR error: "Cannot read properties of null (reading 'length')": #​43145
  • fix(ts): re-export PageComponent and LayoutComponent types: #​43226
  • Fix app routes are not correctly matched when src directory is used: #​43234
  • chore: add firebase-admin to default serverComponentsExternalPackages list: #​43249
  • Fix React.cache() in layout/page file: #​43187
  • build(cargo): bump up turbopack: #​43273
  • fix(next-swc): aarch64 build: #​43275
  • Add fallback aliases for React: #​43203
  • fix: apply default export interop to next/error: #​43238
  • Remove unused use-sync-external-store dependency: #​43281
  • Imageloader: collect images serverside to include images from staticp…: #​41554
  • Update precompiled react: #​43288
  • Resolve next api for layouts to esm for edge runtime: #​43302
  • Refactor code: #​43291
  • Show error for invalid page props in the TS plugin: #​43300
  • docs: add error link when missing appDir: true: #​43293
Documentation Changes
  • Add note in next/link docs about anchor props: #​43064
  • Remove unneeded async in docs.: #​43161
  • Add JWT example to error page.: #​43162
  • Updated typo in the documentation: #​43160
  • Add missing quote in next/script example: #​43196
  • Add a note about the auto-created empty directory: #​43219
  • docs: Add default browserslist configuration as a starting point: #​43260
Example Changes
  • chore: Updating Tigris example to use stable release: #​43058
  • examples(with-ant-design): bump antd v5.0.0: #​43062
  • fix: Wrong link to source in "responsive" image example: #​43081
  • chore(examples): with-msw update msw: #​43224
  • Fix With Passport example: #​43232
  • chore(examples): update Next.js in with-redux-reducer: #​43237
  • Updates supertokens example app SSR behaviour: #​43218
  • docs: add missing AppProps import: #​43136
  • Convert more jsx/styled-components examples to TypeScript: #​43117
  • Convert with-videojs, with-yoga, with-zones examples to TypeScript: #​43280
Misc Changes
Credits

Huge thanks to @​hanneslund, @​adilansari, @​chunsch, @​bennettdams, @​maxproske, @​SukkaW, @​kdy1, @​orionmiz, @​leerob, @​shuding, @​aziyatali, @​NiedziolkaMichal, @​huozhi, @​colinking, @​juliusmarminge, @​andykenward, @​Yutsuten, @​balazsorban44, @​FomichRoman, @​rishabhpoddar, @​arturbien, @​ADTC, @​JanKaifer, @​ijjk, @​kwonoj, @​joliss, @​Andarist, and @​Laityned 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 this update 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 | |---|---|---|---| | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`13.0.4` -> `13.0.6`](https://renovatebot.com/diffs/npm/next/13.0.4/13.0.6) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.0.6`](https://github.com/vercel/next.js/releases/tag/v13.0.6) [Compare Source](https://github.com/vercel/next.js/compare/v13.0.5...v13.0.6) ##### Core Changes - test(integration): allow to run `--turbo` dev server tests dynamically : [#&#8203;42967](https://github.com/vercel/next.js/issues/42967) - Ensure loaderFile is included in webpack cache key: [#&#8203;43315](https://github.com/vercel/next.js/issues/43315) - Improve [@&#8203;next/font](https://github.com/next/font) error handling: [#&#8203;43298](https://github.com/vercel/next.js/issues/43298) - Improve RSC plugin to provide better errors: [#&#8203;42435](https://github.com/vercel/next.js/issues/42435) - fix appDir returning 404 in production with `"output": "standalone"`: [#&#8203;43268](https://github.com/vercel/next.js/issues/43268) - Fix outputting un-necessary trace files for edge functions: [#&#8203;43304](https://github.com/vercel/next.js/issues/43304) - fix: apply default export interop to pages/\_app: [#&#8203;43335](https://github.com/vercel/next.js/issues/43335) - Fix package resolution issue in app dir: [#&#8203;43349](https://github.com/vercel/next.js/issues/43349) - Get correct chunks in flight-manifest on Windows: [#&#8203;43334](https://github.com/vercel/next.js/issues/43334) - Resolve RSC / HTML rendering errors in error overlay: [#&#8203;43332](https://github.com/vercel/next.js/issues/43332) - App directory next/link dynamic href dev error: [#&#8203;43074](https://github.com/vercel/next.js/issues/43074) - Add `ref` forwarding for `next/image`: [#&#8203;43193](https://github.com/vercel/next.js/issues/43193) - Always transform styled-jsx for rsc and error with client-only condition: [#&#8203;43386](https://github.com/vercel/next.js/issues/43386) - dynamic = 'error' should only throw if page didn't get exported: [#&#8203;43377](https://github.com/vercel/next.js/issues/43377) - fix `output: "standalone"` returning 500 error on certain pages when built without pages/: [#&#8203;43336](https://github.com/vercel/next.js/issues/43336) - Fix "apply() is only allowed in ready status (state: idle)" HMR errors: [#&#8203;43242](https://github.com/vercel/next.js/issues/43242) - Add gSP and gSSP checks for both server and client layers in the SWC transform: [#&#8203;43391](https://github.com/vercel/next.js/issues/43391) - Make sure the TS plugin works for src/app: [#&#8203;43412](https://github.com/vercel/next.js/issues/43412) - Remove stack trace from full reload warning: [#&#8203;43453](https://github.com/vercel/next.js/issues/43453) - Upgrade compiled undici: [#&#8203;43481](https://github.com/vercel/next.js/issues/43481) - Fix missing cleanup process in flight plugin globals: [#&#8203;43297](https://github.com/vercel/next.js/issues/43297) - Fix matchers in middleware manifest: [#&#8203;43549](https://github.com/vercel/next.js/issues/43549) - rsc: bundle legacy head as client component: [#&#8203;43425](https://github.com/vercel/next.js/issues/43425) - Remove `useState` from `next/image`: [#&#8203;43587](https://github.com/vercel/next.js/issues/43587) - Group redirect status imports: [#&#8203;43480](https://github.com/vercel/next.js/issues/43480) - Fix `Failed to copy traced files` for Edge functions and handle its files with middleware-manifest.json: [#&#8203;43326](https://github.com/vercel/next.js/issues/43326) - Update next/link default legacyBehavior: [#&#8203;42623](https://github.com/vercel/next.js/issues/42623) - fix: Dynamic Usage Error when using previewData with generateStaticParams and appDir: [#&#8203;43395](https://github.com/vercel/next.js/issues/43395) - Minimized runtime errors in app dir: [#&#8203;43511](https://github.com/vercel/next.js/issues/43511) ##### Documentation Changes - Add link back to font video in Font docs.: [#&#8203;43440](https://github.com/vercel/next.js/issues/43440) - docs: update known Safari bug: [#&#8203;43513](https://github.com/vercel/next.js/issues/43513) - Add yarn berry dependency upgrade example for Next 12 to 13 upgrade documentation.: [#&#8203;43472](https://github.com/vercel/next.js/issues/43472) - Clarify that publicRuntimeConfig and serverRuntimeConfig do not work with Output File Tracing: [#&#8203;43443](https://github.com/vercel/next.js/issues/43443) - adding note that edge api routes are not supported with ISR: [#&#8203;43572](https://github.com/vercel/next.js/issues/43572) - Improve docs for URL Imports: [#&#8203;43615](https://github.com/vercel/next.js/issues/43615) ##### Example Changes - chore(examples): Deprecate `cms-strapi`: [#&#8203;43325](https://github.com/vercel/next.js/issues/43325) - Add example commands for creating reproductions: [#&#8203;43375](https://github.com/vercel/next.js/issues/43375) - updates with-supertokens example: [#&#8203;43379](https://github.com/vercel/next.js/issues/43379) - Fix `with-docker-compose` example: [#&#8203;43419](https://github.com/vercel/next.js/issues/43419) - chore(examples): fix CLI commands for MobX examples: [#&#8203;43534](https://github.com/vercel/next.js/issues/43534) - Simplify and convert `with-vercel-fetch` example to TypeScript: [#&#8203;43403](https://github.com/vercel/next.js/issues/43403) - chore(examples): reference `main` prop in README.md in Firebase example: [#&#8203;43434](https://github.com/vercel/next.js/issues/43434) - chore(examples): Update active-class-name example: [#&#8203;43581](https://github.com/vercel/next.js/issues/43581) - Fix deploy button in with-xata example: [#&#8203;43608](https://github.com/vercel/next.js/issues/43608) ##### Misc Changes - Avoid turbo cache miss on root package change: [#&#8203;43309](https://github.com/vercel/next.js/issues/43309) - Add .pnpm-store to .gitignore: [#&#8203;43366](https://github.com/vercel/next.js/issues/43366) - Update @&#8203;next/font/google fonts: [#&#8203;43385](https://github.com/vercel/next.js/issues/43385) - Catch errors when calculating avg font width: [#&#8203;43503](https://github.com/vercel/next.js/issues/43503) - chore: update issue verifier: [#&#8203;43339](https://github.com/vercel/next.js/issues/43339) - chore: fix issue validator - chore: move comments of issue validator - chore: hardcode path for issue validator - chore: add area dropdown to bug report template: [#&#8203;43228](https://github.com/vercel/next.js/issues/43228) - chore: fix issue verifier issues - Merge branch 'canary' of https://github.com/vercel/next.js into canary - chore: fix issue verifier - chore: don't comment twice - chore: disable auto-labeling - Fix "infer pnpm with example" test outside test suite: [#&#8203;43487](https://github.com/vercel/next.js/issues/43487) - chore: add issue labeler: [#&#8203;43599](https://github.com/vercel/next.js/issues/43599) - chore: fix issue labeler: [#&#8203;43606](https://github.com/vercel/next.js/issues/43606) - Changed output mode on app directory test application: [#&#8203;43607](https://github.com/vercel/next.js/issues/43607) - Fix output: standalone test for app directory: [#&#8203;43618](https://github.com/vercel/next.js/issues/43618) ##### Credits Huge thanks to [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;shuding](https://github.com/shuding), [@&#8203;DuCanhGH](https://github.com/DuCanhGH), [@&#8203;chibicode](https://github.com/chibicode), [@&#8203;artechventure](https://github.com/artechventure), [@&#8203;JanKaifer](https://github.com/JanKaifer), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;colinking](https://github.com/colinking), [@&#8203;rishabhpoddar](https://github.com/rishabhpoddar), [@&#8203;maxproske](https://github.com/maxproske), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;leerob](https://github.com/leerob), [@&#8203;alantoa](https://github.com/alantoa), [@&#8203;Haschikeks](https://github.com/Haschikeks), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;matthew-heath](https://github.com/matthew-heath), [@&#8203;AaronJY](https://github.com/AaronJY), [@&#8203;dtinth](https://github.com/dtinth), [@&#8203;styfle](https://github.com/styfle), [@&#8203;leoortizz](https://github.com/leoortizz), [@&#8203;ValentinH](https://github.com/ValentinH), [@&#8203;brvnonascimento](https://github.com/brvnonascimento), [@&#8203;joshuaslate](https://github.com/joshuaslate), [@&#8203;SferaDev](https://github.com/SferaDev), and [@&#8203;timeyoutakeit](https://github.com/timeyoutakeit) for helping! ### [`v13.0.5`](https://github.com/vercel/next.js/releases/tag/v13.0.5) [Compare Source](https://github.com/vercel/next.js/compare/v13.0.4...v13.0.5) ##### Core Changes - Remove unnecessary async function when preloading async components: [#&#8203;42957](https://github.com/vercel/next.js/issues/42957) - Add force-static handling for app dir: [#&#8203;43061](https://github.com/vercel/next.js/issues/43061) - Add experimental outputFileTracingIgnores config: [#&#8203;43103](https://github.com/vercel/next.js/issues/43103) - Leverage outputFileTracingIgnores for next-server trace as well: [#&#8203;43108](https://github.com/vercel/next.js/issues/43108) - Remove `unstable_revalidate`: [#&#8203;43119](https://github.com/vercel/next.js/issues/43119) - types: better type definition for internal utils: [#&#8203;43070](https://github.com/vercel/next.js/issues/43070) - Eagerly build swc binaries on change: [#&#8203;43142](https://github.com/vercel/next.js/issues/43142) - chore: Update swc_core to `v0.43.23`: [#&#8203;42977](https://github.com/vercel/next.js/issues/42977) - fix(next-swc/relay): make pages directory optional: [#&#8203;43116](https://github.com/vercel/next.js/issues/43116) - Remove the timestamp query for CSS resources: [#&#8203;43185](https://github.com/vercel/next.js/issues/43185) - Update experimental skipTrailingSlashRedirect handling: [#&#8203;43201](https://github.com/vercel/next.js/issues/43201) - Avoid bundling appDir rendering into pages edge SSR bundle: [#&#8203;43184](https://github.com/vercel/next.js/issues/43184) - Alias esm next document to avoid mismatch react context: [#&#8203;43192](https://github.com/vercel/next.js/issues/43192) - Fix middleware not executed when pages directory is empty: [#&#8203;43205](https://github.com/vercel/next.js/issues/43205) - Remove app routes from \_devPagesManifest: [#&#8203;43188](https://github.com/vercel/next.js/issues/43188) - Fix HMR error: "Cannot read properties of null (reading 'length')": [#&#8203;43145](https://github.com/vercel/next.js/issues/43145) - fix(ts): re-export `PageComponent` and `LayoutComponent` types: [#&#8203;43226](https://github.com/vercel/next.js/issues/43226) - Fix app routes are not correctly matched when src directory is used: [#&#8203;43234](https://github.com/vercel/next.js/issues/43234) - chore: add `firebase-admin` to default `serverComponentsExternalPackages` list: [#&#8203;43249](https://github.com/vercel/next.js/issues/43249) - Fix React.cache() in layout/page file: [#&#8203;43187](https://github.com/vercel/next.js/issues/43187) - build(cargo): bump up turbopack: [#&#8203;43273](https://github.com/vercel/next.js/issues/43273) - fix(next-swc): aarch64 build: [#&#8203;43275](https://github.com/vercel/next.js/issues/43275) - Add fallback aliases for React: [#&#8203;43203](https://github.com/vercel/next.js/issues/43203) - fix: apply default export interop to `next/error`: [#&#8203;43238](https://github.com/vercel/next.js/issues/43238) - Remove unused `use-sync-external-store` dependency: [#&#8203;43281](https://github.com/vercel/next.js/issues/43281) - Imageloader: collect images serverside to include images from staticp…: [#&#8203;41554](https://github.com/vercel/next.js/issues/41554) - Update precompiled react: [#&#8203;43288](https://github.com/vercel/next.js/issues/43288) - Resolve next api for layouts to esm for edge runtime: [#&#8203;43302](https://github.com/vercel/next.js/issues/43302) - Refactor code: [#&#8203;43291](https://github.com/vercel/next.js/issues/43291) - Show error for invalid page props in the TS plugin: [#&#8203;43300](https://github.com/vercel/next.js/issues/43300) - docs: add error link when missing `appDir: true`: [#&#8203;43293](https://github.com/vercel/next.js/issues/43293) ##### Documentation Changes - Add note in next/link docs about anchor props: [#&#8203;43064](https://github.com/vercel/next.js/issues/43064) - Remove unneeded `async` in docs.: [#&#8203;43161](https://github.com/vercel/next.js/issues/43161) - Add JWT example to error page.: [#&#8203;43162](https://github.com/vercel/next.js/issues/43162) - Updated typo in the documentation: [#&#8203;43160](https://github.com/vercel/next.js/issues/43160) - Add missing quote in `next/script` example: [#&#8203;43196](https://github.com/vercel/next.js/issues/43196) - Add a note about the auto-created empty directory: [#&#8203;43219](https://github.com/vercel/next.js/issues/43219) - docs: Add default browserslist configuration as a starting point: [#&#8203;43260](https://github.com/vercel/next.js/issues/43260) ##### Example Changes - chore: Updating Tigris example to use stable release: [#&#8203;43058](https://github.com/vercel/next.js/issues/43058) - examples(with-ant-design): bump antd v5.0.0: [#&#8203;43062](https://github.com/vercel/next.js/issues/43062) - fix: Wrong link to source in "responsive" image example: [#&#8203;43081](https://github.com/vercel/next.js/issues/43081) - chore(examples): with-msw update msw: [#&#8203;43224](https://github.com/vercel/next.js/issues/43224) - Fix With Passport example: [#&#8203;43232](https://github.com/vercel/next.js/issues/43232) - chore(examples): update Next.js in `with-redux-reducer`: [#&#8203;43237](https://github.com/vercel/next.js/issues/43237) - Updates supertokens example app SSR behaviour: [#&#8203;43218](https://github.com/vercel/next.js/issues/43218) - docs: add missing AppProps import: [#&#8203;43136](https://github.com/vercel/next.js/issues/43136) - Convert more jsx/styled-components examples to TypeScript: [#&#8203;43117](https://github.com/vercel/next.js/issues/43117) - Convert `with-videojs`, `with-yoga`, `with-zones` examples to TypeScript: [#&#8203;43280](https://github.com/vercel/next.js/issues/43280) ##### Misc Changes - Fix e2e deploy test for Node.js v18: [#&#8203;43109](https://github.com/vercel/next.js/issues/43109) - Update tests config: [#&#8203;43204](https://github.com/vercel/next.js/issues/43204) - fix: create-next-app copies files it shouldn't: [#&#8203;43131](https://github.com/vercel/next.js/issues/43131) - Add links to PR template: [#&#8203;43239](https://github.com/vercel/next.js/issues/43239) - Update some flakey test cases: [#&#8203;43247](https://github.com/vercel/next.js/issues/43247) - Update flakey app HMR tests: [#&#8203;43253](https://github.com/vercel/next.js/issues/43253) - Add support for next.js development in docker: [#&#8203;43138](https://github.com/vercel/next.js/issues/43138) ##### Credits Huge thanks to [@&#8203;hanneslund](https://github.com/hanneslund), [@&#8203;adilansari](https://github.com/adilansari), [@&#8203;chunsch](https://github.com/chunsch), [@&#8203;bennettdams](https://github.com/bennettdams), [@&#8203;maxproske](https://github.com/maxproske), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;kdy1](https://github.com/kdy1), [@&#8203;orionmiz](https://github.com/orionmiz), [@&#8203;leerob](https://github.com/leerob), [@&#8203;shuding](https://github.com/shuding), [@&#8203;aziyatali](https://github.com/aziyatali), [@&#8203;NiedziolkaMichal](https://github.com/NiedziolkaMichal), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;colinking](https://github.com/colinking), [@&#8203;juliusmarminge](https://github.com/juliusmarminge), [@&#8203;andykenward](https://github.com/andykenward), [@&#8203;Yutsuten](https://github.com/Yutsuten), [@&#8203;balazsorban44](https://github.com/balazsorban44), [@&#8203;FomichRoman](https://github.com/FomichRoman), [@&#8203;rishabhpoddar](https://github.com/rishabhpoddar), [@&#8203;arturbien](https://github.com/arturbien), [@&#8203;ADTC](https://github.com/ADTC), [@&#8203;JanKaifer](https://github.com/JanKaifer), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;kwonoj](https://github.com/kwonoj), [@&#8203;joliss](https://github.com/joliss), [@&#8203;Andarist](https://github.com/Andarist), and [@&#8203;Laityned](https://github.com/Laityned) 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 this update 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 64827eca10 to 1c9ad00357 2022-11-24 19:18:11 +01:00 Compare
kjuulh force-pushed renovate/nextjs-monorepo from 1c9ad00357 to 85dd8cf9ec 2022-11-24 19:50:50 +01:00 Compare
kjuulh force-pushed renovate/nextjs-monorepo from 85dd8cf9ec to 3d9c629ab1 2022-11-26 14:07:38 +01:00 Compare
kjuulh changed title from Update dependency next to v13.0.5 to Update dependency next to v13.0.6 2022-12-02 15:59:17 +01:00
kjuulh force-pushed renovate/nextjs-monorepo from 3d9c629ab1 to eb8ff3adbc 2022-12-02 15:59:17 +01:00 Compare
kjuulh force-pushed renovate/nextjs-monorepo from eb8ff3adbc to 6885e0064b 2022-12-09 18:46:52 +01:00 Compare
kjuulh merged commit 6885e0064b into main 2022-12-09 19:05:41 +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/microblog#13
No description provided.