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

chore(deps): update @vercel/next (major) #166

Merged
merged 1 commit into from
Nov 6, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2020

This PR contains the following updates:

Package Type Update Change
next (source) dependencies major ^9.5.5 -> ^10.0.1
next-urql (source) dependencies major ^1.2.0 -> ^2.1.1

Release Notes

vercel/next.js

v10.0.1

Compare Source

Core Changes
  • Add err.sh for missing images domain: #​18325
  • Unlazify images if no intersection observer found: #​18345
  • Add err.sh for image config errors: #​18424
  • Add err.sh for i18n config errors: #​18425
  • Ensure custom routes handling with i18n: #​18427
  • Ensure i18n context values are provided for blocking 404: #​18513
  • Add layout prop to Image component: #​18491
  • Deprecate Image unsized property and add layout="fill": #​18562
  • Add all deviceSizes to srcset for responsive and fill: #​18594
  • Avoid calling setState in callback ref: #​18589
  • Ensure correct params are used with i18n revalidation: #​18569
  • Fix image format for Safari and old browsers: #​18646
  • Update 3rd party image loaders to prevent upscaling: #​18647
  • fix: add missing dot to https://err.sh/nextjs: #​18652
  • Remove the static optimization indicator: #​18629
  • Rotate image from EXIF data: #​18687
  • Ensure preload works correctly with locale option: #​18511
  • Ensure html lang is updating on locale transition: #​18699
  • Ensure getStaticProps isn't called without params with i18n: #​18702
  • Ensure localeDetection: false doesn't detect from header: #​18695
  • Allow passing statusCode for GS(S)P redirect: #​18422
  • Ensure correct locale is used for non-prefixed path: #​18708
  • Ensure locale is added/stripped correctly: #​18712
  • Update default widths configuration to handle 2x/3x DPI: #​18717
  • Ensure multi-level basePath works properly: #​18715
  • Fix dynamic css unloading: #​17173
  • Prevent Next.js from removing all of its styles on hydration: #​18723
  • Ensure redirect from GS(S)P doesn't render: #​18749
Documentation Changes
  • Fix docs default config values: #​18319
  • Update docs with details for cached images: #​18399
  • Update image optimization docs to include blog details: #​18401
  • docs: Add description to i18n-routing: #​18438
  • Update install-sharp.md: #​18508
  • docs: fix missing comma in invalid redirect gssp: #​18580
  • Update redirect and notFound GS(S)P documentation: #​18690
  • Add documentation for localeDetection: false: #​18696
  • Update Gatsby migration guide to include next/image.: #​18741
Example Changes
  • fix: Order moduleFileExtensions left-to-right: #​18328
  • Tweak Image Optimization URL in example: #​18355
  • remove unneeded deps & updated example: #​17651
  • Fix GSP page titles in i18n-routing example: #​18465
  • Update using-preact example's dependencies: #​18493
  • Fix i18n-routing Vercel deploy button URLs: #​18524
  • small tweaks for those testing on an existing site with missing autho…: #​18506
  • fix: issue #​18360 - loading spinner not showing up: #​18527
  • Update next-translate example to support Next 10 with i18n routing: #​18480
Misc Changes
  • Fix Symbol.prototype.description: #​18423
  • Update README.md
  • Fix Symbol.protype.description polyfill: #​18575
  • Add default tags for issue templates: #​18627
  • add rewrites in storybook preset: #​18364
Credits

Huge thanks to @​styfle, @​quinnturner, @​ijjk, @​atcastle, @​SebastianTroc, @​JipSterk, @​developit, @​yokinist, @​jorisw, @​queq1890, @​oriverk, @​ospira, @​danielivert, @​huv1k, @​Janpot, @​minhtule, @​shunkakinoki, @​cascandaliato, @​khades, @​leerob, @​aralroca, and @​eric-burel for helping!

v10.0.0

Compare Source

Core Changes
  • Add handling for domain to locale mapping: #​17771
  • Make sure locale detecting is case-insensitive: #​17757
  • Fix a couple i18n cases: #​17805
  • Font optimization for webpack 5: #​17450
  • Allow pages to be async modules to enable top-level-await: #​17590
  • Update redirect handling for locale domains: #​17856
  • Image component foundation: #​17343
  • chore(collect-plugins.ts): removes duplicated entries: #​17441
  • Resolve to real path before checking for path inequality: #​17279
  • Handle preferring default locale over accept-lang preferred locale: #​17883
  • Add locale prop for transitioning locales client side: #​17898
  • Make sure that params are properly passed to hybrid amp pages: #​17461
  • Add i18n items to routes manifest: #​17893
  • Add support for returning 404 from getStaticProps: #​17755
  • Ensure i18n support with AMP: #​17923
  • Call Web Vitals reporting at correct time: #​17933
  • Fix initialRevalidateSeconds manifest field with i18n: #​17926
  • Add support for Image Optimizer: #​17749
  • Add missing next/image package file: #​17940
  • Only load plugins with @​next prefix: #​17945
  • Update default configuration to match image optimization: #​17943
  • Fix width param name for Image Optimizer: #​17952
  • Unify config.image.breakpoints to config.image.sizes: #​17953
  • Improve types for Image Component: #​17954
  • Add perf data experiment: #​17956
  • Make sure w parameter is only included when a width is provided.: #​17971
  • Image component lazy loading: #​17916
  • Make sure animated assets aren't de-animated by optimizer: #​17974
  • Fix types for lazy image component: #​17984
  • Update to postcss-loader 4.0.2.: #​17458
  • Update handling for relative files in image-optimizer: #​17998
  • Ensure correct default locale is detected for domain locale: #​18046
  • Remove multi-host support for image component and support quality pass-through: #​18038
  • Add width and height props to Image component: #​18031
  • Ensure root index GSP page's revalidate is recorded: #​18053
  • Update resolve-url-loader to fix vulnerability: #​18064
  • Pass locales to getStaticPaths for i18n: #​18077
  • Add unsized property to Image component: #​18059
  • Fix css dependency in /_error: #​17301
  • Move sharp to optionalDependencies: #​18068
  • Update to PostCSS 8.: #​17415
  • Update peerdependency to account for React 17: #​18089
  • Upgrade to Chokidar 3.: #​17558
  • Upgrade @​ampproject/toolbox-optimizer: #​18087
  • Fix precompiled code: #​18093
  • Image Component: Support for Akamai image CDN: #​18100
  • Fix Image component defaults & remove autoOptimize: #​18101
  • Fix merge conflict: #​18106
  • Update fallback 404 handling to prevent reload loop: #​18119
  • Make lazy-loading the default for next/image: #​18123
  • Add locale false handling: #​18115
  • Bypass image optimization for vector images: #​18179
  • Add support for string width/height on Image component: #​18178
  • Fix flashing of no-src image when using next/image: #​18195
  • Bump styled-jsx to 3.3.1: #​18200
  • Ensure 404 with SSG is rendered correctly with notFound: #​18205
  • Update use-subscription to account for React 17 peerDependency: #​18199
  • Separate config into deviceSizes and iconSizes (#​18267)
  • Add config limit checks for image optimizer (#​18217)
  • Fix Image srcset to ensure the component's width is the largest possible image (#​18236)
  • Add next/image default loader errors (#​18152)
  • Image Optimization API should 404 when loader is not default (#​18211)
  • Adjust configuration option placement: #​18279
  • Remove unstable_ prefix from unstable_blocking: #​18276
  • Fix browser back issue of redirects from getServerSideProps / getStaticProps: #​17741
  • Add support for notFound in getServerSideProps: #​18241
  • Improve type for GSP return type: #​18285
  • Remove unstable_ prefix from unstable_redirect: #​18282
  • Re-add domain locale redirect handling: #​18274
  • Remove unstable_ prefix from unstable_notFound: #​18283
  • Add fetching 404 SSG data on fallback notFound: #​18214
  • Expose configured default locale in GS(S)P methods: #​18216
  • Adjust default image quality to 75: #​18292
  • Add support number quality on Image Component: #​18224
  • Rename iconSizes to imageSizes, remove size limitation: #​18294
  • Record leveraged configs: #​18175
  • Fix trailing slash for default image loader: #​18298
  • Ensure getStaticProps is called for SSG 404 in blocking mode: #​18300
  • Enable feature flag: #​18303
Documentation Changes
Example Changes
  • Improve with-tailwindcss example: #​17742
  • feat(example): added missing prisma.io examples: #​17896
  • Fixed link for expo: #​17908
  • Fix with-mongodb hot-reload issue and race condition: #​17666
  • Updated dependencies for example: with-react-native-web: #​17375
  • Add with-facebook-pixel example: #​17667
  • Update step 5 to Strapi example Readme: #​17985
  • Use ya in case xa is false: #​18074
  • Add initial example for i18n routing: #​18206
Misc Changes
Credits

This release was brought to you by the contributions of: @​ijjk, @​adebiyial, @​elliottsj, @​saintmalik, @​HaNdTriX, @​prateekbh, @​amirsaeed671, @​paambaati, @​imagentleman, @​gregrickaby, @​Janpot, @​atcastle, @​Kirkhammetz, @​remorses, @​davidsonsns, @​kmkzt, @​slawekkolodziej, @​Timer, @​styfle, @​timneutkens, @​ykzts, @​ashconnell, @​orYoffe, @​lfades, @​justinwhall, @​fbaiodias, @​ludofischer, @​felipeguilhermefs, @​gr-qft, @​TasukuUno, @​YichiZ, @​weichienhung, @​seosmmbusiness, @​HsuTing, @​gsimone, @​peduarte, @​ztanner, @​neighborhood999, @​chibicode, @​merceyz, @​opudalo, @​lunchboxav, @​mohsen1, @​akd-io, @​justman00, @​helloworld, @​devknoll, @​borekb, @​ArthurMaverick, @​sakito21, @​TrySound, @​omBratteng, @​svenheden, @​hallaji, @​kettanaito, @​vvo, @​m-lautenbach, @​jensmeindertsma, @​Zeko369, @​longlho, @​stefanprobst, @​laugharn, @​sdornan, @​daneroo, @​mohd-akram, @​austingmhuang, @​sphilee, @​devinekadeni, @​Bacher, @​nghiepit, @​tomasdisk, @​leader22, @​paulogdm, @​284km, @​belgattitude, @​geritol, @​stigkj, @​sampoder, @​samrobbins85, @​Pitasi, @​digitalPlayer1125, @​timfee, @​plug-n-play, @​philihp, @​leerob, @​dylanjha, @​Kerumen, @​rdimaio, @​jorisw, @​zerbinidamata, @​jamesgeorge007, @​Jashnm, and @​futantan!

FormidableLabs/urql

v2.1.1

Compare Source

Patch Changes
  • ⚠️ Fix the production build overwriting the development build. Specifically in the previous release we mistakenly replaced all development bundles with production bundles. This doesn't have any direct influence on how these packages work, but prevented development warnings from being logged or full errors from being thrown, by @​kitten (See #​1097)
  • Updated dependencies
    • urql@1.10.3

v2.1.0

Compare Source

Minor Changes
  • Update next-urql types to be free-standing and not depend on the types from the next packages, by @​kitten (See #​1095)
Patch Changes
  • Updated dependencies (See #​1045)
    • urql@1.10.2

v2.0.0

Compare Source

This release moves urql from being in dependencies to peerDependencies. Please install it
explicitly, as you may have already in the past, and ensure that both urql and @urql/core are
not duplicated with either npm dedupe or npx yarn-deduplicate.

npm i --save urql
### or
yarn add urql
Major Changes
  • Move the urql dependency to a peer dependency.
  • Remove the automatic polyfilling of fetch since this is done automatically starting at
    Next v9.4
    If you are using a version before 9.4 you can upgrade by installing isomorphic-unfetch
    and importing it to polyfill the behavior, by @​JoviDeCroock (See #​1018)

Renovate configuration

📅 Schedule: "before 3am on the first day of the month" in timezone Europe/Paris.

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

@SocialGroovyBot
Copy link
Member

🎉 This PR is included in version 1.0.0-alpha.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@SocialGroovyBot
Copy link
Member

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

3 participants