mazipan / nuxt-storage

🛢 Utilities for easy read and write browser's storage in Nuxt.js project
MIT License
126 stars 8 forks source link

chore(deps): update dependency eslint-plugin-import to v2.20.0 #195

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-import devDependencies minor 2.19.1 -> 2.20.0

Release Notes

benmosher/eslint-plugin-import ### [`v2.20.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2200---2020-01-10) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.0) ##### Added - [`order`]: added `caseInsensitive` as an additional option to `alphabetize` ([#​1586], thanks [@​dbrewer5]) - [`no-restricted-paths`]: New `except` option per `zone`, allowing exceptions to be defined for a restricted zone ([#​1238], thanks [@​rsolomon]) ##### Fixed - [`no-unused-modules`]: fix usage of `import/extensions` settings ([#​1560], thanks [@​stekycz]) - [`import/extensions`]: ignore non-main modules ([#​1563], thanks [@​saschanaz]) - TypeScript config: lookup for external modules in [@​types](https://togithub.com/types) folder ([#​1526], thanks [@​joaovieira]) - [`no-extraneous-dependencies`]: ensure `node.source` is truthy ([#​1589], thanks [@​ljharb]) - [`extensions`]: Ignore query strings when checking for extensions ([#​1572], thanks [@​pcorpet]) ##### Docs - [`extensions`]: improve `ignorePackages` docs ([#​1248], thanks [@​ivo-stefchev]) ##### Added - [`order`]: add option pathGroupsExcludedImportTypes to allow ordering of external import types ([#​1565], thanks [@​Mairu])

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 4 years ago

Codecov Report

Merging #195 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   71.76%   71.76%           
=======================================
  Files           3        3           
  Lines          85       85           
  Branches       19       19           
=======================================
  Hits           61       61           
  Misses         24       24

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 65bba84...891f848. Read the comment docs.