Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Confidence
eslint-config-next (source) 14.2.26 -> 16.0.0 age confidence

Release Notes

vercel/next.js (eslint-config-next)

v16.0.0

Compare Source

v15.5.6

Compare Source

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

Core Changes
  • Turbopack: don't define process.cwd() in node_modules #​83452
Credits

Huge thanks to @​mischnic for helping!

v15.5.5

Compare Source

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

Core Changes
  • Split code-frame into separate compiled package (#​84238)
  • Add deprecation warning to Runtime config (#​84650)
  • fix: unstable_cache should perform blocking revalidation during ISR revalidation (#​84716)
  • feat: experimental.middlewareClientMaxBodySize body cloning limit (#​84722)
  • fix: missing next/link types with typedRoutes (#​84779)
Misc Changes
  • docs: early October improvements and fixes (#​84334)
Credits

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

v15.5.4

Compare Source

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

Core Changes
  • fix: ensure onRequestError is invoked when otel enabled (#​83343)
  • fix: devtools initial position should be from next config (#​83571)
  • [devtool] fix overlay styles are missing (#​83721)
  • Turbopack: don't match dynamic pattern for node_modules packages (#​83176)
  • Turbopack: don't treat metadata routes as RSC (#​82911)
  • [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#​83357)
  • Turbopack: throw large static metadata error earlier (#​82939)
  • fix: error overlay not closing when backdrop clicked (#​83981)
  • Turbopack: flush Node.js worker IPC on error (#​84077)
Misc Changes
  • [CNA] use linter preference (#​83194)
  • CI: use KV for test timing data (#​83745)
  • docs: september improvements and fixes (#​83997)
Credits

Huge thanks to @​yiminghe, @​huozhi, @​devjiwonchoi, @​mischnic, @​lukesandberg, @​ztanner, @​icyJoseph, @​leerob, @​fufuShih, @​dwrth, @​aymericzip, @​obendev, @​molebox, @​OoMNoO, @​pontasan, @​styfle, @​HondaYt, @​ryuapp, @​lpalmes, and @​ijjk for helping!

v15.5.3

Compare Source

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

Core Changes
  • fix: validation return types of pages API routes (#​83069)
  • fix: relative paths in dev in validator.ts (#​83073)
  • fix: remove satisfies keyword from type validation to preserve old TS compatibility (#​83071)
Credits

Huge thanks to @​bgub for helping!

v15.5.2

Compare Source

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

Core Changes
  • fix: disable unknownatrules lint rule entirely (#​83059)
  • revert: add ?dpl to fonts in /_next/static/media (#​83062)
Credits

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

v15.5.1

Compare Source

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

Core Changes
  • fix: aliased navigations should apply scroll handling (#​82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#​82887)
  • fix: typesafe linking to route handlers and pages API routes (#​82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#​82974)
  • fix: add path normalization to getRelativePath for Windows (#​82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#​82860)
  • fix: avoid importing types that will be unused (#​82856)
  • fix: update the config.api.responseLimit type (#​82852)
  • fix: update validation return types (#​82854)
Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.0

Compare Source

Core Changes
  • Use and enforce exhaustive switch statements for work unit store: #​81577
  • Enable @typescript-eslint/switch-exhaustiveness-check rule: #​81583
  • [dynamicIO] use RSC dynamicness to control partial vs complete PPR result: #​81627
  • [dynamicIO] Do not use React.unstable_postpone(): #​81652
  • feat: new detachable panel UI: #​81483
  • Turbopack: content-hash PageLoaderAsset: #​81450
  • [segment explorer] fix content overflow styling: #​81649
  • Improve reliability of owner stacks for async I/O errors: #​81501
  • fix(router): Prevent redirect loop on root data requests with basePath: #​81096
  • Ensure custom NextServer config is honored: #​81681
  • Fix before interactive incorrectly render css: #​81146
  • perf: memorize exclude function in webpack config: #​81525
  • Also enforce experimental features when there's no next config file: #​81679
  • feat(next/image): warn when images.qualities is undefined: #​81690
  • feat(build): optimize filterUniqueParamsCombinations to generate sub-combinations: #​81321
  • Update NextAdapter type and re-export: #​81692
  • upgrade to path-to-regexp@​6.3.0: #​80123
  • [metadata] replace for initial body icon case: #​81688
  • [segment explorer] remove dev panel ui flag: #​81670
  • Simplify running test apps locally with ppr or dynamicIO enabled: #​81668
  • [turbopack] Return cached Promise from __turbopack_load_by_url__ : #​81663
  • Upgrade React from 97cdd5d3-20250710 to 2f0e7e57-20250715: #​81678
  • Delete unused renderToString function: #​81707
  • Discard prerendered route handler data from FS cache after revalidation: #​81611
  • Upgrade React from 2f0e7e57-20250715 to d85ec5f5-20250716: #​81708
  • Ignore pending revalidations during prerendering: #​81621
  • [turbopack] Clear chunk cache on HMR instead of creating new next-server VM: #​81664
  • fix: rootParams should throw in client when fallbackParams are not present: #​81711
  • perf(build): optimize buildAppStaticPaths performance and add helper function: #​81386
  • Turbopack: Support string without options for @​next/mdx: #​81713
  • [Segment Cache] Support dynamic head prefetching: #​81677
  • [sourcemaps] Consistent cursor columns: #​81375
  • fix: revert client segment route changes for sub shell generation: #​81731
  • fix: pages router metadata bugs with React 19: #​81733
  • Improve error handling for headers/cookies/draftMode in 'use cache': #​81716
  • [devtool] fix duplicate rendered indicator on server: #​81729
  • [devtool] enable segment explorer by default: #​81737
  • [turbopack] Stop exposing globals from Turbopack runtime: #​81727
  • Remove unnecessary await: #​81761
  • [chore] bump zod to latest v3: #​81757
  • feat(turbopack): Log anonymized internal error (panic) information to telemetry: #​81272
  • fix: revert client segment route changes for sub shell generation: #​81740
  • bugfix: static resources staleTime should be renewed once refetched: #​81771
  • [devtool] move font styling to global.css: #​81782
  • [devtool] copy decoded info of error details: #​81735
  • fix(build): add sourcePage context for PPR dynamic route lambda creation: #​81781
  • refactor: rename experimental.dynamicIO to experimental.cacheComponents: #​81562
  • Properly handle hanging promise rejections during prerendering: #​81754
  • Upgrade React from d85ec5f5-20250716 to dffacc7b-20250717: #​81767
  • Refactor: Get rid of overly generic getExpectedRequestStore function: #​81791
  • [devtool] migrate css reset to global.css: #​81783
  • [dev-tools] Robust shortcut detection: #​81756
  • [segment explorer] hide for pages router: #​81813
  • [devtool] fix scrollbar styling: #​81814
  • fix(ppr): ensure fallback route params trigger dynamic resume: #​81812
  • [devtools] restart server pending state: #​80858
  • Turbopack: fix dist dir on Windows: #​81758
  • fix: remove boundary sentinel from RSC responses: #​81857
  • [sourcemaps] Try VM for retrieving source maps first: #​81869
  • [devtools] save user config inside .next/cache: #​81807
  • Server: Remove unused code: #​81886
  • refactor: encapsulate content type within RenderResult: #​81861
  • refactor: handle null RenderResult responses gracefully: #​81895
  • Upgrade React from dffacc7b-20250717 to e9638c33-20250721: #​81899
  • chore(devtools): sync todos to linear: #​81901
  • Introduce 'use cache: private': #​81816
  • chore(deps): update browserslist: #​81851
  • Remove web-server from edge-ssr-app: #​81389
  • Stabilize node middleware support: #​81907
  • Add run-turbopack-compiler trace span: #​81917
  • fix: support calling onClose multiple times in edge-ssr-app: #​81911
  • fix: logging the correct process for listened port: #​81903
  • Build: Include rewrites in manifest generation: #​81894
  • Routing: Clean up some code: #​81932
  • [sourcemaps] Ensure codeframe when calling Client Functions from Server: #​81918
  • [segment explorer] missing file suggestion: #​81617
  • [turbopack] Always print trace labels in headers: #​81728
  • Revert "[metadata] use https protocol for schema urls": #​81934
  • Upgrade React from e9638c33-20250721 to 7513996f-20250722: #​81940
  • Upgrade to swc v33: #​81750
  • Remove extra base-server code: #​81944
  • Turbopack: flatten sourceInfo to avoid objects, reorder args, compress node.js entry: #​81545
  • Fix dynamicParams false layout case in dev: #​81990
  • Initial MCP implementation: #​81770
  • Fix: Unresolved param in x-nextjs-rewritten-query: #​81991
  • Turbopack: Add an option to use system TLS certificates (fixes #​79060, fixes #​79059): #​81818
  • Turbopack: Remove unused proxy option in turbo-tasks-fetch, lightly document HTTP_PROXY/HTTPS_PROXY environment variables: #​81905
  • Upgrade React from 7513996f-20250722 to edac0dde-20250723: #​81984
  • [devtools] Cleanup folder structure: #​82012
  • [devtools] Fix "open in editor" for locations in stackframes: #​82013
  • [Segment Cache] Fix: Key by rewritten search: #​81986
  • Upgrade vercel og and remove yoga type patching: #​81937
  • [perf] cache load config results: #​80570
  • Turbopack: use prototype for turbopack context for better runtime performance: #​81547
  • [reactcompiler] Test with latest RC: #​82002
  • [devtools] Fix various exhaustive-deps violations: #​82010
  • [devtools] Apply React Compiler to Next.js DevTools source: #​82004
  • Upgrade React from edac0dde-20250723 to 3d14fcf0-20250724: #​82020
  • Adjusted the warning message to be more descriptive: #​82054
  • Track fallback params on workUnitStore: #​82003
  • Fix API stripping JSON incorrectly: #​82061
  • Upgrade React from 3d14fcf0-20250724 to 19baee81-20250725: #​82063
  • use FetchStrategy to control prefetching behavior everywhere: #​82032
  • [Segment Cache] set fetchStrategy on segments from a dynamic request: #​82059
  • Revert "Upgrade vercel og and remove yoga type patching (#​81937)": #​82066
  • Optimize segment data routes: #​82033
  • Turbopack: write tasks doesn't need to be session dependent, as effects will restore: #​78727
  • [sourcemaps] Fully sourcemap stacks on the Server: #​81904
  • fix(Rspack): use loaderContext.utils.contextify to replace ModuleFilenameHelpers.createFilename: #​82104
  • next/root-params: #​80255
  • fix(next/image): fix image-optimizer.ts headers: #​82114
  • Upgrade React from 19baee81-20250725 to eaee5308-20250728: #​82120
  • Fix validateRSCRequestHeaders incorrect redirect: #​82119
  • fix(next/image): improve and simplify detect-content-type: #​82118
  • [CacheComponents] Use fallback params when validating dynamic routes in dev: #​82069
  • Extract getDynamicParam to a shared module: #​82137
  • Fix i18n fallback: false collision: #​82136
  • [segment explorer] normalize path when running inside monorepo: #​82146
  • [segment explorer] windows compatibility: #​82147
  • Upgrade React from eaee5308-20250728 to 9be531cd-20250729: #​82159
  • Ensure setAssetPrefix updates config instance: #​82160
  • Revert "Fix tracing of server actions imported by client components (#​78968): #​82161
  • Remove useMDXComponents argument: #​80871
  • Fix RSC hash validation for middleware external rewrites: #​82176
  • @next/codemod: update docs url in README: #​82135
  • @next/codemod: Add experimental.turbo to turbopack codemod for Next.js configs: #​82134
  • refactor: lowercase app router header values: #​82169
  • Strip internals from NextRequest types: #​82172
  • allow root params access in private caches: #​82125
  • [devtool] bump base-ui to 1.0.0-beta.2: #​82206
  • Upgrade @​vercel og: #​82201
  • Upgrade React from 9be531cd-20250729 to 9784cb37-20250730: #​82207
  • Fix: the unexpected clearing of symbolic link directories: #​82191
  • [next-dev] Set TURBOPACK env before loading config: #​82162
  • fix: display multiple lockfile warn if neither outputFileTracingRoot or turbopack.root option is provided: #​82164
  • Revert "Initial MCP implementation (#​81770)": #​82217
  • Revert "Upgrade @​vercel og (#​82201)": #​82219
  • Fix: Don't bail out of prefetch if head is missing: #​82216
  • Upgrade React from 9784cb37-20250730 to c260b38d-20250731: #​82247
  • [Cache Components] Runtime prefetching: #​81088
  • Parse dynamic params on the client: #​82185
  • Mark bun builtin modules as external (fixes #​75220): #​77616
  • Turbopack: Compact only at the end for short sessions: #​82224
  • feat: add fallback root params support for prefetch segment data routes: #​82282
  • feat: add route context to prerender error messages: #​82283
  • feat: automatically generate route types: #​81396
  • [Cache Components] Reset PrerenderStore after generating RSC payload: #​82286
  • Include eslint-plugin-react-hooks in React sync: #​82294
  • [devtools] Remove unnecessary cascading update: #​82295
  • Turbopack: name the module factory function: #​73553
  • Update font data: #​82292
  • fix: next/root-params erroring when rerendering after action: #​82326
  • Remove params from segment path: #​82249
  • Upgrade React from c260b38d-20250731 to be11cb5c-20250804: #​82339
  • fix: OTel root span should indicate error status on exceptions: #​82212
  • [Cache Components] Allow span creation while prerendering: #​82350
  • feat(turbopack): improve compile-time define value to support more data types and expr evaluation: #​81042
  • [Pages] fix: _error page's req.url can be overwritten to dynamic param on minimal mode: #​82347
  • [Pages] fix: use asPath for query-only navigation with useRouter: #​82236
  • loader tree: add special segment name to virtual parallel route segments: #​82383
  • fix: add ?dpl to fonts in /_next/static/media: #​82384
  • Upgrade React from be11cb5c-20250804 to 7deda941-20250804: #​82373
  • [devtools] Make state read-only in types: #​82396
  • Add experimental clientParamParsing feature flag: #​82393
  • add unstable_isUnrecognizedActionError: #​78933
  • [Cache Components] give the "seconds" profile a 30s staleTime: #​82332
  • Represent "virtual" segments like route groups: #​82422
  • [Segment Cache]: fix infinite prefetching when staleTime is 0: #​82388
  • Remove param values from static route tree: #​82376
  • [Cache Components] Only validate the shell on SSR render: #​82381
  • fix: static not-found missing in prerender manifest: #​82199
  • Turbopack: Share entrypoint template logic between Turbopack/webpack: #​82385
  • Add path to Image documentation: #​82329
  • [errors] revamp graceful degrade error boundary: #​82474
  • Fix: Do not force BLOCKING_STATIC_RENDER for DOM bots: #​82427
  • Update build-complete for adapter API: #​82452
  • fix: swc tracing: #​82470
  • Upgrade React from 7deda941-20250804 to 3958d5d8-20250807: #​82447
  • Delete abandoned segment parsing code: #​82458
  • Upgrade React from 3958d5d8-20250807 to f1e70b5e-20250811: #​82534
  • Upgrade React from f1e70b5e-20250811 to ac7820a9-20250811: #​82543
  • fix(next/image): use image-size pkg as additional format detector: #​82538
  • fix: add ?dpl to fonts in /_next/static/media part 2: #​82488
  • Fix: Disambiguate Mediapartners-Google user agent: #​82536
  • Fix: Allow dynamic rendering when root layout is wrapped in Suspense: #​82378
  • wrap devtools stories in context providers: #​82345
  • [devtools] Remove unused componentStackFrames field: #​82395
  • [Deprecation Warnings]: add amp deprecation warning: #​82551
  • fix(next/image): handle empty buffer and experimental flag for skipMetadata: #​82569
  • fix: amp deprecation warning should assert on user config: #​82572
  • fix: Prevent duplicate file entries in modulesCode: #​82550
  • feat: Turbopack typed links: #​81528
  • Upgrade React from ac7820a9-20250811 to 1dc3bdea-20250812: #​82575
  • [Runtime prefetch] resolve runtime APIs in a separate task: #​82475
  • Clean up unused code in restart server button: #​82409
  • chore: Update babel types and do some light cleanup of babel loader: #​82486
  • [Cache Components] Avoid cache misses when resuming a cached page: #​82578
  • chore: Remove unused Map support from next/dynamic transform: #​82487
  • [Deprecation Warnings]: add unstable_rootParams deprecation warning: #​82582
  • Turbopack: set window.next.turbopack instead: #​82580
  • fix router handling when setting a location response header: #​82588
  • Fix: Resolve PPR resume mismatch by search params: #​82587
  • Upgrade React from 1dc3bdea-20250812 to f1222f76-20250812: #​82595
  • [devtools] Move ShadowRoot into context: #​82296
  • Remove React 17 logic from Pages Router static generation: #​82604
  • [Segment Cache] Optimistic prefetch for search params: #​82586
  • Handle badged console calls when dimming console output: #​81889
  • run config deprecation checks only on user-provided configuration: #​82613
  • [devtools] Remove unused code: #​82299
  • [turbopack] Update Turbopack build warning message : #​82591
  • [Cache Components] Disallow sync access of cookies & headers at runtime: #​82564
  • feat: type guard file generation: #​81400
  • fix: find root dir on fs root: #​82590
  • fix: use in operator to check dev indicator option when its obj: #​82629
  • Upgrade React from f1222f76-20250812 to 379a083b-20250813: #​82642
  • feat(next/image): warn when images.localPatterns is undefined and src has query: #​82627
  • Turbopack: add turbo_tasks::spawn: #​82634
  • Fix fetch logging after revalidation via server action: #​82643
  • Fix request type in typed route validator: #​82644
  • fix: use .js extension for relative imports: #​82669
  • feat: add RouteContext type for app router route handlers: #​82670
  • Add additional handling for build-complete: #​82671
  • fix: Combine the hrtime tuple to get a better seconds representation: #​82687
  • test: migrate manifest tests to snapshot testing with normalizeManifest utility: #​82675
  • perf(router): replace LRU cache with optimized doubly-linked list implementation: #​82633
  • Turbopack: use a source content regexp for the react compiler: #​82631
  • Upgrade React from 379a083b-20250813 to a96a0f39-20250815: #​82691
  • fix: memory leak from cloneResponse: #​82678
  • Turbopack: Fix logic in HMR logging code that could emit a NaN build time: #​82389
  • fix: use turbopack.root value for outputFileTracingRoot to have consistent tracing root: #​82653
  • fix: return plain text 404 for invalid static asset paths: #​75111
  • Turbopack: show timing event for database compaction: #​82369
  • chore(test): update sharp api test: #​82740
  • [type] dynamic skip generating unused types: #​82755
Example Changes
  • Add Prisma ORM example to Next.js examples: #​75290
  • chore: Update with-supabase example to use getClaims(): #​81383
  • docs: Improve Content Security Policy documentation: #​80580
Misc Changes
  • Update Rspack development test manifest: #​81603
  • Allow beforePageLoad to be async: #​81650
  • Docs: POC: #​81419
  • chore(bot): update comment: #​81672
  • Fix build-native.ts on Windows: #​81673
  • Update Rspack development test manifest: #​81660
  • Update Rspack production test manifest: #​81661
  • Add create release branch workflow: #​81687
  • fix patch-next by adding missing script: #​81430
  • Turbopack: Generalize ImportedBinding effect creation to avoid as much special-casing of SimpleAssignTarget: #​81653
  • docs: Update redirects i18n documentation for App Router: #​81347
  • Include use-cache test suite in the Cache Components tests: #​81610
  • Improve error message for sync server functions: #​81705
  • [lint] keep lint-stage use faster linting: #​81710
  • [test] Fix app-static deploy test: #​81712
  • Fix: createRouterAct "reject" config: #​81720
  • Update Rspack development test manifest: #​81702
  • Update Rspack production test manifest: #​81701
  • Add an e2e test for the css serving issue: #​81683
  • chore: update username from 'nebrelbug' to 'bgub': #​81734
  • Turbopack: consistently name runtime chunk: #​81769
  • Turbopack: include more details in panic: #​81773
  • fix(turbopack) Adjust the way catchall routes are handled when a more specific parallel route exists: #​81634
  • Add trigger for v0 sync workflow: #​81645
  • Update Rspack production test manifest: #​81746
  • Update Rspack development test manifest: #​81747
  • Turbopack: Split DynamicEqHash trait into smaller traits in a separate re-usable crate: #​81741
  • [turbopack] Reuse shared Promise for loaded chunks: #​81755
  • Add VSCode tasks to show TypeScript compilation errors in problems view: #​81799
  • Turbopack: remove unneeded manifests for API routes: #​81536
  • [turbopack] use require to load chunks in our node runtime: #​81738
  • Turbopack: fix unhelpful error message when deleting folder fails: #​81718
  • Remove experimental.strictNextHead: #​81882
  • Remove some random commas: #​81875
  • Turbopack: Add cache for reqwest clients: #​81742
  • Update Rspack development test manifest: #​81878
  • Update Rspack production test manifest: #​81879
  • Turbopack: Track variable usage inside of visit_assign_target_pat: #​81654
  • Turbopack: Replace current_value set/restore mutation pattern with a safer with_pat_value helper: #​81696
  • Docs: Document global-not-found: #​81803
  • [router-act] Fixes related to segment inlining: #​81896
  • [test] Add dedicated test for error when client functions are called from server components: #​81930
  • Fix an issue in how css references are collected under next build --turbopack: #​81704
  • Turbopack: Update notify-rs crate, remove workaround for fixed bug: #​81909
  • Update Rspack development test manifest: #​81913
  • Update Rspack production test manifest: #​81914
  • Turbopack: Use workaround for rustc miscompilation bug on macos intel: #​81950
  • [test] workaround test that needs stylus: #​81965
  • Bump to swc_sourcemap 9.3.3: #​81971
  • fix(Turbopack): Remove the duplicate SlowFilesystem warning: #​81972
  • CI: add workflow_branch data to deploy test failure message: #​81949
  • Update Rspack production test manifest: #​81961
  • Update Rspack development test manifest: #​81960
  • [turbopack] Rename ClientReferenceSet: #​81942
  • Turbopack: fix scope hoisting variable renaming bug: #​81640
  • Revert "[test] workaround test that needs stylus": #​81981
  • [docs] fix rewrites example wording: #​81985
  • Turbopack: improve named spans in tracing: #​81458
  • Turbopack: update mimalloc: #​81993
  • Turbopack: Update bundled webpki-roots: #​81906
  • Allow specifying CLI version for e2e deploy: #​81998
  • Turbopack: Move fs watcher anyhow::Context import inline to fix compilation warnings: #​81997
  • Add link to manually trigger preview builds: #​81977
  • Update Rspack production test manifest: #​82007
  • Update Rspack development test manifest: #​82008
  • Turbopack: Make turbo-tasks-fetch a bit more OOP-like: #​81995
  • Update Rspack development test manifest: #​82038
  • [test] Allow running lint-eslint on a specific directory: #​82009
  • Adjusted the warning message to be more descriptive: #​82052
  • Update Rspack production test manifest: #​82039
  • [turbopack] mark rcstr! allocated Rcstr values as 'static' and stop refcounting them: #​81994
  • Turbopack: only schedule tasks when task becomes active on active counter increase: #​81414
  • docs: Update styling example links : #​82111
  • [turbopack] Documentation fixes for rcstr! and a tiny improvement to hash: #​82084
  • [turbopack] Improve our const compatible hash routine performance: #​82088
  • Update Rspack production test manifest: #​82139
  • Turbopack: Fix accidental doctest in globset module license: #​82127
  • [turbopack] tweak the ui of the module-cost benchmark: #​81817
  • [test] revert config change in hello-world test: #​82173
  • docs: cookies.set encode option is not supported: #​82154
  • docs: change Dashboard component to async for session verification: #​81880
  • Update create-release-branch to disable test-new-tests: #​82182
  • docs: update cacheTag.mdx: #​82051
  • Turbopack: Make the "non-recursive" logic for the fs watcher a runtime flag instead of a build-time one: #​82031
  • Turbopack: Add a flag to the fs watch fuzzer to print missing but expected invalidations: #​82131
  • docs: fix typo in docs: #​82186
  • docs: Add more links to app docs root: #​82126
  • docs: App Router's React version: #​82180
  • Turbopack: Use Path/PathBuf for all of the invalidation logic: #​82132
  • Turbopack: Use a BTreeMap in InvalidatorMap to avoid many O(n) traversals when finding child paths: #​82133
  • Turbopack: Watch the root and every parent directory in non-recursive mode: #​82129
  • Turbopack: Remove unused ignored_subpaths feature from DiskWatcher: #​82210
  • Grammar fix on forms.mdx: #​82209
  • Update Rspack production test manifest: #​82108
  • Update Rspack development test manifest: #​82192
  • Turbopack: implement shutdown for backing storage correct: #​82220
  • Update Rspack development test manifest: #​82227
  • fix: turbopack loader ipc field mapping: #​82112
  • Turbopack: fix dev test manifest: #​82241
  • fix(Turbopack): Fix duplicated layout rendering in edge cases: #​81948
  • [turbopack] Adopt rcstr! more consistently: #​80552
  • Turbopack: use mimalloc v3: #​82221
  • Turbopack: no need to avoid allocations anymore: #​82222
  • Turbopack: ensure max merge segments is respected accros families: #​82223
  • docs: to indicate that redirect can be used in both server and client…: #​82092
  • Turbopack: improve compression dictionary generation: #​80061
  • test: reduce artificial timeouts in runtime prefetch tests: #​82276
  • Turbopack: fix glob with empty alternative branch: #​82275
  • [turbopack] Optimize ESM exports: #​82214
  • [turbopack] Fix a snapshot test: #​82281
  • [turbopack] Avoid calling find_server_entries in the whole_app_module_graph case: #​81943
  • docs: Add Tolgee to app router localization resources: #​81366
  • Update Rspack development test manifest: #​82268
  • Update Rspack production test manifest: #​82267
  • Turbopack: Remove the lazy-regex dependency: #​82288
  • Turbopack: move block offsets from header to footer: #​82047
  • Turbopack: Streaming write of SST files: #​82048
  • [turbopack] Use Arrays instead of objects to bootstrap chunks: #​81877
  • Turbopack: set env in tracing context: #​75254
  • [test] Update snapshots: #​82327
  • chore: fix eslint-typechecked-require with template: #​82328
  • docs: add React Developer Tools section for debugging: #​82320
  • docs: Clarify revalidatePath : #​82142
  • Turbopack: Update jsonc-parser, dedupe with SWC: #​82343
  • [turbopack] vibecode a benchmark runner for module-cost: #​82287
  • Documentation: Removed reference to treeShaking in 08-turbopack.mdx: #​82352
  • Turbopack: run styled-jsx after typescript transform: #​82359
  • Turbopack: pass is_development to next_page_config: #​82363
  • refactor(turbo-tasks-fs): change FS to_sys_path to be synchronous: [#​82341](https://redirect.github.com/vercel/

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 this update again.


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

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

@vercel
Copy link

vercel bot commented Oct 22, 2024

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

Name Status Preview Comments Updated (UTC)
agent-app-95ln ❌ Failed (Inspect) May 29, 2025 10:28pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
agent-playground-kitt ⬜️ Ignored (Inspect) Visit Preview May 29, 2025 10:28pm

@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 0fe857e to 83b0cbe Compare October 23, 2024 00:42
@renovate renovate bot changed the title Update nextjs monorepo to v15 (major) Update nextjs monorepo to v15 (major) - autoclosed Oct 23, 2024
@renovate renovate bot closed this Oct 23, 2024
@renovate renovate bot deleted the renovate/major-nextjs-monorepo branch October 23, 2024 03:48
@renovate renovate bot changed the title Update nextjs monorepo to v15 (major) - autoclosed Update nextjs monorepo to v15 (major) Oct 23, 2024
@renovate renovate bot reopened this Oct 23, 2024
@renovate renovate bot restored the renovate/major-nextjs-monorepo branch October 23, 2024 06:17
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from d5afa27 to 5a64e96 Compare October 29, 2024 19:38
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 5a64e96 to d1cbac2 Compare November 7, 2024 13:40
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from 4423e31 to e071e43 Compare December 10, 2024 22:46
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from e071e43 to b9d1d73 Compare December 17, 2024 23:47
@renovate renovate bot changed the title Update nextjs monorepo to v15 (major) Update dependency eslint-config-next to v15 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from b9d1d73 to 3686225 Compare December 19, 2024 12:04
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 3686225 to d972592 Compare December 26, 2024 19:08
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from d972592 to 679171c Compare January 4, 2025 05:51
@renovate renovate bot changed the title Update dependency eslint-config-next to v15 Update nextjs monorepo to v15 (major) Jan 4, 2025
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 679171c to 14fec84 Compare January 8, 2025 14:32
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from 384524d to 8db7943 Compare January 22, 2025 15:11
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 8db7943 to 1ff8229 Compare February 11, 2025 04:49
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from 14c5dc7 to eeb2d20 Compare March 4, 2025 01:56
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from ebb29bb to 7b24c46 Compare March 18, 2025 03:35
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 7b24c46 to 589e938 Compare March 24, 2025 22:46
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 589e938 to 0a404d2 Compare April 5, 2025 05:54
@renovate renovate bot changed the title Update nextjs monorepo to v15 (major) Update dependency eslint-config-next to v15 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from b23b860 to 25d9729 Compare May 6, 2025 23:39
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 25d9729 to c8ef4b8 Compare May 23, 2025 00:01
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from c8ef4b8 to 7229c44 Compare May 25, 2025 03:28
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 7229c44 to ee36a3e Compare May 29, 2025 22:28
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from ee36a3e to d690392 Compare June 18, 2025 21:41
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from d690392 to d9ac711 Compare July 4, 2025 03:08
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from 7ac3657 to 37c5396 Compare July 18, 2025 22:02
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from b25ef11 to 6926c3b Compare July 25, 2025 00:30
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 6926c3b to 4701a7a Compare July 30, 2025 00:57
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 4701a7a to f5a3768 Compare August 6, 2025 20:23
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from 3f79db5 to 1ad20e1 Compare August 20, 2025 02:53
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from f1b81a4 to 17ddecc Compare August 26, 2025 23:02
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 17ddecc to d3c7b2b Compare September 11, 2025 01:05
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from f25a53c to 95a3b39 Compare September 25, 2025 14:34
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from 39a7b9f to 43b09d6 Compare October 17, 2025 02:58
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 43b09d6 to 7cb0b25 Compare October 21, 2025 09:42
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 7cb0b25 to c5f910b Compare October 22, 2025 11:07
@renovate renovate bot changed the title Update dependency eslint-config-next to v15 Update dependency eslint-config-next to v16 Oct 22, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Oct 22, 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: 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 unable to resolve dependency tree
npm error
npm error While resolving: agents-playground@0.1.0
npm error Found: eslint@8.57.1
npm error node_modules/eslint
npm error   dev eslint@"^8.57.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@">=9.0.0" from eslint-config-next@16.0.0
npm error node_modules/eslint-config-next
npm error   dev eslint-config-next@"16.0.0" 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-10-22T11_07_42_516Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-10-22T11_07_42_516Z-debug-0.log

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