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

Update all dependencies #9

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 patch 7.7.4 -> 7.7.7
@babel/plugin-transform-runtime devDependencies patch 7.7.4 -> 7.7.6
@babel/preset-env (source) devDependencies patch 7.7.4 -> 7.7.7
@babel/runtime (source) devDependencies patch 7.7.4 -> 7.7.7
rollup devDependencies patch 1.27.6 -> 1.27.14

Release Notes

babel/babel ### [`v7.7.7`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v777-2019-12-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.5...v7.7.7) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​10576](https://togithub.com/babel/babel/pull/10576) [parser] validation for parentheses in the left-hand side of assignment expressions ([@​boweihan](https://togithub.com/boweihan)) ##### :bug: Bug Fix - `babel-plugin-proposal-object-rest-spread` - [#​10863](https://togithub.com/babel/babel/pull/10863) fix: add computed property support for object Ref ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​10890](https://togithub.com/babel/babel/pull/10890) fix: skip merging large input sourcemaps ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10885](https://togithub.com/babel/babel/pull/10885) fix: avoid string copy when processing input source-map ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-node` - [#​10871](https://togithub.com/babel/babel/pull/10871) Allow -r from node_modules with [@​babel/node](https://togithub.com/babel/node) ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-parameters` - [#​10053](https://togithub.com/babel/babel/pull/10053) Check shadow variable to identifier in default parameters ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10828](https://togithub.com/babel/babel/pull/10828) [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser): fix ImportExpression node to match ESTree spec ([@​kaicataldo](https://togithub.com/kaicataldo)) - [#​10827](https://togithub.com/babel/babel/pull/10827) [@​babel/eslint-parser](https://togithub.com/babel/eslint-parser): fix BigIntLiteral node to match ESTree spec ([@​kaicataldo](https://togithub.com/kaicataldo)) ##### :nail_care: Polish - `babel-plugin-transform-react-jsx` - [#​10868](https://togithub.com/babel/babel/pull/10868) Fix pragmaFrag spelling in error message ([@​azizhk](https://togithub.com/azizhk)) ##### :house: Internal - `babel-generator`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-unicode-property-regex`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-transform-dotall-regex`, `babel-preset-env-standalone`, `babel-preset-typescript`, `babel-standalone` - [#​10882](https://togithub.com/babel/babel/pull/10882) Ignore some files in npm package ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10874](https://togithub.com/babel/babel/pull/10874) chore: cache chocolatey installation temporary files ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10880](https://togithub.com/babel/babel/pull/10880) chore: add PR Intent checkbox [ci-skip]([@​JLHwung](https://togithub.com/JLHwung)) - [#​10870](https://togithub.com/babel/babel/pull/10870) chore: update babel-eslint to 11.0.0-beta.2 ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10848](https://togithub.com/babel/babel/pull/10848) Tune eslint packages test configuration ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-preset-env` - [#​10873](https://togithub.com/babel/babel/pull/10873) chore: download compat-table when build-data is run ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10846](https://togithub.com/babel/babel/pull/10846) Update corejs fixtures ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10837](https://togithub.com/babel/babel/pull/10837) refactor: rewrite available-plugins to esm ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10858](https://togithub.com/babel/babel/pull/10858) Properly serialize non-json values in parser tests ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-node`, `babel-register` - [#​10847](https://togithub.com/babel/babel/pull/10847) Add missing dev dependencies ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-plugin-transform-classes`, `babel-plugin-transform-regenerator`, `babel-preset-env` - [#​10839](https://togithub.com/babel/babel/pull/10839) Use `async-to-generator` even when `regenerator` is enabled ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ### [`v7.7.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v775-2019-12-06) [Compare Source](https://togithub.com/babel/babel/compare/v7.7.4...v7.7.5) ##### :bug: Bug Fix - `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2` - [#​10549](https://togithub.com/babel/babel/pull/10549) Add ".js" extension to injected polyfill imports ([@​shimataro](https://togithub.com/shimataro)) - `babel-cli` - [#​10283](https://togithub.com/babel/babel/pull/10283) `babel --watch` should have equivalent file selection logic with `babel` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser` - [#​10801](https://togithub.com/babel/babel/pull/10801) Use scope flags to check arguments ([@​JLHwung](https://togithub.com/JLHwung)) - [#​10800](https://togithub.com/babel/babel/pull/10800) Allow tuple rest trailing comma ([@​yeonjuan](https://togithub.com/yeonjuan)) - [#​10475](https://togithub.com/babel/babel/pull/10475) Correctly disambiguate / after async fuctions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-plugin-proposal-optional-chaining`, `babel-plugin-transform-modules-amd` - [#​10806](https://togithub.com/babel/babel/pull/10806) fix(optional chaining): Optional delete returns true with nullish base ([@​mpaarating](https://togithub.com/mpaarating)) - `babel-helper-module-transforms`, `babel-plugin-transform-modules-amd` - [#​10764](https://togithub.com/babel/babel/pull/10764) fix: rewriteBindingInitVisitor should skip on scopable node ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-plugin-transform-runtime` - [#​10788](https://togithub.com/babel/babel/pull/10788) Do not transpile typeof helper with itself in babel/runtime ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​10778](https://togithub.com/babel/babel/pull/10778) refactor: Improve error message in [@​babel/core](https://togithub.com/babel/core) ([@​jaroslav-kubicek](https://togithub.com/jaroslav-kubicek)) ##### :house: Internal - `babel-preset-env-standalone` - [#​10779](https://togithub.com/babel/babel/pull/10779) Bundle standalone using rollup ([@​JLHwung](https://togithub.com/JLHwung)) - Other - [#​10781](https://togithub.com/babel/babel/pull/10781) Tune makefile scripts ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-transform-fixture-test-runner` - [#​10566](https://togithub.com/babel/babel/pull/10566) Incorrect trace position in fixture runner ([@​JLHwung](https://togithub.com/JLHwung))
rollup/rollup ### [`v1.27.14`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​12714) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.27.13...v1.27.14) _2019-12-22_ ##### Bug Fixes - Update references to official rollup plugins in error messages ([#​3297](https://togithub.com/rollup/rollup/issues/3297), [#​3298](https://togithub.com/rollup/rollup/issues/3298)) ##### Pull Requests - [#​3286](https://togithub.com/rollup/rollup/pull/3286): Update link to JavaScript API documentation ([@​romankaravia](https://togithub.com/romankaravia)) - [#​3294](https://togithub.com/rollup/rollup/pull/3294): Update deprecated references to the node-resolve plugin in the documentation ([@​Vlad-Shcherbina](https://togithub.com/Vlad-Shcherbina)) - [#​3297](https://togithub.com/rollup/rollup/pull/3297): Update references to rollup-plugin-json ([@​cprecioso](https://togithub.com/cprecioso)) - [#​3298](https://togithub.com/rollup/rollup/pull/3298): Update references to official rollup plugins ([@​cprecioso](https://togithub.com/cprecioso)) ### [`v1.27.13`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​12713) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.27.12...v1.27.13) _2019-12-14_ ##### Bug Fixes - Do not truncate environment variable values at the first colon when using the `--environment` option ([#​3283](https://togithub.com/rollup/rollup/issues/3283)) ##### Pull Requests - [#​3283](https://togithub.com/rollup/rollup/pull/3283): Allow environment variables to contain colons ([@​tlaverdure](https://togithub.com/tlaverdure)) ### [`v1.27.12`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​12712) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.27.11...v1.27.12) _2019-12-13_ ##### Bug Fixes - Prevent invalid AMD or SystemJS code when accessing `import.meta` ([#​3282](https://togithub.com/rollup/rollup/issues/3282)) ##### Pull Requests - [#​3282](https://togithub.com/rollup/rollup/pull/3282): Always make "module" available for SystemJS and AMD formats if `import.meta` is accessed directly ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v1.27.11`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​12711) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.27.10...v1.27.11) _2019-12-12_ ##### Bug Fixes - Resolve a crash due to an infinite loop ([#​3280](https://togithub.com/rollup/rollup/issues/3280)) ##### Pull Requests - [#​3280](https://togithub.com/rollup/rollup/pull/3280): Prevent infinite deoptimizations ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v1.27.10`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​12710) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.27.9...v1.27.10) _2019-12-11_ ##### Bug Fixes - Keep track of function return values in more situations ([#​3278](https://togithub.com/rollup/rollup/issues/3278)) ##### Pull Requests - [#​3278](https://togithub.com/rollup/rollup/pull/3278): Avoid some unnecessary value tracking deoptimizations ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v1.27.9`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1279) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.27.8...v1.27.9) _2019-12-07_ ##### Bug Fixes - Fix an issue where reexports could be missing when preserving modules ([#​3273](https://togithub.com/rollup/rollup/issues/3273)) - Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables ([#​3272](https://togithub.com/rollup/rollup/issues/3272)) ##### Pull Requests - [#​3272](https://togithub.com/rollup/rollup/pull/3272): Support either NO_COLOR or FORCE_COLOR=0 to turn off color ([@​kikonen](https://togithub.com/kikonen)) - [#​3273](https://togithub.com/rollup/rollup/pull/3273): Make sure that indirectly reexported modules also become chunk dependencies when preserving modules([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v1.27.8`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1278) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.27.7...v1.27.8) _2019-12-02_ ##### Bug Fixes - Deoptimize objects when a method is called on them to make sure modifications via "this" are observed ([#​3266](https://togithub.com/rollup/rollup/issues/3266)) ##### Pull Requests - [#​3266](https://togithub.com/rollup/rollup/pull/3266): Workaround for various object literal mutation bugs ([@​kzc](https://togithub.com/kzc)) ### [`v1.27.7`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1277) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.27.6...v1.27.7) _2019-12-01_ ##### Bug Fixes - Fix a scenario where a reassignments to computed properties were not tracked ([#​3267](https://togithub.com/rollup/rollup/issues/3267)) ##### Pull Requests - [#​3267](https://togithub.com/rollup/rollup/pull/3267): Fix incomplete computed property deoptimization ([@​lukastaegert](https://togithub.com/lukastaegert))

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 if you modify the PR title to begin with "rebase!".

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.