Skip to content

fix(deps): update nextjs monorepo#135

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nextjs-monorepo
Open

fix(deps): update nextjs monorepo#135
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nextjs-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
eslint-config-next (source) 11.1.011.1.4 age confidence
next (source) 12.1.612.3.7 age confidence

Release Notes

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

v11.1.4

Compare Source

v11.1.3

Compare Source

See https://github.com/vercel/next.js/releases/v12.0.5 for details about this patch.

v11.1.2

Compare Source

Core Changes
  • chore: upgrade styled-jsx to 4.0.1: #​28626
  • getServerSideProps should support props value as Promise: #​28607
  • Ensure custom app regex is correct for Windows: #​28631
Credits

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

v11.1.1

Compare Source

Core Changes
  • Next.js swc publish flow: #​27984
  • Ensure config file message is only shown once: #​28017
  • Add missing fields to NextConfig type: #​27974
  • use a shared worker pool for collecting page data and static page generation: #​27924
  • Use @​next scope for native packages: #​28046
  • Fix generateBuildId type that can be async function: #​28040
  • Fix image optimization encoding url: #​28045
  • Clean up Document in preparation for streaming: #​28032
  • Render as a concatenation of streams: #​28082
  • Add support for dynamic HTML: #​28085
  • Support suspense in next dynamic: #​27611
  • Handle blob urls in image component: #​27975
  • Bypass webpack compilation for precompiled @​next/polyfills-nomodule: #​27596
  • Update util to 0.12.4: #​27939
  • Remove duplicate doctypes: #​28089
  • Fix revalidate for initial notFound: true paths: #​28097
  • Add proper error when failing to load next.config.js: #​28099
  • Fix: wrong link error message: #​28127
  • Add support for Jaeger trace target: #​28129
  • Enable pure client suspense in blocking rendering: #​28165
  • Add entrypoint tracing: #​25538
  • Add module type to build-module trace: #​28128
  • Update to latest babel versions: #​28174
  • Improve jaeger traces: #​28168
  • fix development mode bug with pages with "+" and other special characters: #​28122
  • let loaders automatically infer source map setting: #​28204
  • Avoid fs write next-env.d.ts on read-only filesystems: #​28206
  • Document usage of suspense option of next/dynamic: #​28210
  • Add warning when parent styles break next/image: #​28221
  • Use zen-observable library: #​28214
  • Fix HMR when custom _app or _document is removed: #​28227
  • Add relationship between issuer and module to traces: #​28192
  • Update generating next-server dependencies: #​28223
  • Fix next/image blur placeholder when JS is disabled: #​28269
  • Ensure adding _app/_document HMRs correctly: #​28279
  • upgrade webpack to 5.51.1: #​28291
  • [ESLint] Adds process.exit to next lint success output: #​28299
  • Fix next env vars injection in dynamic: #​28309
  • Add layout to data-nimg attribute: #​28312
  • Add data attribute to script component: #​28310
  • Ensure @​babel/core is de-duped when nccing: #​28384
  • Fix forked NODE_OPTIONS except for inspect: #​28420
  • [ESLint] Enable caching by default: #​28349
  • Update test config to leverage swc: #​28400
  • Add missing typescript property to NextConfig: #​28459
  • next/script fix duplicate scripts : #​28428
  • Ensure error is shown correctly for empty headers field: #​28430
  • Add default trace format that is exported automatically: #​28461
  • Update i18n locales limit to warning: #​28429
  • Fix handling for 204 status code with a body: #​28479
  • Update warning when parent styles break next/image: #​28517
  • Support for functional Document components: #​28515
  • Ensure dev server side errors are correct: #​28520
  • Add CSP to Image Optimization API: #​28620
