Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update nextjs monorepo to v14.2.5 #185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/eslint-plugin-next (source) 14.1.3 -> 14.2.5 age adoption passing confidence
next (source) 14.2.0-canary.12 -> 14.2.5 age adoption passing confidence

Release Notes

vercel/next.js (@​next/eslint-plugin-next)

v14.2.5

Compare Source

v14.2.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: ensure route handlers properly track dynamic access (#​66446)
  • fix NextRequest proxy in edge runtime (#​66551)
  • Fix next/dynamic with babel and src dir (#​65177)
  • Use vercel deployment url for metadataBase fallbacks (#​65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#​65235)
  • Fix loading navigation with metadata and prefetch (#​66447)
  • prevent duplicate RSC fetch when action redirects (#​66620)
  • ensure router cache updates reference the latest cache values (#​66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#​66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#​66674)
  • Use addDependency to track metadata route file changes (#​66714)
  • Add timeout/retry handling for fetch cache (#​66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#​66755)
Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

v14.2.3

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

v14.2.0

Compare Source

v14.1.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Test Changes
vercel/next.js (next)

v14.2.5

Compare Source

v14.2.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: ensure route handlers properly track dynamic access (#​66446)
  • fix NextRequest proxy in edge runtime (#​66551)
  • Fix next/dynamic with babel and src dir (#​65177)
  • Use vercel deployment url for metadataBase fallbacks (#​65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#​65235)
  • Fix loading navigation with metadata and prefetch (#​66447)
  • prevent duplicate RSC fetch when action redirects (#​66620)
  • ensure router cache updates reference the latest cache values (#​66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#​66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#​66674)
  • Use addDependency to track metadata route file changes (#​66714)
  • Add timeout/retry handling for fetch cache (#​66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#​66755)
Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

v14.2.3

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

v14.2.0

Compare Source

v14.2.0-canary.67

Compare Source

Core Changes
  • Turbopack: import webpack loader rules conditions: #​64205
  • update turbopack: #​64347
Misc Changes
  • Ensure build-native is in needs properly: #​64357
Credits

Huge thanks to @​sokra and @​ijjk for helping!

v14.2.0-canary.66

Compare Source

Core Changes
  • build: Update swc_core to v0.90.30: #​63790
  • Escape url-unsafe characters in names of app router scripts and styles: #​64131
  • Inject preview props into edge manifest: #​64108
  • Revert "build: Update swc_core to v0.90.30": #​64329
  • metadata: prefer og title rather than metadata title for fallback twitter title: #​64331
Documentation Changes
  • Docs: Instructions on how to generate turbopack trace file: #​64325
Misc Changes
Credits

Huge thanks to @​kdy1, @​wbinnssmith, @​padmaia, @​balazsorban44, @​huozhi, @​sokra, and @​delbaoliveira for helping!

v14.2.0-canary.65

Compare Source

Core Changes
  • chore: fix some typos: #​64276
  • Ensure configuration is checked for Turbopack build: #​64247
  • Update font data: #​64277
  • Fix css FOUC in dynamic component: #​64294
  • [turbopack] Fix css FOUC in dynamic component: #​64021
  • fix: show the error message if images.loaderFile doesn't export a default function: #​64036
Documentation Changes
  • chore(docs): update wrong route in staleTimes.mdx: #​64278
  • Update documentation on webpack loaders in Turbopack: #​64296
Misc Changes
Credits

Huge thanks to @​ahmoin, @​tjabbe, @​timneutkens, @​huozhi, @​sokra, and @​ojj1123 for helping!

v14.2.0-canary.64

Compare Source

Core Changes
  • feat: Do not mangle AbortSignal to avoid breaking node-fetch: #​58534
  • Turbopack: prefer local opentelemetry version: #​64206
  • chore: externalize undici for bundling: #​64209
  • Add a mode to next build to make it easier to debug memory issues: #​63869
  • forward missing server actions to valid worker if one exists: #​64227
  • feat(next/image): add overrideSrc prop: #​64221
  • fix(fetch-cache): add check for updated tags when checking same cache key: #​63547
  • provide revalidateReason to getStaticProps: #​64258
  • chore(cli): fix the order --experimental-debug-memory-usage so it's alphabetical: #​64264
  • update turbopack: #​64257
Documentation Changes
  • docs(cli): re-order profile to match help output: #​64267
Misc Changes
Credits

Huge thanks to @​kdy1, @​sokra, @​huozhi, @​mknichel, @​ztanner, @​styfle, and @​samcx for helping!

v14.2.0-canary.63

Compare Source

Core Changes
  • feat(turbopack): Align behavior for link rel="preconnect" with webpack mode: #​64011
  • feat: allow module: Preserve tsconfig option: #​64110
  • ensure seeded prefetch entry is renewed after expiry: #​64175
  • Fix hydration error higlight when tag matched multi times: #​64133
  • test(turbopack): Add -Wl,--warn-unresolved-symbols to next-swc-napi on Linux: #​64049
Documentation Changes
  • docs: add note about streaming and Safari limitations: #​64179
  • Add additional links to staleTime docs: #​64195
  • fix(docs): update width height value on example to sync with demo: #​64147
Example Changes
  • fix(examples): invalid with-apollo and with-graphql-hooks: #​64186
Misc Changes
  • Update Turbopack development test manifest: #​64160
  • Update Turbopack development test manifest: #​64190
  • Add additional logs to next-integration-stat: #​64169
  • chore(deps): Sync dependencies: #​64094
  • test: pin eslint version to 8 in test to avoid breaking changes: #​64202
  • Stop using baseUrl in root tsconfig: #​64117
Credits

Huge thanks to @​kdy1, @​timneutkens, @​juliusmarminge, @​leerob, @​ztanner, @​devjiwonchoi, @​huozhi, @​bgw, @​hjick, and @​eps1lon for helping!

v14.2.0-canary.62

Compare Source

Documentation Changes
  • docs: improve prerender error message: #​64154
  • fix: Update install method for Bun: #​64151
Credits

Huge thanks to @​leerob and @​Zaid-maker for helping!

v14.2.0-canary.61

Compare Source

Core Changes
  • hotfix(next):next lint installs eslint@9 which includes breaking changes: #​64141
Credits

Huge thanks to @​devjiwonchoi for helping!

v14.2.0-canary.60

Compare Source

Core Changes
  • style(dev-overlay): refine the error message header styling: #​63823
Documentation Changes
  • chore: Replaced more impactful words: #​63835
Misc Changes
  • Always throw error when build fails during test: #​64116
Credits

Huge thanks to @​timneutkens, @​Pyr33x, and @​huozhi for helping!

v14.2.0-canary.59

Compare Source

Core Changes
Documentation Changes
  • docs: fix code snippet in next/script: #​64119
Misc Changes
  • Update Turbopack development test manifest: #​64101
  • Fix missing CNA tests env variable: #​64092
Credits

Huge thanks to @​SukkaW, @​balazsorban44, @​wyattjoh, @​timneutkens, @​ijjk, @​Dragate, @​sokra, and @​dvoytenko for helping!

v14.2.0-canary.58

Compare Source

Core Changes
  • Update rust-toolchain to nightly-2024-04-03: #​64048
  • fix refreshing inactive segments that contained searchParams: #​64086
Credits

Huge thanks to @​wbinnssmith and @​ztanner for helping!

v14.2.0-canary.57

Compare Source

Core Changes
  • feat(turbopack): Print error message for next/font fetching failure: #​64008
  • Fix status code for /_not-found route: #​64058
  • fix: fixes cookie override during redirection from server action: #​61633
  • Add flag for preloading all server chunks: #​64084
Documentation Changes
  • Update sitemap.mdx: #​64061
  • docs: fix prefetching information: #​64039
  • fix the command to install nextjs using bun: #​64081
  • docs: add experimental staleTimes resource: #​64040
Misc Changes
  • Update Turbopack development test manifest: #​64055
  • Run compile for .github/actions/upload-turboyet-data: #​64025
  • test: Use the correct matcher pattern for stack traces: #​63927
Credits

Huge thanks to @​timneutkens, @​Eunkyung-Son, @​kdy1, @​ztanner, @​huozhi, @​thekavikumar, @​technikhil314, and @​ijjk for helping!

v14.2.0-canary.56

Compare Source

Core Changes
  • fix(turbopack): throws api issues: #​64032
  • fix(turbopack): emit loadable manifest for app: #​64046
Documentation Changes
  • "const loginSegment =" should be singular: #​64029
  • docs: fix dynamic searchParams copy: #​64038
Misc Changes
  • test(cna): split and refactor: #​63921
  • Ensure test flake detection is required status: #​64035
Credits

Huge thanks to @​mindmind, @​devjiwonchoi, @​ijjk, @​ztanner, and @​kwonoj for helping!

v14.2.0-canary.55

Compare Source

Core Changes
  • fix(log): skip logging non-route requests: #​63973
  • Ensure unstable_cache bypasses for draft mode: #​64007
  • fix interception route refresh behavior with dynamic params: #​64006
Example Changes
Misc Changes
  • docs: add link to Next.js Learn repo in issue template switcher: #​63964
  • Increase concurrent of daily Turbopack test runs: #​63939
Credits

Huge thanks to @​balazsorban44, @​timneutkens, @​ijjk, and @​ztanner for helping!

v14.2.0-canary.54

Compare Source

Core Changes
  • fix server actions not bypassing prerender cache in all cases when deployed: #​63978
  • fix(next): next build --debug log output layout is broken: #​63193
  • Fix abort condition for requests: #​64000
Misc Changes
  • Update flakey prerender fallback test: #​64001
Credits

Huge thanks to @​ztanner, @​devjiwonchoi, and @​ijjk for helping!

v14.2.0-canary.53

Compare Source

Core Changes
  • fix: pass nonce to next/script with afterInteractive strategy: #​56995
  • add experimental client router cache config: #​62856
  • add telemetry events for ppr & staleTimes experimental flags: #​63981
Documentation Changes
  • Fix the command to run next build with Node.js --heap-prof flag: #​63982
Misc Changes
  • test: Use the correct chunk path for testing: #​63859
  • Update Turbopack development test manifest: #​63959
  • fix server-actions-relative-redirect types: #​63985
  • Parallelize dev/start flake detection: #​63954
  • fix(create-next-app): validate --import-alias value: #​63855
  • de-flake custom-error integration test: #​63994
Credits

Huge thanks to @​kevva, @​kdy1, @​ztanner, @​mknichel, @​ijjk, and @​fellipeutaka for helping!

v14.2.0-canary.52

Compare Source

Core Changes
  • fix logic error in parallel route catch-all normalization: #​63879
  • ensure custom amp validator path is used if provided: #​63940
  • chore: remove useless any: #​63910
  • Update hover behaviour note in Link JSDoc comment: #​60525
Example Changes
  • fix: file name in with-zustand example: #​63925
Misc Changes
  • Skip failing Turbopack build test: #​63814
  • Add job to test flakiness of added/changed tests: #​63943
  • Tweak flakey on-demand revalidate test: #​63953
Credits

Huge thanks to @​timneutkens, @​ztanner, @​CreeJee, @​nphmuller, @​ijjk, and @​ademilter for helping!

v14.2.0-canary.51

Compare Source

Documentation Changes
  • [docs] aria-disabled does not disabled button.: #​63888
Credits

Huge thanks to @​byseop for helping!

v14.2.0-canary.50

Compare Source

Core Changes
  • fix: skip checking rewrites with an empty has array in isInterceptionRouteRewrite: #​63873
  • fix: bundle fetching with asset prefix: #​63627
Credits

Huge thanks to @​evelynhathaway and @​Netail for helping!

v14.2.0-canary.49

Compare Source

Core Changes
  • fix(next-typescript-plugin): allow call expression for server actions: #​63748
  • fix: avoid metadata viewport warning during manually merging metadata: #​63845
  • feat(next-core): set nextconfigoutput correctly: #​63848
  • Ensure we dedupe fetch requests properly during page revalidate: #​63849
  • feat(next-swc): Pass names of side-effect-free packages: #​63268
  • fix(turbopack): loosen warning log guards: #​63880
Documentation Changes
  • Add note about data cache not applying middleware: #​63842
  • docs: add details about images options at next.config.js options: #​63712
  • Add documentation on debugging memory usage: #​63689
  • change aria-disabled on form buttons to disabled: #​63852
Credits

Huge thanks to @​ijjk, @​devjiwonchoi, @​huozhi, @​kwonoj, @​mknichel, @​kdy1, and @​vespertilian for helping!

v14.2.0-canary.48

Compare Source

Core Changes
  • feat(custom-transforms): partial page-static-info visitors: #​63741
  • Ensure Webpack config shows a warning when using Turbopack: #​63822
  • feat(turbopack): emit warning into logger: #​63780
  • feat(custom-transform): more static info warning: #​63837
  • skip HEAD request in server action redirect: #​63819
  • OTEL: use the current context when creating a root span: #​63825
  • Turbopack: Fail when next/font is used in _document: #​63788
  • Move key generation to the earlier stage: #​63832
  • fix double redirect when using a loading boundary: #​63786
  • fix: default relative canonical url should not contain search: #​63843
Misc Changes
  • fix flaky prerender test: #​63826
  • Use local AMP validator to reduce test flakiness: #​63838
Credits

Huge thanks to @​ztanner, @​kwonoj, @​timneutkens, @​ijjk, @​dvoytenko, @​wbinnssmith, @​shuding, and @​huozhi for helping!

v14.2.0-canary.47

Compare Source

Core Changes
  • fix revalidation/refresh behavior with parallel routes: #​63607
  • fix router revalidation behavior for dynamic interception routes: #​63768
Misc Changes
  • Ensure automated-update-workflow fails on errors: #​63807
Credits

Huge thanks to @​timneutkens and @​ztanner for helping!

v14.2.0-canary.46

Compare Source

Misc Changes
  • Update Turbopack development test manifest: #​63776

v14.2.0-canary.45

Compare Source

Core Changes
  • Fix ServerAction rejection reason: #​63744
  • Respect non 200 status to page static generation response: #​63731
  • Turbopack: parallelize app structure: #​63707
  • fixes to next.js tracing: #​63673
  • fext(next-core): inherit root layout segment config for the routes: #​63683
  • add tracing to server actions transform: #​63773
  • remove left-over debugging: #​63774
  • update turbopack: #​63778
Documentation Changes
Misc Changes
  • improve tilde test case: #​63470
  • Update Turbopack development test manifest: #​63751
  • Improve handling of failed nextBuild() calls in test suite: #​63717
Credits

Huge thanks to @​gnoff, @​sokra, @​timneutkens, @​huozhi, and @​kwonoj for helping!

v14.2.0-canary.44

Compare Source

Core Changes
  • generate the same next/font modules for the same options: #​63513
  • feat(log): improve dev/build logs: #​62946
  • Update font data: #​63691
  • Polish dev-overlay text styling: #​63721
  • [PPR] Dynamic API Debugging: #​61798
  • Rename encryption key generation code: #​63730
  • ensure null loading boundaries still render a Suspense boundary: #​63726
  • perf: download and save mkcert in stream: #​63527
  • prevent router markers from leaking: #​63606
  • Turbopack: fix allocation inefficiency: #​63738
Documentation Changes
Example Changes
  • Revert "chore(examples): migrate mdx from pages router (JS) to app router (TS)": #​63704
Misc Changes
  • Update Turbopack production test manifest: #​63688
  • Revert "Update Turbopack production test manifest": #​63699
  • Revert "Revert "Update Turbopack production test manifest"": #​63700
  • Ensure production integration test results are uploaded: #​63706
  • Fix name of production tests for collection: #​63714
  • Update Turbopack development test manifest: #​63716
  • Ensure test-firefox-safari is required for tests passing: #​63733
  • chore(github-workflow): remove TODO comment: #​63737
  • de-flake prerender-prefetch test: #​63739
Credits

Huge thanks to @​timneutkens, @​sokra, @​balazsorban44, @​huozhi, @​wyattjoh, @​shuding, @​ztanner, @​ijjk, @​samcx, @​SukkaW, and @​IvoBiaus for helping!

v14.2.0-canary.43

Compare Source

Core Changes
  • fix(dev-overlay): align codeframe to formatIssue: #​63624
  • Improve TypeScript plugin for server boundary: #​63667
  • perf: conditionally import Telemetry: #​63574
  • feat(error-overlay): style tweaks: #​63522
  • Auto map optimizePackageImports to transpilePackages for pages: #​63537
  • Add Next.js version to process title: #​63686
Documentation Changes
  • Remove obsolete block-all-mixed-content CSP directive: #​63595
  • Update middleware docs to include common use cases : #​63534
Example Changes
  • chore(examples): migrate mdx from pages router (JS) to app router (TS): #​63646
Misc Changes
  • Skip test/integration development tests during Turbopack build test run: #​63671
  • Enable test/integration for TURBOPACK_BUILD: #​63679
  • Add defaults for integration test run schedule: #​63684
  • refactor: unnecessary ternary operator: #​63374
Credits

Huge thanks to @​kwonoj, @​Juneezee, @​shuding, @​timneutkens, @​grajen3, @​balazsorban44, @​ijjk, @​StephDietz, @​michaltarasiuk, and @​ariannargesi for helping!

v14.2.0-canary.42

Compare Source

Core Changes
  • Update turbopack: #​63541
  • Fix RSC react-dom aliases for edge: #​63619
  • Move Playwright to be a peerDependency of next.js: #​63530
Documentation Changes
  • docs: async is missing in a server component: #​63661
  • Fix documentation of supported JS Features: #​63640
Example Changes
  • Fix duplication of without on with-docker-compose Readme: #​63643
Misc Changes
  • Add TURBOPACK_DEV to distinguish dev/build in test suite: #​63653
  • Rename process.env.TURBOPACK -> process.env.TURBOPACK_DEV in test skips: #​63665
  • add Sebastian (eps1lon) to "created-by: next.js team" in labeler config: #​63669
Credits

Huge thanks to @​kdy1, @​timneutkens, @​lubieowoce, @​nauvalazhar, @​setodeve, @​agadzik, and @​ykzts for helping!

v14.2.0-canary.41

Compare Source

Misc Changes
  • Remove Turbopack test skip for scss test: #​63649
Credits

Huge thanks to @​timneutkens for helping!

v14.2.0-canary.40

Compare Source

Core Changes
  • fix(next-core): refine context for unsupported edge imports: #​63622
Misc Changes
  • Update Turbopack development test manifest: #​63635
Credits

Huge thanks to @​kwonoj for helping!

v14.2.0-canary.39

Compare Source

Core Changes
  • Add alias for react-dom react-server condition: #​63588
  • Revert "Revert "feat(next-core): support unsupported module runtime error (#​63491)"": #​63609
  • Enable all pages under the browser context to proxy to the test proxy: #​63610
Documentation Changes
Misc Changes
Credits

Huge thanks to @​bb8dd, @​SouthLink, @​huozhi, @​kwonoj, @​lubieowoce, and @​agadzik for helping!

v14.2.0-canary.38

Compare Source

Core Changes
Misc Changes
  • Add failing test for SCSS mixin that uses parenthesis: #​63562
Credits

Huge thanks to @​sokra, @​timneutkens, and @​Kikobeats for helping!

v14.2.0-canary.37

Compare Source

Misc Changes
  • Update Turbopack to turbopack-240321.3: #​63585
Credits

Huge thanks to @​wbinnssmith for helping!

v14.2.0-canary.36

Compare Source

Core Changes
  • Upgrades enhanced-resolve: #​63499
  • Improve experimental test proxy: #​63567
  • Remove the erroring on force-dynamic in static generation for app route: #​63526
Example Changes
  • Fix(example) : Image missing width property in with-redux example: #​63546
Credits

Huge thanks to @​FoSuCloud, @​arcanis, @​agadzik, and @​huozhi for helping!

v14.2.0-canary.35

Compare Source

Core Changes
  • Turbopack: Fail when module type is unhandled: #​63535
  • feat(custom-transform): middleware dynamic assert transform: #​63538
  • fix: call instrumentationHook earlier for prod server: #​63536
  • Revert "feat(next-core): support unsupported module runtime error (#​63491)": #​63575
Misc Changes
  • chore(test): fix false-positive tests: #​63242
  • Fix edge-can-use-wasm-files test for Turbopack: #​63552
Credits

Huge thanks to @​balazsorban44, @​wbinnssmith, @​kwonoj, @​timneutkens, and @​styfle for helping!

v14.2.0-canary.34

Compare Source

Core Changes
  • route/middleware/instrumentation use server assets instead of client assets: #​62134
  • feat: add support for localizations in sitemap generator: #​53765
Documentation Changes
  • Update middleware matcher docs to mention has matching: #​63533
Example Changes
Misc Changes
  • refactor(test): expose test mode as re-exported variables: #​63240
  • Split dev and build test run for Turbopack: #​63511
  • Add reporting of turbopack-dev-examples-manifest.json: #​63521
  • chore: fix stale issue closing GH Action: #​63523
  • retry pnpm pack: #​63519
  • refactor(test): don't use global as any in test utils: #​63241
  • test(fixture): update test fixture: #​63498
  • refactor(test): switch tests to use pnpm in more places: #​63196
Credits

Huge thanks to @​balazsorban44, @​timneutkens, @​sokra, @​ctkc, @​kwonoj, @​stipsan, and @​ijjk for helping!

v14.2.0-canary.33

Compare Source

Core Changes
  • Fix interception/detail routes being triggered by router refreshes: #​63263
Credits

Huge thanks to @​ztanner for helping!

v14.2.0-canary.32

Compare Source

Core Changes
  • update turbopack: #​63475
  • Fix instant loading states after invalidating prefetch cache: #​63256
  • Update tags limit handling for max items: #​63486
  • feat(next-core): support unsupported module runtime error: #​63491
  • Update RSC etag generation handling: #​63336
  • Simplify createRootLayoutValidatorStream: #​63484
Documentation Changes
Example Changes
  • update Docker examples to specify HOSTNAME properly: #​59756
Misc Changes
  • Skip test/integration in Turbopack build runs: #​63480
  • test: switch order of tests to av

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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cut-it ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2024 0:28am

@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.0-canary.13 fix(deps): update dependency next to v14.2.0-canary.15 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 121bdb7 to 07615dd Compare March 11, 2024 22:46
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 07615dd to 3d78581 Compare March 12, 2024 02:31
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.0-canary.15 fix(deps): update dependency next to v14.2.0-canary.16 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 3d78581 to 26ca27e Compare March 12, 2024 16:42
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.0-canary.16 fix(deps): update dependency next to v14.2.0-canary.17 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 26ca27e to 009d4ee Compare March 12, 2024 19:06
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.0-canary.17 fix(deps): update dependency next to v14.2.0-canary.18 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 009d4ee to 971b654 Compare March 13, 2024 01:14
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.0-canary.18 fix(deps): update dependency next to v14.2.0-canary.19 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 971b654 to 82e1bc0 Compare March 13, 2024 18:58
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.0-canary.19 fix(deps): update dependency next to v14.2.0-canary.20 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 82e1bc0 to b3325a3 Compare March 14, 2024 01:51
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.0-canary.20 fix(deps): update dependency next to v14.2.0-canary.21 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from b3325a3 to 95ac6e9 Compare March 14, 2024 17:53
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.0-canary.21 fix(deps): update dependency next to v14.2.0-canary.22 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 95ac6e9 to 92d6856 Compare March 15, 2024 02:03
@renovate renovate bot changed the title fix(deps): update dependency next to v14.2.0-canary.22 fix(deps): update dependency next to v14.2.0-canary.23 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 92d6856 to 00f7a1a Compare March 16, 2024 02:09
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d50f8f5 to 1fd0bcd Compare April 12, 2024 22:42
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.0 chore(deps): update nextjs monorepo to v14.2.1 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 1fd0bcd to d54f1c5 Compare April 14, 2024 08:39
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d54f1c5 to c6c4b11 Compare April 18, 2024 00:19
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.1 chore(deps): update nextjs monorepo to v14.2.2 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from c6c4b11 to af11161 Compare April 21, 2024 08:01
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from af11161 to 29f8f6d Compare April 24, 2024 20:34
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.2 chore(deps): update nextjs monorepo to v14.2.3 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 29f8f6d to 843d427 Compare April 25, 2024 10:03
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 843d427 to 207e700 Compare June 4, 2024 10:49
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 207e700 to 4697cbd Compare June 11, 2024 22:06
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.3 chore(deps): update nextjs monorepo Jun 11, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 4697cbd to b95424a Compare June 12, 2024 01:49
@renovate renovate bot changed the title chore(deps): update nextjs monorepo chore(deps): update nextjs monorepo to v14.2.4 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from b95424a to 09cf612 Compare July 10, 2024 17:34
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.4 chore(deps): update nextjs monorepo to v14.2.5 Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants