nuxt-community / universal-storage-module

Universal Storage Utilities for Nuxt 2
MIT License
276 stars 15 forks source link

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

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
eslint-plugin-jest devDependencies patch ^23.8.1 -> ^23.8.2
eslint-plugin-vue (source) devDependencies patch ^6.2.1 -> ^6.2.2
jest (source) devDependencies minor ^25.1.0 -> ^25.3.0
jsdom devDependencies patch ^16.2.0 -> ^16.2.2
nuxt devDependencies minor ^2.11.0 -> ^2.12.2

Release Notes

jest-community/eslint-plugin-jest ### [`v23.8.2`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2382-httpsgithubcomjest-communityeslint-plugin-jestcomparev2381v2382-2020-03-06) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v23.8.1...v23.8.2) ##### Bug Fixes - **prefer-to-contain:** check that expect argument is defined before use ([#​542](https://togithub.com/jest-community/eslint-plugin-jest/issues/542)) ([56f909b](https://togithub.com/jest-community/eslint-plugin-jest/commit/56f909b326034236953d04b18dab3f64b16a2973))
vuejs/eslint-plugin-vue ### [`v6.2.2`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v6.2.2) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v6.2.1...v6.2.2) #### πŸ› Bug Fixes - [#​1071](https://togithub.com/vuejs/eslint-plugin-vue/issues/1071) Fixed `vue/no-use-v-if-with-v-for` error when using destructuring for iteration or using iteration of expression * * * **All commits:** [v6.2.1 -> v6.2.2](https://togithub.com/vuejs/eslint-plugin-vue/compare/v6.2.1...v6.2.2)
facebook/jest ### [`v25.3.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2530) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.7...v25.3.0) ##### Features - `[babel-jest]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#​9766](https://togithub.com/facebook/jest/pull/9766)) - `[babel-preset-jest]` Enable all syntax plugins not enabled by default that works on current version of Node ([#​9774](https://togithub.com/facebook/jest/pull/9774)) - `[jest-circus]` Enable writing async test event handlers ([#​9397](https://togithub.com/facebook/jest/pull/9397)) - `[jest-runtime, @​jest/transformer]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#​9597](https://togithub.com/facebook/jest/pull/9597)) ##### Chore & Maintenance - `[*]` Replace `any`s with `unknown`s ([#​9626](https://togithub.com/facebook/jest/pull/9626)) - `[@jest/transform]` Expose type `CacheKeyOptions` for `getCacheKey` ([#​9762](https://togithub.com/facebook/jest/pull/9762)) - `[@jest/types]` Correct type `testRegex` for `ProjectConfig` ([#​9780](https://togithub.com/facebook/jest/pull/9780)) ### [`v25.2.7`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2527) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.6...v25.2.7) ##### Fixes - `[jest-matcher-utils]` Replace accessors with values to avoid calling setters in object descriptors when computing diffs for error reporting ([#​9757](https://togithub.com/facebook/jest/pull/9757)) - `[@jest/watcher]` Correct return type of `shouldRunTestSuite` for `JestHookEmitter` ([#​9753](https://togithub.com/facebook/jest/pull/9753)) ### [`v25.2.6`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2526) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.4...v25.2.6) ##### Chore & Maintenance - `[*]` 25.2.5 was published without changes from 25.2.4 - 25.2.6 includes all changes from that version. ### [`v25.2.4`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2524) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.3...v25.2.4) ##### Features - `[jest-message-util]` Check for common errors when using the wrong test environment ([#​8245](https://togithub.com/facebook/jest/pull/8245)) ##### Fixes - `[jest-circus]` Fix type elision of jest-runtime imports ([#​9717](https://togithub.com/facebook/jest/pull/9717)) - `[@jest/transform]` Fix coverage reporter for uncovered files without transformers, reverting [#​9460](https://togithub.com/facebook/jest/pull/9460) ([#​9724](https://togithub.com/facebook/jest/pull/9724)) ### [`v25.2.3`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2523) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.2...v25.2.3) ##### Fixes - `[*]` Verify all packages are properly downleveled for older versions of TypeScript ([#​9715](https://togithub.com/facebook/jest/pull/9715)) ### [`v25.2.2`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2522) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.1...v25.2.2) ##### Fixes - `[jest-environment-node]` Remove `getVmContext` from Node env on older versions of Node ([#​9708](https://togithub.com/facebook/jest/pull/9708)) - `[jest-runtime]` Return constructable class from `require('module')` ([#​9711](https://togithub.com/facebook/jest/pull/9711)) ### [`v25.2.1`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2521) [Compare Source](https://togithub.com/facebook/jest/compare/v25.2.0...v25.2.1) ##### Fixes - `[*]` Downlevel TypeScript definitions files for compatibility with TS<3.8 ([#​9705](https://togithub.com/facebook/jest/pull/9705)) ### [`v25.2.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2520) [Compare Source](https://togithub.com/facebook/jest/compare/v25.1.0...v25.2.0) ##### Features - `[jest-config]` Support ESM config files with `.js` extension ([#​9573](https://togithub.com/facebook/jest/pull/9573)). - `[jest-runtime]` Override `module.createRequire` to return a Jest-compatible `require` function ([#​9469](https://togithub.com/facebook/jest/pull/9469)) - `[jest-haste-map]` [**BREAKING**] Remove `mapper` option ([#​9581](https://togithub.com/facebook/jest/pull/9581)) - `[*]` Support array of paths for `moduleNameMapper` aliases ([#​9465](https://togithub.com/facebook/jest/pull/9465)) - `[jest-reporters]` Adds ability to pass options to the istanbul-reporter through `coverageReporters` ([#​9572](https://togithub.com/facebook/jest/pull/9572)) - `[jest-runtime]` Require stack when a module cannot be resolved ([#​9681](https://togithub.com/facebook/jest/pull/9681)) - `[jest-transform]` `writeCacheFile` no longer calls `fsync` ([#​9695](https://togithub.com/facebook/jest/pull/9695)) ##### Fixes - `[expect]` Handle readonly properties correctly ([#​9575](https://togithub.com/facebook/jest/pull/9575)) - `[jest-cli]` Set `coverageProvider` correctly when provided in config ([#​9562](https://togithub.com/facebook/jest/pull/9562)) - `[jest-cli]` Allow specifying `.cjs` and `.mjs` config files by `--config` CLI option ([#​9578](https://togithub.com/facebook/jest/pull/9578)) - `[jest-cli]` Update yargs to fix CLI flag overriding ([#​9519](https://togithub.com/facebook/jest/pull/9519)) - `[jest-config]` Treat `setupFilesAfterEnv` like `setupFiles` when normalizing configs against presets ([#​9495](https://togithub.com/facebook/jest/pull/9495)) - `[jest-config]` Support `.mjs` config files on Windows as well ([#​9558](https://togithub.com/facebook/jest/pull/9558)) - `[jest-config]` Verify `rootDir` and all `roots` are directories ([#​9569](https://togithub.com/facebook/jest/pull/9569)) - `[jest-config]` Ensure pattern of `replacePosixSep` is a string ([#​9546](https://togithub.com/facebook/jest/pull/9546)) - `[jest-haste-map]` Fix crash on unix based systems without find ([#​9579](https://togithub.com/facebook/jest/pull/9579)) - `[jest-jasmine2]` Fix `--testNamePattern` matching with `concurrent` tests ([#​9090](https://togithub.com/facebook/jest/pull/9090)) - `[jest-matcher-utils]` Fix diff highlight of symbol-keyed object. ([#​9499](https://togithub.com/facebook/jest/pull/9499)) - `[@jest/reporters]` Notifications should be fire&forget rather than having a timeout ([#​9567](https://togithub.com/facebook/jest/pull/9567)) - `[jest-resolve]` Fix module identity preservation with symlinks and browser field resolution ([#​9511](https://togithub.com/facebook/jest/pull/9511)) - `[jest-resolve]` Do not confuse directories with files ([#​8912](https://togithub.com/facebook/jest/pull/8912)) - `[jest-resolve]` `moduleNameMapper` should take precedence over Node core modules ([#​9563](https://togithub.com/facebook/jest/pull/9563)) - `[jest-runtime]` Reset `isolateModules` if it fails ([#​9541](https://togithub.com/facebook/jest/pull/9541)) - `[jest-runtime]` Yarn PnP errors displayed to the user ([#​9681](https://togithub.com/facebook/jest/pull/9681)) - `[jest-snapshot]` Downgrade semver to v6 to support node 8 ([#​9451](https://togithub.com/facebook/jest/pull/9451)) - `[jest-snapshot]` Properly indent new snapshots in the presences of existing ones ([#​9523](https://togithub.com/facebook/jest/pull/9523)) - `[jest-transform]` Correct sourcemap behavior for transformed and instrumented code ([#​9460](https://togithub.com/facebook/jest/pull/9460)) - `[jest-transform]` Allow instrumentation of transformed files with weird file extensions ([#​9589](https://togithub.com/facebook/jest/pull/9589)) - `[@jest/types]` Make `ConfigGlobals` an interface to allow for declaration merging. ([#​9570](https://togithub.com/facebook/jest/pull/9570)) - `[pretty-format]` Export `OldPlugin` type ([#​9491](https://togithub.com/facebook/jest/pull/9491)) ##### Chore & Maintenance - `[docs]` Warn about unexpected behavior / bug of node-notifier when using the `notify` options. - `[docs]` Grammatical corrections to Async docs page. ([#​9679](https://togithub.com/facebook/jest/pull/9679)) - `[jest-resolver]` Use `resolve` package to implement custom module resolution ([#​9520](https://togithub.com/facebook/jest/pull/9520)) - `[jest-runtime]` Move execution of `setupFiles` to `jest-runner` ([#​9596](https://togithub.com/facebook/jest/pull/9596)) - `[jest-runtime]` Update anchor link in `helpers` ([#​9616](https://togithub.com/facebook/jest/pull/9616)) - `[@jest/reporters]` Remove unused dependencies and type exports ([#​9462](https://togithub.com/facebook/jest/pull/9462)) - `[website]` Update pictures of reports when matchers fail ([#​9214](https://togithub.com/facebook/jest/pull/9214)) ##### Performance - `[jest-haste-map]` Reduce number of `lstat` calls in node crawler ([#​9514](https://togithub.com/facebook/jest/pull/9514))
jsdom/jsdom ### [`v16.2.2`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1622) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.2.1...16.2.2) - Updated `StyleSheetList` for better spec compliance; notably it no longer inherits from `Array.prototype`. (ExE-Boss) - Fixed `requestAnimationFrame()` from preventing process exit. This likely regressed in v16.1.0. - Fixed `setTimeout()` to no longer leak the closures passed in to it. This likely regressed in v16.1.0. (AviVahl) - Fixed infinite recursion that could occur when calling `click()` on a `
nuxt/nuxt.js ### [`v2.12.2`](https://togithub.com/nuxt/nuxt.js/releases/v2.12.2) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.12.1...v2.12.2) ##### πŸ› Bug Fixes - `server` - [#​7146](https://togithub.com/nuxt/nuxt.js/issues/7146) HMR for sub-app `serverMiddleware` without path - `vue-app` - [#​7139](https://togithub.com/nuxt/nuxt.js/issues/7139) Sanitize layouts after resolve for `splitChunks.layout` - `core` - [#​7131](https://togithub.com/nuxt/nuxt.js/issues/7131) Join with os native sep in the resolver ### [`v2.12.1`](https://togithub.com/nuxt/nuxt.js/releases/v2.12.1) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.12.0...v2.12.1) ##### πŸ› Bug Fixes - `vue-app` - [#​7129](https://togithub.com/nuxt/nuxt.js/issues/7129) Avoid multiple `$fetch` calls - [#​7103](https://togithub.com/nuxt/nuxt.js/issues/7103) Use `globals.nuxt` for fetch client mixin - [#​7128](https://togithub.com/nuxt/nuxt.js/issues/7128) Set default name to layout to avoid multi mounted calls - `builder` - [#​7097](https://togithub.com/nuxt/nuxt.js/issues/7097) Ensure entry is in the graph for HMR ##### 🏑 Chore - `readme` - [#​7092](https://togithub.com/nuxt/nuxt.js/issues/7092) Simplify readme and add gitpod in contributing section - `examples` - [#​7098](https://togithub.com/nuxt/nuxt.js/issues/7098) Avoid warning with legacy `postcss.config.js` ##### πŸ’– Thanks to - Adam ([@​mercs600](https://togithub.com/mercs600)) - Aster ([@​asterd](https://togithub.com/asterd)) - Sean Hellum ([@​JesterOrNot](https://togithub.com/JesterOrNot)) - [@​daniluk4000](https://togithub.com/daniluk4000) - [@​olddeda](https://togithub.com/olddeda) ### [`v2.12.0`](https://togithub.com/nuxt/nuxt.js/releases/v2.12.0) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.11.0...v2.12.0) ##### πŸš€ Features - `general` - [#​6950](https://togithub.com/nuxt/nuxt.js/issues/6950) Support `crossorigin` attribute in SSR script and `preload` tags - [#​6868](https://togithub.com/nuxt/nuxt.js/issues/6868) Improve programmatic usage (see [docs](https://nuxtjs.org/api/nuxt)) - [#​7029](https://togithub.com/nuxt/nuxt.js/issues/7029) Expose webpack config - [#​6272](https://togithub.com/nuxt/nuxt.js/issues/6272) Allow disabling loading-screen - `webpack` - [#​6987](https://togithub.com/nuxt/nuxt.js/issues/6987) Support `@import` using `~assets` in css files - [#​6272](https://togithub.com/nuxt/nuxt.js/issues/6272) Allow disabling loading-screen - `vue-app` - [#​6880](https://togithub.com/nuxt/nuxt.js/issues/6880) New fetch syntax (see [docs](https://nuxtjs.org/api/pages-fetch)) - [#​6939](https://togithub.com/nuxt/nuxt.js/issues/6939) Pass error as param to `nuxt-loading` fail method - [#​6244](https://togithub.com/nuxt/nuxt.js/issues/6244) Trigger`watchParam` when param is changed in same route - `cli` - [#​6855](https://togithub.com/nuxt/nuxt.js/issues/6855) Pass context when `nuxt.config` exports a function ##### πŸ‘Œ DX - `builder` - [#​6924](https://togithub.com/nuxt/nuxt.js/issues/6924) Analyze mode warning rewording - `general` - [#​6881](https://togithub.com/nuxt/nuxt.js/issues/6881), [#​6896](https://togithub.com/nuxt/nuxt.js/issues/6896) HMR support for server middleware - `generator` - [#​6882](https://togithub.com/nuxt/nuxt.js/issues/6882) Log message or full error for unhandled error without stack trace - `cli` - [#​6904](https://togithub.com/nuxt/nuxt.js/issues/6904) Display listening URLs after build - `vue-app` - [#​7032](https://togithub.com/nuxt/nuxt.js/issues/7032) Improve missing inject value error message - [#​6775](https://togithub.com/nuxt/nuxt.js/issues/6775) Middleware not executing on double browser back navigation - `core` - [#​7079](https://togithub.com/nuxt/nuxt.js/issues/7079) Better module not found handling ##### πŸ”₯ Performance - `vue-renderer` - [#​6973](https://togithub.com/nuxt/nuxt.js/issues/6973) Early return `render` when redirect happens - [#​6846](https://togithub.com/nuxt/nuxt.js/issues/6846) Don't serialize session when `injectScripts` is false ##### πŸ› Bug Fixes - `core` - [#​7002](https://togithub.com/nuxt/nuxt.js/issues/7002) Deprecated `render:context` and `render:routeContext` hooks was not being called - `babel-preset-app` - [#​7070](https://togithub.com/nuxt/nuxt.js/issues/7070) TypeError when import cjs in webpack building - `vue-app` - [#​6946](https://togithub.com/nuxt/nuxt.js/issues/6946) Use child transition name when navigating to parent - [#​6854](https://togithub.com/nuxt/nuxt.js/issues/6854) Add fallback context for errors - [#​6803](https://togithub.com/nuxt/nuxt.js/issues/6803) Resolve leave transition on child routes - [#​6807](https://togithub.com/nuxt/nuxt.js/issues/6807) Move head to the index to avoid global state - `webpack` - [#​6864](https://togithub.com/nuxt/nuxt.js/issues/6864) Provide global `URL` and `URLSearchParams` ##### πŸ’… Refactors - `general` - [#​6954](https://togithub.com/nuxt/nuxt.js/issues/6954) Use scope variable memo for modern utils - `utils` - [#​6953](https://togithub.com/nuxt/nuxt.js/issues/6953) Eliminate side effect from modern utils ##### πŸ“ Examples - `cached-components` - [#​6997](https://togithub.com/nuxt/nuxt.js/issues/6997) Remove non-existing link ##### 🏑 Chore - `general` - [#​6816](https://togithub.com/nuxt/nuxt.js/issues/6816) Simplifies Code Contributions & Reviews - `ci` - [#​6857](https://togithub.com/nuxt/nuxt.js/issues/6857) Support Github actions ##### πŸ‘“ Tests - `general` - Fix socket-hang-up test - Separate dev and unit test - Avoid unexpected outside stderr assertion count - Fix uncompressed resource size - Wrap error test with consola to make output clear ##### πŸ’– Thanks to - 404-NOTFOUND ([@​404-NF](https://togithub.com/404-NF)) - HG ([@​husayt](https://togithub.com/husayt)) - James George ([@​jamesgeorge007](https://togithub.com/jamesgeorge007)) - Jason Poindexter ([@​jsonpoindexter](https://togithub.com/jsonpoindexter)) - Mark Honeychurch ([@​markhoney](https://togithub.com/markhoney)) - Matteo Rigon ([@​matteo-rigon](https://togithub.com/matteo-rigon)) - Sand Of Vega ([@​sandofvega](https://togithub.com/sandofvega)) - Sean Hellum ([@​JesterOrNot](https://togithub.com/JesterOrNot)) - Vladlen ([@​negezor](https://togithub.com/negezor)) - [@​wppd](https://togithub.com/wppd)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #77 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #77   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            2         2           
=========================================
  Hits             2         2           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 22bad6f...f7da588. Read the comment docs.