Update dependency next to v11.1.2 #33

Merged
renovate[bot] merged 1 commit from renovate/nextjs-monorepo into main 2021-09-05 05:51:30 +02:00
renovate[bot] commented 2021-09-05 05:31:26 +02:00 (Migrated from github.com)

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

vercel/next.js

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
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [next](https://nextjs.org) ([source](https://togithub.com/vercel/next.js)) | [`11.1.0` -> `11.1.2`](https://renovatebot.com/diffs/npm/next/11.1.0/11.1.2) | [![age](https://badges.renovateapi.com/packages/npm/next/11.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next/11.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next/11.1.2/compatibility-slim/11.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next/11.1.2/confidence-slim/11.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v11.1.2`](https://togithub.com/vercel/next.js/releases/v11.1.2) [Compare Source](https://togithub.com/vercel/next.js/compare/v11.1.1...v11.1.2) ##### Core Changes - chore: upgrade styled-jsx to 4.0.1: [#&#8203;28626](https://togithub.com/vercel/next.js/issues/28626) - getServerSideProps should support props value as Promise: [#&#8203;28607](https://togithub.com/vercel/next.js/issues/28607) - Ensure custom app regex is correct for Windows: [#&#8203;28631](https://togithub.com/vercel/next.js/issues/28631) ##### Credits Huge thanks to [@&#8203;huozhi](https://togithub.com/huozhi) and [@&#8203;kara](https://togithub.com/kara) for helping! ### [`v11.1.1`](https://togithub.com/vercel/next.js/releases/v11.1.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v11.1.0...v11.1.1) ##### Core Changes - Next.js swc publish flow: [#&#8203;27984](https://togithub.com/vercel/next.js/issues/27984) - Ensure config file message is only shown once: [#&#8203;28017](https://togithub.com/vercel/next.js/issues/28017) - Add missing fields to `NextConfig` type: [#&#8203;27974](https://togithub.com/vercel/next.js/issues/27974) - use a shared worker pool for collecting page data and static page generation: [#&#8203;27924](https://togithub.com/vercel/next.js/issues/27924) - Use [@&#8203;next](https://togithub.com/next) scope for native packages: [#&#8203;28046](https://togithub.com/vercel/next.js/issues/28046) - Fix `generateBuildId` type that can be async function: [#&#8203;28040](https://togithub.com/vercel/next.js/issues/28040) - Fix image optimization encoding url: [#&#8203;28045](https://togithub.com/vercel/next.js/issues/28045) - Clean up `Document` in preparation for streaming: [#&#8203;28032](https://togithub.com/vercel/next.js/issues/28032) - Render as a concatenation of streams: [#&#8203;28082](https://togithub.com/vercel/next.js/issues/28082) - Add support for dynamic HTML: [#&#8203;28085](https://togithub.com/vercel/next.js/issues/28085) - Support suspense in next dynamic: [#&#8203;27611](https://togithub.com/vercel/next.js/issues/27611) - Handle blob urls in image component: [#&#8203;27975](https://togithub.com/vercel/next.js/issues/27975) - Bypass webpack compilation for precompiled [@&#8203;next/polyfills-nomodule](https://togithub.com/next/polyfills-nomodule): [#&#8203;27596](https://togithub.com/vercel/next.js/issues/27596) - Update `util` to 0.12.4: [#&#8203;27939](https://togithub.com/vercel/next.js/issues/27939) - Remove duplicate doctypes: [#&#8203;28089](https://togithub.com/vercel/next.js/issues/28089) - Fix revalidate for initial notFound: true paths: [#&#8203;28097](https://togithub.com/vercel/next.js/issues/28097) - Add proper error when failing to load next.config.js: [#&#8203;28099](https://togithub.com/vercel/next.js/issues/28099) - Fix: wrong link error message: [#&#8203;28127](https://togithub.com/vercel/next.js/issues/28127) - Add support for Jaeger trace target: [#&#8203;28129](https://togithub.com/vercel/next.js/issues/28129) - Enable pure client suspense in blocking rendering: [#&#8203;28165](https://togithub.com/vercel/next.js/issues/28165) - Add entrypoint tracing: [#&#8203;25538](https://togithub.com/vercel/next.js/issues/25538) - Add module type to build-module trace: [#&#8203;28128](https://togithub.com/vercel/next.js/issues/28128) - Update to latest babel versions: [#&#8203;28174](https://togithub.com/vercel/next.js/issues/28174) - Improve jaeger traces: [#&#8203;28168](https://togithub.com/vercel/next.js/issues/28168) - fix development mode bug with pages with "+" and other special characters: [#&#8203;28122](https://togithub.com/vercel/next.js/issues/28122) - let loaders automatically infer source map setting: [#&#8203;28204](https://togithub.com/vercel/next.js/issues/28204) - Avoid fs write `next-env.d.ts` on read-only filesystems: [#&#8203;28206](https://togithub.com/vercel/next.js/issues/28206) - Document usage of suspense option of next/dynamic: [#&#8203;28210](https://togithub.com/vercel/next.js/issues/28210) - Add warning when parent styles break `next/image`: [#&#8203;28221](https://togithub.com/vercel/next.js/issues/28221) - Use `zen-observable` library: [#&#8203;28214](https://togithub.com/vercel/next.js/issues/28214) - Fix HMR when custom \_app or \_document is removed: [#&#8203;28227](https://togithub.com/vercel/next.js/issues/28227) - Add relationship between issuer and module to traces: [#&#8203;28192](https://togithub.com/vercel/next.js/issues/28192) - Update generating next-server dependencies: [#&#8203;28223](https://togithub.com/vercel/next.js/issues/28223) - Fix `next/image` blur placeholder when JS is disabled: [#&#8203;28269](https://togithub.com/vercel/next.js/issues/28269) - Ensure adding \_app/\_document HMRs correctly: [#&#8203;28279](https://togithub.com/vercel/next.js/issues/28279) - upgrade webpack to 5.51.1: [#&#8203;28291](https://togithub.com/vercel/next.js/issues/28291) - \[ESLint] Adds `process.exit` to `next lint` success output: [#&#8203;28299](https://togithub.com/vercel/next.js/issues/28299) - Fix next env vars injection in dynamic: [#&#8203;28309](https://togithub.com/vercel/next.js/issues/28309) - Add layout to data-nimg attribute: [#&#8203;28312](https://togithub.com/vercel/next.js/issues/28312) - Add data attribute to script component: [#&#8203;28310](https://togithub.com/vercel/next.js/issues/28310) - Ensure [@&#8203;babel/core](https://togithub.com/babel/core) is de-duped when nccing: [#&#8203;28384](https://togithub.com/vercel/next.js/issues/28384) - Fix forked NODE_OPTIONS except for inspect: [#&#8203;28420](https://togithub.com/vercel/next.js/issues/28420) - \[ESLint] Enable caching by default: [#&#8203;28349](https://togithub.com/vercel/next.js/issues/28349) - Update test config to leverage swc: [#&#8203;28400](https://togithub.com/vercel/next.js/issues/28400) - Add missing `typescript` property to `NextConfig`: [#&#8203;28459](https://togithub.com/vercel/next.js/issues/28459) - next/script fix duplicate scripts : [#&#8203;28428](https://togithub.com/vercel/next.js/issues/28428) - Ensure error is shown correctly for empty headers field: [#&#8203;28430](https://togithub.com/vercel/next.js/issues/28430) - Add default trace format that is exported automatically: [#&#8203;28461](https://togithub.com/vercel/next.js/issues/28461) - Update i18n locales limit to warning: [#&#8203;28429](https://togithub.com/vercel/next.js/issues/28429) - Fix handling for 204 status code with a body: [#&#8203;28479](https://togithub.com/vercel/next.js/issues/28479) - Update warning when parent styles break `next/image`: [#&#8203;28517](https://togithub.com/vercel/next.js/issues/28517) - Support for functional Document components: [#&#8203;28515](https://togithub.com/vercel/next.js/issues/28515) - Ensure dev server side errors are correct: [#&#8203;28520](https://togithub.com/vercel/next.js/issues/28520) - Add CSP to Image Optimization API: [#&#8203;28620](https://togithub.com/vercel/next.js/issues/28620) ##### Documentation Changes - Fix incorrect error manifest path: [#&#8203;27970](https://togithub.com/vercel/next.js/issues/27970) - Add testing docs: [#&#8203;27965](https://togithub.com/vercel/next.js/issues/27965) - \[DOCS] Update testing docs: [#&#8203;28064](https://togithub.com/vercel/next.js/issues/28064) - \[ESLint] Disallow <Script /> inside \_document.js & <Script /> inside the next/head component: [#&#8203;27257](https://togithub.com/vercel/next.js/issues/27257) - Docs: Mention 3rd option 'blocking' for fallback: [#&#8203;28077](https://togithub.com/vercel/next.js/issues/28077) - Add a Styling Section to next/image component docs: [#&#8203;28055](https://togithub.com/vercel/next.js/issues/28055) - Improve React Strict Mode documentation.: [#&#8203;28139](https://togithub.com/vercel/next.js/issues/28139) - doc: fix typo: [#&#8203;28146](https://togithub.com/vercel/next.js/issues/28146) - docs: corrected the link to the example: [#&#8203;28175](https://togithub.com/vercel/next.js/issues/28175) - ESLint Plugin: Prefer next script component when using the inline script for Google Analytics.: [#&#8203;25147](https://togithub.com/vercel/next.js/issues/25147) - Update testing.md: [#&#8203;28190](https://togithub.com/vercel/next.js/issues/28190) - docs: Add link to Cypress GitHub Actions Guide to Testing docs: [#&#8203;28207](https://togithub.com/vercel/next.js/issues/28207) - Add docs for ESLint plugin settings and rule options: [#&#8203;28059](https://togithub.com/vercel/next.js/issues/28059) - Add eslint rule for id attribute on inline next/script: [#&#8203;27853](https://togithub.com/vercel/next.js/issues/27853) - Update supported-browsers-features.md: [#&#8203;28326](https://togithub.com/vercel/next.js/issues/28326) - fix link to global stylesheet in from-create-react-app.md: [#&#8203;28327](https://togithub.com/vercel/next.js/issues/28327) - docs: update font-optimization.md: [#&#8203;28397](https://togithub.com/vercel/next.js/issues/28397) - Improved `next/image` docs around layouts.: [#&#8203;28345](https://togithub.com/vercel/next.js/issues/28345) - Minor docs edit: cors -> CORS: [#&#8203;28472](https://togithub.com/vercel/next.js/issues/28472) - Update docs for `sharp` usage to mention Vercel: [#&#8203;28476](https://togithub.com/vercel/next.js/issues/28476) - Use recommended pattern in testing example: [#&#8203;28404](https://togithub.com/vercel/next.js/issues/28404) - Update with-jest packages and docs: [#&#8203;28209](https://togithub.com/vercel/next.js/issues/28209) - Add docs for using pageExtensions to colocate other files with page components: [#&#8203;22740](https://togithub.com/vercel/next.js/issues/22740) - Small grammar fixes: [#&#8203;28590](https://togithub.com/vercel/next.js/issues/28590) ##### Example Changes - Make sure all example packages has `private: true`: [#&#8203;28008](https://togithub.com/vercel/next.js/issues/28008) - next-env.d.ts note in templates: [#&#8203;27983](https://togithub.com/vercel/next.js/issues/27983) - Add `.gitignore` to examples that lack them: [#&#8203;28003](https://togithub.com/vercel/next.js/issues/28003) - Update Firebase hosting example to use Node.js 14.: [#&#8203;27988](https://togithub.com/vercel/next.js/issues/27988) - Examples: Jotai: [#&#8203;27940](https://togithub.com/vercel/next.js/issues/27940) - Remove `licence` from all `example/package.json` that has them: [#&#8203;28007](https://togithub.com/vercel/next.js/issues/28007) - Add ci script to check examples: [#&#8203;28009](https://togithub.com/vercel/next.js/issues/28009) - Replace CSS tag with JS import: [#&#8203;28143](https://togithub.com/vercel/next.js/issues/28143) - Fixed typos that existed on some files: [#&#8203;28314](https://togithub.com/vercel/next.js/issues/28314) - Add Temporal example: [#&#8203;28348](https://togithub.com/vercel/next.js/issues/28348) - \[examples] Added `with-couchbase` example: [#&#8203;27184](https://togithub.com/vercel/next.js/issues/27184) - \[examples] Add ElasticSearch example: [#&#8203;28043](https://togithub.com/vercel/next.js/issues/28043) - Fix: changing import syntax slightly to ensure success with `create-next-app`: [#&#8203;28431](https://togithub.com/vercel/next.js/issues/28431) - Add prop-types in package.json: [#&#8203;28481](https://togithub.com/vercel/next.js/issues/28481) - Update to use the latest MongoDB best practices to limit connection pooling issues.: [#&#8203;28350](https://togithub.com/vercel/next.js/issues/28350) - Add apiVersion to config: [#&#8203;28610](https://togithub.com/vercel/next.js/issues/28610) ##### Misc Changes - Tests: Execute development-logs tests.: [#&#8203;27996](https://togithub.com/vercel/next.js/issues/27996) - Fix publish native script: [#&#8203;28037](https://togithub.com/vercel/next.js/issues/28037) - Authenticate npm before publishing native packages: [#&#8203;28041](https://togithub.com/vercel/next.js/issues/28041) - publish flow fixes: [#&#8203;28050](https://togithub.com/vercel/next.js/issues/28050) - USe await correctly: [#&#8203;28053](https://togithub.com/vercel/next.js/issues/28053) - Refactor development-logs removing duplicated code.: [#&#8203;28049](https://togithub.com/vercel/next.js/issues/28049) - Fix gh action workflow when docs changed: [#&#8203;28092](https://togithub.com/vercel/next.js/issues/28092) - Skip native ci steps for docs only changes: [#&#8203;28101](https://togithub.com/vercel/next.js/issues/28101) - Add setup for m1 build: [#&#8203;28138](https://togithub.com/vercel/next.js/issues/28138) - fix(tests): fixes typo in basic integration test: [#&#8203;28158](https://togithub.com/vercel/next.js/issues/28158) - Fix crash of lint rule no-document-import-in-page: [#&#8203;28148](https://togithub.com/vercel/next.js/issues/28148) - docs: make contributing.md more contributor-friendly: [#&#8203;27913](https://togithub.com/vercel/next.js/issues/27913) - Update polling env var for tests in CI: [#&#8203;28264](https://togithub.com/vercel/next.js/issues/28264) - Ensure all packages are packed while tracing: [#&#8203;28263](https://togithub.com/vercel/next.js/issues/28263) - Use temp repo copy while linking packages: [#&#8203;28301](https://togithub.com/vercel/next.js/issues/28301) - feat: upgrade swc/core to 1.2.80: [#&#8203;28347](https://togithub.com/vercel/next.js/issues/28347) - Move unit tests to one folder and migrate them to TypeScript: [#&#8203;28427](https://togithub.com/vercel/next.js/issues/28427) - Tests: Adds test to data-nimg data attribute based on layout prop.: [#&#8203;28444](https://togithub.com/vercel/next.js/issues/28444) - Remove unused imports - \[ESLint Plugin] Handles edge case for `no-import-document-in-page` rule: [#&#8203;28261](https://togithub.com/vercel/next.js/issues/28261) - Tests: Remove unnecessary await: [#&#8203;28594](https://togithub.com/vercel/next.js/issues/28594) ##### Credits Huge thanks to [@&#8203;delbaoliveira](https://togithub.com/delbaoliveira), [@&#8203;padmaia](https://togithub.com/padmaia), [@&#8203;andersonleite](https://togithub.com/andersonleite), [@&#8203;stefanprobst](https://togithub.com/stefanprobst), [@&#8203;oBusk](https://togithub.com/oBusk), [@&#8203;sokra](https://togithub.com/sokra), [@&#8203;xnuk](https://togithub.com/xnuk), [@&#8203;styfle](https://togithub.com/styfle), [@&#8203;leerob](https://togithub.com/leerob), [@&#8203;devknoll](https://togithub.com/devknoll), [@&#8203;huozhi](https://togithub.com/huozhi), [@&#8203;timneutkens](https://togithub.com/timneutkens), [@&#8203;awareness481](https://togithub.com/awareness481), [@&#8203;agektmr](https://togithub.com/agektmr), [@&#8203;gu-stav](https://togithub.com/gu-stav), [@&#8203;sampoder](https://togithub.com/sampoder), [@&#8203;Thisen](https://togithub.com/Thisen), [@&#8203;ijjk](https://togithub.com/ijjk), [@&#8203;oscarafuentes](https://togithub.com/oscarafuentes), [@&#8203;AryanBeezadhur](https://togithub.com/AryanBeezadhur), [@&#8203;bmuenzenmeyer](https://togithub.com/bmuenzenmeyer), [@&#8203;tdkn](https://togithub.com/tdkn), [@&#8203;rgabs](https://togithub.com/rgabs), [@&#8203;urko-pineda](https://togithub.com/urko-pineda), [@&#8203;davecaruso](https://togithub.com/davecaruso), [@&#8203;kevinold](https://togithub.com/kevinold), [@&#8203;ctjlewis](https://togithub.com/ctjlewis), [@&#8203;chrislloyd](https://togithub.com/chrislloyd), [@&#8203;mrmckeb](https://togithub.com/mrmckeb), [@&#8203;housseindjirdeh](https://togithub.com/housseindjirdeh), [@&#8203;hiro0218](https://togithub.com/hiro0218), [@&#8203;Bezmehrabi](https://togithub.com/Bezmehrabi), [@&#8203;atcastle](https://togithub.com/atcastle), [@&#8203;janicklas-ralph](https://togithub.com/janicklas-ralph), [@&#8203;lorensr](https://togithub.com/lorensr), [@&#8203;lekterable](https://togithub.com/lekterable), [@&#8203;vcnc-hex](https://togithub.com/vcnc-hex), [@&#8203;ejscribner](https://togithub.com/ejscribner), [@&#8203;Andarist](https://togithub.com/Andarist), [@&#8203;aravindputrevu](https://togithub.com/aravindputrevu), [@&#8203;robbieaverill](https://togithub.com/robbieaverill), [@&#8203;zhafri-shafiq](https://togithub.com/zhafri-shafiq), [@&#8203;htunnicliff](https://togithub.com/htunnicliff), [@&#8203;kukicado](https://togithub.com/kukicado), [@&#8203;OzzieOrca](https://togithub.com/OzzieOrca), [@&#8203;mikehedman](https://togithub.com/mikehedman), and [@&#8203;kmelve](https://togithub.com/kmelve) for helping! </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/tyger796/boop).
netlify[bot] commented 2021-09-05 05:36:42 +02:00 (Migrated from github.com)

✔️ Deploy Preview for tyger-portfolio ready!

🔨 Explore the source changes: 7c23c62bc5

🔍 Inspect the deploy log: https://app.netlify.com/sites/tyger-portfolio/deploys/61343ea2ddec140008461f3b

😎 Browse the preview: https://deploy-preview-33--tyger-portfolio.netlify.app

✔️ Deploy Preview for *tyger-portfolio* ready! 🔨 Explore the source changes: 7c23c62bc55990a04bdf4616ac914c67a557d1c7 🔍 Inspect the deploy log: [https://app.netlify.com/sites/tyger-portfolio/deploys/61343ea2ddec140008461f3b](https://app.netlify.com/sites/tyger-portfolio/deploys/61343ea2ddec140008461f3b?utm_source=github&utm_campaign=bot_dl) 😎 Browse the preview: [https://deploy-preview-33--tyger-portfolio.netlify.app](https://deploy-preview-33--tyger-portfolio.netlify.app?utm_source=github&utm_campaign=bot_dp)
Commenting is not possible because the repository is archived.
No description provided.