notrab / react-use-cart

React hook library for managing cart state
http://npm.im/react-use-cart
Apache License 2.0
367 stars 48 forks source link

chore(deps): update all dependencies #49

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies minor 7.10.4 -> 7.11.0
@babel/plugin-transform-runtime devDependencies minor 7.10.4 -> 7.11.0
@babel/preset-env (source) devDependencies minor 7.10.4 -> 7.11.0
@babel/runtime (source) devDependencies minor 7.10.4 -> 7.11.0
@testing-library/react-hooks devDependencies minor 3.3.0 -> 3.4.1
jest (source) devDependencies minor 26.1.0 -> 26.2.2
rollup (source) devDependencies minor 2.18.1 -> 2.23.0
rollup-plugin-peer-deps-external devDependencies patch 2.2.2 -> 2.2.3

Release Notes

babel/babel ### [`v7.11.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7110-2020-07-30) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.5...v7.11.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​11852](https://togithub.com/babel/babel/pull/11852) fix: disallow \\8, \\9 in strict mode string ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11854](https://togithub.com/babel/babel/pull/11854) fix: allow 09.1_1 and 09e1_1 in sloppy mode ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-optional-chaining` - [#​11850](https://togithub.com/babel/babel/pull/11850) fix: eval?.() is indirect ([@​JLHwung](https://togithub.com/JLHwung)) ##### :rocket: New Feature - `babel-cli`, `babel-core` - [#​11588](https://togithub.com/babel/babel/pull/11588) add showConfig support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-preset-env` - [#​11876](https://togithub.com/babel/babel/pull/11876) enable logical assignment in babel preset env ([@​morrme](https://togithub.com/morrme)) - [#​11865](https://togithub.com/babel/babel/pull/11865) Add `numeric-separator` to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11849](https://togithub.com/babel/babel/pull/11849) Add `export-namespace-from` to `preset-env` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11863](https://togithub.com/babel/babel/pull/11863) feat: enable numericSeparator parsing support ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11755](https://togithub.com/babel/babel/pull/11755) Allow unknown/any in TS catch clause param ([@​existentialism](https://togithub.com/existentialism)) - [#​11753](https://togithub.com/babel/babel/pull/11753) TypeScript 4.0: Allow spread in the middle of tuples ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​11815](https://togithub.com/babel/babel/pull/11815) eslint-parser: ES2020 features ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-types` - [#​11754](https://togithub.com/babel/babel/pull/11754) TypeScript 4.0: Support labeled tuple elements ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-parser`, `babel-plugin-syntax-decimal`, `babel-standalone`, `babel-types` - [#​11640](https://togithub.com/babel/babel/pull/11640) Add decimal parsing support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10241](https://togithub.com/babel/babel/pull/10241) Add `cloneInputAst` option to `babel.transformFromAst` ([@​coderaiser](https://togithub.com/coderaiser)) ##### :bug: Bug Fix - Other - [#​11896](https://togithub.com/babel/babel/pull/11896) update: hardcode [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser) min supported version check ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-helper-skip-transparent-expression-wrappers`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-spread` - [#​11404](https://togithub.com/babel/babel/pull/11404) Skip TSAsExpression when transforming spread in CallExpression ([@​oliverdunk](https://togithub.com/oliverdunk)) - `babel-helper-member-expression-to-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-logical-assignment-operators` - [#​11702](https://togithub.com/babel/babel/pull/11702) add support for logical assignments with private properties ([@​ryzokuken](https://togithub.com/ryzokuken)) - `babel-plugin-transform-typescript` - [#​11747](https://togithub.com/babel/babel/pull/11747) Typescript: always strip declare from class fields ([@​jamescdavis](https://togithub.com/jamescdavis)) - `babel-plugin-transform-runtime` - [#​11893](https://togithub.com/babel/babel/pull/11893) Fix incorrect module path when absoluteRuntime is specified ([@​sz-coder](https://togithub.com/sz-coder)) - `babel-parser` - [#​11862](https://togithub.com/babel/babel/pull/11862) Correctly check reserved word for PropertyDefinition: IdentifierReference ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11847](https://togithub.com/babel/babel/pull/11847) fix: correctly set innerEndPos in CoverParenthesizedExpressionAndArrowParameterList ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript` - [#​11767](https://togithub.com/babel/babel/pull/11767) Follow-up on initial TS4 catch param support ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-generator` - [#​11836](https://togithub.com/babel/babel/pull/11836) Always retain lines for async arrow ([@​cwohlman](https://togithub.com/cwohlman)) ##### :nail_care: Polish - `babel-traverse` - [#​11791](https://togithub.com/babel/babel/pull/11791) babel-traverse: prefer clearer, reduced-bias option naming ([@​jayaddison](https://togithub.com/jayaddison)) ##### :house: Internal - Other - [#​11688](https://togithub.com/babel/babel/pull/11688) fix build config to work the same when running on windows ([@​zxbodya](https://togithub.com/zxbodya)) - [#​11894](https://togithub.com/babel/babel/pull/11894) Prepare to publish `@babel/eslint-*` packages ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11879](https://togithub.com/babel/babel/pull/11879) chore: use modules: "auto" ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11875](https://togithub.com/babel/babel/pull/11875) chore(github): fix issue template typo ([@​SirWindfield](https://togithub.com/SirWindfield)) - [#​11706](https://togithub.com/babel/babel/pull/11706) chore: update `spec-new` in CONTRIBUTING.md [skip ci]([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​11777](https://togithub.com/babel/babel/pull/11777) chore: build standalone once in prepublish step ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​11838](https://togithub.com/babel/babel/pull/11838) refactor: replace caniuse-db by mdn-browser-compat-data ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data`, `babel-core`, `babel-helper-module-transforms`, `babel-helper-split-export-declaration`, `babel-parser`, `babel-plugin-proposal-object-rest-spread`, `babel-plugin-transform-classes`, `babel-preset-env`, `babel-traverse`, `babel-types` - [#​11846](https://togithub.com/babel/babel/pull/11846) chore: fix typo in codebase ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​11843](https://togithub.com/babel/babel/pull/11843) refactor: reorganize babel types definitions structure ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-compat-data` - [#​11837](https://togithub.com/babel/babel/pull/11837) chore: use repository HEAD when pulling third party repos ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.10.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7105-2020-07-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.4...v7.10.5) ##### :bug: Bug Fix - `babel-helper-builder-react-jsx-experimental`, `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-transforms`, `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-runtime`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typescript` - [#​11807](https://togithub.com/babel/babel/pull/11807) Disallow duplicated AST nodes ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​11814](https://togithub.com/babel/babel/pull/11814) fix: add optional: false to chained optional call expression ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11774](https://togithub.com/babel/babel/pull/11774) fix: throw expect jsx plugin error when an idStart or > is seen ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-typescript` - [#​11816](https://togithub.com/babel/babel/pull/11816) Typescript transform now removes generic arguments from optional calls (Closes [#​11813](https://togithub.com/babel/babel/issues/11813)) ([@​RafaelSalguero](https://togithub.com/RafaelSalguero)) - `babel-plugin-transform-block-scoping` - [#​11802](https://togithub.com/babel/babel/pull/11802) Fix break/continue when switch is nested inside loop ([@​existentialism](https://togithub.com/existentialism)) - `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` - [#​11582](https://togithub.com/babel/babel/pull/11582) Refactor generated builder names in [@​babel/types](https://togithub.com/babel/types) ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-compat-data` - [#​11783](https://togithub.com/babel/babel/pull/11783) fix: update class properties support matrix ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - Other - [#​11799](https://togithub.com/babel/babel/pull/11799) docs: update README example and REPL link ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11761](https://togithub.com/babel/babel/pull/11761) Add note about running Make targets in Windows 10 ([@​kaicataldo](https://togithub.com/kaicataldo)) - `babel-parser` - [#​11729](https://togithub.com/babel/babel/pull/11729) docs: add AST spec on optional chain [skip ci]([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-cli`, `babel-compat-data`, `babel-core`, `babel-helper-define-map`, `babel-helper-fixtures`, `babel-helper-module-transforms`, `babel-helper-regex`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-proto-to-assign`, `babel-register`, `babel-traverse`, `babel-types` - [#​11818](https://togithub.com/babel/babel/pull/11818) Bump some deps for audit ([@​existentialism](https://togithub.com/existentialism)) - `babel-helper-fixtures`, `babel-traverse` - [#​11811](https://togithub.com/babel/babel/pull/11811) Replace lodash 'clone' usage with ES6 Spread initializer ([@​jayaddison](https://togithub.com/jayaddison)) - `babel-helper-fixtures`, `babel-helper-transform-fixture-test-runner` - [#​11812](https://togithub.com/babel/babel/pull/11812) Replace lodash 'extend' usage with Object.assign ([@​jayaddison](https://togithub.com/jayaddison)) - `babel-plugin-transform-block-scoping` - [#​11798](https://togithub.com/babel/babel/pull/11798) Reduce dependency on lodash functions: values, extends ([@​jayaddison](https://togithub.com/jayaddison)) - `babel-generator`, `babel-plugin-transform-typescript`, `babel-types` - [#​11582](https://togithub.com/babel/babel/pull/11582) Refactor generated builder names in [@​babel/types](https://togithub.com/babel/types) ([@​zxbodya](https://togithub.com/zxbodya)) - `babel-cli`, `babel-generator`, `babel-helper-transform-fixture-test-runner`, `babel-traverse`, `babel-types` - [#​11790](https://togithub.com/babel/babel/pull/11790) Reduce dependency on lodash functions: includes, uniq, repeat, isinteger ([@​jayaddison](https://togithub.com/jayaddison)) - Other - [#​11782](https://togithub.com/babel/babel/pull/11782) chore: refine yarn cache config ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#​11780](https://togithub.com/babel/babel/pull/11780) test: add console warn spy on babel-register tests ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11776](https://togithub.com/babel/babel/pull/11776) chore: remove babel-register generated test artifacts ([@​JLHwung](https://togithub.com/JLHwung))
testing-library/react-hooks-testing-library ### [`v3.4.1`](https://togithub.com/testing-library/react-hooks-testing-library/releases/v3.4.1) [Compare Source](https://togithub.com/testing-library/react-hooks-testing-library/compare/v3.4.0...v3.4.1) #### Changes - The `wait` async util has been deprecated and replaced with `waitFor` ([#​408](https://togithub.com/testing-library/react-hooks-testing-library/issues/408)) - `waitFor` and `waitForValueToChange` async utils can now test their conditions periodically, even if the hook has not rerendered, using the new `interval` option ([#​408](https://togithub.com/testing-library/react-hooks-testing-library/issues/408)) - Bumped minimum type definition version ([#​414](https://togithub.com/testing-library/react-hooks-testing-library/issues/414)) - Docs have been updated to show how props can be passed to `wrapper` components ([#​414](https://togithub.com/testing-library/react-hooks-testing-library/issues/414)) ### [`v3.4.0`](https://togithub.com/testing-library/react-hooks-testing-library/releases/v3.4.0) [Compare Source](https://togithub.com/testing-library/react-hooks-testing-library/compare/v3.3.0...v3.4.0) #### ⚠️ DO NOT USE THIS VERSION ⚠️ This version was accidentally published with some experimental code in the in the babel output directory and should not be used. IT has been deprecated in NPM and `3.4.1` has been published with the correct output.
facebook/jest ### [`v26.2.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2622) [Compare Source](https://togithub.com/facebook/jest/compare/v26.2.1...v26.2.2) ##### Fixes - `[jest-cli]` Use correct file name to override existing jest config on init ([#​10337](https://togithub.com/facebook/jest/pull/10337)) - `[jest-haste-map]` Properly detect support for native `find` ([#​10346](https://togithub.com/facebook/jest/pull/10346)) ### [`v26.2.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2621) [Compare Source](https://togithub.com/facebook/jest/compare/v26.2.0...v26.2.1) ##### Fixes - `[jest-worker]` Make sure to work with Node TS typings v12 ([#​10336](https://togithub.com/facebook/jest/pull/10336)) ### [`v26.2.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2620) [Compare Source](https://togithub.com/facebook/jest/compare/v26.1.0...v26.2.0) ##### Features - `[jest-core, jest-circus, jest-reporter, jest-runner]` Added support for reporting individual test cases using jest-circus ([#​10227](https://togithub.com/facebook/jest/pull/10227)) - `[jest-config, jest-reporter, jest-runner, jest-test-sequencer]` Add `slowTestThreshold` configuration option ([#​9366](https://togithub.com/facebook/jest/pull/9366)) - `[jest-haste-map]` Watchman crawler now includes dotfiles ([#​10075](https://togithub.com/facebook/jest/pull/10075)) - `[jest-worker]` Added support for workers to send custom messages to parent in jest-worker ([#​10293](https://togithub.com/facebook/jest/pull/10293)) - `[jest-worker]` Support passing `resourceLimits` ([#​10335](https://togithub.com/facebook/jest/pull/10335)) - `[pretty-format]` Added support for serializing custom elements (web components) ([#​10217](https://togithub.com/facebook/jest/pull/10237)) ##### Fixes - `[expect]` Match symbols and bigints in `any()` ([#​10223](https://togithub.com/facebook/jest/pull/10223)) - `[jest-changed-files]` Use `git diff` instead of `git log` for `--changedSince` ([#​10155](https://togithub.com/facebook/jest/pull/10155)) - `[jest-console]` Add missing `console.timeLog` for compatibility with Node ([#​10209](https://togithub.com/facebook/jest/pull/10209)) - `[jest-haste-map]` Check `find` binary supports the `-iname` parameter ([#​10308](https://togithub.com/facebook/jest/pull/10308)) - `[jest-snapshot]` Strip added indentation for inline error snapshots ([#​10217](https://togithub.com/facebook/jest/pull/10217)) ##### Chore & Maintenance - `[*]` Add missing dependency on `@types/node` ([#​10248](https://togithub.com/facebook/jest/pull/10248)) - `[jest-jasmine2]` Convert `PCancelable` to TypeScript ([#​10215](https://togithub.com/facebook/jest/pull/10215)) - `[jest-jasmine2]` Refine typings of `queueRunner` ([#​10215](https://togithub.com/facebook/jest/pull/10215)) - `[jest-jasmine2]` Remove usage of `Function` type ([#​10216](https://togithub.com/facebook/jest/pull/10216)) - `[jest-resolve]` Improve types ([#​10239](https://togithub.com/facebook/jest/pull/10239)) - `[docs]` Clarify the [`jest.requireActual(moduleName)`](https://jestjs.io/docs/en/jest-object#jestrequireactualmodulename) example - `[jest-types]` Refine typings of `coverageReporters` ([#​10275](https://togithub.com/facebook/jest/pull/10275))
rollup/rollup ### [`v2.23.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2230) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.22.2...v2.23.0) _2020-07-23_ ##### Features - Handle environments with only globalThis in UMD output ([#​3691](https://togithub.com/rollup/rollup/issues/3691)) ##### Pull Requests - [#​3691](https://togithub.com/rollup/rollup/pull/3691): Check for globalThis in UMD wrapper ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.22.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2222) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.22.1...v2.22.2) _2020-07-21_ ##### Bug Fixes - Always generate correct exports when an implicit entry is reexporting from another module ([#​3688](https://togithub.com/rollup/rollup/issues/3688)) ##### Pull Requests - [#​3688](https://togithub.com/rollup/rollup/pull/3688): Include all relevant modules to generate reexports for implicit dependencies ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.22.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2221) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.22.0...v2.22.1) _2020-07-18_ ##### Bug Fixes - Remove unused arguments when calling a conditional expression ([#​3680](https://togithub.com/rollup/rollup/issues/3680)) ##### Pull Requests - [#​3680](https://togithub.com/rollup/rollup/pull/3680): Allow tree-shaking of arguments of functions that are returned by conditional expressions ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.22.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2220) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.21.0...v2.22.0) _2020-07-18_ ##### Features - Allow resolving snythetic named exports via an arbitrary export name ([#​3657](https://togithub.com/rollup/rollup/issues/3657)) - Display a warning when the user does not explicitly select an export mode and would generate a chunk with default export mode when targeting CommonJS ([#​3657](https://togithub.com/rollup/rollup/issues/3657)) ##### Pull Requests - [#​3657](https://togithub.com/rollup/rollup/pull/3657): Add basic support for using a non-default export for syntheticNamedExports ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3659](https://togithub.com/rollup/rollup/pull/3659): Warn when implicitly using default export mode ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.21.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2210) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.20.0...v2.21.0) _2020-07-07_ ##### Features - Allow plugins to disable tree-shaking for individual modules to ensure even empty modules are associated with chunks ([#​3663](https://togithub.com/rollup/rollup/issues/3663)) ##### Pull Requests - [#​3663](https://togithub.com/rollup/rollup/pull/3663): Disable treeshaking per module ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.20.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2200) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.19.0...v2.20.0) _2020-07-06_ ##### Features - Support using a function to generate different chunk and asset naming patterns per chunk or asset ([#​3658](https://togithub.com/rollup/rollup/issues/3658)) - Add `referencedFiles` property to the chunk info in generateBundle to list referenced assets ([#​3661](https://togithub.com/rollup/rollup/issues/3661)) ##### Pull Requests - [#​3658](https://togithub.com/rollup/rollup/pull/3658): Add ability to use a function that returns a pattern string in all places where you could use a pattern string before ([@​frank-dspeed](https://togithub.com/frank-dspeed)) - [#​3661](https://togithub.com/rollup/rollup/pull/3661): Add referenced files to bundle ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.19.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2190) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.18.2...v2.19.0) _2020-07-05_ ##### Features - Allow plugins to return a Promise in the options hook ([#​3660](https://togithub.com/rollup/rollup/issues/3660)) ##### Pull Requests - [#​3660](https://togithub.com/rollup/rollup/pull/3660): Make options hooks async ([@​TomerAberbach](https://togithub.com/TomerAberbach)) ### [`v2.18.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2182) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.18.1...v2.18.2) _2020-07-02_ ##### Bug Fixes - Do not remove spread element args when the corresponding positional parameter is unused ([#​3652](https://togithub.com/rollup/rollup/issues/3652)) ##### Pull Requests - [#​3652](https://togithub.com/rollup/rollup/pull/3652): Do not tree-shake arguments that contain a spread element ([@​lukastaegert](https://togithub.com/lukastaegert))
pmowrer/rollup-plugin-peer-deps-external ### [`v2.2.3`](https://togithub.com/pmowrer/rollup-plugin-peer-deps-external/releases/v2.2.3) [Compare Source](https://togithub.com/pmowrer/rollup-plugin-peer-deps-external/compare/v2.2.2...v2.2.3) ##### Bug Fixes - allow external to be undefined ([efe68a8](https://togithub.com/pmowrer/rollup-plugin-peer-deps-external/commit/efe68a8006b78ec50fb852413d28df07516ea8a8)) - external also accepts string/regexp/array ([d7bc1a7](https://togithub.com/pmowrer/rollup-plugin-peer-deps-external/commit/d7bc1a7fdc9386eb66b56d0ec4c9eb6f31aee4c8))

Renovate configuration

:date: Schedule: "before 3am on the first day of the month" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: 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.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.10.0-beta.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.10.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: