Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@mantine/hooks (source) 8.3.5 -> 8.3.6 age confidence dependencies patch
@next/eslint-plugin-next (source) 15.5.6 -> 15.6.0-canary.57 age confidence devDependencies minor
@tailwindcss/postcss (source) 4.1.14 -> 4.1.16 age confidence devDependencies patch
@types/node (source) 22.18.11 -> 22.18.13 age confidence devDependencies patch 22.19.0
@typescript-eslint/eslint-plugin (source) 8.46.1 -> 8.46.2 age confidence devDependencies patch
@typescript-eslint/parser (source) 8.46.1 -> 8.46.2 age confidence dependencies patch
AWSSDK.S3 4.0.7.12 -> 4.0.9.1 age confidence nuget patch
dayjs (source) 1.11.18 -> 1.11.19 age confidence dependencies patch
eslint (source) 9.38.0 -> 9.39.0 age confidence devDependencies minor
globals 16.4.0 -> 16.5.0 age confidence devDependencies minor
next (source) 15.5.6 -> 15.6.0-canary.57 age confidence dependencies minor
node 24.10.0-slim -> 24.11.0-slim age confidence final minor
tailwindcss (source) 4.1.14 -> 4.1.16 age confidence devDependencies patch
turbo (source) 2.5.8 -> 2.6.0 age confidence devDependencies minor

Release Notes

mantinedev/mantine (@​mantine/hooks)

v8.3.6

Compare Source

What's Changed

  • [@mantine/charts] Add options to set curveType per series in LineChart and AreaChart components (#​8403)
  • [@mantine/charts] Heatmap: Fix dates range being affected by the user timezone (#​8371)
  • [@mantine/core] Chip: Allow disabling icon by setting icon={null} (#​8382)
  • [@mantine/core] List: Fix unexpected padding with listStyleType="none" (#​8393)
  • [@mantine/dates] TimePicker: Add option to change placeholders (#​8387)
  • [@mantine/core] Checkbox: Fix data-indeterminate not being set correctly (#​8385)
  • [@mantine/dates] TimePicker: Fix time being clamped incorrectly when only min or max defined
  • [@mantine/core] NumberInput: Fix zero value represented as string being transformed to empty string on blur
  • [@mantine/core] Chip: Fix incorrect size calculations for size="xs" (#​8367)

New Contributors

Full Changelog: mantinedev/mantine@8.3.5...8.3.6

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

v15.6.0-canary.57

Compare Source

Core Changes
  • Fix tags check for expired/stale: #​84717
  • tweak middlewareClientMaxBodySize handling: #​84712
Misc Changes
Credits

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

v15.6.0-canary.56

Compare Source

Core Changes
  • misc: allow beta to be triggered: #​84713
Credits

Huge thanks to @​feedthejim for helping!

v15.6.0-canary.55

Compare Source

Core Changes
  • breaking(next/image)!: remove 16px from default images.imageSizes config: #​84647
  • add Statsig Node Core package to Server External Packages: #​84157
  • Remove bailed out SSG routes from the list of SSG: #​83861
  • Revert "[Breaking] Skip Next.js internal routes /_next in middleware": #​84697
  • Bump eslint-plugin-react-hooks to v7: #​84669
  • Add refresh API to next/cache: #​84666
  • [Breaking] Require images.localPatterns for query in Image src: #​84406
  • [Breaking] feat(next/image)!: add support for images.dangerouslyAllowLocalIP and images.maximumRedirects: #​84676
  • Add new updateTag API and new signature for revalidateTag: #​83822
  • Add validation for missing default.js in parallel routes: #​84702
Misc Changes
  • Add note about $ACTION_ properties, remove reference to .entries(): #​84459
Credits

Huge thanks to @​styfle, @​brock-statsig, @​devjiwonchoi, @​karlhorky, @​ijjk, @​ztanner, and @​wyattjoh for helping!

v15.6.0-canary.54

Compare Source

Core Changes
  • [middleware]: add upper bound to cloneBodyStream: #​84539
  • Remove automatic linting from build: #​83136
  • Re-enable legacyBehavior and passHref on Link: #​84500
  • [cna] Use stable React Compiler: #​84660
  • Add codemod for middleware to proxy: #​84127
  • Fix dynamic catchall parameter interpolation in parallel routes: #​84279
  • feat(breaking): Hard Deprecate PPR Configuration: #​84280
  • Deprecate middleware and recommend proxy: #​84119
  • Put native TS resolver for next config under --experimental-next-config-strip-types flag: #​84675
  • Fix interception route rewrites for nested dynamic routes: #​84413
  • fix: strip NEXTSEP from interpolated pathnames: #​84430
  • chore: Remove useless symlink resolution logic in recursive-delete.js: #​84582
Misc Changes
  • docs: update core documentation for Turbopack as default bundler: #​84282
  • Update Rspack development test manifest: #​84631
  • [turbopack] Only send the filesystem caching timing messages for slow events: #​84646
  • docs: experimental.isolatedDevBuild: #​84656
  • docs: add note clarifying project root in monorepo: #​84628
  • Fix flakey overlay feedback test: #​84662
  • [ci]: update flake detection to only run in Turbopack: #​84659
  • [ci]: move router-act to top level testing utils: #​84653
  • [tests]: de-flake client-cache.parallel-routes.test.ts: #​84655
  • [create-next-app]: add eslint to default template: #​84661
  • Update Rspack production test manifest: #​84630
  • [test] Assert on stable error codes: #​84671
  • Turbopack: convert HashMap to IndexMap for deterministic tasks: #​84641
Credits

Huge thanks to @​lukesandberg, @​vercel-release-bot, @​ztanner, @​devjiwonchoi, @​gwkline, @​ijjk, @​bgub, @​samselikoff, @​eps1lon, @​wyattjoh, @​bgw, and @​sokra for helping!

v15.6.0-canary.53

Compare Source

Core Changes
  • feat(next/image)!: deprecate and warn on images.domains config: #​84625
  • feat(next/legacy/image)!: deprecate and warn on next/legacy/image usage: #​84622
  • Turbopack: improve errors/warnings for turbopack messages: #​84552
  • Turbopack: rename turbopackPersistentCachingForXXX to turbopackFileSystemCacheForXXX: #​84632
  • [Segment Cache] Add refresh URL to reused default segments: #​84627
  • [Segment Cache] Fix tests related to optimistic loading state reuse: #​84498
  • Upgrade React from a4eb2dfa-20251006 to 3025aa39-20251007: #​84613
  • [breaking]: enable clientSegmentCache by default: #​84643
  • feat: Acquire a lockfile on distDir in next dev and next build: #​84428
  • Add deprecation warning to Runtime config: #​84168
Misc Changes
  • [create-next-app]: prompt to use recommended options: #​84570
  • Update labeler: #​84623
  • Turbopack: use mmap advise to help the OS preloading: #​84379
  • Turbopack: skip invalidating a task on cell/output change when the dependency is outdated: #​84551
  • Turbopack: follow-up changes from untracked tracing: #​84629
  • Turbopack: sourcemaps for JSON modules: #​84611
  • Turbopack: avoid race condition when updating cells: #​84598
Credits

Huge thanks to @​ztanner, @​samselikoff, @​styfle, @​sokra, @​mischnic, @​acdlite, @​bgw, and @​devjiwonchoi for helping!

v15.6.0-canary.52

Compare Source

Core Changes
  • [Breaking] Bump sass-loader to v16: #​84387
  • Update cases for build complete with adapters: #​84361
  • Turbopack: delete .next folder before throwing due to "pages/app directory must be in the same folder": #​84553
  • [mcp] change get-project-path to get-project-metadata: #​84619
Misc Changes
  • Update Rspack development test manifest: #​84592
  • Update Rspack production test manifest: #​84593
  • Turbopack: Remove workaround in hyper for rustc miscompilation bug on macos intel: #​84578
  • Turbopack: add manual worker count override: #​84454
  • Turbopack: don't ignore TS parse errors: #​84597
  • Add middleware to routes order doc: #​84618
Credits

Huge thanks to @​vercel-release-bot, @​bgw, @​devjiwonchoi, @​mischnic, @​ijjk, @​sokra, and @​huozhi for helping!

v15.6.0-canary.51

Compare Source

Core Changes
  • Build: Highlight TypeScript and ESLint being run clearer: #​84606
Credits

Huge thanks to @​timneutkens for helping!

v15.6.0-canary.50

Compare Source

Core Changes
  • [Cache Components] Schedule work on timeouts: #​84344
  • [dev] Define request ID for RSC requests on the client: #​84605
  • fix(cache-tags): add /index to implicit tags and adjust revalidatePath(): #​84586
Credits

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

v15.6.0-canary.49

Compare Source

Core Changes
  • Upgrade React from c7862584-20251006 to a4eb2dfa-20251006: #​84589
Misc Changes
  • fix(cna): use correct postcss plugins syntax: #​79949
  • Turbopack: absolute requests in webpack loader: #​84575
Credits

Huge thanks to @​stefanprobst and @​mischnic for helping!

v15.6.0-canary.48

Compare Source

Core Changes
  • Allow silencing unhandled rejection filter warnings and improve debugging: #​84572
  • [MCP] Fix: Do not dedup by URL for MCP get_page_metadata: #​84564
  • Guard createDebugChannel import by feature flag: #​84604
  • Build: Add time to logline of every step: #​84602
Misc Changes
  • Turbopack: Lower the IO concurrency limit in CI tests: #​84508
  • Add documentation for experimental adapters handling: #​83737
  • Turbopack: improve next/dynamic eventual consistentcy: #​84560
  • fix hidden errors in router-act: #​84603
Credits

Huge thanks to @​bgw, @​gnoff, @​gaojude, @​ijjk, @​mischnic, @​unstubbable, @​lubieowoce, and @​timneutkens for helping!

v15.6.0-canary.47

Compare Source

Misc Changes
  • CI: Enable experimental.isolatedDevBuild for test-dev: #​84562
  • [test] Unflake static image test: #​84535
Credits

Huge thanks to @​devjiwonchoi and @​unstubbable for helping!

v15.6.0-canary.46

Compare Source

Core Changes
  • [test] Enable reactDebugChannel for experimental test shards: #​84533
  • Simplify Metadata components: #​84527
  • Implement the updated prerender API shape: #​84254
  • Upgrade React from 85c427d8-20251003 to 4fdf7cf2-20251003: #​84499
  • Upgrade React from 4fdf7cf2-20251003 to c7862584-20251006: #​84573
  • fix(Turbopack): Add better error messaging for when we can't determine Next.js root: #​83918
Misc Changes
  • next mcp router
  • Revert "next mcp router"
  • test: Use nextTestSetup in scss tests: #​84501
  • [turbopack[ Use the configured hasher to implementh Hash for AutoMap and AutoSet: #​84542
  • Turbopack: debug ids for server chunks: #​84557
  • CI: Enable experimental.isolatedDevBuild for test-unit: #​84559
  • [test]: convert prefetching tests to be segmentCache compatible: #​84521
  • CI: Enable experimental.isolatedDevBuild for test-prod: #​84556
  • Add .next/dev/types to CNA templates tsconfig include: #​84566
  • CI: Enable experimental.isolatedDevBuild for test-integration: #​84558
  • Update Rspack development test manifest: #​84548
  • Add a webpack flag to create next app. Ensure that if you set it or decline turbopack we set the --webpack flag on the generated project: #​84476
  • Update Rspack production test manifest: #​84549
Credits

Huge thanks to @​unstubbable, @​gnoff, @​bgw, @​lukesandberg, @​mischnic, @​devjiwonchoi, @​ztanner, @​Cy-Tek, and @​vercel-release-bot for helping!

v15.6.0-canary.45

Compare Source

Core Changes
  • Fix potential race condition with request ID in dev mode: #​84532
Credits

Huge thanks to @​unstubbable for helping!

v15.6.0-canary.44

Compare Source

Misc Changes
  • Revert "Turbopack: skip invalidating a task on cell/output change when the dependency is outdated": #​84526
Credits

Huge thanks to @​sokra for helping!

v15.6.0-canary.43

Compare Source

Core Changes
  • [segment cache]: collectSegmentData should respect experimental.staleTime config: #​84520
Misc Changes
  • Update Rspack development test manifest: #​84480
  • Update Rspack production test manifest: #​84481
  • [ci]: remove test from segment cache manifest: #​84507
  • [ci]: de-flake client cache test: #​84517
Credits

Huge thanks to @​vercel-release-bot and @​ztanner for helping!

v15.6.0-canary.42

Compare Source

Core Changes
  • telemetry track mcp server usage: #​84471
  • simplify the way we check for turbopack config to ensure we support an empty turbopack object: #​84494
  • perf: Use synchronous IO when cleaning distDir in next dev and next build: #​84472
  • Make turbopack the default bundler for custom servers: #​84281
  • [segment cache]: fix interception route handling: #​84497
  • Upgrade React from a757cb76-20251002 to 85c427d8-20251003: #​84496
Misc Changes
  • fix: Missing link in Lazy Loading docs: #​84473
  • docs: simplify streaming metadata: #​84253
  • make withRspack idempotent: #​84482
  • Turbopack: Use strongly consistent reads in random_change unit test: #​84505
Credits

Huge thanks to @​huozhi, @​joao4xz, @​icyJoseph, @​lukesandberg, @​bgw, and @​ztanner for helping!

v15.6.0-canary.41

Compare Source

Misc Changes
  • Turbopack: Only benchmark file IO on next dev: #​84474
  • Turbopack: improve incremental build performance when deployment id changes: #​84460
Credits

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

v15.6.0-canary.40

Compare Source

Core Changes
  • Revert "Revert "Revert "Revert "Add a --webpack flag and default --turbopack to true (#​84216)"""": #​84394
  • Optimize isMetadataRoute function: #​84409
  • [ci]: split clientSegmentCache test runners off from experimental: #​84440
  • [Cache Components] Fix caching in generateMetadata/generateViewport: #​84228
  • Upgrade React from 86181134-20251001 to a757cb76-20251002: #​84463
  • [segment cache]: fix trailingSlash handling with output: export: #​84465
  • perf: Use a more aggressive retry loop for recursiveDelete: #​84444
  • [Cache Components] Dim logs after prerender aborts: #​84153
Misc Changes
  • [ci]: remove PPR-specific CI jobs: #​84439
  • docs: Verbose troubleshooting for unconfigured hosts: #​84271
  • Update Rspack production test manifest: #​84398
  • Add gt-next to i18n list: #​84396
  • [ci]: fix build-output-prerender to support segment cache env: #​84467
  • [ci]: fix app-static snapshots with clientSegmentCache: #​84468
Credits

Huge thanks to @​lukesandberg, @​ztanner, @​timneutkens, @​icyJoseph, @​unstubbable, @​vercel-release-bot, @​bgw, @​brian-lou, and @​gnoff for helping!

v15.6.0-canary.39

Compare Source

Core Changes
  • Update otel test assertions and pages span_name: #​84393
  • [Breaking] Bump minimum TypeScript version to 5.1.0: #​84384
  • Upgrade React from d15d7fd7-20250929 to ef889445-20250930: #​84383
  • [Breaking] Remove deprecated unstable_rootParams: #​84373
  • [metadata] remove falsy dynamicParams approach: #​84405
  • fix: next rspack binding NextExternalsPlugin: #​84303
  • Development: Skip route matching when there is an existing match: #​84227
  • Revert "auto-enable clientParamParsing and clientSegmentCache w/ cacheComponents": #​84419
  • Upgrade React from ef889445-20250930 to 548235db-20251001: #​84416
  • [Breaking] Update default browserslist config: #​84401
  • Upgrade React from 548235db-20251001 to 1bd1f01f-20251001: #​84417
  • Allow metadataBase to be a string URL in addition to URL instance: #​84297
  • Upgrade React from 1bd1f01f-20251001 to 86181134-20251001: #​84427
  • [mcp] logging file should be reset for each session: #​84425
Misc Changes
Credits

Huge thanks to @​ijjk, @​mischnic, @​devjiwonchoi, @​chloe-yan, @​huozhi, @​SyMind, @​timneutkens, @​ztanner, @​sireesha-siri, @​unstubbable, and @​vercel-release-bot for helping!

v15.6.0-canary.38

Compare Source

Core Changes
  • Revert "Revert "Revert "Add a --webpack flag and default --turbopack to true (#​84216)""": #​84389
Misc Changes
  • Turbopack: trace module.createRequire: #​84335
Credits

Huge thanks to @​mischnic and @​lukesandberg for helping!

v15.6.0-canary.37

Compare Source

Core Changes
  • Revert "Revert "Add a --webpack flag and default --turbopack to true (#​84216)"": #​84351
  • [Breaking] Remove AMP codemod: #​84356
  • [Breaking] Remove deprecated built-in AMP: #​84312
  • auto-enable clientParamParsing and clientSegmentCache w/ cacheComponents: #​84250
  • [mcp] get server action tool: #​84382
Example Changes
Misc Changes
  • docs: Remove AMP docs: #​84357
  • docs: Type helpers don't need to be imported: #​84265
  • Turbopack: Add docs for debugIds option: #​84375
  • Remove references to size metrics in next build from our docs: #​83823
  • Bump to swc v42: #​83477
  • Turbopack: skip invalidating a task on cell/output change when the dependency is outdated: #​84376
Credits

Huge thanks to @​devjiwonchoi, @​icyJoseph, @​timneutkens, @​lukesandberg, @​mischnic, @​ztanner, @​sokra, and @​huozhi for helping!

v15.6.0-canary.36

Compare Source

Core Changes
  • [cna] Add reactCompiler option: #​82251
  • Turbopack: remove canary version check for turbopackPersistentCachingForDev: #​84277
  • [turbopack] Add support for debug_ids: #​84319
Misc Changes
  • Turbopack: only replace edge dynamic calls in dev: #​84354
  • [turbopack] Remove a bunch of dead code from the source map implementation: #​84318
  • Turbopack: prevent duplicate NFT modules: #​84369
Credits

Huge thanks to @​mischnic, @​lukesandberg, @​poteto, and @​sokra for helping!

v15.6.0-canary.35

Compare Source

Core Changes
  • Turbopack: add separate turbopackPersistentCachingForBuild/ForDev flags: #​84215
  • Revert "Add a --webpack flag and default --turbopack to true (#​84216)": #​84348
  • Upgrade React from df38ac9a-20250926 to d15d7fd7-20250929: #​84347
  • Mark React Compiler integration as stable: #​84220
Example Changes
Misc Changes
  • [test] Stop downloading unused test browsers when generating PR stats: #​84329
  • docs: remove repeated to: #​84325
  • Turbopack: Use more robust logic for absolute and percent-encoded URLs in source maps received from loaders: #​84255
Credits

Huge thanks to @​eps1lon, @​sokra, @​lukesandberg, @​Anshuman71, @​bgw, and @​RobertFent for helping!

v15.6.0-canary.34

Compare Source

Core Changes
  • Turbopack: only write merged manifests when they have been changed: #​84261
Misc Changes
  • [test] Ignore pnpm update notifier: #​84328
Credits

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

v15.6.0-canary.33

Compare Source

Core Changes
  • Move config.turbopack.moduleIds to config.experimental.turbopackModuleIds: #​84230
  • Show invalid default export errors during prerendering: #​84242
  • fix: make sure caller exists in babel preset: #​84154
  • [mcp] allow to enable mcp server through env var: #​84278
  • fix(metadata): make formatDetection respect true/false properly: #​83924
  • Upgrade React from b0c1dc01-20250925 to df38ac9a-20250926: #​84276
  • Add a --webpack flag and default --turbopack to true: #​84216
  • fix: Update URL resolution logic to handle search parameters on root path /?foo=bar: #​78262
  • [Breaking] Remove deprecated sync access to Dynamic APIs: #​84179
Misc Changes
  • Turbopack: Scope with work queue: #​84225
  • [test] Make Undefined default export an e2e test suite: #​84240
  • [turbopack] Conditionally create pages router data endpoints.: #​84194
  • Turbopack: parallel connect children: #​84173
  • Turbopack: count turbo_tasks::run as foreground tasks to avoid being idle: #​84245
  • Turbopack: make persistent caching log line more clear: #​84262
  • Turbopack: make tracing nicer: #​84263
  • docs:Small improvement on the contribution guide for clarity: #​84200
  • Turbopack: Remove not-very-useful "Finished writing to disk in" log line: #​84244
  • Turbopack: follow up changes from parallel children: #​84219
  • [turbopack] Simplify take_issues and peek issues: #​84199
  • Update Rspack development test manifest: #​84260
  • Update Rspack production test manifest: #​84259
Credits

Huge thanks to @​devjiwonchoi, @​sokra, @​unstubbable, @​lukesandberg, @​FelipeChicaiza, @​bgw, @​kevva, @​huozhi, @​m1abdullahh, @​vercel-release-bot, and @​F7b5 for helping!

v15.6.0-canary.32

Compare Source

Core Changes
  • Move config.turbopack.moduleIds to config.experimental.turbopackModuleIds: #​84230
  • Show invalid default export errors during prerendering: #​84242
  • fix: make sure caller exists in babel preset: #​84154
  • [mcp] allow to enable mcp server through env var: #​84278
  • fix(metadata): make formatDetection respect true/false properly: #​83924
  • Upgrade React from b0c1dc01-20250925 to df38ac9a-20250926: #​84276
  • Add a --webpack flag and default --turbopack to true: #​84216
  • fix: Update URL resolution logic to handle search parameters on root path /?foo=bar: #​78262
  • [Breaking] Remove deprecated sync access to Dynamic APIs: #​84179
Misc Changes
  • Turbopack: Scope with work queue: #​84225
  • [test] Make Undefined default export an e2e test suite: #​84240
  • [turbopack] Conditionally create pages router data endpoints.: #​84194
  • Turbopack: parallel connect children: #​84173
  • Turbopack: count turbo_tasks::run as foreground tasks to avoid being idle: #​84245
  • Turbopack: make persistent caching log line more clear: #​84262
  • Turbopack: make tracing nicer: #​84263
  • docs:Small improvement on the contribution guide for clarity: #​84200
  • Turbopack: Remove not-very-useful "Finished writing to disk in" log line: #​84244
  • Turbopack: follow up changes from parallel children: #​84219
  • [turbopack] Simplify take_issues and peek issues: #​84199
  • Update Rspack development test manifest: #​84260
  • Update Rspack production test manifest: #​84259
Credits

Huge thanks to @​devjiwonchoi, @​sokra, @​unstubbable, @​lukesandberg, @​FelipeChicaiza, @​bgw, @​kevva, @​huozhi, @​m1abdullahh, @​vercel-release-bot, and @​F7b5 for helping!

v15.6.0-canary.31

Compare Source

Core Changes
  • Feat: get_page_metadata MCP endpoint: #​84211
  • feat: capture logs into logging file during development: #​84183
  • babel-loader: Avoid calling expensive isReactCompilerRequired check when we must run Babel anyways: #​84103
  • [mcp] expose logging: #​84226
Misc Changes
  • Turbopack: trace fs-extra calls: #​84246
  • [test] Over

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 25, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Oct 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/next
npm error   next@"15.6.0-canary.57" from the root project
npm error
npm error Could not resolve dependency:
npm error peer next@"^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 " from [email protected]
npm error node_modules/next-plausible
npm error   next-plausible@"3.12.4" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/next
npm error   peer next@"^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 " from [email protected]
npm error   node_modules/next-plausible
npm error     next-plausible@"3.12.4" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-11-02T09_07_03_369Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-11-02T09_07_03_369Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from a7e9aed to 27a98fc Compare November 1, 2025 21:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27a98fc to bd704e3 Compare November 2, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants