plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 74 forks source link

Update all dependencies - autoclosed #886

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) ^7.14.5 -> ^7.14.8 age adoption passing confidence
@babel/core (source) ^7.14.6 -> ^7.15.0 age adoption passing confidence
@babel/preset-env (source) ^7.14.7 -> ^7.15.0 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) ^1.2.35 -> ^1.2.36 age adoption passing confidence
@fortawesome/free-regular-svg-icons (source) ^5.15.3 -> ^5.15.4 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) ^5.15.3 -> ^5.15.4 age adoption passing confidence
@fortawesome/react-fontawesome ^0.1.14 -> ^0.1.15 age adoption passing confidence
@percy/storybook ^3.3.1 -> ^4.0.2 age adoption passing confidence
@storybook/builder-webpack5 ^6.3.2 -> ^6.3.7 age adoption passing confidence
@storybook/cli ^6.3.2 -> ^6.3.7 age adoption passing confidence
@storybook/manager-webpack5 ^6.3.2 -> ^6.3.7 age adoption passing confidence
@storybook/react ^6.3.2 -> ^6.3.7 age adoption passing confidence
@types/chai ^4.2.20 -> ^4.2.21 age adoption passing confidence
@types/mocha ^8.2.3 -> ^9.0.0 age adoption passing confidence
@types/papaparse ^5.2.5 -> ^5.2.6 age adoption passing confidence
@types/ramda ^0.27.42 -> ^0.27.44 age adoption passing confidence
@types/react ^16.14.8 -> ^17.0.19 age adoption passing confidence
@types/react-dom ^16.9.13 -> ^17.0.9 age adoption passing confidence
@typescript-eslint/eslint-plugin ^4.28.2 -> ^4.30.0 age adoption passing confidence
@typescript-eslint/parser ^4.28.2 -> ^4.30.0 age adoption passing confidence
css-loader ^5.2.6 -> ^6.2.0 age adoption passing confidence
es-check ^5.2.4 -> ^6.0.0 age adoption passing confidence
eslint (source) ^7.30.0 -> ^7.32.0 age adoption passing confidence
highlight.js (source) ^11.0.1 -> ^11.2.0 age adoption passing confidence
husky (source) ^7.0.1 -> ^7.0.2 age adoption passing confidence
karma-typescript ^5.5.1 -> ^5.5.2 age adoption passing confidence
mocha (source) ^9.0.2 -> ^9.1.1 age adoption passing confidence
react (source) ^16.14.0 -> ^17.0.2 age adoption passing confidence
react-dom (source) ^16.14.0 -> ^17.0.2 age adoption passing confidence
regenerator-runtime ^0.13.7 -> ^0.13.9 age adoption passing confidence
style-loader ^3.0.0 -> ^3.2.1 age adoption passing confidence
ts-loader ^9.2.3 -> ^9.2.5 age adoption passing confidence
typescript (source) ^4.3.5 -> ^4.4.2 age adoption passing confidence
webpack ^5.43.0 -> ^5.51.1 age adoption passing confidence
webpack-cli ^4.7.2 -> ^4.8.0 age adoption passing confidence
webpack-dev-server ^3.11.2 -> ^4.1.0 age adoption passing confidence
xlsx (source) ^0.17.0 -> ^0.17.1 age adoption passing confidence

Release Notes

babel/babel ### [`v7.14.8`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7148-2021-07-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.5...v7.14.8) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-new-target` - [#​13560](https://togithub.com/babel/babel/pull/13560) fix(class-properties): replace `new.target` in static properties with `undefined` ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-parser` - [#​13088](https://togithub.com/babel/babel/pull/13088) Fix await binding error within static block ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13531](https://togithub.com/babel/babel/pull/13531) fix: disallow computed `async`/`get`/`set` keyword ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-helper-simple-access`, `babel-plugin-transform-modules-commonjs` - [#​13258](https://togithub.com/babel/babel/pull/13258) Fix const violations in ESM imports when transformed to CJS ([@​overlookmotel](https://togithub.com/overlookmotel)) ##### :bug: Bug Fix - `babel-parser` - [#​13575](https://togithub.com/babel/babel/pull/13575) Update babel-parser.d.ts ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13548](https://togithub.com/babel/babel/pull/13548) Fix parser `strictMode` option ([@​overlookmotel](https://togithub.com/overlookmotel)) - [#​13573](https://togithub.com/babel/babel/pull/13573) Fix issue to allow module block in member expression ([@​nme077](https://togithub.com/nme077)) - [#​13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13534](https://togithub.com/babel/babel/pull/13534) Async do expression should start at async ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​12344](https://togithub.com/babel/babel/pull/12344) Fix arrow transformation when `arguments` is defined as variable ([@​snitin315](https://togithub.com/snitin315)) - `babel-traverse` - [#​13527](https://togithub.com/babel/babel/pull/13527) fix: accept duplicated import/variable in different module ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-types` - [#​13525](https://togithub.com/babel/babel/pull/13525) fix(babel-types): accept `UnaryExpression` in `TSLiteralType` ([@​colinaaa](https://togithub.com/colinaaa)) - [#​13500](https://togithub.com/babel/babel/pull/13500) Add typeParameters to tagged template visitor keys ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​13515](https://togithub.com/babel/babel/pull/13515) Fix config validation message typo ([@​jaeseokk](https://togithub.com/jaeseokk)) - `babel-cli` - [#​13508](https://togithub.com/babel/babel/pull/13508) fix: sync default_extensions to babel-cli usage ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​13562](https://togithub.com/babel/babel/pull/13562) Fix `make generate-standalone` -> `make build-standalone` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :house: Internal - `babel-helpers` - [#​13522](https://togithub.com/babel/babel/pull/13522) minor improvement to gulp generate-runtime-helpers error message ([@​lightmare](https://togithub.com/lightmare)) ##### :running_woman: Performance - `babel-parser` - [#​13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@​JLHwung](https://togithub.com/JLHwung))
FortAwesome/Font-Awesome ### [`v5.15.4`](https://togithub.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md#​5154-httpsgithubcomFortAwesomeFont-Awesomereleasestag5154---2021-08-04) [Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/5.15.3...5.15.4) ##### Changed - Removed the tripadvisor brand icon by request of Tripadvisor - Update bug, bullseye, drone, icons [#​17800](https://togithub.com/FortAwesome/Font-Awesome/issues/17800) [#​17106](https://togithub.com/FortAwesome/Font-Awesome/issues/17106) [#​17730](https://togithub.com/FortAwesome/Font-Awesome/issues/17730) - Update bootstrap, discord, figma, and font-awesome-\* brand icons [#​17436](https://togithub.com/FortAwesome/Font-Awesome/issues/17436) ##### Fixed - Made font-family matching case-insensitive for SVG + JavaScript version of Font Awesome [#​17860](https://togithub.com/FortAwesome/Font-Awesome/issues/17860) - Corrected missing version hospital-user [#​17435](https://togithub.com/FortAwesome/Font-Awesome/issues/17435) - Removed useless .tgz file in [@​fortawesome/fontawesome-pro](https://togithub.com/fortawesome/fontawesome-pro) and all [@​fortawesome/pro-](https://togithub.com/fortawesome/pro-)\*-svg-icons ***
FortAwesome/react-fontawesome ### [`v0.1.15`](https://togithub.com/FortAwesome/react-fontawesome/blob/master/CHANGELOG.md#​0115-httpsgithubcomFortAwesomereact-fontawesomereleasestag0115---2021-08-03) [Compare Source](https://togithub.com/FortAwesome/react-fontawesome/compare/0.1.14...0.1.15) ##### Fixed - Skip parse.icon if the icon is imported directly from an icon package ***
percy/percy-storybook ### [`v4.0.2`](https://togithub.com/percy/percy-storybook/releases/v4.0.2) [Compare Source](https://togithub.com/percy/percy-storybook/compare/v4.0.1...v4.0.2) #### 🐛 Bug Fixes - 🐛 Fix error when no percy options are provided ([#​387](https://togithub.com/percy/percy-storybook/issues/387)) [@​wwilsman](https://togithub.com/wwilsman) #### ⬆️⬇️ Dependency Updates - ⬆️ Bump eslint-plugin-import from 2.24.0 to 2.24.2 ([#​386](https://togithub.com/percy/percy-storybook/issues/386)) [@​dependabot](https://togithub.com/dependabot) - ⬆️ Bump nock from 13.1.1 to 13.1.3 ([#​385](https://togithub.com/percy/percy-storybook/issues/385)) [@​dependabot](https://togithub.com/dependabot) - ⬆️ Bump nock from 13.1.1 to 13.1.2 ([#​382](https://togithub.com/percy/percy-storybook/issues/382)) [@​dependabot](https://togithub.com/dependabot) - ⬆️ Bump eslint-plugin-import from 2.24.0 to 2.24.1 ([#​383](https://togithub.com/percy/percy-storybook/issues/383)) [@​dependabot](https://togithub.com/dependabot) - ⬆️ Bump jasmine from 3.8.0 to 3.9.0 ([#​384](https://togithub.com/percy/percy-storybook/issues/384)) [@​dependabot](https://togithub.com/dependabot) - ⬆️ Bump @​\percy/`logger`, `cli-command`, `core` from 1.0.0-beta.64 to 1.0.0-beta.65 ([#​376](https://togithub.com/percy/percy-storybook/issues/376)) [@​dependabot](https://togithub.com/dependabot) - ⬆️ Bump @​\storybook/react from 6.3.6 to 6.3.7 ([#​380](https://togithub.com/percy/percy-storybook/issues/380)) [@​dependabot](https://togithub.com/dependabot) - ⬆️ Bump @​\babel/register from 7.14.5 to 7.15.3 ([#​379](https://togithub.com/percy/percy-storybook/issues/379)) [@​dependabot](https://togithub.com/dependabot) - ⬆️ Bump @​\storybook/router from 6.3.6 to 6.3.7 ([#​375](https://togithub.com/percy/percy-storybook/issues/375)) [@​dependabot](https://togithub.com/dependabot) - ⬆️ Bump @​\babel/core from 7.14.8 to 7.15.0 ([#​374](https://togithub.com/percy/percy-storybook/issues/374)) [@​dependabot](https://togithub.com/dependabot) ### [`v4.0.1`](https://togithub.com/percy/percy-storybook/releases/v4.0.1) [Compare Source](https://togithub.com/percy/percy-storybook/compare/v4.0.0...v4.0.1) ##### 🐛 Bug Fixes - 🔇 Remove deprecated `snapshots` option & logs ([#​371](https://togithub.com/percy/percy-storybook/issues/371)) [@​Robdel12](https://togithub.com/Robdel12) ### [`v4.0.0`](https://togithub.com/percy/percy-storybook/releases/v4.0.0) [Compare Source](https://togithub.com/percy/percy-storybook/compare/v3.3.1...v4.0.0) #### 💥 Breaking Changes - ✨ Use `@percy/cli` ([#​301](https://togithub.com/percy/percy-storybook/issues/301)) [@​wwilsman](https://togithub.com/wwilsman) See the [readme](https://togithub.com/percy/percy-storybook/blob/master/README.md) for updated install and usage instructions. ##### Upgrading from v3 If you're upgrading from v3, make sure you read the upgrade guides: https://github.com/percy/percy-storybook#upgrading
storybookjs/storybook ### [`v6.3.7`](https://togithub.com/storybookjs/storybook/blob/master/CHANGELOG.md#​637-August-10-2021) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.3.6...v6.3.7) Fix bad publish of `6.4.0-alpha.27` to the `latest` tag ### [`v6.3.6`](https://togithub.com/storybookjs/storybook/blob/master/CHANGELOG.md#​636-July-26-2021) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.3.5...v6.3.6) ##### Bug Fixes - CLI: Fix debug webpack output in static build ([#​15674](https://togithub.com/storybookjs/storybook/pull/15674)) - CSF3: Fix custom render function ([#​15668](https://togithub.com/storybookjs/storybook/pull/15668)) ### [`v6.3.5`](https://togithub.com/storybookjs/storybook/blob/master/CHANGELOG.md#​635-July-22-2021) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.3.4...v6.3.5) ##### Bug Fixes - Controls: Don't set arg in validateOptions if it would be `undefined` ([#​15654](https://togithub.com/storybookjs/storybook/pull/15654)) - Trailing comma handling for "-s" command line paramenter ([#​15615](https://togithub.com/storybookjs/storybook/pull/15615)) - Controls: Fix color matching behavior for non-string types ([#​15549](https://togithub.com/storybookjs/storybook/pull/15549)) - Composition: Fix refs ordering ([#​15527](https://togithub.com/storybookjs/storybook/pull/15527)) ### [`v6.3.4`](https://togithub.com/storybookjs/storybook/blob/master/CHANGELOG.md#​634-July-8-2021) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.3.3...v6.3.4) ##### Maintenance - Addon-docs: Cache DocsContext on window to prevent duplication ([#​15428](https://togithub.com/storybookjs/storybook/pull/15428)) ### [`v6.3.3`](https://togithub.com/storybookjs/storybook/blob/master/CHANGELOG.md#​633-July-7-2021) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v6.3.2...v6.3.3) ##### Bug Fixes - Webpack5: Quit process after finishing a static build ([#​15483](https://togithub.com/storybookjs/storybook/pull/15483)) - Addon-docs/Angular: Fix numeric args default value handling ([#​15491](https://togithub.com/storybookjs/storybook/pull/15491)) - Angular: Fix circular reference not being handled in moduleMetadata ([#​15410](https://togithub.com/storybookjs/storybook/pull/15410)) - Core: Fix double rebuilds by removing aggregateTimeout ([#​15372](https://togithub.com/storybookjs/storybook/pull/15372)) - CLI: Fix NPM typo ([#​15461](https://togithub.com/storybookjs/storybook/pull/15461))
typescript-eslint/typescript-eslint ### [`v4.30.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4300-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4293v4300-2021-08-30) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.29.3...v4.30.0) ##### Features - **typescript-estree:** add support for class static blocks ([#​3730](https://togithub.com/typescript-eslint/typescript-eslint/issues/3730)) ([f81831b](https://togithub.com/typescript-eslint/typescript-eslint/commit/f81831bd279a32da6dbab0f1c061053ea43965f6)) #### [4.29.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3) (2021-08-23) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [4.29.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2) (2021-08-16) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [4.29.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1) (2021-08-09) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.29.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4293-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4292v4293-2021-08-23) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.29.2...v4.29.3) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.29.2`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4292-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4291v4292-2021-08-16) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.29.1...v4.29.2) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.29.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4291-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4290v4291-2021-08-09) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.29.0...v4.29.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.29.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md#​4290-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4285v4290-2021-08-02) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.5...v4.29.0) ##### Bug Fixes - **eslint-plugin:** \[no-implied-eval] handle bind on nested member expressions ([#​3598](https://togithub.com/typescript-eslint/typescript-eslint/issues/3598)) ([f5a6806](https://togithub.com/typescript-eslint/typescript-eslint/commit/f5a6806ae4291f540eef73cd5c182c985c5059e7)) - **eslint-plugin:** \[no-implied-eval] permit more expression types ([#​3624](https://togithub.com/typescript-eslint/typescript-eslint/issues/3624)) ([ca7c549](https://togithub.com/typescript-eslint/typescript-eslint/commit/ca7c549426d885ecb43cc8fe99518e58041ad152)) - **eslint-plugin:** \[no-unnecessary-boolean-literal-compare] incorrect fix when condition is reversed ([#​3581](https://togithub.com/typescript-eslint/typescript-eslint/issues/3581)) ([b595575](https://togithub.com/typescript-eslint/typescript-eslint/commit/b595575ccef7bceb04c6317fb903f4bedeb19a69)) - **eslint-plugin:** \[return-await] handle nested functions correctly ([#​3601](https://togithub.com/typescript-eslint/typescript-eslint/issues/3601)) ([4a196b5](https://togithub.com/typescript-eslint/typescript-eslint/commit/4a196b5818bb8557a7d3c5abae81fbd8021d9cb9)) - **eslint-plugin:** \[return-await] properly handle fixes for `TSAsExpression` ([#​3631](https://togithub.com/typescript-eslint/typescript-eslint/issues/3631)) ([00a4369](https://togithub.com/typescript-eslint/typescript-eslint/commit/00a436986ceb2520fdeb7efed9ad8b2d866700b7)) ##### Features - **eslint-plugin:** \[no-redeclare] ignoreDeclarationMerge of enum+namespace ([#​3572](https://togithub.com/typescript-eslint/typescript-eslint/issues/3572)) ([18e30cb](https://togithub.com/typescript-eslint/typescript-eslint/commit/18e30cb601ee4e990d6becdfb9d98ae8119b7919)) - **eslint-plugin:** \[prefer-return-this-type] add a new rule ([#​3228](https://togithub.com/typescript-eslint/typescript-eslint/issues/3228)) ([5e1a615](https://togithub.com/typescript-eslint/typescript-eslint/commit/5e1a61500472ff186eede686b2257464476d3d87)) - **eslint-plugin:** Catch unused React import with new JSX transform ([#​3577](https://togithub.com/typescript-eslint/typescript-eslint/issues/3577)) ([02998ea](https://togithub.com/typescript-eslint/typescript-eslint/commit/02998eac510665758b9a093d43afc310f3ac980d)) #### [4.28.5](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) (2021-07-26) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [4.28.4](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) (2021-07-19) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [4.28.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) (2021-07-12) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [4.28.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.1...v4.28.2) (2021-07-05) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [4.28.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.0...v4.28.1) (2021-06-28) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v4.28.5`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4285-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4284v4285-2021-07-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.4...v4.28.5) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.28.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4284-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4283v4284-2021-07-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.3...v4.28.4) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v4.28.3`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md#​4283-httpsgithubcomtypescript-eslinttypescript-eslintcomparev4282v4283-2021-07-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v4.28.2...v4.28.3) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
webpack-contrib/css-loader ### [`v6.2.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​620-httpsgithubcomwebpack-contribcss-loadercomparev610v620-2021-07-19) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v6.1.0...v6.2.0) ##### Features - allow the `exportLocalsConvention` option can be a function useful for named export ([#​1351](https://togithub.com/webpack-contrib/css-loader/issues/1351)) ([3c4b357](https://togithub.com/webpack-contrib/css-loader/commit/3c4b35718273baaf9e0480db715b596fbe5d7453)) ### [`v6.1.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​610-httpsgithubcomwebpack-contribcss-loadercomparev600v610-2021-07-17) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v6.0.0...v6.1.0) ##### Features - add `link` in schema ([#​1345](https://togithub.com/webpack-contrib/css-loader/issues/1345)) ([7d4e493](https://togithub.com/webpack-contrib/css-loader/commit/7d4e4931390f9e9356af45ae03057d1505d73109)) ##### Bug Fixes - respect the `localIdentRegExp` option ([#​1349](https://togithub.com/webpack-contrib/css-loader/issues/1349)) ([42f150b](https://togithub.com/webpack-contrib/css-loader/commit/42f150b429afad9b0851d2e6bd75cec120885aa4)) ### [`v6.0.0`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​600-httpsgithubcomwebpack-contribcss-loadercomparev527v600-2021-07-14) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v5.2.7...v6.0.0) ##### Notes - using `~` is deprecated when the `esModules` option is enabled (enabled by default) and can be removed from your code (**we recommend it**) (`url(~package/image.png)` -> `url(package/image.png)`, `@import url(~package/style.css)` -> `@import url(package/style.css)`, `composes: import from '~package/one.css';` -> `composes: import from 'package/one.css';`), but we still support it for historical reasons. Why can you remove it? The loader will first try to resolve `@import`/`url()`/etc as relative, if it cannot be resolved, the loader will try to resolve `@import`/`url()`/etc inside [`node_modules` or modules directories](https://webpack.js.org/configuration/resolve/#resolvemodules). - `file-loader` and `url-loader` are deprecated, please migrate on [`asset modules`](https://webpack.js.org/guides/asset-modules/), since v6 `css-loader` is generating `new URL(...)` syntax, it enables by default built-in [`assets modules`](https://webpack.js.org/guides/asset-modules/), i.e. `type: 'asset'` for all `url()` ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `12.13.0` - minimum supported `webpack` version is `5`, we recommend to update to the latest version for better performance - for `url` and `import` options `Function` type was removed in favor `Object` type with the `filter` property, i.e. before `{ url: () => true }`, now `{ url: { filter: () => true } }` and before `{ import: () => true }`, now `{ import: { filter: () => true } }` - the `modules.compileType` option was removed in favor the `modules.mode` option with `icss` value, also the `modules` option can have `icss` string value - `new URL()` syntax used for `url()`, only when the `esModules` option is enabled (enabled by default), it means you can bundle CSS for libraries - [data URI](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs) are handling in `url()`, it means you can register loaders for them, [example](https://webpack.js.org/configuration/module/#rulescheme) - aliases with `false` value for `url()` now generate empty data URI (i.e. `data:0,`), only when the `esModules` option is enabled (enabled by default) - `[ext]` placeholder don't need `.` (dot) before for the `localIdentName` option, i.e. please change `.[ext]` on `[ext]` (no dot before) - `[folder]` placeholder was removed without replacement for the `localIdentName` option, please use a custom function if you need complex logic - `[emoji]` placeholder was removed without replacement for the `localIdentName` option, please use a custom function if you need complex logic - the `localIdentHashPrefix` was removed in favor the `localIdentHashSalt` option ##### Features - supported [`resolve.byDependency.css`](https://webpack.js.org/configuration/resolve/#resolvebydependency) resolve options for `@import` - supported [`resolve.byDependency.icss`](https://webpack.js.org/configuration/resolve/#resolvebydependency) resolve CSS modules and ICSS imports (i.e. `composes`/etc) - added `modules.localIdentHashFunction`, `modules.localIdentHashDigest`, `modules.localIdentHashDigestLength` options for better class hashing controlling - less dependencies ##### Bug Fixes - better performance - fixed circular `@import` ##### Notes - **we strongly recommend not to add `.css` to `resolve.extensions`, it reduces performance and in most cases it is simply not necessary, alternative you can set resolve options [by dependency](https://webpack.js.org/configuration/resolve/#resolvebydependency)** ##### [5.2.7](https://togithub.com/webpack-contrib/css-loader/compare/v5.2.6...v5.2.7) (2021-07-13) ##### Bug Fixes - fix crash when source map is unavailable with external URL in `[@import](https://togithub.com/import)` ([bb76fe4](https://togithub.com/webpack-contrib/css-loader/commit/bb76fe48a198e74cacf29ad4b1c01d485f4db11f)) ##### [5.2.6](https://togithub.com/webpack-contrib/css-loader/compare/v5.2.5...v5.2.6) (2021-05-24) ##### Bug Fixes - always write locals export when css modules/icss enabled ([#​1315](https://togithub.com/webpack-contrib/css-loader/issues/1315)) ([075d9bd](https://togithub.com/webpack-contrib/css-loader/commit/075d9bd044a78543479cbf10ccd3c386a3e434e6)) ##### [5.2.5](https://togithub.com/webpack-contrib/css-loader/compare/v5.2.4...v5.2.5) (2021-05-20) ##### Bug Fixes - compatibility with named export and es5 ([#​1314](https://togithub.com/webpack-contrib/css-loader/issues/1314)) ([0cf8cde](https://togithub.com/webpack-contrib/css-loader/commit/0cf8cdedd8667b1ba13d3b4322087943a25176f6)) ##### [5.2.4](https://togithub.com/webpack-contrib/css-loader/compare/v5.2.3...v5.2.4) (2021-04-19) ##### Bug Fixes - do not crash on 'false' aliases ([#​1292](https://togithub.com/webpack-contrib/css-loader/issues/1292)) ([e913cb1](https://togithub.com/webpack-contrib/css-loader/commit/e913cb1d73a4f5c3c4464e0446a885e9f677a005)) ##### [5.2.3](https://togithub.com/webpack-contrib/css-loader/compare/v5.2.2...v5.2.3) (2021-04-19) ##### Bug Fixes - improve performance ##### [5.2.2](https://togithub.com/webpack-contrib/css-loader/compare/v5.2.1...v5.2.2) (2021-04-16) ##### Bug Fixes - avoid escape nonASCII characters in local names ([0722733](https://togithub.com/webpack-contrib/css-loader/commit/072273308a8ab4b7efdae31440689dc81978ca1d)) ##### [5.2.1](https://togithub.com/webpack-contrib/css-loader/compare/v5.2.0...v5.2.1) (2021-04-09) ##### Bug Fixes - do not crash on unescaped svg data uri ([#​1288](https://togithub.com/webpack-contrib/css-loader/issues/1288)) ([4f289c5](https://togithub.com/webpack-contrib/css-loader/commit/4f289c5e4df6c666fdf6dd3402560ae74d4bf7ee)) ### [`v5.2.7`](https://togithub.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#​527-httpsgithubcomwebpack-contribcss-loadercomparev526v527-2021-07-13) [Compare Source](https://togithub.com/webpack-contrib/css-loader/compare/v5.2.6...v5.2.7)
yowainwright/es-check ### [`v6.0.0`](https://togithub.com/yowainwright/es-check/compare/5.2.4...6.0.0) [Compare Source](https://togithub.com/yowainwright/es-check/compare/5.2.4...6.0.0)
eslint/eslint ### [`v7.32.0`](https://togithub.com/eslint/eslint/releases/v7.32.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.31.0...v7.32.0) - [`3c78a7b`](https://togithub.com/eslint/eslint/commit/3c78a7bff6044fd196ae3b737983e6744c6eb7c8) Chore: Adopt `eslint-plugin/prefer-message-ids` rule internally ([#​14841](https://togithub.com/eslint/eslint/issues/14841)) (Bryan Mishkin) - [`faecf56`](https://togithub.com/eslint/eslint/commit/faecf56cdb4146b28bfa4f1980adb41b4d3614b1) Update: change reporting location for `curly` rule (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​14766](https://togithub.com/eslint/eslint/issues/14766)) (Nitin Kumar) - [`d7dc07a`](https://togithub.com/eslint/eslint/commit/d7dc07a15e256cee9232183165e2f6102f2c0873) Fix: ignore lines with empty elements (fixes [#​12756](https://togithub.com/eslint/eslint/issues/12756)) ([#​14837](https://togithub.com/eslint/eslint/issues/14837)) (Soufiane Boutahlil) - [`1bfbefd`](https://togithub.com/eslint/eslint/commit/1bfbefdaaf19ef32df42b89a3f5d32cff1e5b831) New: Exit on fatal error (fixes [#​13711](https://togithub.com/eslint/eslint/issues/13711)) ([#​14730](https://togithub.com/eslint/eslint/issues/14730)) (Antonios Katopodis) - [`ed007c8`](https://togithub.com/eslint/eslint/commit/ed007c82ee9d2170c87500d98303554b5f90b915) Chore: Simplify internal `no-invalid-meta` rule ([#​14842](https://togithub.com/eslint/eslint/issues/14842)) (Bryan Mishkin) - [`d53d906`](https://togithub.com/eslint/eslint/commit/d53d9064b9dd0dd6a8ea39e07b16310c8364db69) Docs: Prepare data for website to indicate rules with suggestions ([#​14830](https://togithub.com/eslint/eslint/issues/14830)) (Bryan Mishkin) - [`d28f2ff`](https://togithub.com/eslint/eslint/commit/d28f2ffb986e49d6da5c1d91215580591f4cfd35) Docs: Reference eslint-config-eslint to avoid potential for staleness ([#​14805](https://togithub.com/eslint/eslint/issues/14805)) (Brett Zamir) - [`8be8a36`](https://togithub.com/eslint/eslint/commit/8be8a36010145dfcd31cbdd4f781a91989e3b1bd) Chore: Adopt `eslint-plugin/require-meta-docs-url` rule internally ([#​14823](https://togithub.com/eslint/eslint/issues/14823)) (Bryan Mishkin) - [`f9c164f`](https://togithub.com/eslint/eslint/commit/f9c164f7b74ca73384c8c80eed5bdbe359b44f6c) Docs: New syntax issue template ([#​14826](https://togithub.com/eslint/eslint/issues/14826)) (Nicholas C. Zakas) - [`eba0c45`](https://togithub.com/eslint/eslint/commit/eba0c4595c126a91f700d5f2e8723ec3f820a830) Chore: assertions on reporting loc in `unicode-bom` (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​14809](https://togithub.com/eslint/eslint/issues/14809)) (Nitin Kumar) - [`ed945bd`](https://togithub.com/eslint/eslint/commit/ed945bd662714b1917e9de71d5b322a28be9161b) Docs: fix multiple broken links ([#​14833](https://togithub.com/eslint/eslint/issues/14833)) (Sam Chen) - [`60df44c`](https://togithub.com/eslint/eslint/commit/60df44c79b0f74406119c0c040a360ca84e721fc) Chore

Configuration

📅 Schedule: "before 2am" (UTC).

🚦 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.



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

renovate[bot] commented 3 years ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm notice 
npm notice New patch version of npm available! 7.21.0 -> 7.21.1
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.21.1>
npm notice Run `npm install -g npm@7.21.1` to update!
npm notice 
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: react-input-autosize@2.2.2
npm WARN Found: react@17.0.2
npm WARN node_modules/react
npm WARN   peer react@"15.x || 16.x || 16.4.0-alpha.0911da3" from @reach/router@1.3.4
npm WARN   node_modules/@storybook/api/node_modules/@reach/router
npm WARN     @reach/router@"^1.3.4" from @storybook/api@6.3.7
npm WARN     node_modules/@storybook/api
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer react@"^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0" from react-input-autosize@2.2.2
npm WARN node_modules/react-input-autosize
npm WARN   react-input-autosize@"^2.1.2" from react-select@1.3.0
npm WARN   node_modules/react-select
npm WARN 
npm WARN Conflicting peer dependency: react@16.14.0
npm WARN node_modules/react
npm WARN   peer react@"^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0" from react-input-autosize@2.2.2
npm WARN   node_modules/react-input-autosize
npm WARN     react-input-autosize@"^2.1.2" from react-select@1.3.0
npm WARN     node_modules/react-select
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: react-select@1.3.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   peer react@"15.x || 16.x || 16.4.0-alpha.0911da3" from @reach/router@1.3.4
npm ERR!   node_modules/@storybook/api/node_modules/@reach/router
npm ERR!     @reach/router@"^1.3.4" from @storybook/api@6.3.7
npm ERR!     node_modules/@storybook/api
npm ERR!       @storybook/api@"6.3.7" from @storybook/builder-webpack5@6.3.7
npm ERR!       node_modules/@storybook/builder-webpack5
npm ERR!         dev @storybook/builder-webpack5@"^6.3.7" from the root project
npm ERR!       1 more (@storybook/addons)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0" from react-select@1.3.0
npm ERR! node_modules/react-select
npm ERR!   dev react-select@"^1.3.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@16.14.0
npm ERR! node_modules/react
npm ERR!   peer react@"^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0" from react-select@1.3.0
npm ERR!   node_modules/react-select
npm ERR!     dev react-select@"^1.3.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-08-31T18_22_37_198Z-debug.log