Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency next to v10 #56

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next (source) 9.5.5 -> 10.0.6 age adoption passing confidence

Release Notes

vercel/next.js

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: #​21387
  • Update data-fetching.md to use async file loading: #​17518
  • Update headers.md to clarify Cache-Control gets overwritten in prod: #​19967
  • Added Typescript example for withRouter: #​18116
  • Add Next.js Analytics to documentation.: #​21527
  • Doc: pageExtensions - note regarding affected files: #​21326
  • Add Kontent example to preview section: #​21542
  • Update docs and Create Next App to use API Middlewares by default.: #​21639
  • Add note about Yarn 2 support.: #​21657
  • Remove note about Yarn 2 support.: #​21665
Example Changes
  • Fix an error in Kontent CMS example caused by a file name typo: #​20863
  • Improve with firebase cloud messaging: #​20868
  • Update PostCSS plugin list in README: #​20956
  • Fix error in example: #​20934
  • Fix with-three-js example: #​20897
  • GraphCMS example - Upgrade to React 17 / Tailwind 2 and next/image: #​20772
  • Update Supabase Quickstart Screen + Tailwind 1.x to 2.x: #​20770
  • Use archive link for electron-next in the examples: #​20879
  • fix(examples): make with-graphql-hooks run correctly again: #​20929
  • Update with-polyfills example.: #​20996
  • Add useCreateIndex to mongoose connection options: #​21145
  • Include utm_source on example links to vercel.com: #​21305
  • added an ipcRenderer usage sample to the electron-typescript example: #​20000
  • Adds optional REDIS_PASSWORD env var to make setup with RedisLabs work easily for the with-redis example: #​21432
  • Use autoprefixer instead of postcss-preset-env: #​21215
  • feature/vanilla-emotion - add an example of vanilla emotion: #​20228
  • refactor(with-tailwindcss-emotion): example remove styles directory: #​21368
  • Fix typo in Header component of with-iron-session example: #​21428
  • Add example: Firebase authentication + SSR: #​15202
  • Unify installation scripts for example apps: #​19808
  • Bring Tailwind CSS example in line with official Tailwind docs: #​19750
  • Add "title" as the source for "slug" in cms-sanity example: #​19867
  • Update dependencies of with-tailwindcss example: #​21517
  • Corrected links in with-yarn-workspaces: #​21523
  • suppressing eslint warning: #​21163
  • Update links that go to vercel.com/now: #​21556
  • Grammatical fixes: #​21644
Misc Changes
  • Update redbox tests: #​20866
  • Update license year for all packages
  • Add pnpm integration test: #​17882
  • Skip GitHub actions tests for irrelevant changes: #​20867
  • Update next/image test: #​20986
  • Fix "rule.test.test is not a function" in @​next/plugin-storybook: #​21032
  • Fix tests for React 16 + Webpack 4/5: #​21146
  • Update 1.bug_report.yml
  • fix: lint
  • Update chromedriver brew install instructions in contributing doc: #​21251
  • Move hydration mis-match test suite: #​21264
  • fix: lint
  • Remove console.log
  • ci: stabilize Window CI: #​21344
  • Add additional dynamic route hash tests: #​21363
  • Update manifest.json
  • Test: serverless target should set correct revalidation (cache-control) header: #​15512
  • Add a VSCode Launch configuration for debugging examples: #​16940
  • Filter canary branch for GitHub actions cancelling: #​21524
  • Fix docs only check for CI: #​21530
  • Fix and add test filterModuleRules for next-plugin-storybook: #​17306
  • Update CI docs change diff check: #​21558
  • Remove branches filter from actions cancel workflow: #​21564
  • Update CI publish step to trigger after build: #​21661
Credits

Huge thanks to @​lucleray, @​jeremybalog, @​tarunama, @​zainfathoni, @​destumme, @​ijjk, @​timneutkens, @​VictorAssis, @​giraffesyo, @​bhbs, @​ciruz, @​lachlanjc, @​simnalamburt, @​Almad, @​frol, @​ludofischer, @​merceyz, @​elliottsj, @​leerob, @​Baheya, @​Lalit2005, @​vldmrkl, @​janicklas-ralph, @​AriFreyr, @​kaykdm, @​guybedford, @​Sharcoux, @​ramasilveyra, @​devknoll, @​botv, @​pkellner, @​sumanthratna, @​sokra, @​lfades, @​thorwebdev, @​berndartmueller, @​davidspiessens, @​ShashiSrinath, @​elsigh, @​MMT-LD, @​hankandre, @​maxnowack, @​kmjennison, @​darshkpatel, @​mohsen1, @​DylanRJohnston, @​calmonr, @​imrobinized, @​justintemps, @​ncarchedi, @​btk, @​faizanv, @​chulkilee, @​ryan-lustre, @​dfelber, @​Ymirke, @​Robogeek95, @​mcha-dev, @​youngvform, @​andrehsu, @​Simply007, @​kaznak, @​rokobekavac0, @​ja0n, @​Timer, @​mattruby, and @​divmain for helping!

v10.0.5

Compare Source

Core Changes
  • Remove extra redirect for index with i18n: #​20397
  • Update revalidate checks: #​19796
  • Ensure query is present with i18n and history navigation: #​20441
  • Ensure index rewrite is matched with i18n correctly: #​20509
  • fix(next/image): inherit parent visibility: #​20542
  • fix Fast Refresh tests with webpack@5: #​20543
  • Ensure path encoding is handled consistently for prerendered pages: #​19135
  • Remove import type syntax from core files: #​20379
  • Add error for invalid webpack 5 version: #​20558
  • Ignore emacs lockfiles: #​20497
  • fix(next/image): ignore typography prose styles: #​20580
  • Clean up webpack 5 version error: #​20578
  • Update sharp optional dependency to support NPM 7: #​20432
  • deps: upgrade various deps (mainly babel): #​20586
  • Remove unnecessary unfetch polyfill for dev: #​20589
  • Add profiling to webpack loaders: #​20392
  • Ensure next/image loads correctly with basePath: #​20592
  • fix(next/link): reset scroll before lifecycles: #​20595
  • Refactor GS(S)P notFound client-side handling: #​20594
  • Ensure index basePath is detected correctly: #​20596
  • Ensure domain locales are redirected client-side: #​20562
  • fix(build): require test files be full name or extension: #​20605
  • fix(router): consistent scroll behavior for Link/Router#push: #​20606
  • feat(next/image): reduce byte waste for 3x screens: #​20610
  • Fix memory leak in useIntersection: #​20407
  • feat(next/image): preload priority images: #​20615
  • Move CSS Preloads to top of head at document render: #​18864
  • Ensure SSG data 404 handles correctly for non-notFound: #​20622
  • Fix: fallback font tag repetition: #​20382
  • feat: upgrade to [email protected]: #​20627
  • Ensure href is updated for locale domain: #​20631
  • fix(experimental scroll): use sessionStorage instead of history: #​20633
  • Add isReady field on router: #​20628
  • fix(overlay): skip disable & upgrade platform: #​20647
  • Fix react-dev-overlay rem style conflict: #​17723
  • fix(next/image): do not pass-through srcSrc on lazy image: #​20651
  • Ensure all entries are cleared from cache on runtime change: #​20652
  • Update error when internal href and external as are used: #​20658
  • fix(source map): correctly generate source maps: #​20672
  • chore: remove old traces of next/data experiment: #​20678
  • fix(next/babel): read env from caller, not process: #​20679
  • Don't dedupe meta tags with the same name but unique keys: #​17099
  • chore(client-image): add return types: #​20686
  • Ensure isReady is set correctly for auto static dynamic route: #​20729
  • Call res.write('') inside apiRes.redirect() helper to prevent an edge case: #​20461
  • fix(next): add missing peer dependencies for sass support: #​17606
  • fix(next-mdx): resolve webpack loader: #​17983
  • Move sizes var declaration just before used: #​18402
  • fix(next/head): assign bool attrs to match server: #​20748
  • Fix notFound false pages returning 404: #​19861
  • Add pr section to azure config: #​20758
  • refactor(client): add return types: #​20728
  • Support for custom image loaders via image component prop: #​20216
  • Ensure path starts with / when deleting index basePath with query: #​20766
  • Ensure i18n + API rewrite is handled correctly: #​20751
  • Update error for mis-matching path in getStaticPaths: #​20767
  • Only prefetch Link if router is in context: #​19857
  • Add missing isReady declaration to NextRouter type: #​20819
Documentation Changes
  • Upgrade all http links to https: #​20402
  • Docs typo fix: #​20498
  • Remove "priority" prop from Image docs: #​20471
  • Ignore domains option when loader is set: #​18447
  • Add version history for API changes to documentation.: #​20604
  • docs: update image docs for consistency: #​20621
  • Add docs on authentication patterns.: #​16277
  • Update docs for basePath: false rewrite: #​20663
  • Update link.md: #​20435
  • Clarify how to use Environment Variables on Vercel: #​20708
  • Remove outdated documentation: #​20714
  • Clarify ctx.query type on getServerSideProps: #​20327
  • Add documentation for rewrite params query passing behavior: #​20757
  • Add docs for custom image loaders.: #​20788
  • Update static file serving doc to mention Next.js 10: #​20815
  • Use vercel.app for blog starter URL: #​20820
Example Changes
  • example with-google-tag-manager: #​20042
  • Style improvements on MongoDB example : #​20515
  • Fix typos found on examples docs: #​20516
  • fix example using-router import wrong pathname: #​20536
  • Update README for with-emotion example: #​20338
  • Update README.md: #​19885
  • Upgrade Tailwindcss to 2.0.2: #​20517
  • Update with-msw example: #​20335
  • Correct import comment in interfaces: #​20052
  • with-zustand example fix for build error on ssr page: #​19465
  • Update with-mongodb to be TypeScript-friendly: #​19383
  • Update with-styletron example to not use DebugEngine: #​20233
  • Update authentication examples: #​19330
  • Update dbConnect.js: #​19644
  • Update blog starter example: #​19698
  • Update Next.js in mongoose example: #​20644
  • example with-mdbreact: #​19879
  • Fix withSourceMaps is not a function: #​20643
  • Update to Tailwind CSS 2.0 in blog-starter-typescript example: #​20664
  • Improve the "why did you render" library example and readme: #​20712
  • Update database config explanation in with-firebase-app example: #​20709
  • New example: /with-storybook-styled-jsx-scss: #​18570
  • Update withUser to useUser in README.md of the example with-iron-session: #​20723
  • Update with-antd example: #​19699
  • Add new example for rate limiting API routes.: #​19509
  • Remove an undefined parameter: #​20762
  • with-sitemap example - fix deploy button: #​20774
  • with-strict-csp example - fix deploy button since repo was moved: #​20777
  • Fix with-react-intl example: #​20763
  • Move window check to after initializing Firebase: #​20764
  • Updated deploy button URL: #​20756
  • Fix mini typo in with-cookie-auth-fauna-example: #​20808
  • Guard useSwr() to avoid sending invalid request: #​20671
  • Fix: Build time error for with-mysql example #​19635: #​19636
  • Added with-mqtt-js example: #​17939
  • Update gtm.js: #​20807
  • feat: add Twilio Paste example: #​20587
Misc Changes
  • Update i18n test: #​20548
  • Ensure webpack 5 test set-up matches integration flow: #​20553
  • ci: adjust Azure Pipelines trigger: #​20554
  • Create bug_report.yml
  • Update bug_report.yml
  • Update bug_report.yml
  • Update bug_report.yml
  • Update bug_report.yml
  • Update bug_report.yml
  • Rename bug_report.yml to 1.bug_report.yml
  • Delete 1.Bug_report.md
  • Update 1.bug_report.yml
  • Create 2.feature_request.yml
  • Update 2.feature_request.yml
  • Delete 2.Feature_request.md
  • Update 1.bug_report.yml
  • Update 1.bug_report.yml
  • Update 1.bug_report.yml
  • Update 1.bug_report.yml
  • Create 3.example_bug_report.yml
  • Update 1.bug_report.yml
  • Change order of templates
  • Run prettier against new issue templates
  • Bring back indicator documentation with a note that the feature has been removed
  • tests: add isReady field test for TS: #​20821
Credits

Huge thanks to @​xom9ikk, @​niko20, @​LauraBeatris, @​armspkt, @​xiaooye, @​sungpro, @​awareness481, @​ijjk, @​joebernard, @​jensmeindertsma, @​donavon, @​DaneTheory, @​Zertz, @​danielyefet, @​lfender6445, @​tajo, @​Timer, @​lfades, @​jorrit, @​timneutkens, @​matamatanot, @​leerob, @​tvler, @​mustafaKamal-fe, @​atcastle, @​prateekbh, @​gregrickaby, @​guybedford, @​ciruz, @​enochndika, @​zimv, @​lharries, @​JstnEdr, @​zbialecki, @​fredmontet, @​tarunama, @​vzaidman, @​leo, @​kachkaev, @​merceyz, @​mongolyy, @​justinphilpott, @​mjr, @​fireairforce, @​jvarho, @​gr-qft, @​kaykdm, @​thomaswang, @​c316, @​benbender, @​michael, @​damusnet, @​farhankk360, @​smaktacular, @​webda2l, @​chibicode, @​bar7b, and @​SiTaggart for helping!

v10.0.4

Compare Source

Core Changes
  • Ensure next commands respect termination signals: #​19433
  • Break up the serverless loader into typed handlers: #​19511
  • fix: Revert #​18921 and inline absolute babel runtime only for YarnPnp: #​19542
  • Fix cloudinary default quality to use q_auto: #​19694
  • Css optimizations: #​16539
  • Script loader component: #​18281
  • Error Message Clarity: #​16052
  • Update @​ampproject/toolbox-optimizer to latest version: #​19722
  • Making font optimization as default: #​19758
  • Ensure i18n custom routes resolves correctly : #​19766
  • Improve way cache version string is created: #​19763
  • Custom Server with bodyParser, don't parse body again in API Route: #​16169
  • Ensure trailingSlash redirect applies correctly for i18n: #​19859
  • Remove aliases that are no longer needed: #​19937
  • Fix failing Azure tests: #​19877
  • Clear up production build missing message for next start and next export: #​19777
  • Fix double-quoted hotlinks in dev error panel: #​19974
  • Update logo for dark mode: #​20047
  • Upgrade Terser: #​20063
  • [Image Component] image sizes property becomes 100vw by default: #​20067
  • Ensure href resolvedAs is correct with locale: #​20080
  • Update terser-webpack-plugin to support webpack 4: #​20089
  • Fix prefetching for URLs including trailing slash: #​19474
  • Update import to prevent loader from erroring in webpack 5: #​20211
  • Update font-stylesheet-gathering-plugin to be webpack 5 compatible: #​20229
  • Add required server files manifest: #​20035
  • Upgrade http-proxy dependency: #​20239
  • Added flag to identify shallow router events: #​19802
  • Move productionBrowserSourceMaps out of experimental: #​20267
  • Upgrade webpack-bundle-analyzer: #​20232
  • Extend IncomingMessage type to include cookies from middleware: #​19724
  • Update experimental profiling: #​20357
  • temporary: re-flag font optimization: #​20372
  • Ensure only backslashes are in pages-manifest with i18n: #​20376
  • Fix webpack 5 terser compat: #​20378
  • fix: set empty document files for amp first: #​16934
Documentation Changes
  • Typo: #​19475
  • Update next export docs to mention i18n caveat: #​19491
  • Fix grammar in API routes: Introduction: #​19385
  • Update documentation links: #​19502
  • Remove mention of the Next.js site repo from docs: #​19504
  • Update getInitialProps.md: #​19506
  • Fix typo in image-optimization.md: #​19670
  • Avoid misleading inline comments in .env example: #​19708
  • Clarify data fetching documentation on calling API routes.: #​19748
  • docs/Remove extra word: #​19754
  • Add locale: false custom route prefix note: #​19765
  • Add NEXT_LOCALE cookie note to docs: #​20045
  • Update introduction.md: #​20129
  • Add dynamic and import note.: #​20145
  • Update Link documentation: #​19980
  • Correct a typo: #​20183
  • Fix source map config description: #​20279
  • changed ref from 'master' to 'main' branch: #​20390
  • Add note to deployment docs about handling new versions.: #​20373
