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 typescript-eslint monorepo to v2.13.0 #179

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin devDependencies minor 2.12.0 -> 2.13.0
@typescript-eslint/parser devDependencies minor 2.12.0 -> 2.13.0

Release Notes

typescript-eslint/typescript-eslint ### [`v2.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#​2130httpsgithubcomtypescript-eslinttypescript-eslintcomparev2120v2130-2019-12-23) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v2.12.0...v2.13.0) ##### Bug Fixes - **eslint-plugin:** [quotes] ignore backticks for Enum members ([#​1355](https://togithub.com/typescript-eslint/typescript-eslint/issues/1355)) ([e51048c](https://togithub.com/typescript-eslint/typescript-eslint/commit/e51048c)) - **eslint-plugin:** [type-annotation-spacing] typo in messages ([#​1354](https://togithub.com/typescript-eslint/typescript-eslint/issues/1354)) ([82e0dbc](https://togithub.com/typescript-eslint/typescript-eslint/commit/82e0dbc)) - **eslint-plugin:** add isTypeAssertion utility function ([#​1369](https://togithub.com/typescript-eslint/typescript-eslint/issues/1369)) ([bb1671e](https://togithub.com/typescript-eslint/typescript-eslint/commit/bb1671e)) - **eslint-plugin:** use AST_NODE_TYPES enum instead of strings ([#​1366](https://togithub.com/typescript-eslint/typescript-eslint/issues/1366)) ([bd0276b](https://togithub.com/typescript-eslint/typescript-eslint/commit/bd0276b)) - **typescript-estree:** correct type of key for base nodes ([#​1367](https://togithub.com/typescript-eslint/typescript-eslint/issues/1367)) ([099225a](https://togithub.com/typescript-eslint/typescript-eslint/commit/099225a)) ##### Features - **eslint-plugin:** [ban-types] handle empty type literal {} ([#​1348](https://togithub.com/typescript-eslint/typescript-eslint/issues/1348)) ([1c0ce9b](https://togithub.com/typescript-eslint/typescript-eslint/commit/1c0ce9b)) - **eslint-plugin:** [no-use-before-define] opt to ignore enum ([#​1242](https://togithub.com/typescript-eslint/typescript-eslint/issues/1242)) ([6edd911](https://togithub.com/typescript-eslint/typescript-eslint/commit/6edd911)) - **eslint-plugin:** [pref-str-starts/ends-with] optional chain… ([#​1357](https://togithub.com/typescript-eslint/typescript-eslint/issues/1357)) ([fd37bc3](https://togithub.com/typescript-eslint/typescript-eslint/commit/fd37bc3)) - **eslint-plugin:** add no-extra-semi [extension]([#​1237](https://togithub.com/typescript-eslint/typescript-eslint/issues/1237)) ([425f65c](https://togithub.com/typescript-eslint/typescript-eslint/commit/425f65c)) - **eslint-plugin:** add no-throw-literal [extension]([#​1331](https://togithub.com/typescript-eslint/typescript-eslint/issues/1331)) ([2aa696c](https://togithub.com/typescript-eslint/typescript-eslint/commit/2aa696c)) - **eslint-plugin:** more optional chain support in rules ([#​1363](https://togithub.com/typescript-eslint/typescript-eslint/issues/1363)) ([3dd1b02](https://togithub.com/typescript-eslint/typescript-eslint/commit/3dd1b02)) - **eslint-plugin-tslint:** add fixer for config rule ([#​1342](https://togithub.com/typescript-eslint/typescript-eslint/issues/1342)) ([c52c5c9](https://togithub.com/typescript-eslint/typescript-eslint/commit/c52c5c9)) - **typescript-estree:** computed members discriminated unions ([#​1349](https://togithub.com/typescript-eslint/typescript-eslint/issues/1349)) ([013df9a](https://togithub.com/typescript-eslint/typescript-eslint/commit/013df9a)) - **typescript-estree:** tighten prop name and destructure types ([#​1346](https://togithub.com/typescript-eslint/typescript-eslint/issues/1346)) ([f335c50](https://togithub.com/typescript-eslint/typescript-eslint/commit/f335c50))

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 these updates again.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #179   +/-   ##
=======================================
  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 2806791...4f54958. Read the comment docs.