ljosberinn / gerritalex.de

personal homepage
https://gerritalex.de
10 stars 1 forks source link

chore(deps): update nextjs monorepo to v11.0.1 #506

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next 11.0.0 -> 11.0.1 age adoption passing confidence
next (source) 11.0.0 -> 11.0.1 age adoption passing confidence

Release Notes

vercel/next.js ### [`v11.0.1`](https://togithub.com/vercel/next.js/releases/v11.0.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v11.0.0...v11.0.1) ##### Core Changes - Fix failing Runner import: [#​26172](https://togithub.com/vercel/next.js/issues/26172) - docs: fix ignoring-eslint-url during build: [#​26165](https://togithub.com/vercel/next.js/issues/26165) - Fix babel-loader failing on JSON5 syntax: [#​26194](https://togithub.com/vercel/next.js/issues/26194) - Fix eslint version check for older versions: [#​26212](https://togithub.com/vercel/next.js/issues/26212) - fix: use a client-side navigation when redirecting to a rewriten URL: [#​25990](https://togithub.com/vercel/next.js/issues/25990) - Fix next/image noscript src path with loaders: [#​24011](https://togithub.com/vercel/next.js/issues/24011) - Fix long URLs causing 400s with dynamic routes/rewrites: [#​26221](https://togithub.com/vercel/next.js/issues/26221) - Ensure has query encoding is normalized: [#​25732](https://togithub.com/vercel/next.js/issues/25732) - Fix Show error when user put wrong values in width or height: [#​26166](https://togithub.com/vercel/next.js/issues/26166) - Update to latest TypeScript version and de-dupe versions: [#​26285](https://togithub.com/vercel/next.js/issues/26285) - Automatically use createRoot for React@>=18: [#​26279](https://togithub.com/vercel/next.js/issues/26279) - Omit svg static imports if custom webpack config is defined: [#​26281](https://togithub.com/vercel/next.js/issues/26281) - \[ESLint] Adds `--quiet` flag, TypeScript resolver and bug fixes: [#​26280](https://togithub.com/vercel/next.js/issues/26280) - Add runtime to hotUpdateMainFilename: [#​26256](https://togithub.com/vercel/next.js/issues/26256) - Add check for startLatency in fast refresh: [#​26417](https://togithub.com/vercel/next.js/issues/26417) - fix: ignore invalid accept-language header: [#​26476](https://togithub.com/vercel/next.js/issues/26476) - chore: Add Alex to lint documentation: [#​26354](https://togithub.com/vercel/next.js/issues/26354) - Fix domain locales not available on client: [#​26083](https://togithub.com/vercel/next.js/issues/26083) - Update to only add image import types when enabled: [#​26485](https://togithub.com/vercel/next.js/issues/26485) - Strongly type `Router.events.on` and `Router.events.off`: [#​26456](https://togithub.com/vercel/next.js/issues/26456) ##### Documentation Changes - docs(image): fix image import path: [#​26142](https://togithub.com/vercel/next.js/issues/26142) - Ensure all errors are added in manifest: [#​26129](https://togithub.com/vercel/next.js/issues/26129) - Update next/image docs and examples: [#​26150](https://togithub.com/vercel/next.js/issues/26150) - Fixed no-img-element documentation snippet.: [#​26154](https://togithub.com/vercel/next.js/issues/26154) - docs(next/script): Improve formatting of docs: [#​26149](https://togithub.com/vercel/next.js/issues/26149) - add missing step of installing next@latest: [#​26141](https://togithub.com/vercel/next.js/issues/26141) - Fix `next/image` docs version history: [#​26192](https://togithub.com/vercel/next.js/issues/26192) - Update next/image docs and example with shimmer animation: [#​26183](https://togithub.com/vercel/next.js/issues/26183) - Update docs on static image imports: [#​26211](https://togithub.com/vercel/next.js/issues/26211) - Update note in script doc: [#​26214](https://togithub.com/vercel/next.js/issues/26214) - Doc "no-sync-scripts" remove experimental notice: [#​26225](https://togithub.com/vercel/next.js/issues/26225) - Correct the word "remove": [#​26258](https://togithub.com/vercel/next.js/issues/26258) - Update next/script docs to clear up confusion around next/head and client-side JS: [#​26253](https://togithub.com/vercel/next.js/issues/26253) - docs: remove duplicated `--ts, --typescript` from Options: [#​26252](https://togithub.com/vercel/next.js/issues/26252) - Correct Next.js 9 upgrade instructions: [#​26271](https://togithub.com/vercel/next.js/issues/26271) - Fix closing tag in Script docs: [#​26276](https://togithub.com/vercel/next.js/issues/26276) - docs: fixed typo: [#​26311](https://togithub.com/vercel/next.js/issues/26311) - Extend disclaimer for dynamic image imports: [#​26241](https://togithub.com/vercel/next.js/issues/26241) - Add docs on adding HTTP security headers.: [#​25833](https://togithub.com/vercel/next.js/issues/25833) - Improve the `next/script` documentation.: [#​26325](https://togithub.com/vercel/next.js/issues/26325) - add missing closing bracket: [#​26375](https://togithub.com/vercel/next.js/issues/26375) - Docs: Add Prettier section on ESLint page: [#​26347](https://togithub.com/vercel/next.js/issues/26347) - docs(router.md) Add note about page state and navigation: [#​26320](https://togithub.com/vercel/next.js/issues/26320) - Add module.exports to security headers documentation: [#​26466](https://togithub.com/vercel/next.js/issues/26466) - Update i18n fields in docs: [#​26492](https://togithub.com/vercel/next.js/issues/26492) ##### Example Changes - (examples/image-component): fix placeholder href: [#​26140](https://togithub.com/vercel/next.js/issues/26140) - fix(examples): `future.webpack5` -> top level `webpack5`: [#​26175](https://togithub.com/vercel/next.js/issues/26175) - \[examples/cms-wordpress] fix typo on alert message: [#​26115](https://togithub.com/vercel/next.js/issues/26115) - Follow the breaking change of jest-config: [#​26082](https://togithub.com/vercel/next.js/issues/26082) - Update examples to use React 17: [#​26133](https://togithub.com/vercel/next.js/issues/26133) - Add cms-drupal example: [#​25198](https://togithub.com/vercel/next.js/issues/25198) - Fix: upgrade react-test-renderer version to 17.0.2: [#​26229](https://togithub.com/vercel/next.js/issues/26229) - Update postcss version in examples: [#​26226](https://togithub.com/vercel/next.js/issues/26226) - Update with-supertokens example: [#​26266](https://togithub.com/vercel/next.js/issues/26266) - Updating Typescript to recommended minimum 4.3.2: [#​26267](https://togithub.com/vercel/next.js/issues/26267) - (examples/with-lingui): update example: [#​26076](https://togithub.com/vercel/next.js/issues/26076) - Examples: Fixed the example path to correct value: [#​26255](https://togithub.com/vercel/next.js/issues/26255) - Update with-eslint example.: [#​25817](https://togithub.com/vercel/next.js/issues/25817) - (examples/with-webassembly) fixed for webpack 5: [#​26440](https://togithub.com/vercel/next.js/issues/26440) ##### Misc Changes - Update create-next-app template favicons: [#​26289](https://togithub.com/vercel/next.js/issues/26289) - Remove period for ESLint `passHref` docs link.: [#​26402](https://togithub.com/vercel/next.js/issues/26402) - Ensure image-types file is included: [#​26495](https://togithub.com/vercel/next.js/issues/26495) ##### Credits Huge thanks to [@​HermanNygaard](https://togithub.com/HermanNygaard), [@​styfle](https://togithub.com/styfle), [@​IvanKalinin](https://togithub.com/IvanKalinin), [@​lachlanjc](https://togithub.com/lachlanjc), [@​Braweria](https://togithub.com/Braweria), [@​RileyMShea](https://togithub.com/RileyMShea), [@​Dev-CasperTheGhost](https://togithub.com/Dev-CasperTheGhost), [@​CauanCabral](https://togithub.com/CauanCabral), [@​toyamarinyon](https://togithub.com/toyamarinyon), [@​DavidVaness](https://togithub.com/DavidVaness), [@​nickbabcock](https://togithub.com/nickbabcock), [@​jwilsson](https://togithub.com/jwilsson), [@​timneutkens](https://togithub.com/timneutkens), [@​antoinechalifour](https://togithub.com/antoinechalifour), [@​valse](https://togithub.com/valse), [@​arshad](https://togithub.com/arshad), [@​Silinde87](https://togithub.com/Silinde87), [@​Vadorequest](https://togithub.com/Vadorequest), [@​tim-hanssen](https://togithub.com/tim-hanssen), [@​ducdev](https://togithub.com/ducdev), [@​rishabhpoddar](https://togithub.com/rishabhpoddar), [@​LEvinson2504](https://togithub.com/LEvinson2504), [@​akellbl4](https://togithub.com/akellbl4), [@​schemburkar](https://togithub.com/schemburkar), [@​greatSumini](https://togithub.com/greatSumini), [@​giraffesyo](https://togithub.com/giraffesyo), [@​zNeb](https://togithub.com/zNeb), [@​jthcast](https://togithub.com/jthcast), [@​devknoll](https://togithub.com/devknoll), [@​housseindjirdeh](https://togithub.com/housseindjirdeh), [@​lukeingalls](https://togithub.com/lukeingalls), [@​joe-bell](https://togithub.com/joe-bell), [@​leerob](https://togithub.com/leerob), [@​pacocoursey](https://togithub.com/pacocoursey), [@​aksdevac](https://togithub.com/aksdevac), [@​araujogui](https://togithub.com/araujogui), [@​ijjk](https://togithub.com/ijjk), [@​vitalybaev](https://togithub.com/vitalybaev), [@​samrobbins85](https://togithub.com/samrobbins85), [@​huozhi](https://togithub.com/huozhi), [@​petermekhaeil](https://togithub.com/petermekhaeil), [@​RobVermeer](https://togithub.com/RobVermeer), and [@​flybayer](https://togithub.com/flybayer) for helping!

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 these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.