Example Changes
  • [ EXAMPLES ] Added with-neo4j: #​16559
  • with-firebase example for SSR: #​16070
  • Fix italics in readme: #​19441
  • Change duplicated redirect in examples: #​19479
  • example fix: hydrate method of the mobx store needs to be an action: #​19522
  • [Examples] update with-tailwindcss-emotion to tailwind 2.0: #​19476
  • add missing import in with-firebase example: #​19572
  • Fix typo: #​19624
  • Remove the as prop from the Link component in with-static-export example: #​19650
  • Spelling fix: #​19686
  • Update with-zones example readme: #​19713
  • Fix typo in gitignore: #​19638
  • Replace Graphcool with a working GraphQL endpoint in with-apollo-and-redux example: #​19248
  • with-facebook-pixel: #​19762
  • Update fauna example: #​19806
  • with-facebook-pixel: remove package and update readme: #​19807
  • Update client-only.js: #​19884
  • Correct production docker base image tag: #​19962
  • Update example with next-translate upgrading to 1.0: #​20039
  • Fix bug in with-apollo example leading to cached lists being duplicated.: #​19812
  • docs: add example of Ionic with TypeScript: #​18532
  • Fix a link to a Slack clone example in Supabase: #​19993
  • Sentry URL for Organization: #​20269
  • Fix: progressive-web-app example : #​20288
Misc Changes
  • tests(create-next-app): leverage execa: #​19008
  • Move note about next export and i18n
  • Automatically cancel old workflow runs on PRs: #​16976
  • Update README-template.md for API endpoint info: #​20024
Credits

Huge thanks to @​lolobosse, @​jamesgeorge007, @​nikosantis, @​lfades, @​mikan3rd, @​oshdev, @​balazsorban44, @​UnbearableBear, @​tunesmith, @​jamsinclair, @​ivandotv, @​Arthie, @​guybedford, @​louison, @​FutureKode, @​wesleytian, @​dennismorello, @​vispaduchuri, @​styfle, @​caulagi, @​berekuk, @​janicklas-ralph, @​jescalan, @​leerob, @​giraffesyo, @​cascandaliato, @​niko20, @​coetry, @​prateekbh, @​PepijnSenders, @​dkempner, @​ijjk, @​timneutkens, @​sungpro, @​dlackty, @​lachlanjc, @​aralroca, @​felixmeziere, @​bmvantunes, @​hideokamoto, @​bram-l, @​craigdanj, @​ErikAugust, @​joiglifberg, @​blvdmitry, @​gr-qft, @​Timer, @​bragle, @​ykdojo, @​vitorhsb, @​TrySound, @​darshkpatel, @​mattfwood, @​ka2jun8, and @​rfinkley for helping!

v10.0.3

Compare Source

Core Changes
  • Remove old modern mode experiment: #​19275
  • Rewrite locale : fix wrong error message: #​19319
  • Fix serverless with next start error case: #​19288
  • Correct errsh links in config checks: #​19280
  • Ensure non-configured i18n locales 404: #​19338
  • Ensure export progress handles less pages than segments: #​19281
  • Ensure i18n + trailingSlash works for different page types: #​19331
  • Exclude well known files when trailing slash: true: #​19364
  • Update fallback locale for locale: false: #​19322
  • Use render after hydrate: #​19442
  • Update vitals URL: #​19454
Documentation Changes
  • Update incremental adoption documentation.: #​19286
  • Add note to docs for i18n and next export: #​19321
  • Disabling prefetching: #​19299
Example Changes
  • Upgrade Emotion example to React 17 and Emotion 11 and use automatic JSX runtime: #​18620
  • Update Tailwind example to v2.0: #​19278
  • [ EXAMPLES ] Added with-apollo-neo4j-graphql: #​16560
  • add example with mobx version 6 and mobx react lite: #​17493
  • Update Chakra UI examples to v1: #​19282
  • [examples] Add Next.js + MySQL example: #​19452
  • Update Koa Router Example: #​19272
Misc Changes
  • Ensure dist-dir test has fresh start: #​19370
Credits

Huge thanks to @​Timer, @​leerob, @​bannier, @​karlhorky, @​shihabus, @​yakovlevyuri, @​nikosantis, @​dav-is, @​ijjk, @​ivandotv, @​lundgren2, @​coetry, and @​NoobTW for helping!

