From 8a630595f557f90157f28d633c0188f88f25e29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 22 Mar 2019 14:13:38 +0000 Subject: [PATCH] build(deps-dev): bump @xwtec/eslint-config from 3.7.0 to 3.8.0 Bumps [@xwtec/eslint-config](https://github.com/xwtec/eslint-config) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/xwtec/eslint-config/releases) - [Changelog](https://github.com/xwtec/eslint-config/blob/master/changelog.md) - [Commits](https://github.com/xwtec/eslint-config/compare/v3.7.0...v3.8.0) Signed-off-by: dependabot[bot] --- yarn.lock | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b02fab16..c193c1cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -640,12 +640,13 @@ integrity sha512-wp6IOGu1lxsfnrD+5mX6qwSwWuqsdkKKxTN4aQc4wByHAKZJf9/D4KXPQ1POUjEbnCP5LMggB0OEFNY9OTsMqg== "@xwtec/eslint-config@^3.5.10": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@xwtec/eslint-config/-/eslint-config-3.7.0.tgz#3c7e1fdcdb2bc86156f7fcb0028b29b9c9a84532" - integrity sha512-EYrzqwoyCtJSozwuHcbJ56wKY7be2Gm49PUoZGl+IUtlaloo6PwMDfmR/I8lpJisjL2JRmJU1vz1IbktfnwUZQ== + version "3.8.0" + resolved "https://registry.yarnpkg.com/@xwtec/eslint-config/-/eslint-config-3.8.0.tgz#15646c4e069aea1ae13ea4caedc31b607d5ba706" + integrity sha512-HcpPkx+r3r9Sxh8M7+QXAnXEegk/1TEkjiT9DxJuWTKlcwxTWsOHsq2EqxY9x/kL1/1nKH0YAgc2cjIsCAjH/w== dependencies: eslint-config-airbnb-base "^13.1.0" eslint-config-prettier "^4.1.0" + eslint-plugin-eslint-comments "^3.1.1" eslint-plugin-import "^2.16.0" eslint-plugin-prettier "^3.0.1" eslint-plugin-promise "^4.0.1" @@ -2318,6 +2319,14 @@ eslint-module-utils@^2.3.0: debug "^2.6.8" pkg-dir "^2.0.0" +eslint-plugin-eslint-comments@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.1.1.tgz#32ff0afba8a48e17073817e6d03fbc5622f735b7" + integrity sha512-GZDKhOFqJLKlaABX+kdoLskcTINMrVOWxGca54KcFb1QCPd0CLmqgAMRxkkUfGSmN+5NJUMGh7NGccIMcWPSfQ== + dependencies: + escape-string-regexp "^1.0.5" + ignore "^5.0.5" + eslint-plugin-import@^2.16.0: version "2.16.0" resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f" @@ -3298,6 +3307,11 @@ ignore@^4.0.3, ignore@^4.0.6: resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== +ignore@^5.0.5: + version "5.0.6" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.6.tgz#562dacc7ec27d672dde433aa683c543b24c17694" + integrity sha512-/+hp3kUf/Csa32ktIaj0OlRqQxrgs30n62M90UBpNd9k+ENEch5S+hmbW3DtcJGz3sYFTh4F3A6fQ0q7KWsp4w== + import-fresh@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"