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

fix(deps): update nextjs monorepo to v14.2.22 #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

This PR contains the following updates:

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

Release Notes

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

v14.2.22

Compare Source

v14.2.21

Compare Source

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

Core Changes
Misc Changes
Credits

Huge thanks to @​unstubbable, @​ztanner, and @​styfle for helping!

v14.2.20

Compare Source

v14.2.19

Compare Source

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

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

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

v14.2.18

Compare Source

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

Core Changes
Credits

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

v14.2.17

Compare Source

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

Core Changes
  • Fix: revert the bad node binary handling (#​72356)
  • Ensure pages/500 handles cache-control as expected (#​72050) (#​72110)
  • fix unhandled runtime error from generateMetadata in parallel routes (#​72153)
Credits

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

v14.2.16

Compare Source

v14.2.15

Compare Source

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

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

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

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

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

Core Changes
  • Fix missing cache-control on SSR app route (#​70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#​70228)
  • Fix vercel og package memory leak (#​70214)
  • Fix startTime error on Android 9 with Chrome 74 (#​67391)
Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

Compare Source

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

What's Changed

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

Support esmExternals in app directory
Reading cookies set in middleware in components and actions
  • initialize ALS with cookies in middleware (#​65008)
  • fix middleware cookie initialization (#​65820)
  • ensure cookies set in middleware can be read in a server action (#​67924)
  • fix: merged middleware cookies should preserve options (#​67956)
Metadata and icons
  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#​65713)
  • Always collect static icons for all segments (#​68712)
  • Fix favicon merging with customized icons (#​67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#​66296)
Parallel routes fixes
  • fix missing stylesheets when parallel routes are present (#​69507)
Draft mode and edge improvements
next/image fixes
  • Allow external image urls with _next/image pathname to be rendered via Image component (#​69586)
Server actions improvements
  • optimize server actions (#​66523)
  • Apply optimization for unused actions (#​69178)
  • Improve SWC transform ID generation (#​69183)
Other changes
  • Ensure we match comment minify behavior between terser and swc (#​68372)
  • send initialCanonicalUrl in array format to prevent crawler confusion (#​69509)
Create-next-app updates

Full Changelog: vercel/next.js@v14.2.7...v14.2.8


Huge thanks to everyone who contributed to this release:
@​abhi12299, @​delbaoliveira, @​eps1lon, @​ForsakenHarmony, @​huozhi, @​ijjk, @​JoshuaKGoldberg, @​leerob, @​lubieowoce, @​Netail, @​ronanru, @​samcx, @​shuding, @​sokra, @​stylessh, @​timfuhrmann, @​wbinnssmith, @​wyattjoh, @​ypessoa, @​ztanner

v14.2.7

Compare Source

v14.2.6

Compare Source

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.22

Compare Source

v14.2.21

Compare Source

v14.2.20

Compare Source

v14.2.19

Compare Source

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

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

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

v14.2.18

Compare Source

v14.2.17

Compare Source

v14.2.16

Compare Source

v14.2.15

Compare Source

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

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

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

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

v14.2.7

Compare Source

v14.2.6

Compare Source

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](https://redirect.github.com/vercel/next.js/compare/v14.2.0-canary.50...v14.2.0-canary.51


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 ❌ Failed (Inspect) Dec 26, 2024 7:04pm

@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 f8306a7 to 5674f09 Compare October 9, 2024 07:37
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 5674f09 to eea78e7 Compare October 23, 2024 03:32
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.15 chore(deps): update nextjs monorepo to v14.2.16 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from eea78e7 to a0eba5c Compare November 6, 2024 01:08
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.16 chore(deps): update nextjs monorepo to v14.2.17 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from a0eba5c to 6bb5cd9 Compare November 12, 2024 22:05
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6bb5cd9 to e031d07 Compare November 13, 2024 22:00
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.17 chore(deps): update nextjs monorepo to v14.2.18 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from e031d07 to 056ff9d Compare December 2, 2024 10:00
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 056ff9d to 3a92034 Compare December 3, 2024 16:33
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.18 chore(deps): update nextjs monorepo to v14.2.19 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 3a92034 to 1ca1a9c Compare December 4, 2024 22:35
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.19 chore(deps): update nextjs monorepo to v14.2.20 Dec 4, 2024
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.20 fix(deps): update nextjs monorepo to v14.2.20 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 1ca1a9c to 26a8d20 Compare December 19, 2024 14:11
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.20 fix(deps): update nextjs monorepo to v14.2.21 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 26a8d20 to a6fecd7 Compare December 26, 2024 19:04
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.21 fix(deps): update nextjs monorepo to v14.2.22 Dec 26, 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.

0 participants