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

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.6.1 -> 26.6.2
jest (source) devDependencies patch 26.6.1 -> 26.6.2
rollup (source) devDependencies minor 2.32.1 -> 2.33.1
vue-loader devDependencies patch 15.9.4 -> 15.9.5

Release Notes

facebook/jest ### [`v26.6.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2662) [Compare Source](https://togithub.com/facebook/jest/compare/v26.6.1...v26.6.2) ##### Features - `[jest-core]` Add `findRelatedTests` and `nonFlagArgs` in allowed config options for `updateConfigAndRun` in watch plugins ([#​10659](https://togithub.com/facebook/jest/pull/10659)) ##### Fixes - `[babel-plugin-jest-hoist]` Preserve order of hoisted mock nodes within containing block ([#​10536](https://togithub.com/facebook/jest/pull/10536)) - `[babel-plugin-jest-hoist]` Hoist pure constants to support experimental JSX transform in hoisted mocks ([#​10723](https://togithub.com/facebook/jest/pull/10723)) - `[babel-preset-jest]` Update `babel-preset-current-node-syntax` to support top level await ([#​10747](https://togithub.com/facebook/jest/pull/10747)) - `[expect]` Revert "Fix `objectContaining` to work recursively into sub-objects ([#​10508](https://togithub.com/facebook/jest/pull/10508))" ([#​10766](https://togithub.com/facebook/jest/pull/10766)) - `[jest-circus, jest-jasmine2]` fix: don't assume `stack` is always a string ([#​10697](https://togithub.com/facebook/jest/pull/10697)) - `[jest-config]` Fix bug introduced in watch mode by PR [#​10678](https://togithub.com/facebook/jest/pull/10678/files#r511037803) ([#​10692](https://togithub.com/facebook/jest/pull/10692)) - `[jest-config]` Throw correct error for missing preset modules ([#​10737](https://togithub.com/facebook/jest/pull/10737)) - `[jest-resolve-dependencies]` Resolve mocks as dependencies ([#​10713](https://togithub.com/facebook/jest/pull/10713)) - `[jest-runtime]` Handle file URLs in dynamic imports ([#​10744](https://togithub.com/facebook/jest/pull/10744)) - `[jest-runtime, babel-jest]` Pass more ESM options to `@jest/transform` ([#​10752](https://togithub.com/facebook/jest/pull/10752)) - `[jest-runtime]` Properly inject `extraGlobals` into the runtime ([#​10758](https://togithub.com/facebook/jest/pull/10758)) - `[jest-transform]` Link to ESM docs on syntax errors ([#​10748](https://togithub.com/facebook/jest/pull/10748)) ##### Chore & Maintenance - `[docs]` Add docs for using mocks in TypeScript ([#​10415](https://togithub.com/facebook/jest/pull/10415)) - `[eslint-config-fb-strict]` Move package from this repo to `fbjs` repo ([#​10739](https://togithub.com/facebook/jest/pull/10739)) - `[examples]` Update TypeScript example to show use of newer Jest types ([#​10399](https://togithub.com/facebook/jest/pull/10399)) - `[jest-cli]` chore: standardize files and folder names ([#​10698](https://togithub.com/facebook/jest/pull/10698))
rollup/rollup ### [`v2.33.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2331) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.33.0...v2.33.1) _2020-11-02_ ##### Bug Fixes - Add `syntheticNamedExports` to `this.getModuleInfo` to align with documentation ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) ##### Pull Requests - [#​3847](https://togithub.com/rollup/rollup/pull/3847): Expose syntheticNamedExports to ModuleInfo ([@​Amareis](https://togithub.com/Amareis)) - [#​3852](https://togithub.com/rollup/rollup/pull/3852): Fix typo on docs ([@​jpsc](https://togithub.com/jpsc)) ### [`v2.33.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2330) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.32.1...v2.33.0) _2020-11-01_ ##### Features - Add parameter to "watchChange" hook to denote if a change was an addition, update or deletion ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) - Add "closeWatcher" hook to allow plugins to clean up resources when the watcher is closed ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) - Add "this.getWatchFiles" function to plugin context to get the current set of watched files ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) ##### Pull Requests - [#​3841](https://togithub.com/rollup/rollup/pull/3841): Improved watcher hooks ([@​Amareis](https://togithub.com/Amareis)) - [#​3848](https://togithub.com/rollup/rollup/pull/3848): Add options hook to asyncpluginhooks ([@​intrnl](https://togithub.com/intrnl))
vuejs/vue-loader ### [`v15.9.5`](https://togithub.com/vuejs/vue-loader/blob/master/CHANGELOG.md#​1595-httpsgithubcomvuejsvue-loadercomparev1594v1595-2020-11-02) [Compare Source](https://togithub.com/vuejs/vue-loader/compare/v15.9.4...v15.9.5) ##### Bug Fixes - add rule plugins to keep up with webpack 5 new features ([7ca8e2c](https://togithub.com/vuejs/vue-loader/commit/7ca8e2c)) - ensure new webpack5 generator property in rules passes ruleset checks ([#​1753](https://togithub.com/vuejs/vue-loader/issues/1753)) ([f79bb08](https://togithub.com/vuejs/vue-loader/commit/f79bb08)), closes [#​1729](https://togithub.com/vuejs/vue-loader/issues/1729)

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/cc3jzqy8f
✅ Preview: https://vue-warehouse-git-renovate-all-minor-patch.juliomrqz.vercel.app