Documentation Changes
  • Fix incorrect error manifest path: #​27970
  • Add testing docs: #​27965
  • [DOCS] Update testing docs: #​28064
  • [ESLint] Disallow <Script /> inside _document.js & <Script /> inside the next/head component: #​27257
  • Docs: Mention 3rd option 'blocking' for fallback: #​28077
  • Add a Styling Section to next/image component docs: #​28055
  • Improve React Strict Mode documentation.: #​28139
  • doc: fix typo: #​28146
  • docs: corrected the link to the example: #​28175
  • ESLint Plugin: Prefer next script component when using the inline script for Google Analytics.: #​25147
  • Update testing.md: #​28190
  • docs: Add link to Cypress GitHub Actions Guide to Testing docs: #​28207
  • Add docs for ESLint plugin settings and rule options: #​28059
  • Add eslint rule for id attribute on inline next/script: #​27853
  • Update supported-browsers-features.md: #​28326
  • fix link to global stylesheet in from-create-react-app.md: #​28327
  • docs: update font-optimization.md: #​28397
  • Improved next/image docs around layouts.: #​28345
  • Minor docs edit: cors -> CORS: #​28472
  • Update docs for sharp usage to mention Vercel: #​28476
  • Use recommended pattern in testing example: #​28404
  • Update with-jest packages and docs: #​28209
  • Add docs for using pageExtensions to colocate other files with page components: #​22740
  • Small grammar fixes: #​28590
Example Changes
  • Make sure all example packages has private: true: #​28008
  • next-env.d.ts note in templates: #​27983
  • Add .gitignore to examples that lack them: #​28003
  • Update Firebase hosting example to use Node.js 14.: #​27988
  • Examples: Jotai: #​27940
  • Remove licence from all example/package.json that has them: #​28007
  • Add ci script to check examples: #​28009
  • Replace CSS tag with JS import: #​28143
  • Fixed typos that existed on some files: #​28314
  • Add Temporal example: #​28348
  • [examples] Added with-couchbase example: #​27184
  • [examples] Add ElasticSearch example: #​28043
  • Fix: changing import syntax slightly to ensure success with create-next-app: #​28431
  • Add prop-types in package.json: #​28481
  • Update to use the latest MongoDB best practices to limit connection pooling issues.: #​28350
  • Add apiVersion to config: #​28610
Misc Changes
  • Tests: Execute development-logs tests.: #​27996
  • Fix publish native script: #​28037
  • Authenticate npm before publishing native packages: #​28041
  • publish flow fixes: #​28050
  • USe await correctly: #​28053
  • Refactor development-logs removing duplicated code.: #​28049
  • Fix gh action workflow when docs changed: #​28092
  • Skip native ci steps for docs only changes: #​28101
  • Add setup for m1 build: #​28138
  • fix(tests): fixes typo in basic integration test: #​28158
  • Fix crash of lint rule no-document-import-in-page: #​28148
  • docs: make contributing.md more contributor-friendly: #​27913
  • Update polling env var for tests in CI: #​28264
  • Ensure all packages are packed while tracing: #​28263
  • Use temp repo copy while linking packages: #​28301
  • feat: upgrade swc/core to 1.2.80: #​28347
  • Move unit tests to one folder and migrate them to TypeScript: #​28427
  • Tests: Adds test to data-nimg data attribute based on layout prop.: #​28444
  • Remove unused imports
  • [ESLint Plugin] Handles edge case for no-import-document-in-page rule: #​28261
  • Tests: Remove unnecessary await: #​28594
Credits

Huge thanks to @​delbaoliveira, @​padmaia, @​andersonleite, @​stefanprobst, @​oBusk, @​sokra, @​xnuk, @​styfle, @​leerob, @​devknoll, @​huozhi, @​timneutkens, @​awareness481, @​agektmr, @​gu-stav, @​sampoder, @​Thisen, @​ijjk, @​oscarafuentes, @​AryanBeezadhur, @​bmuenzenmeyer, @​tdkn, @​rgabs, @​urko-pineda, @​davecaruso, @​kevinold, @​ctjlewis, @​chrislloyd, @​mrmckeb, @​housseindjirdeh, @​hiro0218, @​Bezmehrabi, @​atcastle, @​janicklas-ralph, @​lorensr, @​lekterable, @​vcnc-hex, @​ejscribner, @​Andarist, @​aravindputrevu, @​robbieaverill, @​zhafri-shafiq, @​htunnicliff, @​kukicado, @​OzzieOrca, @​mikehedman, and @​kmelve for helping!

