Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-config-welly from 1.1.2 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [eslint-config-welly](https://github.com/wellyshen/eslint-config-welly) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/wellyshen/eslint-config-welly/releases)
- [Changelog](https://github.com/wellyshen/eslint-config-welly/blob/master/CHANGELOG.md)
- [Commits](wellyshen/eslint-config-welly@v1.1.2...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 11, 2020
1 parent b10b5fc commit d16b476
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"@types/resize-observer-browser": "^0.1.3",
"babel-plugin-emotion": "^10.0.33",
"eslint": "^6.8.0",
"eslint-config-welly": "^1.1.2",
"eslint-config-welly": "^1.2.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.9",
Expand Down
43 changes: 22 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@
core-js-pure "^3.0.0"
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.4.5", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
"@babel/runtime@^7.4.5", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6":
version "7.10.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839"
integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==
Expand Down Expand Up @@ -1566,7 +1566,7 @@
dependencies:
"@types/yargs-parser" "*"

"@typescript-eslint/eslint-plugin@^3.0.2":
"@typescript-eslint/eslint-plugin@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.2.0.tgz#7fb997f391af32ae6ca1dbe56bcefe4dd30bda14"
integrity sha512-t9RTk/GyYilIXt6BmZurhBzuMT9kLKw3fQoJtK9ayv0tXTlznXEAnx07sCLXdkN3/tZDep1s1CEV95CWuARYWA==
Expand Down Expand Up @@ -1597,7 +1597,7 @@
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"

"@typescript-eslint/parser@^3.0.2":
"@typescript-eslint/parser@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.2.0.tgz#d9d7867456b1b8ecae9e724269b0bc932f06cbca"
integrity sha512-Vhu+wwdevDLVDjK1lIcoD6ZbuOa93fzqszkaO3iCnmrScmKwyW/AGkzc2UvfE5TCoCXqq7Jyt6SOXjsIlpqF4A==
Expand Down Expand Up @@ -3580,26 +3580,26 @@ eslint-config-prettier@^6.11.0:
dependencies:
get-stdin "^6.0.0"

eslint-config-welly@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/eslint-config-welly/-/eslint-config-welly-1.1.2.tgz#8ef77d49821cd83249c1ce59fb5d0d95a4f7b67d"
integrity sha512-3prS/+82iq3Nk7fOqmW1JoqqIAKTtatbs51Z5Bfezg8HzkXlL/iRegW4GnTRUdnu8ku9heQYGJMXp2XwkuGihQ==
eslint-config-welly@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-welly/-/eslint-config-welly-1.2.0.tgz#51844430174827eabb3120312acd9bd020bf03a9"
integrity sha512-C/cQmeN+CsQYJZaOIVEZNIPsuyzoPiZ/A6b7ufnSfCSKOyU+Itv9k8DDEVF0Lvqm7kSxqtSQES3m2AoE+lh6wQ==
dependencies:
"@typescript-eslint/eslint-plugin" "^3.0.2"
"@typescript-eslint/parser" "^3.0.2"
"@typescript-eslint/eslint-plugin" "^3.2.0"
"@typescript-eslint/parser" "^3.2.0"
eslint-config-airbnb "^18.1.0"
eslint-config-prettier "^6.11.0"
eslint-import-resolver-typescript "^2.0.0"
eslint-plugin-compat "^3.7.0"
eslint-plugin-emotion "^10.0.27"
eslint-plugin-import "^2.20.1"
eslint-plugin-jest "^23.13.2"
eslint-plugin-jest-dom "^2.1.0"
eslint-plugin-jest-dom "^3.0.0"
eslint-plugin-jsx-a11y "^6.2.3"
eslint-plugin-prettier "^3.1.3"
eslint-plugin-react "^7.19.0"
eslint-plugin-react-hooks "^2.5.0"
eslint-plugin-testing-library "^3.1.3"
eslint-plugin-testing-library "^3.2.2"
read-pkg-up "^7.0.1"

eslint-import-resolver-node@^0.3.3:
Expand Down Expand Up @@ -3666,12 +3666,13 @@ eslint-plugin-import@^2.20.1:
resolve "^1.17.0"
tsconfig-paths "^3.9.0"

eslint-plugin-jest-dom@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-2.1.0.tgz#02a4b84d53f2d39e9a4ede9429a8aeaa4503eb73"
integrity sha512-J9H75qqPro0TA5AQcEJtZmxG4Go0KYjZYXAiAmvQsNUOIP1EzCF6BTJSkB/7Sw8wmzgLwNSvhMUDXqDfHa1HqA==
eslint-plugin-jest-dom@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.0.1.tgz#ab446c015bb7c9faed769533dfc3cecc2fcf6230"
integrity sha512-RszrVljcf+jxfudrvFo469HMVT+yeB5wt/6tY+33Ebiiq7Za1Uh5RVu+ZKPCKSd7E4buyi8bxcHLfNCFXSSz7w==
dependencies:
requireindex "~1.2.0"
"@babel/runtime" "^7.9.6"
requireindex "^1.2.0"

eslint-plugin-jest@^23.13.2:
version "23.13.2"
Expand Down Expand Up @@ -3724,10 +3725,10 @@ eslint-plugin-react@^7.19.0:
string.prototype.matchall "^4.0.2"
xregexp "^4.3.0"

eslint-plugin-testing-library@^3.1.3:
version "3.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.2.1.tgz#365b6564b1ab4770d3ed309cc1ca4b1a260ff921"
integrity sha512-UrJjnxiw8Od++Ub9uSn3eLckp8YZm7mnetKrDiw1h57yE0e3xD/OcO7gX3xnBqaUR5xavazT4qGO+ypLjJ4/VQ==
eslint-plugin-testing-library@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.2.2.tgz#a2b317592cc99468ba525a04464f42f3db94edec"
integrity sha512-jirtg44WKFPAxktzjwNJFQZd4ThJv7fanmECgrj0x447nLviR5bHZEnUkL3ZLk4KtTCQctJifgLKr4wtkP0e3w==
dependencies:
"@typescript-eslint/experimental-utils" "^2.29.0"

Expand Down Expand Up @@ -7815,7 +7816,7 @@ require-main-filename@^2.0.0:
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==

requireindex@~1.2.0:
requireindex@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==
Expand Down

0 comments on commit d16b476

Please sign in to comment.