juliomrqz / vue-warehouse

A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js.
https://marquez.co/docs/vue-warehouse
MIT License
174 stars 9 forks source link

chore(deps): update all non-major dependencies #283

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
babel-jest devDependencies patch 26.5.0 -> 26.5.2
eslint (source) devDependencies minor 7.10.0 -> 7.11.0
jest (source) devDependencies patch 26.5.0 -> 26.5.2
rollup (source) devDependencies minor 2.28.2 -> 2.29.0

Release Notes

facebook/jest ### [`v26.5.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2652) [Compare Source](https://togithub.com/facebook/jest/compare/v26.5.0...v26.5.2) ##### Fixes - `[*]` Revert usage of Escalade and rollback Yargs to v15 as it breaks Node 13 ([#​10599](https://togithub.com/facebook/jest/pull/10599)) - `[jest-circus]` Setup globals before emitting `setup`, and include Jest globals in the `setup` payload ([#​10598](https://togithub.com/facebook/jest/pull/10598)) - `[jest-mock]` Fix typings for `mockResolvedValue`, `mockResolvedValueOnce`, `mockRejectedValue` and `mockRejectedValueOnce` ([#​10600](https://togithub.com/facebook/jest/pull/10600))
eslint/eslint ### [`v7.11.0`](https://togithub.com/eslint/eslint/releases/v7.11.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.10.0...v7.11.0) - [`23e966f`](https://togithub.com/eslint/eslint/commit/23e966f6cf2a6c6b699dff5d6950ece3cc396498) Chore: Refactor CLIEngine tests (refs [#​13481](https://togithub.com/eslint/eslint/issues/13481)) ([#​13709](https://togithub.com/eslint/eslint/issues/13709)) (Nicholas C. Zakas) - [`fa9429a`](https://togithub.com/eslint/eslint/commit/fa9429aac0ffed505f3f02e8fc75f646c69f5c61) Fix: don't count line after EOF in max-lines ([#​13735](https://togithub.com/eslint/eslint/issues/13735)) (Milos Djermanovic) - [`d973675`](https://togithub.com/eslint/eslint/commit/d973675a5c06a2bd4f8ce640c78b67842cfebfd4) Docs: Update anchor links to use existing linkrefs (refs [#​13715](https://togithub.com/eslint/eslint/issues/13715)) ([#​13741](https://togithub.com/eslint/eslint/issues/13741)) (Brandon Mills) - [`2c6d774`](https://togithub.com/eslint/eslint/commit/2c6d774c89dcd14f386bd9d73d451fa2a892c3ef) Docs: Fix typos ([#​13730](https://togithub.com/eslint/eslint/issues/13730)) (Frieder Bluemle) - [`cc468c0`](https://togithub.com/eslint/eslint/commit/cc468c01021385a028de727eefcd442e7f34875c) Upgrade: eslint-visitor-keys@2.0.0 ([#​13732](https://togithub.com/eslint/eslint/issues/13732)) (Milos Djermanovic) - [`ab0ac6c`](https://togithub.com/eslint/eslint/commit/ab0ac6c532fb7b7d49779c8913146244d680743b) Docs: Fix anchor links ([#​13715](https://togithub.com/eslint/eslint/issues/13715)) (Gary Moore) - [`27f0de6`](https://togithub.com/eslint/eslint/commit/27f0de62e6281c28043be38ef051818c9edc15cd) Fix: account for linebreaks before postfix `++`/`--` in no-extra-parens ([#​13731](https://togithub.com/eslint/eslint/issues/13731)) (Milos Djermanovic) - [`da78fa1`](https://togithub.com/eslint/eslint/commit/da78fa11632a2908db4ac494012a16f5d5a88a64) Update: support async arrow fn in function-paren-newline (fixes [#​13728](https://togithub.com/eslint/eslint/issues/13728)) ([#​13729](https://togithub.com/eslint/eslint/issues/13729)) (Michal Dziekonski) - [`fe301b8`](https://togithub.com/eslint/eslint/commit/fe301b8cc0762d7f4edd59603ca51ed0ec0c2a43) Docs: Add configuration comments in examples ([#​13738](https://togithub.com/eslint/eslint/issues/13738)) (YeonJuan) - [`504408c`](https://togithub.com/eslint/eslint/commit/504408cd65e9d8827b2b8bbeb8f589df90eee523) Sponsors: Sync README with website (ESLint Jenkins) - [`3900659`](https://togithub.com/eslint/eslint/commit/390065985b2289ad4412a83598e3e833c382d27e) Sponsors: Sync README with website (ESLint Jenkins) - [`c1974b3`](https://togithub.com/eslint/eslint/commit/c1974b3f7169a8e5fab7007df92d02d8c1a8d5a3) Sponsors: Sync README with website (ESLint Jenkins) - [`6f4abe5`](https://togithub.com/eslint/eslint/commit/6f4abe5d5ade2711cc4c21bc8485af952763c2d3) Sponsors: Sync README with website (ESLint Jenkins)
rollup/rollup ### [`v2.29.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2290) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.28.2...v2.29.0) _2020-10-08_ ##### Features - Allow passing custom options to other plugins via `this.resolve` ([#​3807](https://togithub.com/rollup/rollup/issues/3807)) - Allow attaching custom meta information to modules when resolving, loading or transforming ([#​3807](https://togithub.com/rollup/rollup/issues/3807)) - Do not throw but return `null` when using `this.getModuleInfo` for an unknown id ([#​3807](https://togithub.com/rollup/rollup/issues/3807)) ##### Bug Fixes - Trigger build in watch mode when files are added to a watched directory ([#​3812](https://togithub.com/rollup/rollup/issues/3812)) - Make `code` optional when transforming modules ([#​3807](https://togithub.com/rollup/rollup/issues/3807)) ##### Pull Requests - [#​3807](https://togithub.com/rollup/rollup/pull/3807): Implement new APIs for inter-plugin communication ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3808](https://togithub.com/rollup/rollup/pull/3808): Document that the default value of --format is 'es' ([@​jameshfisher](https://togithub.com/jameshfisher)) - [#​3812](https://togithub.com/rollup/rollup/pull/3812): Watch: listen for new files added to a directory ([@​dmitrage](https://togithub.com/dmitrage))

Renovate configuration

:date: Schedule: "after 10pm every weekday,before 6am every weekday,every weekend" (UTC).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/juliomrqz/vue-warehouse/eovgggzgv
✅ Preview: https://vue-warehouse-git-renovate-all-minor-patch.juliomrqz.vercel.app