vercel/next.js (next)

v12.3.7

Compare Source

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

Core Changes
  • Lock swc binaries version

v12.3.6

Compare Source

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

Core Changes
  • Match subrequest handling for edge and node
  • Update publish-native

v12.3.5

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
This release contains a security patch for CVE-2025-29927.

Core Changes
  • [backport] middleware subrequest patch (#​77424)

v12.3.4

Compare Source

v12.3.3

Compare Source

v12.3.2

Compare Source

v12.3.1

Compare Source

Core Changes
  • Update react-server-dom-webpack: #​40356
  • Fix flight manifest to include all chunks: #​40365
  • docs: fix typos: #​40342
  • Fix page url for edge routes in app dir: #​40361
  • Subresource Integrity for App Directory: #​39729
  • Stop build warning about experimental: { esmExternals: 'loose' }: #​40377
  • Add template and error file types: #​39808
  • Bump styled-jsx for showing displayName: #​40411
  • fix(#​40388): next/dynamic should only add default loading without suspense: #​40397
  • Add missing trace for full reload event: #​40393
  • feat(ts): expose AppType: #​40391
  • Update dev watcher to ignore more accurately: #​40412
  • Add failing case for location throw: #​40445
  • Drop legacy RSC handling in client for pages: #​40472
  • fix: eslint no-script-component-in-head error url: #​40422
  • chore: Update swc: #​40292
  • feat(edge): allows configuring Dynamic code execution guard: #​39539
  • Rename allowDynamic to unstable_allowDynamic: #​40496
  • Don't execute prefetches for bot user agents: #​40435
  • Update semver of eslint-plugin-react: #​40246
  • Clean up startTransition in Link: #​40505
  • docs(README): next.js logo with dark mode: #​40223
  • Passing down original sourcemap for flight client loader: #​40508
  • next/script: make onLoad concurrent rendering resilient: #​40191
  • chore: Update swc: #​40520
  • Add missing feature in next-swc: #​40550
  • Mask Flight Parameters from Middleware: #​39939
  • Unwrap promise with experimental_use: #​40575
  • fix(next/router): Prevent query delete in routing when next.config basePath option is truthy: #​40566
  • fix(image): handle image imports with high aspect ratio: #​40563
  • fix: loosen webpack compilation with fallbackNodePolyfills: false: #​40612
  • Adding experimentalAdjustFallback feature to font optimization: #​40185
  • fix: handle notFound: true in / with next export: #​40592
  • refactor: split up CONTRIBUTING.md: #​40515
  • Implement SWC transformer for server and client graphs: #​40603
  • Fix edge wasm handling during deploy: #​40625
  • Client directive: #​40415
  • Remove internal client next api detection: #​40646
  • Attach module trace for RSC related errors: #​40652
  • Use createFromFetch instead of createFromReadableStream to fetch Flight: #​40656
  • Change Flight response content type to application/octet-stream: #​40665
  • Send web vitals to Vercel analytics in app: #​40669
  • Refactor fetchServerResponse: #​40674
  • Port page and layout level API assertions to SWC transform: #​40653
  • Ensure smooth scroll is disabled for navigation in new and existing router: #​40642
  • Upgrade to latest React experimental: #​40672
  • Refine error messages: #​40661
  • Incldue styled-jsx in swc compiling: #​40679
  • misc: update caniuse-lite to latest: #​40680
  • Remove non existed exports and files: #​40685
  • fix(image): preload should respect crossOrigin: #​40676
  • Add handling for static generation in app: #​40561
  • Avoid direct React client API imports in the server graph: #​40686
  • Drop legacy RSC server and client extension: #​40692
Documentation Changes
  • docs: fix middleware path: #​40340
  • Fix mdx docs: #​40402
  • Update Server Components documentation.: #​40452
  • docs: move swcMinify: true out of "Experimental features" section: #​40394
  • Clarify use of loading property: #​40488
  • docs(errors/large-page-data): how to see data being passed to page: #​40491
  • docs(basic-features/script): update script version history: #​40263
  • Added "negative matcher" documentation: #​40282
  • Fix a typo in docs: #​40501
Example Changes
  • chore: fix examples: #​40395
  • chore(examples): update turborepo examples link: #​40487
  • update(examples): Emotion modules: #​40242
  • Added comments to middleware-matcher example: #​40273
  • Remove legacy mobx example: #​40304
  • Update cms-makeswift example: #​40560
  • Fixed typo: #​40608
  • Revert "Fixed typo": #​40623
  • chore: Migrate with-prefetching example to typescript: #​40671
  • chore: Refactor active-class-name example: #​40670
  • docs(examples): fix error connection handling: #​40633
Misc Changes
  • Temporarily disable unstable app test: #​40408
  • docs(middleware): fix broken link
  • chore: use link: instead of file: in CONTRIBUTING.md: #​40510
  • add Balázs as codeowner to /errors/ directory
  • fix(cli): tune filter for extracting example .tar: #​40513
  • Add additional tests for prefetch and trailingSlash: #​40517
  • Wrap parallel routes tests in describe: #​40546
  • fix(#​40025): run next/script beforeInteractive test in both dev & prod: #​40541
Credits

Huge thanks to @​huozhi, @​shuding, @​ijjk, @​jasham, @​Kikobeats, @​wyattjoh, @​rubytree33, @​timneutkens, @​balazsorban44, @​andrewrjohn, @​SukkaW, @​hanneslund, @​leerob, @​Djo1e, @​kdy1, @​msafi, @​tknickman, @​feugy, @​cramforce, @​ryparker, @​victorboucher, @​steven-tey, @​JDansercoer, @​janklimo, @​hiro0218, @​HaNdTriX, @​migueloller, @​flex-kyunghwa, @​saalimzafar, @​alxhotel, @​janicklas-ralph, @​feedthejim, and @​chornos13 for helping!

v12.3.0

Compare Source

Core Changes
  • Refactor client entry plugin to separate methods.: #​39162
  • Eliminate path polyfill and incremental-cache from base server: #​39548
  • Remove precopied styled-jsx: #​39520
  • Refactor handling of addPageEntry promise: #​39547
  • Support multiple flush effects: #​39559
  • Eliminate Amp in Edge runtime: #​39560
  • Rename page -> entry in on-demand-entry-handler: #​39564
  • Update .env HMR handling: #​39566
  • Fix failing switchable runtime deploy test: #​39579
  • Fix Edge SSR routes: #​39594
  • Support tsconfig paths without baseurl: #​34926
  • Enable @​typescript-eslint/no-use-before-define for functions: #​39602
  • Remove minify: false for webpack5 bundle: #​39620
  • Next Server code refactoring: #​39591
  • Eliminate path and utils from base server: #​39622
  • Remove webpack4 types: #​39631
  • Enable additional TypeScript ESLint rules: #​39640
  • fix(next/dynamic): handle template literal import path: #​39623
  • Add comment on slash normalizing in server: #​39653
  • Refactor base server: #​39649
  • Add separate entry per layout/page.: #​39611
  • fix(next-server): Fix priority for edge routes : #​39462
  • Add todo for dependsOn: #​39677
  • Improved server CSS handling: #​39664
  • feat(next-swc): Update swc: #​39499
  • fix next-app-loader on windows: #​39657
  • fix(swc/emotion): Correct the SPACE_AROUND_COLON regex: #​39710
  • fix(#​39609): warns about suspense and ssr: #​39676
  • Use realpath when emitting traced package.json: #​39683
  • fix(#​39706): add avif support for node serve static: #​39733
  • fix(next): Do not display message when middleware is removed on dev mode: #​39604
  • refactor(portal): remove useRef from portal component: #​39792
  • refactor(use-intersection): remove useRef usage: #​39791
  • allow Edge Functions to stream a compressed fetch response: #​39608
  • fix meaninglessFileNames type in compiler options schema: #​39698
  • build: upgrade edge-runtime: #​39749
  • Update stalled ensure log to use debug instead: #​39826
  • Skip building /500 in dev mode: #​39828
  • Fix onError handling in next/future/image: #​39824
  • Improve error message on next/future/image when objectFit or objectPosition: #​39614
  • Refactor client CSS imports: #​39758
  • Ensure moduleResolution is written correctly: #​39836
  • Fix disposing active entries in dev compilers: #​39845
  • fix(#​39807): ignore width/height from webpack with "fill": #​39849
  • Add handling for auto installing TypeScript deps and HMRing tsconfig: #​39838
  • Remove eslint warning when no eslint config is present: #​39872
  • feat(next/swc): enable wasm first binding load for the platforms: #​38883
  • Fix next/future/image blur-up placeholder : #​39785
  • Fix runLintCheck during build: #​39883
  • Skip auto-install for missing deps in CI: #​39882
  • Remove un-necessary internal jest-worker error during ts/lint error: #​39886
  • Bump @vercel/[email protected]: #​39906
  • Handle edge runtime for app: #​39910
  • build: upgrade edge-runtime: #​39898
  • HMR for client CSS imports: #​39916
  • fix(ts): use AppProps's generic for pageProps: #​38867
  • Treat non page file as non route under app dir: #​39976
  • Fix next/future/image incorrectly warning for fill + blur: #​39986
  • Ensure prefetch heuristic matches with and without middleware: #​39920
  • feat: add experimental.fallbackNodePolyfills flag: #​39248
  • Fix incorrect build log for moduleResolution: #​39991
  • fix(#​39993): avoid race condition for next/script onReady: #​40002
  • Avoid bundling next/script in the server build by default: #​40013
  • Handle async module for client components: #​39953
  • Upgrade typescript to 4.8.2: #​39979
  • Remove Unused SQLite file: #​40056
  • Update next/future/image to use svg blur placeholder during next dev: #​39992
  • Remove <noscript> from next/future/image: #​40075
  • Fix filePath being wrongly stringified: #​40070
  • Refactor Server Router: #​39902
  • Update to detect GSSP with edge runtime during build: #​40076
  • Fix handling with custom _error and pages/500: #​40110
  • Fix edge rewrite handling: #​40115
  • Error for ssg and ssr exports from client components in build time: #​40106
  • feat(next): Support has match and locale option on middleware config: #​39257
  • Change alt to required in next/future/image: #​40136
  • Allow port 0 in next dev and next start: #​40118
  • Update to stable: next/future/image, remotePatterns, unoptimized: #​40142
  • fix(#​40066): preserve error status code from serveStatic: #​40128
  • fix: detect ESLint config in package.json: #​40158
  • ignore EEXIST errors when creating symlinks for output standalone: #​40150
  • Bump @vercel/[email protected]: #​40164
  • Bump styled-jsx: #​40165
  • Match data fetch and busting cache key when path URI encodes: #​39568
  • Updating the Next.js Logo: #​40181
  • next/script: simplify logic and update tests: #​40026
  • Bypass empty pages folder for layouts: #​40132
  • chore: Update swc: #​39965
  • Fix styled-jsx macro imports: #​40234
  • Ensure path can be specified for clearPreviewData: #​40238
  • fix: apply default export interop to next/config: #​40224
  • Improved route resolution in next-app-loader: #​40109
  • Add prefetch to new router: #​39866
  • Update next/future/image to support only width or only height: #​40278
  • Add experimental proxy timeout option: #​40289
  • Fix static info parsing when export data fetching method as variable: #​40317
  • fix(switchable-runtime): make dev server not break when wrong runtime config is exported: #​40312
  • Revert "Refactor Server Router": #​40328
  • fix(switchable-runtime): Make it possible to switch between edge and server runtime in dev: #​39327
  • Revert "Revert "Refactor Server Router" (#​40328)" : #​40333
  • refactor(next/swc): remove unnecessary field in RemoveConsole: #​40296
  • [edge] fix URLSearchParams lacking data from rewrite: #​40260
  • fix(lint): disable react/no-unknown-property: #​40331
  • Update onLoadingComplete for next/future/image to receive reference to <img>: #​40326
  • Remove warning for swcMinify being enabled: #​40359
Documentation Changes
  • docs: Rename API middlewares title in sidebar: #​39534
  • [docs] Avoid next config validation warning: #​39554
  • Update strategies count to 4: #​39610
  • Change the React Server Components CTA to the router/layout RFC: #​39724
  • Add section to next/future/image docs about Known Browser Bugs: #​39759
  • Update next.js.configs line number: #​39802
  • Add note about using the /_error page directly to custom error page article: #​39671
  • Typescript Documentation Improvement for Persistent Layouts: #​33659
  • Add clarity in docs for using exportPathMap with getStaticPaths: #​39813
  • Update links to point to more accurate docs: #​39818
  • Update docs next/future/image with details about computed aspect ratio: #​39829
  • Mention router.isPreview on Preview Mode page: #​39830
  • doc: improve a word client side rendering: #​39771
  • Docs: Updated note about using next/head in basic-features/font-optimization: #​39863
  • [docs] Fixed 404 links to Layouts RFC blog post: #​39937
  • Adds note about custom server requirements: #​39931
  • fix hash-link: #​39929
  • Mention largePageDataBytes in warning docs: #​39941
  • Update Font Optimization docs: #​39950
  • [docs] Update UTM params of some links: #​39951
  • Revert "Adds note about custom server requirements": #​39956
  • Update image.md: #​39984
  • Update script.md: #​40017
  • [docs] Add precision about pageExtensions: #​40016
  • Update debugging.md (--dev -> --save-dev for npm): #​39998
  • docs(testing): add JSDoc typing in jest.config.js: #​40090
  • docs(image): Use hook inside of function component: #​40096
  • docs(security-headers): interest-cohort has been replaced by browsing-topics: #​40113
  • [docs] Functional syntax for _document example in Basic Features: Font Optimization: #​40140
  • Fix typo in error/middleware-upgrade-guide.md: #​40176
  • docs: documents middleware matcher: #​40180
  • docs: update get-static-paths.md: #​40205
  • Change image sizes docs to use em instead of px: #​40288
  • Change sizes docs to use max-width in media query: #​40290
  • docs: fix numbering in middleware docs: #​40276
  • Update docs for remotePatterns image config: #​40350
  • docs: fix typo: #​40354
Example Changes
  • docs(examples): use vercel integration in cms-sanity: #​39323
  • Typo : #​39596
  • Update Convex Example: #​39562
  • Update with-loading example: #​39646
  • [Docs] Update with-slate example: #​39639
  • Tweak Convex example: #​39739
  • examples/with-redux-thunk , update README (#​39555): #​39712
  • [Docs] Update mongodb example: #​39658
  • Convert with-goober example to TS: #​39761
  • [docs] Migrate dynamic routing example to typescript: #​39806
  • Remove unnecessary type reference in Vitest example: #​39819
  • Update cms-makeswift example: #​39834
  • Migrate data-fetch example to typescript: #​39852
  • [Docs] Update examples to favour functional _document: #​39871
  • chore(with-docker): don't copy package.json twice: #​39896
  • Prefer function _app component in examples: #​39967
  • Migrate with-xstate to typescript: #​39974
  • Use Font Optimization in examples: #​39977
  • Add local setup info in the with-supabase-auth-realtime-db example's README: #​40030
  • Remove semi in Convex example: #​40052
  • Refactored the with-supertokens example to use typescript: #​39987
  • Add config types to all examples: #​40083
  • adding with-axiom example: #​38300
  • Update Convex example to convex 0.1.9: #​40162
  • Remove extra "d" in comment: #​40212
  • fix(examples/with-styled-components-babel): list should have unique key: #​40215
  • Migrate image-component example to typescript: #​40204
  • ref(with-sentry example): Explicitly set hideSourceMaps: #​40079
  • Update next-forms example: #​40284
  • Migrate with-context-api example to typescript: #​40297
  • Migrate with-react-jss to typescript: #​40308
  • Update react-remove-properties example: #​40307
  • Migrate using-preact example to typescript: #​40295
  • added type to clientPromise in with-mongodb/lib: #​40339
  • Remove babel from custom-server-typescript example: #​40309
  • Merge with-mobx-state-tree with with-mobx-state-tree-typescript example: #​40306
  • Fix image-component example types: #​40352
Misc Changes
  • Fix preinstall failed in [email protected] on FreeBSD with npm@​8.17: #​39529
  • Add edge ssr to pr stats: #​39621
  • Update test failure logging : #​39655
  • Update image tests files from *.js to *.ts: #​39663
  • fix(create-app): support github url has trailing slash: #​39665
  • Update contributing.md : #​39767
  • Update ubuntu CI version due to deprecation: #​39817
  • Leverage VERCEL_CLI_VERSION env for deploy tests: #​39823
  • Update flakey relay analytics test: #​39877
  • Added tests for next/router in app directory: #​39867
  • Fix failing e2e getServerSideProps test: #​39885
  • Add path to export-page: #​39893
  • Fix rsc basic e2e test on deploy: [#​39905](http

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.

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

@vercel
Copy link

vercel bot commented Aug 30, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/andrewusher00/carbonite/A9PMDSgB9GfcyKUAZgenXmjVQCgS
✅ Preview: https://carbonite-git-renovate-nextjs-monorepo-andrewusher00.vercel.app

@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v11.1.1 chore(deps): update nextjs monorepo to v11.1.2 Aug 31, 2021
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 114a1c2 to 21999b3 Compare August 31, 2021 07:44
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 21999b3 to 3aab071 Compare March 7, 2022 11:57
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v11.1.2 chore(deps): update nextjs monorepo to v11.1.4 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 3aab071 to 877943a Compare May 31, 2022 10:28
@vercel
Copy link

vercel bot commented May 31, 2022

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
carbonite Ready Ready Preview, Comment Mar 13, 2026 5:56pm

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 877943a to 7c10b58 Compare July 28, 2022 15:55
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v11.1.4 chore(deps): update nextjs monorepo Jul 28, 2022
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 7c10b58 to dd6faa1 Compare August 25, 2022 22:43
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from dd6faa1 to e6642ee Compare September 8, 2022 21:46
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from e6642ee to 5d0bf84 Compare September 20, 2022 01:32
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 5d0bf84 to 1092a9d Compare October 30, 2022 10:52
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 1092a9d to ca1e528 Compare November 9, 2022 02:59
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from ca1e528 to f795ed5 Compare November 22, 2022 02:05
@renovate renovate bot changed the title chore(deps): update nextjs monorepo fix(deps): update nextjs monorepo Dec 10, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from f795ed5 to d0a003b Compare March 23, 2025 08:28
@coderabbitai
Copy link

coderabbitai bot commented Jan 19, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant