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

Update dependency next to ^10.2.0 #114

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next (source) ^10.0.3 -> ^10.2.0 age adoption passing confidence

Release Notes

vercel/next.js

v10.2.0

Compare Source

Core Changes
  • Ensure default fallback values are correct with i18n: #​23675
  • Font optimization: #​21676
  • Stop mutating resolvedAsPath: #​23705
  • Fix webpack5 cache distDir: #​23718
  • Ensure basePath is not applied for external GSSP redirect: #​23673
  • Ensure fallback rewrites dont match over pages with i18n: #​23674
  • Ensure no-op export returns without error: #​23752
  • upgrade to webpack 5.31.0: #​23776
  • Babel fast mode: #​23760
  • Resolve new babel loader through require.resolve: #​23819
  • upgrade webpack to 5.31.2: #​23861
  • reduce the number of write syscalls by buffering: #​23863
  • Remove bugfix needed for webpack 4 when webpack 5 is used: #​23886
  • Ensure no-op rewrite matches dynamic route with i18n correctly: #​23860
  • Ensure minimal mode SSR 404 handling is correct: #​23996
  • Enable webpack5 by default: #​23810
  • Add request deduplication to image optimizer: #​24000
  • Use regex lexer for gathering named groups from has: #​23626
  • Clean up eventsource initialization: #​24015
  • Add react@experimental testing: #​23359
  • fix: upgrade cssnano/postcss version: #​24034
  • update webpack to 5.33: #​24077
  • Fall back to default components when a top-level error occurs: #​24079
  • improve pr stats action: #​24086
  • Fix IE11 incompatibility due to string litterals: #​23784
  • Fix fallback: false triggering 404 before rewrites: #​24121
  • Use same num workers between export and build: #​24180
  • Fix serving Images through external rewrite with Image component: #​21001
  • Ensure locale is not duplicated from differing casing: #​24187
  • Add error for getStaticPaths on non-dynamic page: #​24188
  • Ensure query for static pages with rewrites is updated correctly: #​24189
  • startup performance improvements: #​24129
  • ci: fix PnP e2e tests using Webpack 5: #​24216
  • Disable strictExportPresence when webpack 5 is enabled: #​24214
  • upgrade webpack to 5.34: #​24230
  • Omit un-necessary stack trace from invalid routes: #​24240
  • Babel Turbo Loader, Part 2: #​24078
  • Ensure locale cookie does not error with similarly named cookie: #​24182
  • Add event for webpack 5 usage: #​24222
  • Fix metrics measurements under new root API: #​24110
  • feat: add type to previewData: #​21574
  • improve react-loadable-plugin: #​24281
  • webpack 5.35: #​24293
  • Ensure locale key not duplicated when navigating back to root path with a query or hash value: #​24323
  • Adding script loader files to package.json: #​24326
  • Bump next-babel-loader cache key: #​24335
  • Ensure dev overlay is triggered for more _app/_document errors: #​24328
  • Fix not exposing server errors in hot reloader: #​24331
  • experimental: remove legacy plugin system: #​20759
  • Replace experimental reactMode with reactRoot: #​24280
  • [next] update initial config message: #​23165
  • Upgrade eslint to the latest version: #​24377
  • Ensure proxy rewrite does not hang on error: #​24394
  • Font optimization bug fix: #​24162
  • Ensure stalled CSS triggers fallback navigation: #​24488
  • Remove experimental note for has routes: #​24529
  • Test fixes for Babel mode: #​24312
  • Upgrade postcss: #​24546
Documentation Changes
  • Add note about prefetching: #​23732
  • docs: Update built-in-css-support.md with Linaria example: #​23333
  • Fix upgrading broken link: #​23785
  • Add experimental note to docs for has: #​23835
  • Update incremental migration doc and add version for new rewrites: #​23859
  • Add missing import in CSS docs: #​24007
  • docs: Fix TypeScript casing: #​24040
  • Update .now.sh to .vercel.app.: #​22359
  • Updated prefetch documentation: #​24171
  • Docs update: Redirect paths with parentheses: #​24062
  • Update incremental adoption in rewrites doc: #​24186
  • docs: fix a11y router examples: #​23031
  • Add next-intl example: #​21447
  • Clarify dynamic imports documentation: #​24168
  • docs: reduce image size in sample Dockerfile: #​24108
  • Update Preview Mode docs for developing locally: #​22906
  • Docs: add info about fallback to prerender-error: #​22828
  • Add note for exportPathMap query and prerender pages: #​24266
  • Mention notFound cache purging use-case: #​21234
  • docs(deployment): prune non-production deps: #​23056
  • Docs update: Adds supertokens to 'Bring Your Own Database' section as well + improvements to code structure in example: #​23779
Example Changes
  • fixes a part of #​23607 remove with-glamor example: #​23639
  • fix with-web-worker example.: #​23634
  • fix with-styled-jsx-plugins example.: #​23635
  • fix with-mqtt-js example.: #​23636
  • Fix: Codeblock Syntax Highlighting: #​23545
  • Update to with-supertokens example: #​23728
  • Fixed issue accessing index page of "with-reason-relay" example: #​23780
  • Adding a plausible example: #​23814
  • Update tailwind css to v2.1 with jit support: #​23793
  • Update Tailwind CSS example with emotion to use JIT: #​23843
  • Update with-electron example: #​23873
  • Update redux-toolkit-typescript example: #​23997
  • Fix typescript types.: #​23771
  • Update Chakra UI examples to latest versions.: #​23585
  • Update SWR in with-magic example: #​24185
  • Minor fix to build command: #​24158
  • Fix call to setInterval: #​22357
  • Fixed bug where styled-jsx examples don't work because of a wrong plugin: #​23414
  • Bumping up the rebass version (v1 - v4) and fixing components and styling for it.: #​23342
  • cache Mongoose connections between hot reloads: #​23321
  • update with-realm-web example: #​24241
  • Update seed data for Kontent CMS example.: #​24089
  • Enable JIT for Tailwind + Emotion CSS example: #​23912
  • body parsing middleware is bundled with express >= 4.16.0: #​23899
  • chore(with-react-intl): allow extracting translation key from a deeper directory: #​23874
  • Simplify with redux toolkit typescript: #​24161
  • docs(examples): with-iron-session logout must be called via POST: #​22240
  • feat: add with-reflexjs example: #​24068
  • Add Clerk.dev example: #​24311
  • Fix for with-clerk example: #​24324
  • Fix strapi links: #​24330
  • Update with-aws-amplify-typescript example: #​24292
  • Now -> Vercel in api-routes-rest: #​24431
  • Fix: Object Destructuring Error: #​24397
  • feat: bump styled-components lib version examples: #​24482
Misc Changes
  • test(create-next-app): suppplying --use-npm prefers npm for installation: #​23880
  • Increase base Lighthouse score of default Create Next App template: #​23887
  • docs(create-next-app): add --use-npm: #​24018
  • Switch Create Next App default template to use next/image: #​24076
  • Update with-electron test: #​24036
  • Document the need to call App.getInitialProps() from a custom app's getInitialProps: #​24002
  • test(create-next-app): use latest examples: #​24048
  • add css to the stats-app: #​24228
  • Update 1.bug_report.yml
  • Update 2.example_bug_report.yml
  • Update 3.feature_request.yml
  • Update CI jobs to re-use cache: #​24231
  • chore(create-next-app): update help information: #​24251
  • fix types of next-webdriver: #​23995
  • Made template look correct in IE11: #​24245
  • Add test for top-level _document error: #​24313
  • Fix side effects in router-is-ready tests: #​24360
  • Workaround for discrete passive effects change: #​24369
  • Update 1.bug_report.yml
  • Update 2.example_bug_report.yml
  • Update 3.feature_request.yml
Credits

Huge thanks to @​rpxs, @​lemarier, @​RayhanADev, @​janicklas-ralph, @​devknoll, @​felipeptcho, @​rishabhpoddar, @​sokra, @​m-leon, @​turadg, @​PierreBerger, @​divmain, @​dominikwilkowski, @​pranavp10, @​ijjk, @​santidalmasso, @​HaNdTriX, @​jamesgeorge007, @​garmeeh, @​leerob, @​shuding, @​feute, @​timneutkens, @​alexvilchis, @​Timer, @​malixsys, @​sahilrajput03, @​marcvangend, @​steven-tey, @​julienben, @​umarsenpai, @​Mzaien, @​merceyz, @​AntelaBrais, @​SystemDisc, @​M1ck0, @​jbmoelker, @​jaisharx, @​amannn, @​vkarpov15, @​gaelhameon, @​4ortytwo, @​Simply007, @​styxlab, @​xCloudzx, @​wodCZ, @​emmanuelgautier, @​leosuncin, @​ludder, @​geritol, @​vassbence, @​vvo, @​portenez, @​arshad, @​tarunama, @​flybayer, @​Hanaffi, @​SokratisVidros, @​chibicode, @​kylemarshall18, @​jarrodwatts, @​sampoder, @​coetry, @​Jkker, and @​omariosouto for helping!

