brainhubeu / react-carousel

A pure extendable React carousel, powered by Brainhub (craftsmen who ❤️ JS)
https://brainhub.eu/
MIT License
1.07k stars 164 forks source link

[renovate] Update NPM dependencies #715

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
@babel/cli (source) ^7.8.4 -> ^7.14.5 age adoption passing confidence
@babel/core (source) ^7.8.7 -> ^7.14.6 age adoption passing confidence
@babel/core (source) ^7.10.4 -> ^7.14.6 age adoption passing confidence
@babel/plugin-proposal-class-properties (source) ^7.8.3 -> ^7.14.5 age adoption passing confidence
@babel/plugin-transform-react-constant-elements (source) ^7.10.4 -> ^7.14.5 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.10.4 -> ^7.14.5 age adoption passing confidence
@babel/polyfill (source) ^7.8.7 -> ^7.12.1 age adoption passing confidence
@babel/preset-env (source) ^7.8.7 -> ^7.14.7 age adoption passing confidence
@babel/preset-react (source) ^7.8.3 -> ^7.14.5 age adoption passing confidence
@babel/register (source) ^7.8.6 -> ^7.14.5 age adoption passing confidence
@brainhubeu/license-auditor ^1.0.30 -> ^1.1.0 age adoption passing confidence
@commitlint/cli ^9.1.1 -> ^9.1.2 age adoption passing confidence
@commitlint/config-conventional ^9.1.1 -> ^9.1.2 age adoption passing confidence
@commitlint/prompt ^9.1.1 -> ^9.1.2 age adoption passing confidence
@semantic-release/github ^7.0.7 -> ^7.2.3 age adoption passing confidence
@semantic-release/npm ^7.0.5 -> ^7.1.3 age adoption passing confidence
@semantic-release/release-notes-generator ^9.0.1 -> ^9.0.3 age adoption passing confidence
autoprefixer ^9.7.4 -> ^9.8.6 age adoption passing confidence
babel-loader ^8.0.6 -> ^8.2.2 age adoption passing confidence
classnames ^2.2.6 -> ^2.3.1 age adoption passing confidence
commitizen ^4.1.2 -> ^4.2.4 age adoption passing confidence
coveralls ^3.1.0 -> ^3.1.1 age adoption passing confidence
css-loader ^3.4.2 -> ^3.6.0 age adoption passing confidence
cypress ^4.9.0 -> ^4.12.1 age adoption passing confidence
cypress/included 4.9.0 -> 4.12.1 age adoption passing confidence
danger ^10.2.1 -> ^10.6.6 age adoption passing confidence
enzyme-adapter-react-16 (source) ^1.15.2 -> ^1.15.6 age adoption passing confidence
eslint-config-brainhub ^1.12.0 -> ^1.14.0 age adoption passing confidence
eslint-config-prettier ^6.11.0 -> ^6.15.0 age adoption passing confidence
eslint-plugin-cypress ^2.10.3 -> ^2.11.3 age adoption passing confidence
eslint-plugin-prettier ^3.1.4 -> ^3.4.0 age adoption passing confidence
gh-pages ^3.1.0 -> ^3.2.3 age adoption passing confidence
husky (source) ^4.2.3 -> ^4.3.8 age adoption passing confidence
jest (source) ^26.1.0 -> ^26.6.3 age adoption passing confidence
jsdom ^16.2.1 -> ^16.6.0 age adoption passing confidence
lint-staged ^10.2.11 -> ^10.5.4 age adoption passing confidence
node-sass ^4.13.1 -> ^4.14.1 age adoption passing confidence
npm (source) >=6.14.3 -> >=6.14.13 age adoption passing confidence
prettier (source) ^2.0.5 -> ^2.3.2 age adoption passing confidence
react (source) ^16.8.0 -> ^16.14.0 age adoption passing confidence
react (source) ^16.13.1 -> ^16.14.0 age adoption passing confidence
react-dom (source) ^16.8.0 -> ^16.14.0 age adoption passing confidence
react-dom (source) ^16.13.1 -> ^16.14.0 age adoption passing confidence
react-resize-detector ^5.0.6 -> ^5.2.0 age adoption passing confidence
react-test-renderer (source) ^16.13.1 -> ^16.14.0 age adoption passing confidence
recoil ^0.0.13 -> ^0.3.1 age adoption passing confidence
semantic-release ^17.1.1 -> ^17.4.4 age adoption passing confidence
start-server-and-test ^1.11.0 -> ^1.12.5 age adoption passing confidence
style-loader ^1.1.3 -> ^1.3.0 age adoption passing confidence
terser-webpack-plugin ^3.0.6 -> ^3.1.0 age adoption passing confidence
webpack ^4.42.0 -> ^4.46.0 age adoption passing confidence

Release Notes

babel/babel ### [`v7.14.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7145-2021-06-09) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.3...v7.14.5) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-do-expressions`, `babel-traverse` - [#​13122](https://togithub.com/babel/babel/pull/13122) fix: hoist variable declaration within do block ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​13409](https://togithub.com/babel/babel/pull/13409) Relax import assertion key-is-type constraint ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#​13418](https://togithub.com/babel/babel/pull/13418) fix(parser): correctly parse record and tuple tokens ([@​fedeci](https://togithub.com/fedeci)) - [#​13410](https://togithub.com/babel/babel/pull/13410) fix: throw when `async()` call param is object with assignement ([@​tony-go](https://togithub.com/tony-go)) - [#​13396](https://togithub.com/babel/babel/pull/13396) Add support for d flag of regex literals in parser ([@​ota-meshi](https://togithub.com/ota-meshi)) - `babel-helpers` - [#​13404](https://togithub.com/babel/babel/pull/13404) fix generate-helpers failing in URL-encoded path ([@​lightmare](https://togithub.com/lightmare)) ##### :house: Internal - `babel-helper-hoist-variables` - [#​13442](https://togithub.com/babel/babel/pull/13442) Disallow dependency cycles ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13440](https://togithub.com/babel/babel/pull/13440) update test fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13431](https://togithub.com/babel/babel/pull/13431) Reduce `exprAllowed` usage ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13422](https://togithub.com/babel/babel/pull/13422) fix(`@babel/parser`): fix tokenizer context update code ([@​Eyoatam](https://togithub.com/Eyoatam)) - Other - [#​13420](https://togithub.com/babel/babel/pull/13420) chore: specify [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) deps ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-code-frame`, `babel-compat-data`, `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-fixtures`, `babel-helper-function-name`, `babel-helper-get-function-arity`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-plugin-test-runner`, `babel-helper-plugin-utils`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-skip-transparent-expression-wrappers`, `babel-helper-split-export-declaration`, `babel-helper-transform-fixture-test-runner`, `babel-helper-validator-identifier`, `babel-helper-validator-option`, `babel-helper-wrap-function`, `babel-helpers`, `babel-highlight`, `babel-node`, `babel-parser`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-async-do-expressions`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-module-blocks`, `babel-plugin-syntax-partial-application`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-private-property-in-object`, `babel-plugin-syntax-record-and-tuple`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-top-level-await`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-literals`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-parameters`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript`, `babel-register`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`, `babel-template`, `babel-traverse`, `babel-types` - [#​13363](https://togithub.com/babel/babel/pull/13363) chore: setup Yarn constraints ([@​merceyz](https://togithub.com/merceyz)) ##### :running_woman: Performance - `babel-parser` - [#​13408](https://togithub.com/babel/babel/pull/13408) Use set in parser scope ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13386](https://togithub.com/babel/babel/pull/13386) Faster checkReservedWord ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13406](https://togithub.com/babel/babel/pull/13406) Back parser state `exportedIdentifiers` by set ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.14.3`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7143-2021-05-17) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.16...v7.14.3) ##### :bug: Bug Fix - `babel-core` - [#​13321](https://togithub.com/babel/babel/pull/13321) Pass assumptions set in presets to plugins ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13326](https://togithub.com/babel/babel/pull/13326) fix: preserve tokensLength in tryParse ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13325](https://togithub.com/babel/babel/pull/13325) Parse `let` declarations whose id starts with `\` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block` - [#​13303](https://togithub.com/babel/babel/pull/13303) Don't duplicate the base class when using `constantSuper` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - Other - [#​13313](https://togithub.com/babel/babel/pull/13313) chore: add class-static-block test262 mapping ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-block-scoping` - [#​13304](https://togithub.com/babel/babel/pull/13304) Add test for fixed block scoping issue ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-class-static-block`, `babel-preset-env` - [#​13297](https://togithub.com/babel/babel/pull/13297) Compile static blocks without the intermediate priv field step ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.16`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71316-2021-04-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.14...v7.13.16) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​13143](https://togithub.com/babel/babel/pull/13143) fix: raise `SyntaxError` for `declare` before getter/setter ([@​fedeci](https://togithub.com/fedeci)) ##### :bug: Bug Fix - `babel-helpers`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-spread`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime` - [#​13129](https://togithub.com/babel/babel/pull/13129) Support iterating generators in browsers without `Symbol` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-compilation-targets` - [#​13159](https://togithub.com/babel/babel/pull/13159) fix: add default value for browserslist config path ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#​13136](https://togithub.com/babel/babel/pull/13136) Fix printing of single-param async arrow function with comments ([@​nwalters512](https://togithub.com/nwalters512)) ##### :memo: Documentation - Other - [#​13155](https://togithub.com/babel/babel/pull/13155) Update links in eslint-parser README ([@​codyatwork](https://togithub.com/codyatwork)) - `babel-types` - [#​13148](https://togithub.com/babel/babel/pull/13148) docs: refine babel-types docs generator ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#​13131](https://togithub.com/babel/babel/pull/13131) docs: add README to helper-compilation-targets ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-helper-bindify-decorators`, `babel-helper-explode-class` - [#​13160](https://togithub.com/babel/babel/pull/13160) Archive helper-explode-class and helper-bindify-decorators ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​13158](https://togithub.com/babel/babel/pull/13158) codecov: token not required ([@​hzoo](https://togithub.com/hzoo)) - `babel-helper-call-delegate` - [#​13153](https://togithub.com/babel/babel/pull/13153) Archive `@babel/helper-call-delegate` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-hoist-variables`, `babel-plugin-transform-block-scoping` - [#​13152](https://togithub.com/babel/babel/pull/13152) refactor: use FunctionParent on visiting var scope ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-plugin-transform-function-name`, `babel-register`, `babel-types` - [#​13139](https://togithub.com/babel/babel/pull/13139) Remove remaining `lodash` dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.14`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71314-2021-03-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.10...v7.13.14) ##### :bug: Bug Fix - `babel-core` - [#​13068](https://togithub.com/babel/babel/pull/13068) fix(core): make sure "clone-deep-browser" code path is used on browsers ([@​charlessuh](https://togithub.com/charlessuh)) ##### :house: Internal - Other - [#​13066](https://togithub.com/babel/babel/pull/13066) add SHOW_CONFIG_FOR to template ([@​hzoo](https://togithub.com/hzoo)) - `babel-cli`, `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-register`, `babel-types` - [#​13057](https://togithub.com/babel/babel/pull/13057) Remove lodash deps ([@​hzoo](https://togithub.com/hzoo)) ##### :running_woman: Performance - `babel-core` - [#​13063](https://togithub.com/babel/babel/pull/13063) Only resolve `package.json` when relative configs are enabled ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.13.10`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71310-2021-03-08) [Compare Source](https://togithub.com/babel/babel/compare/v7.13.0...v7.13.10) ##### :bug: Bug Fix - `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-jsx` - [#​12967](https://togithub.com/babel/babel/pull/12967) Lazily initialize and cache constant JSX elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` - [#​12918](https://togithub.com/babel/babel/pull/12918) Ensure static private method init run before static property ([@​JLHwung](https://togithub.com/JLHwung)) - [#​12707](https://togithub.com/babel/babel/pull/12707) Evaluate object and initializer when setting a private method ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​12917](https://togithub.com/babel/babel/pull/12917) Class static private field destructure set ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​12687](https://togithub.com/babel/babel/pull/12687) (ts) Raise syntax error for an abstract method that has body ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​12908](https://togithub.com/babel/babel/pull/12908) Fix `esmodules: true` without specified browsers ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - Other - [#​12956](https://togithub.com/babel/babel/pull/12956) Suggest using `babel.config.json` when linting dependencies ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods` - [#​12910](https://togithub.com/babel/babel/pull/12910) check descriptor before private field access ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​12974](https://togithub.com/babel/babel/pull/12974) Capitalize design docs headings ([@​MrBrain295](https://togithub.com/MrBrain295)) ##### :house: Internal - `babel-helper-fixtures` - [#​12982](https://togithub.com/babel/babel/pull/12982) Optionally enable external-helpers in tests ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-compilation-targets`, `babel-helper-create-class-features-plugin`, `babel-helper-create-regexp-features-plugin`, `babel-helper-fixtures`, `babel-helper-module-imports`, `babel-helper-plugin-test-runner`, `babel-helper-transform-fixture-test-runner`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-dynamic-import`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-export-namespace-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-json-strings`, `babel-plugin-proposal-logical-assignment-operators`, `babel-plugin-proposal-nullish-coalescing-operator`, `babel-plugin-proposal-numeric-separator`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-proposal-optional-catch-binding`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-named-capturing-groups-regex`, `babel-plugin-transform-new-target`, `b

Configuration

📅 Schedule: "before 3am on the first day of the month" (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.

RobertHebel commented 3 years ago
Fails
:no_entry_sign: MODULE PATH: ./node_modules/xhr/node_modules/process/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: git://github.com/shtylman/node-process.git | PUBLISHER: Roman Shtylman | EMAIL: undefined | VERSION: 0.5.2
:no_entry_sign: MODULE PATH: ./node_modules/valid-url/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: git://github.com/ogt/valid-url.git | PUBLISHER: undefined | EMAIL: undefined | VERSION: 1.0.9
:no_entry_sign: MODULE PATH: ./node_modules/trim/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: TJ Holowaychuk | EMAIL: undefined | VERSION: 0.0.1
:no_entry_sign: MODULE PATH: ./node_modules/semantic-release/node_modules/npm/node_modules/cyclist/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: git://github.com/mafintosh/cyclist.git | PUBLISHER: Mathias Buus Madsen | EMAIL: mathiasbuus@gmail.com | VERSION: 0.2.2
:no_entry_sign: MODULE PATH: ./node_modules/react-live/node_modules/create-react-context/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: James Kyle | EMAIL: undefined | VERSION: 0.2.3
:no_entry_sign: MODULE PATH: ./node_modules/object-component/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: undefined | EMAIL: undefined | VERSION: 0.0.3
:no_entry_sign: MODULE PATH: ./node_modules/map-stream/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: git://github.com/dominictarr/map-stream.git | PUBLISHER: Dominic Tarr (http://dominictarr.com) | EMAIL: undefined | VERSION: 0.1.0
:no_entry_sign: MODULE PATH: ./node_modules/indexof/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: undefined | EMAIL: undefined | VERSION: 0.0.1
:no_entry_sign: MODULE PATH: ./node_modules/html-dom-parser/node_modules/domhandler/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: git://github.com/fb55/DomHandler.git | PUBLISHER: Felix Boehm | EMAIL: undefined | VERSION: 2.3.0
:no_entry_sign: MODULE PATH: ./node_modules/exif-parser/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: http://github.com/bwindels/exif-parser.git | PUBLISHER: Bruno Windels | EMAIL: undefined | VERSION: 0.1.12
:no_entry_sign: MODULE PATH: ./node_modules/css-select/node_modules/domutils/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: git://github.com/FB55/domutils.git | PUBLISHER: Felix Boehm | EMAIL: undefined | VERSION: 1.5.1
:no_entry_sign: MODULE PATH: ./node_modules/component-props/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: https://github.com/component/props.git | PUBLISHER: undefined | EMAIL: undefined | VERSION: 1.1.1
:no_entry_sign: MODULE PATH: ./node_modules/component-inherit/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: https://github.com/component/inherit.git | PUBLISHER: undefined | EMAIL: undefined | VERSION: 0.0.3
:no_entry_sign: MODULE PATH: ./node_modules/component-bind/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: https://github.com/component/bind.git | PUBLISHER: undefined | EMAIL: undefined | VERSION: 1.0.0
:no_entry_sign: MODULE PATH: ./node_modules/cli-table/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: https://github.com/Automattic/cli-table.git | PUBLISHER: Guillermo Rauch | EMAIL: undefined | VERSION: 0.3.1
:no_entry_sign: MODULE PATH: ./node_modules/callsite/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: TJ Holowaychuk | EMAIL: undefined | VERSION: 1.0.0
:no_entry_sign: MODULE PATH: ./node_modules/better-assert/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: https://github.com/visionmedia/better-assert.git | PUBLISHER: TJ Holowaychuk | EMAIL: undefined | VERSION: 1.0.2
:no_entry_sign: MODULE PATH: ./node_modules/async-foreach/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: git://github.com/cowboy/javascript-sync-async-foreach.git | PUBLISHER: "Cowboy" Ben Alman (http://benalman.com/) | EMAIL: undefined | VERSION: 0.1.3
:no_entry_sign: MODULE PATH: ./node_modules/@mikaelkristiansson/domready/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: https://github.com/mikaelkristiansson/domready.git | PUBLISHER: Mikael Kristiansson | EMAIL: undefined | VERSION: 1.0.10
:no_entry_sign: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/parse-color/node_modules/color-convert/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: http://github.com/harthur/color-convert.git | PUBLISHER: Heather Arthur | EMAIL: undefined | VERSION: 0.5.3
:no_entry_sign: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/map-stream/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: git://github.com/dominictarr/map-stream.git | PUBLISHER: Dominic Tarr (http://dominictarr.com) | EMAIL: undefined | VERSION: 0.1.0
:no_entry_sign: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/istanbul/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: undefined | EMAIL: undefined | VERSION: 1.2.3
:no_entry_sign: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/indexof/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: undefined | EMAIL: undefined | VERSION: 0.0.1
:no_entry_sign: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/domutils/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: git://github.com/FB55/domutils.git | PUBLISHER: Felix Boehm | EMAIL: undefined | VERSION: 1.5.1
:no_entry_sign: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/browserify/test/ignore_transform_key/node_modules/a/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: undefined | EMAIL: undefined | VERSION: 1.0.0
:no_entry_sign: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/browserify/test/ignore_transform_key/node_modules/evil-transform/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: undefined | EMAIL: undefined | VERSION: 1.0.0
:no_entry_sign: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/browserify/test/ignore_browser_field/node_modules/b/package.json | LICENSE: UNKNOWN | LICENSE PATH: UNKNOWN | REPOSITORY: undefined | PUBLISHER: undefined | EMAIL: undefined | VERSION: 1.0.0
Warnings
:warning: MODULE PATH: ./node_modules/vorpal/node_modules/rx-lite/package.json | LICENSE: Apache License, Version 2.0 | LICENSE PATH: ./node_modules/vorpal/node_modules/rx-lite/package.json | REPOSITORY: https://github.com/Reactive-Extensions/RxJS.git | PUBLISHER: Cloud Programmability Team | EMAIL: undefined | VERSION: 3.1.2
:warning: MODULE PATH: ./node_modules/sha/package.json | LICENSE: (BSD-2-Clause OR MIT) | LICENSE PATH: ./node_modules/sha/package.json | REPOSITORY: https://github.com/ForbesLindesay/sha.git | PUBLISHER: undefined | EMAIL: undefined | VERSION: 3.0.0
:warning: MODULE PATH: ./node_modules/semantic-release/node_modules/npm/node_modules/sha/package.json | LICENSE: (BSD-2-Clause OR MIT) | LICENSE PATH: ./node_modules/semantic-release/node_modules/npm/node_modules/sha/package.json | REPOSITORY: git+https://github.com/ForbesLindesay/sha.git | PUBLISHER: undefined | EMAIL: undefined | VERSION: 3.0.0
:warning: MODULE PATH: ./node_modules/semantic-release/node_modules/npm/node_modules/rc/package.json | LICENSE: (BSD-2-Clause OR MIT OR Apache-2.0) | LICENSE PATH: ./node_modules/semantic-release/node_modules/npm/node_modules/rc/package.json | REPOSITORY: git+https://github.com/dominictarr/rc.git | PUBLISHER: Dominic Tarr | EMAIL: dominic.tarr@gmail.com | VERSION: 1.2.8
:warning: MODULE PATH: ./node_modules/semantic-release/node_modules/npm/node_modules/qrcode-terminal/package.json | LICENSE: Apache 2.0 | LICENSE PATH: ./node_modules/semantic-release/node_modules/npm/node_modules/qrcode-terminal/package.json | REPOSITORY: git+https://github.com/gtanner/qrcode-terminal.git | PUBLISHER: undefined | EMAIL: undefined | VERSION: 0.12.0
:warning: MODULE PATH: ./node_modules/semantic-release/node_modules/npm/node_modules/json-schema/package.json | LICENSE: AFLv2.1,BSD | LICENSE PATH: ./node_modules/semantic-release/node_modules/npm/node_modules/json-schema/package.json | REPOSITORY: git+ssh://git@github.com/kriszyp/json-schema.git | PUBLISHER: Kris Zyp | EMAIL: undefined | VERSION: 0.2.3
:warning: MODULE PATH: ./node_modules/rx-lite-aggregates/package.json | LICENSE: Apache License, Version 2.0 | LICENSE PATH: ./node_modules/rx-lite-aggregates/package.json | REPOSITORY: https://github.com/Reactive-Extensions/RxJS.git | PUBLISHER: Cloud Programmability Team | EMAIL: undefined | VERSION: 4.0.8
:warning: MODULE PATH: ./node_modules/rx-lite/package.json | LICENSE: Apache License, Version 2.0 | LICENSE PATH: ./node_modules/rx-lite/package.json | REPOSITORY: https://github.com/Reactive-Extensions/RxJS.git | PUBLISHER: Cloud Programmability Team | EMAIL: undefined | VERSION: 4.0.8
:warning: MODULE PATH: ./node_modules/rc/package.json | LICENSE: (BSD-2-Clause OR MIT OR Apache-2.0) | LICENSE PATH: ./node_modules/rc/package.json | REPOSITORY: https://github.com/dominictarr/rc.git | PUBLISHER: Dominic Tarr (dominictarr.com) | EMAIL: undefined | VERSION: 1.2.8
:warning: MODULE PATH: ./node_modules/qrcode-terminal/package.json | LICENSE: Apache 2.0 | LICENSE PATH: ./node_modules/qrcode-terminal/package.json | REPOSITORY: https://github.com/gtanner/qrcode-terminal | PUBLISHER: undefined | EMAIL: undefined | VERSION: 0.12.0
:warning: MODULE PATH: ./node_modules/potrace/package.json | LICENSE: GPL-2.0 | LICENSE PATH: ./node_modules/potrace/package.json | REPOSITORY: git+https://github.com/tooolbox/node-potrace.git | PUBLISHER: mattmc | EMAIL: undefined | VERSION: 2.1.6
:warning: MODULE PATH: ./node_modules/npm/node_modules/qrcode-terminal/package.json | LICENSE: Apache 2.0 | LICENSE PATH: ./node_modules/npm/node_modules/qrcode-terminal/package.json | REPOSITORY: https://github.com/gtanner/qrcode-terminal | PUBLISHER: undefined | EMAIL: undefined | VERSION: 0.12.0
:warning: MODULE PATH: ./node_modules/npm/node_modules/json-schema/package.json | LICENSE: AFLv2.1,BSD | LICENSE PATH: ./node_modules/npm/node_modules/json-schema/package.json | REPOSITORY: http://github.com/kriszyp/json-schema | PUBLISHER: Kris Zyp | EMAIL: undefined | VERSION: 0.2.3
:warning: MODULE PATH: ./node_modules/node-forge/package.json | LICENSE: (BSD-3-Clause OR GPL-2.0) | LICENSE PATH: ./node_modules/node-forge/package.json | REPOSITORY: https://github.com/digitalbazaar/forge | PUBLISHER: Digital Bazaar, Inc. | EMAIL: support@digitalbazaar.com | VERSION: 0.9.0
:warning: MODULE PATH: ./node_modules/jsonify/package.json | LICENSE: Public Domain | LICENSE PATH: ./node_modules/jsonify/package.json | REPOSITORY: http://github.com/substack/jsonify.git | PUBLISHER: Douglas Crockford | EMAIL: undefined | VERSION: 0.0.0
:warning: MODULE PATH: ./node_modules/json-schema/package.json | LICENSE: AFLv2.1,BSD | LICENSE PATH: ./node_modules/json-schema/package.json | REPOSITORY: http://github.com/kriszyp/json-schema | PUBLISHER: Kris Zyp | EMAIL: undefined | VERSION: 0.2.3
:warning: MODULE PATH: ./node_modules/glob-to-regexp/package.json | LICENSE: BSD | LICENSE PATH: ./node_modules/glob-to-regexp/package.json | REPOSITORY: https://github.com/fitzgen/glob-to-regexp.git | PUBLISHER: Nick Fitzgerald | EMAIL: undefined | VERSION: 0.3.0
:warning: MODULE PATH: ./node_modules/font-awesome/package.json | LICENSE: (OFL-1.1 AND MIT) | LICENSE PATH: ./node_modules/font-awesome/package.json | REPOSITORY: https://github.com/FortAwesome/Font-Awesome.git | PUBLISHER: Dave Gandy | EMAIL: dave@fontawesome.io | VERSION: 4.7.0
:warning: MODULE PATH: ./node_modules/expand-template/package.json | LICENSE: (MIT OR WTFPL) | LICENSE PATH: ./node_modules/expand-template/package.json | REPOSITORY: https://github.com/ralphtheninja/expand-template.git | PUBLISHER: LM | EMAIL: undefined | VERSION: 2.0.3
:warning: MODULE PATH: ./node_modules/eslint-plugin-import/node_modules/doctrine/package.json | LICENSE: BSD | LICENSE PATH: ./node_modules/eslint-plugin-import/node_modules/doctrine/package.json | REPOSITORY: undefined | PUBLISHER: undefined | EMAIL: undefined | VERSION: 1.5.0
:warning: MODULE PATH: ./node_modules/css-select/package.json | LICENSE: BSD-like | LICENSE PATH: ./node_modules/css-select/package.json | REPOSITORY: git://github.com/fb55/css-select.git | PUBLISHER: Felix Boehm | EMAIL: undefined | VERSION: 1.2.0
:warning: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/jsonify/package.json | LICENSE: Public Domain | LICENSE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/jsonify/package.json | REPOSITORY: http://github.com/substack/jsonify.git | PUBLISHER: Douglas Crockford | EMAIL: undefined | VERSION: 0.0.0
:warning: MODULE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/json-schema/package.json | LICENSE: AFLv2.1,BSD | LICENSE PATH: ./node_modules/@brainhubeu/license-auditor/src/license-checker/__test__/node_modules/json-schema/package.json | REPOSITORY: http://github.com/kriszyp/json-schema | PUBLISHER: Kris Zyp | EMAIL: undefined | VERSION: 0.2.3

Generated by :no_entry_sign: dangerJS against fefdfa379a299e47ec1bb502d56a28eea2f0f88e