v10.0.2

Compare Source

Core Changes
  • Fix router not working on some protocol: #​16650
  • Remove @​babel/preset-modules: #​18759
  • Typo in err.sh url nextjs instead of next.js: #​18787
  • Omit ignored property from <Image/ > to prevent confusion: #​18796
  • Update Image docs with links to examples: #​18770
  • Print error when Image src is protocol-relative: #​18809
  • Disable image optimization for Data URLs: #​18804
  • ncc inlining optimizations: #​18752
  • Ensure redirects are handled properly from cache: #​18806
  • Update ncc: #​18823
  • tests(create-next-app): increase coverage: #​18630
  • Speed up SSG prefetching: #​18813
  • Make getInlineScriptSource arg Readonly: #​17281
  • Upgrade browserslist: #​17662
  • ncc Babel inlining: #​18768
  • (docs) Add format to notFound for consistency: #​18363
  • Add props objectFit and objectPosition to Image component: #​18849
  • Fix chromedriver set-up to test electron separately: #​18854
  • yarn dev regression fix, ncc revert: #​18861
  • Fix lazy loaded images on IE 11 when no IntersectionObserver detected: #​18868
  • Ensure we prefetch on hover: #​18859
  • ncc 0.25.0 upgrade and fixes: #​18873
  • Upgrade cssnano: #​18879
  • Load CSS early instead of only preloading: #​18846
  • Ensure correct target is used for ncc'ing web-vitals: #​18905
  • Control prefetching with React: #​18904
  • Fix redirect query handling for param like values: #​17448
  • Fix html validation for Image component: #​18903
  • Ensure auto-export dynamic routes work with i18n next start: #​18930
  • Export ImageProps from Image component: #​18576
  • Fix false positive in isSerializable with shared references in arrays: #​18232
  • Upgrade sass-loader to 10.0.5: #​18972
  • Add etag header to optimized image response: #​18986
  • Remove next-head-count: #​16758
  • Fixed wrong function name in error message: #​19034
  • Ensure correct defaultLocale is provided for locale domain: #​19040
  • Ensure basePath behavior with GS(S)P redirect: #​18988
  • Update chokidar to latest: #​18995
  • fix(next): resolve absolute path to @​babel/runtime: #​18921
  • Print error during next export with default image loader: #​19032
  • Replace page loader with new route loader: #​19006
  • Ensure params and locale are parsed correctly in fallback mode: #​19063
  • Add test and errsh for mixed notFound/redirect error: #​19076
  • Add experimental Next.js plugin version locking: #​19084
  • Ensure i18n with basePath works properly: #​19083
  • Upgrade use-subscription for React 16/17 bicompat: #​19087
  • Adjust how CSS files are fetched: #​19091
  • Update node-html-parser lib: #​19103
  • Fix grammar in isSerializableProps: #​19072
  • fix: issue #​18338 - don't add a trailing slash to external links: #​18595
  • Ensure optional catchall prerendered indexes and i18n: #​19116
  • Fallback to default config to enable testing Image component: #​19107
  • Remove preload for priority images: #​19118
  • Fix component lifecycle order for style swap: #​19125
  • Add missing sizes prop on image component: #​19128
  • Respect next/babel user provided runtime option: #​19136
  • Add "nonce" from to the injected <style> to satisfy CSP: #​19150
  • Upgrade Cosmic example to Next.js 10, image load fix, post sorting by -created_at: #​18310
  • Add locale: false for custom-routes + i18n: #​19164
  • Enable handling for revalidate and notFound: #​19165
  • Fix minifying inline CSS comments: #​19167
  • Fix prefetching in IE11: #​19171
  • Upgrade `styled-

Renovate configuration

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

@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from da69adb to 59944f4 Compare November 3, 2020 21:14
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch 2 times, most recently from d981bd6 to fa9545f Compare November 24, 2020 06:40
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from fa9545f to 6fb483e Compare December 22, 2020 16:15
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 6fb483e to 1f90c8f Compare January 10, 2021 14:50
@renovate renovate bot force-pushed the renovate/major-nextjs-monorepo branch from 1f90c8f to e9fe389 Compare January 30, 2021 16:55
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.

None yet

2 participants