ljosberinn / gerritalex.de

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

fix(deps): update dependency next to v11 - autoclosed #498

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
next (source) 10.2.3 -> 11.0.0 age adoption passing confidence

Release Notes

vercel/next.js ### [`v11.0.0`](https://togithub.com/vercel/next.js/releases/v11.0.0) [Compare Source](https://togithub.com/vercel/next.js/compare/v10.2.3...v11.0.0) ##### Core Changes - fix(types): allow nonpromise return types for static functions: [#​24685](https://togithub.com/vercel/next.js/issues/24685) - Ensure history navigates correctly with dynamic routes + basePath: [#​25459](https://togithub.com/vercel/next.js/issues/25459) - Fix external check for non-local next import: [#​25518](https://togithub.com/vercel/next.js/issues/25518) - Ensure providing only query on dynamic route works as expected: [#​25469](https://togithub.com/vercel/next.js/issues/25469) - Assume a recent `react@experimental` if `reactRoot` is set: [#​25496](https://togithub.com/vercel/next.js/issues/25496) - Update to latest webpack 5 and webpack-sources: [#​25558](https://togithub.com/vercel/next.js/issues/25558) - Set default webpack publicPath value to override auto: [#​25452](https://togithub.com/vercel/next.js/issues/25452) - Add helpful error for link with multiple children: [#​25657](https://togithub.com/vercel/next.js/issues/25657) - Ensure rewrites are resolved correctly through history: [#​25666](https://togithub.com/vercel/next.js/issues/25666) - Fix rewrite and dynamic params on navigating to initial history entry: [#​25495](https://togithub.com/vercel/next.js/issues/25495) - Enable serial build by default: [#​25642](https://togithub.com/vercel/next.js/issues/25642) - Don't show webpack version message in production server: [#​25654](https://togithub.com/vercel/next.js/issues/25654) - Font optimization add preconnect: [#​25346](https://togithub.com/vercel/next.js/issues/25346) - Enable new babel mode: [#​25635](https://togithub.com/vercel/next.js/issues/25635) - Remove deprecated features: [#​25446](https://togithub.com/vercel/next.js/issues/25446) - Disable split chunks in webpack 5 in dev mode: [#​25735](https://togithub.com/vercel/next.js/issues/25735) - Remove experimental tag from Script component: [#​25435](https://togithub.com/vercel/next.js/issues/25435) - `next lint` + ESLint in Create Next App: [#​25064](https://togithub.com/vercel/next.js/issues/25064) - Bump "engines" to node >= 12.0.0: [#​25761](https://togithub.com/vercel/next.js/issues/25761) - Support for static image imports: [#​24993](https://togithub.com/vercel/next.js/issues/24993) - Bump minimum React version to `^17.0.2`: [#​25788](https://togithub.com/vercel/next.js/issues/25788) - Remove feature flags for static image and blurry placeholder: [#​25797](https://togithub.com/vercel/next.js/issues/25797) - Add note to upgrading guide about React version: [#​25849](https://togithub.com/vercel/next.js/issues/25849) - Fix "env" key in babelrc with new Babel mode: [#​25841](https://togithub.com/vercel/next.js/issues/25841) - Enable webpack5 for all apps: [#​25639](https://togithub.com/vercel/next.js/issues/25639) - Fix types for static image: [#​25808](https://togithub.com/vercel/next.js/issues/25808) - Do not remove placeholder for data URL: [#​24704](https://togithub.com/vercel/next.js/issues/24704) - Add warning for older TypeScript versions: [#​25867](https://togithub.com/vercel/next.js/issues/25867) - Prevent node inspect from causing webpack check to fail: [#​25876](https://togithub.com/vercel/next.js/issues/25876) - fix(21606): consider scroll option when using shallow routing: [#​24888](https://togithub.com/vercel/next.js/issues/24888) - remove opentelemetry/api: [#​25900](https://togithub.com/vercel/next.js/issues/25900) - Adjust JPEG quality when generating placeholder: [#​25904](https://togithub.com/vercel/next.js/issues/25904) - Improve check for eslint version: [#​25910](https://togithub.com/vercel/next.js/issues/25910) - Refactor image optimizer static immutable header: [#​25909](https://togithub.com/vercel/next.js/issues/25909) - ESLint Updates: [#​25895](https://togithub.com/vercel/next.js/issues/25895) - Fix immutable header on static image: [#​25914](https://togithub.com/vercel/next.js/issues/25914) - ESLint: Updates disable ESLint message during builds: [#​25917](https://togithub.com/vercel/next.js/issues/25917) - Remove `@types/comment-json`: [#​25810](https://togithub.com/vercel/next.js/issues/25810) - Add delay to placeholder removal: [#​25916](https://togithub.com/vercel/next.js/issues/25916) - Add experimental cra-to-next transform in codemod cli: [#​24969](https://togithub.com/vercel/next.js/issues/24969) - add global callback for refresh latency: [#​25944](https://togithub.com/vercel/next.js/issues/25944) - Add css blur when `placeholder=blur`: [#​25945](https://togithub.com/vercel/next.js/issues/25945) - ESLint: More updates and bug fixes: [#​25952](https://togithub.com/vercel/next.js/issues/25952) - Add errors for invalid `placeholder=blur` usage: [#​25953](https://togithub.com/vercel/next.js/issues/25953) - Fix delay between blur image and high res image: [#​25994](https://togithub.com/vercel/next.js/issues/25994) - Update `json5` and remove `@types/json5`: [#​25946](https://togithub.com/vercel/next.js/issues/25946) - Disable prerendering /500 when \_error has getServerSideProps: [#​23586](https://togithub.com/vercel/next.js/issues/23586) - Update comments for clarity & grammar in router.ts: [#​25947](https://togithub.com/vercel/next.js/issues/25947) - include lib folder when publishing next-codemod: [#​26003](https://togithub.com/vercel/next.js/issues/26003) - Update client-side default error: [#​25997](https://togithub.com/vercel/next.js/issues/25997) - Add gitignore template to published files for codemod: [#​26008](https://togithub.com/vercel/next.js/issues/26008) - Fix Firefox image decode error: [#​26011](https://togithub.com/vercel/next.js/issues/26011) - Enable optimized loading strategy: [#​26021](https://togithub.com/vercel/next.js/issues/26021) - Remove deprecated features and enable future flag: [#​26066](https://togithub.com/vercel/next.js/issues/26066) - Remove unsupported examples: [#​26075](https://togithub.com/vercel/next.js/issues/26075) - Remove React version checks and warnings that are no longer needed: [#​25992](https://togithub.com/vercel/next.js/issues/25992) - fix: don't create .eslintrc if package.json contains eslintConfig: [#​26025](https://togithub.com/vercel/next.js/issues/26025) - Add lint checking events: [#​26089](https://togithub.com/vercel/next.js/issues/26089) - Update to latest version of webpack 5: [#​26102](https://togithub.com/vercel/next.js/issues/26102) ##### Documentation Changes - Update Authentication docs to be an examples list.: [#​25497](https://togithub.com/vercel/next.js/issues/25497) - Improve documentation of CDN asset paths : [#​25531](https://togithub.com/vercel/next.js/issues/25531) - Fix rewrite example for fallback site: [#​25508](https://togithub.com/vercel/next.js/issues/25508) - doc: update TS version for --incremental: [#​25736](https://togithub.com/vercel/next.js/issues/25736) - Update ESLint docs.: [#​25816](https://togithub.com/vercel/next.js/issues/25816) - ESLint Plugin: Fix Document and Head import rules: [#​25730](https://togithub.com/vercel/next.js/issues/25730) - Adding `--typescript` option: [#​25831](https://togithub.com/vercel/next.js/issues/25831) - Fix command in upgrade guide: [#​25879](https://togithub.com/vercel/next.js/issues/25879) - docs: use descriptive links instead of "click here": [#​25897](https://togithub.com/vercel/next.js/issues/25897) - Fix loader url composition on image/next doc: [#​25893](https://togithub.com/vercel/next.js/issues/25893) - Add changing the hostname to the cli doc: [#​25971](https://togithub.com/vercel/next.js/issues/25971) - Add experimental CRA transform to docs: [#​25989](https://togithub.com/vercel/next.js/issues/25989) - docs: advise users of `create-next-app --ts, --typescript`: [#​25349](https://togithub.com/vercel/next.js/issues/25349) - Update react-version.md: [#​26093](https://togithub.com/vercel/next.js/issues/26093) - \[ESLint] Adds section to docs for migrating existing ESLint configurations: [#​26101](https://togithub.com/vercel/next.js/issues/26101) - Update learn path in getting started and from cra docs: [#​26104](https://togithub.com/vercel/next.js/issues/26104) - Script component docs: [#​25471](https://togithub.com/vercel/next.js/issues/25471) - Update image documentation for static image: [#​25949](https://togithub.com/vercel/next.js/issues/25949) ##### Example Changes - Updated example name: [#​25428](https://togithub.com/vercel/next.js/issues/25428) - Example: Treat "mockServiceWorker" as a generated artifact in "with-msw": [#​25515](https://togithub.com/vercel/next.js/issues/25515) - Fix with-docker example fails to load image: [#​25536](https://togithub.com/vercel/next.js/issues/25536) - Updated with-mdx-remote dynamic components example: [#​25366](https://togithub.com/vercel/next.js/issues/25366) - up-to-date electron: [#​25551](https://togithub.com/vercel/next.js/issues/25551) - Update tsconfig of example to be consistent with default output of next.js: [#​25581](https://togithub.com/vercel/next.js/issues/25581) - Remove react-relay-network-modern example.: [#​25815](https://togithub.com/vercel/next.js/issues/25815) - fix mobx-state-tree-typesript missing babel/core dependency: [#​25589](https://togithub.com/vercel/next.js/issues/25589) - feat: bump styled-components version on examples: [#​25826](https://togithub.com/vercel/next.js/issues/25826) - Add run on Google Cloud Run button to the docker example: [#​25824](https://togithub.com/vercel/next.js/issues/25824) - updated example for zustand v3.5.1 interface change: [#​25066](https://togithub.com/vercel/next.js/issues/25066) - fix: added typescript dependency in next-sitemap example: [#​25866](https://togithub.com/vercel/next.js/issues/25866) - docs(examples/with-iron-session): fix mutate + fetch, add TypeScript example link: [#​25889](https://togithub.com/vercel/next.js/issues/25889) - docs: add 'Open in StackBlitz' buttons to various examples: [#​25853](https://togithub.com/vercel/next.js/issues/25853) - fix: move viewport meta tag to head in \_app.js: [#​25901](https://togithub.com/vercel/next.js/issues/25901) - fix: use key while rendering arrays: [#​25902](https://togithub.com/vercel/next.js/issues/25902) - docs(examples/with-mobx-state-tree-typescript): add 'Open in StackBlitz' button: [#​25926](https://togithub.com/vercel/next.js/issues/25926) - tslib module missing in package.json: [#​25829](https://togithub.com/vercel/next.js/issues/25829) - Updated Readme: [#​25575](https://togithub.com/vercel/next.js/issues/25575) - Modify image component examples app for static image: [#​25956](https://togithub.com/vercel/next.js/issues/25956) - (examples/with-urql): fixes graphql server url: [#​25987](https://togithub.com/vercel/next.js/issues/25987) - docs(examples/with-redux-persist): add 'Open in StackBlitz' button: [#​25972](https://togithub.com/vercel/next.js/issues/25972) - Example blog with comments: [#​24829](https://togithub.com/vercel/next.js/issues/24829) - docs: fix typo in with-unstated/README.md: [#​26004](https://togithub.com/vercel/next.js/issues/26004) - (examples/with-react-md): switch from node-sass to sass: [#​26001](https://togithub.com/vercel/next.js/issues/26001) - Update next-transpile-modules to 7.3.0 across examples: [#​26040](https://togithub.com/vercel/next.js/issues/26040) - examples/with-mongodb: avoid destructuring of environment variables.: [#​26029](https://togithub.com/vercel/next.js/issues/26029) - (example/with-typescript-grapql): fix deps: [#​26010](https://togithub.com/vercel/next.js/issues/26010) - (examples): fix missed peer dependencies: [#​26069](https://togithub.com/vercel/next.js/issues/26069) - (examples/with-rbx-bulma-pro): update deps: [#​26077](https://togithub.com/vercel/next.js/issues/26077) ##### Misc Changes - Update `yarn next` script with `--enable-source-maps`: [#​25533](https://togithub.com/vercel/next.js/issues/25533) - Update size limit test - ESLint Config: Adds `alt` text rule for Image: [#​25462](https://togithub.com/vercel/next.js/issues/25462) - Enable Strict Mode in new `create-next-app` projects: [#​25696](https://togithub.com/vercel/next.js/issues/25696) - Replace 'require' with 'import' in bench files and update dependancies: [#​25775](https://togithub.com/vercel/next.js/issues/25775) - Fix occasional test failures: [#​25855](https://togithub.com/vercel/next.js/issues/25855) - feat: have .tsx be in ts template for create-next-app: [#​25820](https://togithub.com/vercel/next.js/issues/25820) - Run acceptance tests non-concurrently: [#​25861](https://togithub.com/vercel/next.js/issues/25861) - Update CNA build target in tsconfig: [#​25780](https://togithub.com/vercel/next.js/issues/25780) - Replace `CLIEngine` with `ESLint`: [#​25801](https://togithub.com/vercel/next.js/issues/25801) - Ensure correct browser env is used: [#​26014](https://togithub.com/vercel/next.js/issues/26014) - Update preload test for safari: [#​26020](https://togithub.com/vercel/next.js/issues/26020) - Update safari preload test: [#​26086](https://togithub.com/vercel/next.js/issues/26086) - Fix react@next and react@experimental tests: [#​26088](https://togithub.com/vercel/next.js/issues/26088) ##### Credits Huge thanks to [@​kahy9](https://togithub.com/kahy9), [@​ljosberinn](https://togithub.com/ljosberinn), [@​leerob](https://togithub.com/leerob), [@​kettanaito](https://togithub.com/kettanaito), [@​thomasboyt](https://togithub.com/thomasboyt), [@​hussainanjar](https://togithub.com/hussainanjar), [@​styfle](https://togithub.com/styfle), [@​devknoll](https://togithub.com/devknoll), [@​LiuuY](https://togithub.com/LiuuY), [@​timneutkens](https://togithub.com/timneutkens), [@​housseindjirdeh](https://togithub.com/housseindjirdeh), [@​PepijnSenders](https://togithub.com/PepijnSenders), [@​janicklas-ralph](https://togithub.com/janicklas-ralph), [@​payapula](https://togithub.com/payapula), [@​tmtk75](https://togithub.com/tmtk75), [@​ijjk](https://togithub.com/ijjk), [@​hiramhuang](https://togithub.com/hiramhuang), [@​daku10](https://togithub.com/daku10), [@​atcastle](https://togithub.com/atcastle), [@​matamatanot](https://togithub.com/matamatanot), [@​pelhage](https://togithub.com/pelhage), [@​Lukazovic](https://togithub.com/Lukazovic), [@​Mzaien](https://togithub.com/Mzaien), [@​gleich](https://togithub.com/gleich), [@​geshan](https://togithub.com/geshan), [@​Munawwar](https://togithub.com/Munawwar), [@​ykzts](https://togithub.com/ykzts), [@​vitalybaev](https://togithub.com/vitalybaev), [@​mottox2](https://togithub.com/mottox2), [@​vvo](https://togithub.com/vvo), [@​chrisneven](https://togithub.com/chrisneven), [@​turneand](https://togithub.com/turneand), [@​d3lm](https://togithub.com/d3lm), [@​akellbl4](https://togithub.com/akellbl4), [@​sokra](https://togithub.com/sokra), [@​johnjago](https://togithub.com/johnjago), [@​alicanyildirim](https://togithub.com/alicanyildirim), [@​sanathusk](https://togithub.com/sanathusk), [@​valse](https://togithub.com/valse), [@​samrobbins85](https://togithub.com/samrobbins85), [@​SamVerschueren](https://togithub.com/SamVerschueren), [@​ademilter](https://togithub.com/ademilter), [@​ctjlewis](https://togithub.com/ctjlewis), [@​brandondc741](https://togithub.com/brandondc741), [@​eltociear](https://togithub.com/eltociear), [@​martpie](https://togithub.com/martpie), [@​kasipavankumar](https://togithub.com/kasipavankumar), and [@​joecohens](https://togithub.com/joecohens) 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 this update again.



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