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

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 minor ^23.7.0 -> ^23.8.0
eslint-plugin-vue (source) devDependencies minor ^6.1.2 -> ^6.2.1
jsdom devDependencies minor ^16.1.0 -> ^16.2.0

Release Notes

jest-community/eslint-plugin-jest ### [`v23.8.0`](https://togithub.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md#​2380httpsgithubcomjest-communityeslint-plugin-jestcomparev2370v2380-2020-02-23) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v23.7.0...v23.8.0) ##### Bug Fixes - **valid-title:** ensure argument node is defined before accessing props ([#​538](https://togithub.com/jest-community/eslint-plugin-jest/issues/538)) ([7730f75](https://togithub.com/jest-community/eslint-plugin-jest/commit/7730f757561100559509b756fd362ca33b9ab1d4)) ##### Features - **no-large-snapshots:** add setting to define maxSize by snapshot type ([#​524](https://togithub.com/jest-community/eslint-plugin-jest/issues/524)) ([0d77300](https://togithub.com/jest-community/eslint-plugin-jest/commit/0d77300e61adc7a5aa84f34ff4ccc164075d5f41))
vuejs/eslint-plugin-vue ### [`v6.2.1`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v6.2.1) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v6.2.0...v6.2.1) #### πŸ› Bug Fixes - [#​1055](https://togithub.com/vuejs/eslint-plugin-vue/issues/1055) Fixed false positives for binded and unbinded attrs in 'vue/attributes-order' with `alphabetical` option. * * * **All commits:** [v6.2.0 -> v6.2.1](https://togithub.com/vuejs/eslint-plugin-vue/compare/v6.2.0...v6.2.1) ### [`v6.2.0`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v6.2.0) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v6.1.2...v6.2.0) #### ✨ Enhancements ##### New Rules: - [#​997](https://togithub.com/vuejs/eslint-plugin-vue/issues/997) Added `vue/sort-keys` rule that the `sort-keys` rule which is compatible with order-in-components. - [#​1021](https://togithub.com/vuejs/eslint-plugin-vue/issues/1021) Added `vue/padding-line-between-blocks` rule requires or disallows blank lines between the given 2 blocks. ##### New Options: - [#​1022](https://togithub.com/vuejs/eslint-plugin-vue/issues/1022) Added `alphabetical` option to `vue/attributes-order` rule to alphabetical ordering within groupings. - [#​1031](https://togithub.com/vuejs/eslint-plugin-vue/issues/1031) Added `avoidEscape` option to `vue/html-quotes` rule. #### πŸ› Bug Fixes - [#​1027](https://togithub.com/vuejs/eslint-plugin-vue/issues/1027) Fixed false positives in `vue/no-side-effects-in-computed-properties` - [#​1046](https://togithub.com/vuejs/eslint-plugin-vue/issues/1046) Fixed an error when using spread elements in `vue/require-default-prop`. * * * **All commits:** [v6.1.2 -> v6.2.0](https://togithub.com/vuejs/eslint-plugin-vue/compare/v6.1.2...v6.2.0)
jsdom/jsdom ### [`v16.2.0`](https://togithub.com/jsdom/jsdom/blob/master/Changelog.md#​1620) [Compare Source](https://togithub.com/jsdom/jsdom/compare/16.1.0...16.2.0) - Added support for custom elements! Congratulations and thanks to [@​pmdartus](https://togithub.com/jsdom/jsdom/commits?author=pmdartus) for making this happen, after ten months of hard work and lots of effort poured into the complex architectural prerequisites in jsdom and supporting packages. - Fixed some issues when trying to use `Attr` as a `Node`, e.g. by checking its `baseURI` property or calling `attr.cloneNode()`. - Fixed a memory leak during parsing that was introduced in v14.0.0. - Fixed edge cases in number/string conversion used for certain element properties that reflected integer attributes.

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 if you tick the rebase/retry checkbox below.

: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 #72 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #72   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  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 8e4bbd3...56f7b83. Read the comment docs.