Skip to content

Commit

Permalink
build(deps-dev): bump eslint-plugin-ava from 10.5.0 to 11.0.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-ava](https://github.com/avajs/eslint-plugin-ava) from 10.5.0 to 11.0.0.
- [Release notes](https://github.com/avajs/eslint-plugin-ava/releases)
- [Commits](avajs/eslint-plugin-ava@v10.5.0...v11.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 18, 2020
1 parent f7eac78 commit e359e34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"coveralls": "^3.0.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-ava": "^10.2.0",
"eslint-plugin-ava": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"nyc": "^15.0.0",
"release-it": "^13.1.1"
Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Expand Up @@ -1387,14 +1387,15 @@ eslint-module-utils@^2.6.0:
debug "^2.6.9"
pkg-dir "^2.0.0"

eslint-plugin-ava@^10.2.0:
version "10.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ava/-/eslint-plugin-ava-10.5.0.tgz#2dc55dd6fc5d1bdd6f7a9ff32c6f199ce2905e33"
integrity sha512-2I0Ze8ZtwbSlLdnzms4bsa6PxxOxGMIJ9d4yy7aRy3yc5zEO2wHJLic8l3Lrct73hb5ML+PLt5VRqvdV87xWdQ==
eslint-plugin-ava@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ava/-/eslint-plugin-ava-11.0.0.tgz#92d98694b4af6d6f2353613af06301d44d6b13a6"
integrity sha512-UMGedfl/gIKx1tzjGtAsTSJgowyAEZU2VWmpoWXYcuuV4B2H4Cu90yuMgMPEVt1mQlIZ21L7YM2CSpHUFJo/LQ==
dependencies:
deep-strict-equal "^0.2.0"
enhance-visitors "^1.0.0"
espree "^7.1.0"
eslint-utils "^2.1.0"
espree "^7.2.0"
espurify "^2.0.1"
import-modules "^2.0.0"
micro-spelling-correcter "^1.1.1"
Expand Down Expand Up @@ -1482,7 +1483,7 @@ eslint@^7.2.0:
text-table "^0.2.0"
v8-compile-cache "^2.0.3"

espree@^7.1.0, espree@^7.2.0:
espree@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz#1c263d5b513dbad0ac30c4991b93ac354e948d69"
integrity sha512-H+cQ3+3JYRMEIOl87e7QdHX70ocly5iW4+dttuR8iYSPr/hXKFb+7dBsZ7+u1adC4VrnPlTkv0+OwuPnDop19g==
Expand Down

0 comments on commit e359e34

Please sign in to comment.