Skip to content

Commit 7bf8c9e

Browse files
authored
Merge pull request #318 from hoverinc/dependabot-npm_and_yarn-typescript-eslint-parser-4.14.0
feat(deps): bump @typescript-eslint/parser from 4.4.0 to 4.14.0
2 parents 04e694e + bba0224 commit 7bf8c9e

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@commitlint/prompt": "^11.0.0",
5656
"@types/jest": "^26.0.20",
5757
"@typescript-eslint/eslint-plugin": "^4.4.0",
58-
"@typescript-eslint/parser": "^4.4.0",
58+
"@typescript-eslint/parser": "^4.14.0",
5959
"arrify": "^2.0.1",
6060
"chalk": "^4.1.0",
6161
"commitizen": "^4.2.1",

yarn.lock

+43-8
Original file line numberDiff line numberDiff line change
@@ -1491,16 +1491,24 @@
14911491
eslint-scope "^5.0.0"
14921492
eslint-utils "^2.0.0"
14931493

1494-
"@typescript-eslint/parser@^4.2.0", "@typescript-eslint/parser@^4.4.0":
1495-
version "4.4.0"
1496-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"
1497-
integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA==
1498-
dependencies:
1499-
"@typescript-eslint/scope-manager" "4.4.0"
1500-
"@typescript-eslint/types" "4.4.0"
1501-
"@typescript-eslint/typescript-estree" "4.4.0"
1494+
"@typescript-eslint/parser@^4.14.0", "@typescript-eslint/parser@^4.2.0":
1495+
version "4.14.0"
1496+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.0.tgz#62d4cd2079d5c06683e9bfb200c758f292c4dee7"
1497+
integrity sha512-sUDeuCjBU+ZF3Lzw0hphTyScmDDJ5QVkyE21pRoBo8iDl7WBtVFS+WDN3blY1CH3SBt7EmYCw6wfmJjF0l/uYg==
1498+
dependencies:
1499+
"@typescript-eslint/scope-manager" "4.14.0"
1500+
"@typescript-eslint/types" "4.14.0"
1501+
"@typescript-eslint/typescript-estree" "4.14.0"
15021502
debug "^4.1.1"
15031503

1504+
"@typescript-eslint/[email protected]":
1505+
version "4.14.0"
1506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.0.tgz#55a4743095d684e1f7b7180c4bac2a0a3727f517"
1507+
integrity sha512-/J+LlRMdbPh4RdL4hfP1eCwHN5bAhFAGOTsvE6SxsrM/47XQiPSgF5MDgLyp/i9kbZV9Lx80DW0OpPkzL+uf8Q==
1508+
dependencies:
1509+
"@typescript-eslint/types" "4.14.0"
1510+
"@typescript-eslint/visitor-keys" "4.14.0"
1511+
15041512
"@typescript-eslint/[email protected]":
15051513
version "4.4.0"
15061514
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
@@ -1514,6 +1522,11 @@
15141522
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
15151523
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
15161524

1525+
"@typescript-eslint/[email protected]":
1526+
version "4.14.0"
1527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.0.tgz#d8a8202d9b58831d6fd9cee2ba12f8a5a5dd44b6"
1528+
integrity sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
1529+
15171530
"@typescript-eslint/[email protected]":
15181531
version "4.4.0"
15191532
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
@@ -1546,6 +1559,20 @@
15461559
semver "^7.3.2"
15471560
tsutils "^3.17.1"
15481561

1562+
"@typescript-eslint/[email protected]":
1563+
version "4.14.0"
1564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz#4bcd67486e9acafc3d0c982b23a9ab8ac8911ed7"
1565+
integrity sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag==
1566+
dependencies:
1567+
"@typescript-eslint/types" "4.14.0"
1568+
"@typescript-eslint/visitor-keys" "4.14.0"
1569+
debug "^4.1.1"
1570+
globby "^11.0.1"
1571+
is-glob "^4.0.1"
1572+
lodash "^4.17.15"
1573+
semver "^7.3.2"
1574+
tsutils "^3.17.1"
1575+
15491576
"@typescript-eslint/[email protected]":
15501577
version "4.4.0"
15511578
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
@@ -1567,6 +1594,14 @@
15671594
dependencies:
15681595
eslint-visitor-keys "^1.1.0"
15691596

1597+
"@typescript-eslint/[email protected]":
1598+
version "4.14.0"
1599+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz#b1090d9d2955b044b2ea2904a22496849acbdf54"
1600+
integrity sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==
1601+
dependencies:
1602+
"@typescript-eslint/types" "4.14.0"
1603+
eslint-visitor-keys "^2.0.0"
1604+
15701605
"@typescript-eslint/[email protected]":
15711606
version "4.4.0"
15721607
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"

0 commit comments

Comments
 (0)