v10.1.3

Compare Source

Core Changes
  • Fix memory leak in image optimization: #​23565
  • Mark this.router protected: #​23573
  • Ensure has segments are allowed in destination: #​23588
  • Update decoder to correctly handle grayscale PNGs: #​23393
  • update webpack to 5.30: #​23612
  • Clean up RenderOptsPartial: #​23614
Documentation Changes
  • Update router.md to improve a11y: #​23611
Example Changes
  • Remove redundant prefresh dependency in with-preact example: #​23567
  • Delete examples/with-style-sheet directory: #​23609
  • Update custom-routes-proxying to use fallback rewrites: #​23610
Credits

Huge thanks to @​shuding, @​zephraph, @​timneutkens, @​samrobbins85, @​sokra, and @​devknoll for helping!

v10.1.2

Compare Source

Core Changes
  • Temporarily remove experimental ESLint integration: #​23521
Credits

Huge thanks to @​Timer for helping!

v10.1.1

Compare Source

Core Changes
  • Make eslint opt-in until it lands on stable: #​23509
Documentation Changes
  • Fix YAML parsing issue in ESLint docs.: #​23511
Credits

Huge thanks to @​leerob for helping!

v10.1.0

Compare Source

Core Changes
  • Revert "Revert "[a11y] Route Announcements"": #​23086
  • Upgrade jest-worker: #​23077
  • update webpack, fix runtime location, fix undeclared variable, omit env vars from cache version: #​23113
  • add env var to enable advanced webpack logging and profiling: #​23178
  • get files from entrypoints instead of from chunks: #​23174
  • rename to NEXT_WEBPACK_LOGGING: #​23186
  • Improve image optimizer to only create 1 worker thread: #​23188
  • Ensure process exits after build completes : #​23207
  • Fix invalid console.error link: #​23213
  • Experimental feature for allowing importing Typescript files outside of the root directory: #​22867
  • add separate progress output for typechecking: #​23226
  • Fix wrong source path resolved from the stack frame to not expose internal code: #​23203
  • upgrade webpack to 5.27.1: #​23224
  • Remove visibility: hidden from the image component: #​23278
  • Add fallback for component when JavaScript is disabled in browser: #​19052
  • Add polyfills for node_modules that are covered in webpack 4 to webpack 5: #​23316
  • Add ESLint to Next.js: #​22437
  • Remove visibility: inherit from the image component: #​23329
  • Automatically enable webpack 5 when possible: #​22323
  • upgrade webpack to 5.28.0: #​23350
  • Add has route field: #​22341
  • Make sure the image optimization endpoint only response with images: #​23366
  • Run server client/server builds serially: #​23371
  • Add handling fo beforeFiles, afterFiles, and fallback rewrites: #​23407
  • Update err.sh links to use nextjs.org/docs/messages instead: #​23353
  • Add os-browserify dep: #​23354
  • Temporarily remove the automatic opt-in for webpack5: #​23497
Documentation Changes
  • Add note about next/export to Image Optimization docs.: #​23088
  • Duplicate scroll description: #​23103
  • Add image base path configuration option: #​23115
  • Document how to use basePath with next/image.: #​23123
  • Update next.config.js link to default config: #​22989
  • Add note about multiple requests when using incremental static generation: #​23190
  • docs(authentication): rephrase next-iron-session/next-auth: #​23199
  • Clarify a custom server doesn't mean you can't use an existing backend.: #​23200
  • Added Prepr CMS Examples to docs: #​23221
  • Include useEffect in SPA demo import, Fix punctuation: #​23256
  • Add manifest of error pages: #​23310
  • Fix typo in eslint doc: #​23338
  • Update babel docs to mention you can use babel.config.js.: #​23434
  • doc: fix ActiveLink detection condition: #​23472
  • Update with-docker example and deployment docs.: #​23486
Example Changes
Misc Changes
  • Update CODEOWNERS
  • Add PR template
  • Consistent use of colons in contributing docs: #​23260
  • Update static-dir-deprecated.md
  • Update next.config.js rewrites
  • Update manifest.json
  • Update webpack5.md
Credits

Huge thanks to @​shuding, @​leerob, @​rekomat, @​Mzaien, @​phoenixbox, @​Mokshit06, @​sokra, @​jflayhart, @​vvo, @​ijjk, @​samsisle, @​tim-hanssen, @​cipriancaba, @​DeHoKo, @​Mito9999, @​JulienKode, @​elitan, @​peduarte, @​timneutkens, @​moh12594, @​brunocrosier, @​housseindjirdeh, @​matamatanot, @​Timer, @​turadg, @​styfle, @​huozhi, and @​scottmacdonnell for helping!

v10.0.9

Compare Source

Core Changes
  • Fix idleTimeout error being thrown in route loader: #​22775
  • Dedupe in-flight server data requests: #​22781
  • Ensure /404 is not exported during build un-necessarily: #​22825
  • Remove extra work on cli functions: #​22855
  • Upgrade webpack 5: #​22864
  • Ensure env is loaded before next config: #​22879
  • Update /500 page exporting when _error has custom GIP: #​22887
  • Add appDir field to server files manifest: #​22915
  • Fix next/image being downloaded multiple times on Safari: #​22902
  • Telemetry-compatible tracing: #​22713
  • Silence trace debug messages: #​22988
  • Ensure export only triggers when static pages are present: #​22996
  • Ensure i18n index prefetch is correct with trailingSlash: #​22746
  • Update README to fix broken links.: #​23058
  • Update error message for next export and next/image.: #​23061
Documentation Changes
Example Changes
  • Add deploy with Vercel button to api-routes-apollo-server-and-client example: #​22841
  • Add RTL to with-next-translate example: #​22808
  • Corrected the url to strapi documentation: #​22870
  • chore: adds compiled css example: #​22786
  • Install tailwindcss as a development dependency: #​22964
  • Add an example for styled-jsx with content security policy: #​23021
Credits

Huge thanks to @​shuding, @​edazpotato, @​laithyounes, @​ijjk, @​harshitsan, @​selrond, @​sromexs, @​melono6, @​timneutkens, @​madou, @​mottox2, @​leerob, @​divmain, @​nblthree, @​KennethKinLum, @​KarthikeyanRanasthala, and @​alex-safian for helping!

v10.0.8

Compare Source

Core Changes
  • fix: use absolute paths for require hook: #​21877
  • Experimental feature - fix optimizeCss flag for serverless deployments: #​21790
  • feat(next/image): remove sharp for wasm variant: #​22253
  • Add isPreview field to router: #​21638
  • Delay server compilation until client compilation is done in development: #​22187
  • Reduce webpack watcher aggregate timing: #​22418
  • Add generating static 500 status page: #​22139
  • chore: upgrade webpack5: #​22460
  • Ensure static 500 hydrates correctly with query: #​22468
  • Ensure rewrites are resolved while prefetching: #​22442
  • Allow smaller sizes in srcset for image with fill layout and sizes prop: #​21670
  • Experimental script loader changes: #​22038
  • Ensure component load order: #​22731
  • chore: upgrade webpack 5 version: #​22737
  • Fix index revalidate with dynamic route in minimal mode: #​22783
Documentation Changes
Example Changes
Misc Changes
  • Update CODEOWNERS: #​22232
  • Fix issue templates: #​22349
  • docs(deployment): Update working directory in builder stage: #​22478
  • Update deployment docs to mention caveat on next.config.js.: #​22480
  • example: Nhost with auth and realtime graphql example added: #​22493
  • fix: correctly handle fallbacks for webpack 5: #​22497
  • Mention regex route behavior with i18n: #​22500
  • Fix experimental optimizeCss for SSR: #​22513
  • docs(deployment): Update user ownership in docker deployment docs (#​22539)
  • bug (#​21943): remove incorrect rewrite of parsedUrl.pathname in serverless handler (#​22445)
  • Forward log argument from loadEnvConfig to processEnv (#​22440)
  • Update the react-three-js example. (#​22549)
  • Add link to TypeScript docs from API Routes section (#​22564)
  • Simplify code examples for dynamic API routes (#​22546)
  • Load next.config.js async (#​22578)
  • fix: load webpack hook before config is required (#​22583)
  • Switch to stable rust for with-webassembly example (#​22582)
  • Add use cases for API Routes to documentation. (#​22616)
  • Fix typescript-eslint-jest example to remove Prettier package causing errors (#​22452)
  • Add note about other redirects to next.config.js docs.: #​22640
  • Update authentication.md SSR example: #​22641
  • Fix grammar in next/amp API reference: #​22653
  • Add note about preloading to routing introduction.: #​22656
  • [examples/with-typescript] Upgrade to React v17: #​22674
  • deps(examples/hello-world): Upgrade to React v17: #​22692
  • Add note for using getStaticProps with 404.js: #​22693
  • Ensure optional params are normalized in minimal mode: #​22676
  • Update webpack server chunks output: #​22697
  • Examples bump supertokens: #​22764
  • Add example prepr cms: #​22776
Credits

Huge thanks to @​rishabhpoddar, @​daviavmello, @​jpalmieri, @​merceyz, @​Segolene-Alquier, @​divmain, @​michrome, @​janicklas-ralph, @​Parnswir, @​giraffesyo, @​balazsorban44, @​ijjk, @​Cicada95, @​vzaidman, @​deniseyu, @​leerob, @​eltociear, @​unimprobable, @​timneutkens, @​getspooky, @​Timer, @​armand1m, @​alexknipfer, @​elitan, @​atcastle, @​noahfschr, @​amille44420, @​laanayam333, @​spidgorny, @​devuxer, @​Janpot, @​nickbabcock, @​rsipakov, @​NkxxkN, @​dominicfraser, @​alevosia, @​Kerumen, @​CMeeg, @​Pomaio, and @​tim-hanssen for helping!

v10.0.7

Compare Source

Core Changes
  • Fix #top anchor link scroll: #​16638
  • fix: add declarations for compiled webpack and loader: #​21741
  • Add stats config option: #​21761
  • Update stats flag default: #​21791
  • Add webpack type to ncc bundle: #​21785
  • Rename package build scripts to dev: #​21743
  • Add version for stats: #​21823
  • feat: Implement webpack require hook: #​21802
  • Make experimental stats file approximately 90% smaller: #​21858
  • Update reasons array to use module id instead of identifier: #​21895
  • Make sure all modules are included in the stats file: #​21942
  • Fix profiling plugin for next build: #​21989
  • Ensure error is passed up in minimal mode: #​22030
  • Add nccing AMP optimizer: #​21980
  • Only create locale domain links if on locale domain: #​22032
  • fix(link): cancel idle callback on unmount: #​22072
  • Check if parentspan is provided in profiler: #​22061
  • Upgrade to lerna 4: #​22039
Documentation Changes
  • Fix “it’s” typo in CRA migration doc: #​21678
  • Docs: delete extra bracket [introduction.md]: #​21715
  • Fix docs for sample query parameters: #​21879
  • Revert "Fix docs for sample query parameters": #​21881
  • Add example for headers and link in the docs: #​21821
  • Update server output path in static optimization docs: #​21910
Example Changes
  • Return a number from sort compare function: #​21763
  • fix: send url to gtm.pageview: #​21747
  • Remove dotenv from Relay example.: #​21814
  • Fix Linaria link: #​21826
  • Update react to 17.0.1 in example/with-typescript-eslint-jest: #​21870
  • Update React version in Tailwind example: #​21906
  • [examples] Wrap entire app with Styletron provider for with-styletron: #​21908
  • Fix example for custom server SSR caching: #​18786
  • Added blog-starter example using Ghost CMS: #​19990
  • Upgrade packages for example/with-typescript-eslint-jest: #​21963
  • Improve sanity.io example: #​18227
  • with-apollo SSR example added.: #​21956
  • Fix with-firebase-hosting running locally: #​21971
Misc Changes
  • Update script loader tests: #​21730
  • Fix getting latest stable tag for stats: #​21753
Credits

Huge thanks to @​lachlanjc, @​lebreRafael, @​AryanBeezadhur, @​ijjk, @​guybedford, @​giraffesyo, @​balazsorban44, @​timneutkens, @​leerob, @​petecorreia, @​kaznak, @​sam3d, @​Timer, @​fwuensche, @​rafaellaurindo, @​sphilee, @​styxlab, @​rexxars, @​smitbarmase, @​maerzhase, @​divmain, and @​matamatanot for helping!

v10.0.6

Compare Source

Core Changes
  • refactor(next): client/index.tsx: #​20806
  • Update profiling approach to cover webpack runs: #​20900
  • Prevent unpredictable dependency hosting by explicitly resolve module path on webpack.ProvidePlugin: #​20971
  • fix: Replace all backslashes when normalizing path in getFormattedDiagnostic: #​17915
  • Error when exporting to static directory: #​20969
  • fix(next): always enable absoluteRuntime when running under webpack: #​19538
  • perf(next): use require.resolve instead of resolve: #​19518
  • feat(css): add strictPostcssConfiguration flag: #​20914
  • Add proper error when conflicting paths are detected: #​20918
  • Font optimization - remove warning message: #​20874
  • Wrong index path revalidation timer: #​20818
  • Fix image cache for vector and animated images: #​20480
  • feat: webpack inlining with configuration for v4 / v5: #​20598
  • fix: bump node-sass peer dependency: #​21084
  • fix: webpack 5 and worker-loader support: #​21050
  • feat: Webpack loader inlining: #​21127
  • Bump minimum suggested React version: #​21046
  • fix: resolve two peer dep install warnings: #​21176
  • fix hydration mismatch on href for url with anchor refs: #​21065
  • Minimal mode normalizing: #​21083
  • use webpack resolve api to resolve in externals config: #​21205
  • improve splitChunks config for webpack 5: #​21208
  • Add codemod for files that do not support the new React JSX transform: #​21281
  • Fix webpack 5 warning + disabling of profiling: #​21276
  • chore: upgrade chokidar to fix install warning: #​21343
  • Fix splitting page path by buildId: #​19901
  • upgrade webpack 5 for empty entrypoint fix: #​21353
  • Add experimental per-page option to disable JS preloads: #​21329
  • chore: compile resolve-url-loader: #​21351
  • chore: compile style-loader dep: #​21355
  • chore: compile css-loader: #​21357
  • Preserve asPath while resolving rewrites: #​21410
  • ci: fix webpack 5 enabling for tests: #​21436
  • Fix shallow routing scroll: #​21437
  • fix(next): respect extends in tsconfig with exclude and include: #​16619
  • Fix hostname message in dev/start: #​20409
  • fix: upgrade pinned deps for tests: #​21515
  • Require only build directory to be writeable for build: #​20977
  • Critical css fix: #​21462
  • Fix aspath for getInitialProps: #​20572
  • refactor: server/api-utils.ts: #​21148
  • expanded on No Router Instance: #​21248
  • refactor: add types to name-default-components.ts: #​21291
  • Fix to parse REACT_EDITOR in env: #​21331
  • Remove mkdirp: #​21365
  • Change type of GetServerSidePropsContext.req.cookies the be the same as NextApiRequest.cookies: #​21336
  • Allow undefined body sent to sendData(): #​20981
  • Font optimization - Pass nonce to inlined font definition: #​21346
  • chore: upgrade webpack5: #​21563
  • Ensure prerender-manifest contains all i18n revalidate values: #​21404
  • Improvements to webpack tracing, including hot-reload: #​21652
  • Experimental feature changes: #​21646
Documentation Changes
  • Fix deploy buttons URLs: #​20834
  • Fix typo in error markdown: #​20825
  • Replace zeit/next.js with vercel/next.js: #​20849
  • Adding small note to ENV documentation: #​20860
  • Add note on destructuring to Env Variables docs: #​20869
  • Add "Migrating from React Router" docs.: #​20982
  • Fix teeny tiny typo: #​21005
  • Update a link: #​20999
  • Add missing word to Data Fetching docs: #​21018
  • Update redirected or broken Vercel docs links.: #​21119
  • Small spelling fix: #​21246
  • Add guide "Migrating from Create React App": #​21212
  • Update Supabase example.: #​21200
  • Add Note to i18n-routing Docs for Subdomains for Locale Domains

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ 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 has been generated by WhiteSource Renovate. View repository job log here.

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.

1 participant