Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit f797043

Browse files
committed
chore(deps): update devdependency eslint-config-airbnb-typescript to v7
1 parent 950c192 commit f797043

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@vue/test-utils": "1.0.0-beta.31",
6969
"cz-conventional-changelog": "3.1.0",
7070
"eslint": "6.8.0",
71-
"eslint-config-airbnb-typescript": "6.3.1",
71+
"eslint-config-airbnb-typescript": "7.0.0",
7272
"eslint-config-prettier": "6.10.0",
7373
"eslint-plugin-import": "2.20.1",
7474
"eslint-plugin-jest": "23.7.0",

yarn.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -1591,15 +1591,6 @@
15911591
regexpp "^3.0.0"
15921592
tsutils "^3.17.1"
15931593

1594-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
1595-
version "2.12.0"
1596-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.12.0.tgz#e0a76ffb6293e058748408a191921e453c31d40d"
1597-
integrity sha512-jv4gYpw5N5BrWF3ntROvCuLe1IjRenLy5+U57J24NbPGwZFAjhnM45qpq0nDH1y/AZMb3Br25YiNVwyPbz6RkA==
1598-
dependencies:
1599-
"@types/json-schema" "^7.0.3"
1600-
"@typescript-eslint/typescript-estree" "2.12.0"
1601-
eslint-scope "^5.0.0"
1602-
16031594
"@typescript-eslint/[email protected]":
16041595
version "2.19.0"
16051596
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.19.0.tgz#d5ca732f22c009e515ba09fcceb5f2127d841568"
@@ -1609,14 +1600,23 @@
16091600
"@typescript-eslint/typescript-estree" "2.19.0"
16101601
eslint-scope "^5.0.0"
16111602

1612-
"@typescript-eslint/parser@^2.3.0":
1603+
"@typescript-eslint/experimental-utils@^2.5.0":
16131604
version "2.12.0"
1614-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.12.0.tgz#393f1604943a4ca570bb1a45bc8834e9b9158884"
1615-
integrity sha512-lPdkwpdzxEfjI8TyTzZqPatkrswLSVu4bqUgnB03fHSOwpC7KSerPgJRgIAf11UGNf7HKjJV6oaPZI4AghLU6g==
1605+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.12.0.tgz#e0a76ffb6293e058748408a191921e453c31d40d"
1606+
integrity sha512-jv4gYpw5N5BrWF3ntROvCuLe1IjRenLy5+U57J24NbPGwZFAjhnM45qpq0nDH1y/AZMb3Br25YiNVwyPbz6RkA==
16161607
dependencies:
1617-
"@types/eslint-visitor-keys" "^1.0.0"
1618-
"@typescript-eslint/experimental-utils" "2.12.0"
1608+
"@types/json-schema" "^7.0.3"
16191609
"@typescript-eslint/typescript-estree" "2.12.0"
1610+
eslint-scope "^5.0.0"
1611+
1612+
"@typescript-eslint/parser@^2.19.0":
1613+
version "2.19.0"
1614+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.19.0.tgz#912160d9425395d09857dcd5382352bc98be11ae"
1615+
integrity sha512-s0jZoxAWjHnuidbbN7aA+BFVXn4TCcxEVGPV8lWMxZglSs3NRnFFAlL+aIENNmzB2/1jUJuySi6GiM6uACPmpg==
1616+
dependencies:
1617+
"@types/eslint-visitor-keys" "^1.0.0"
1618+
"@typescript-eslint/experimental-utils" "2.19.0"
1619+
"@typescript-eslint/typescript-estree" "2.19.0"
16201620
eslint-visitor-keys "^1.1.0"
16211621

16221622
"@typescript-eslint/[email protected]":
@@ -3584,12 +3584,12 @@ eslint-config-airbnb-base@^14.0.0:
35843584
object.assign "^4.1.0"
35853585
object.entries "^1.1.0"
35863586

3587-
eslint-config-airbnb-typescript@6.3.1:
3588-
version "6.3.1"
3589-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-6.3.1.tgz#28bd09099355324353a074a71951dd879cce7df0"
3590-
integrity sha512-+tkkVysaN63zXz+oiPfkfYSRMIY5QfHI4qFeyb1ZhRGF2jR6JslqDv5GkrW/eciySNTVTigFvf9hkqHT9vklJw==
3587+
eslint-config-airbnb-typescript@7.0.0:
3588+
version "7.0.0"
3589+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-typescript/-/eslint-config-airbnb-typescript-7.0.0.tgz#1846623dcd17d4993db1688f9698bcedeccccccc"
3590+
integrity sha512-ki0JvJEdz2E0QWMeDfSgyr7tLwSmTYhMwaZP0XNnBhQfsjAAlLXwpQZHZBIpaoPrc2Fs6pFUTUU39xD3XPXKZQ==
35913591
dependencies:
3592-
"@typescript-eslint/parser" "^2.3.0"
3592+
"@typescript-eslint/parser" "^2.19.0"
35933593
eslint-config-airbnb "^18.0.1"
35943594
eslint-config-airbnb-base "^14.0.0"
35953595

0 commit comments

Comments
 (0)