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 #51

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.11.5 -> 7.11.6
@testing-library/react-hooks devDependencies patch 3.4.1 -> 3.4.2
prettier (source) devDependencies patch 2.1.1 -> 2.1.2
rollup (source) devDependencies minor 2.26.8 -> 2.28.2

Release Notes

babel/babel ### [`v7.11.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7116-2020-09-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.11.5...v7.11.6) ##### :house: Internal - [#​12028](https://togithub.com/babel/babel/pull/12028) Run prepublish build after versioning ([@​JLHwung](https://togithub.com/JLHwung)) ##### :leftwards_arrow_with_hook: Revert - `babel-cli`, `babel-core`, `babel-generator`, `babel-helper-transform-fixture-test-runner` - [#​12027](https://togithub.com/babel/babel/pull/12027) Revert [#​12014](https://togithub.com/babel/babel/issues/12014) ([@​JLHwung](https://togithub.com/JLHwung))
testing-library/react-hooks-testing-library ### [`v3.4.2`](https://togithub.com/testing-library/react-hooks-testing-library/releases/v3.4.2) [Compare Source](https://togithub.com/testing-library/react-hooks-testing-library/compare/v3.4.1...v3.4.2) #### Changes - Update minimum TS definition dependency (`@types/testing-library__react-hooks`) version ([#​453](https://togithub.com/testing-library/react-hooks-testing-library/issues/453))
prettier/prettier ### [`v2.1.2`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#​212) [Compare Source](https://togithub.com/prettier/prettier/compare/2.1.1...2.1.2) [diff](https://togithub.com/prettier/prettier/compare/2.1.1...2.1.2) ##### Fix formatting for directives in fields ([#​9116](https://togithub.com/prettier/prettier/pull/9116) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ```graphql ```
rollup/rollup ### [`v2.28.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2282) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.28.1...v2.28.2) _2020-09-24_ ##### Bug Fixes - Fix a source of possible variable name conflicts when using preserveModules with SystemJS ([#​3796](https://togithub.com/rollup/rollup/issues/3796)) ##### Pull Requests - [#​3792](https://togithub.com/rollup/rollup/pull/3792): add documentation for output.PreserveModulesRoot ([@​davidroeca](https://togithub.com/davidroeca)) - [#​3796](https://togithub.com/rollup/rollup/pull/3796): Fix SystemJS default variable conflict ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.28.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2281) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.28.0...v2.28.1) _2020-09-21_ ##### Bug Fixes - Fix a path slash issue when using the preserveModulesRoot option on Windows ([#​3791](https://togithub.com/rollup/rollup/issues/3791)) ##### Pull Requests - [#​3791](https://togithub.com/rollup/rollup/pull/3791): Fix preserveModulesRoot path on Windows ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.28.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2280) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.27.1...v2.28.0) _2020-09-21_ ##### Features - Add an option to treat modules at a given path as located at root when preserving modules ([#​3786](https://togithub.com/rollup/rollup/issues/3786)) ##### Pull Requests - [#​3786](https://togithub.com/rollup/rollup/pull/3786): Add preserveModulesRoot config option ([@​davidroeca](https://togithub.com/davidroeca)) ### [`v2.27.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2271) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.27.0...v2.27.1) _2020-09-17_ ##### Bug Fixes - Do not fail when using ES module imports in symlinked config files ([#​3783](https://togithub.com/rollup/rollup/issues/3783)) ##### Pull Requests - [#​3783](https://togithub.com/rollup/rollup/pull/3783): Handle loading symlinked config files ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.27.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2270) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.11...v2.27.0) _2020-09-16_ ##### Features - Support specifying a file extension when reading from stdin ([#​3775](https://togithub.com/rollup/rollup/issues/3775)) ##### Bug Fixes - Do not break logic if a branch with hoisted variables is tree-shaken in an else-if statement ([#​3782](https://togithub.com/rollup/rollup/issues/3782)) ##### Pull Requests - [#​3770](https://togithub.com/rollup/rollup/pull/3770): Docs: Exception for babel plugin and commonjs plugin ([@​jsk7](https://togithub.com/jsk7)) - [#​3775](https://togithub.com/rollup/rollup/pull/3775): add ability to specify stdin file extension via --stdin=ext ([@​kzc](https://togithub.com/kzc)) - [#​3782](https://togithub.com/rollup/rollup/pull/3782): Handle hoisted variables in dead branches of nested if statements ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.11`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​22611) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.10...v2.26.11) _2020-09-08_ ##### Bug Fixes - Do not fail for unknown nodes as if statement branches ([#​3769](https://togithub.com/rollup/rollup/issues/3769)) ##### Pull Requests - [#​3769](https://togithub.com/rollup/rollup/pull/3769): Handle debugger statements as if-statement branches ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.10`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​22610) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.9...v2.26.10) _2020-09-04_ ##### Bug Fixes - Do not create invalid code when simplifying expressions in return statements that contain line comments ([#​3762](https://togithub.com/rollup/rollup/issues/3762)) ##### Pull Requests - [#​3757](https://togithub.com/rollup/rollup/pull/3757): Fix api docs loadconfigfile ([@​maxwell8888](https://togithub.com/maxwell8888)) - [#​3762](https://togithub.com/rollup/rollup/pull/3762): Handle line-comments when removing line-breaks to prevent ASI ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.26.9`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2269) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.26.8...v2.26.9) _2020-09-01_ ##### Bug Fixes - Add regular expression support to watch include/exclude types ([#​3754](https://togithub.com/rollup/rollup/issues/3754)) ##### Pull Requests - [#​3754](https://togithub.com/rollup/rollup/pull/3754): Add RegExp to the include and exclude fields of the WatcherOptions type ([@​dagda1](https://togithub.com/dagda1)) - [#​3756](https://togithub.com/rollup/rollup/pull/3756): Update FAQ: I think it was meant "external" instead of "other-entry.js" ([@​madacol](https://togithub.com/madacol))

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: