Skip to content

Commit f092515

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump @typescript-eslint/parser from 4.28.3 to 4.28.4
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.3 to 4.28.4. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.4/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2ef804 commit f092515

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@commitlint/prompt": "^12.1.4",
5252
"@types/jest": "^26.0.24",
5353
"@typescript-eslint/eslint-plugin": "^4.28.4",
54-
"@typescript-eslint/parser": "^4.28.3",
54+
"@typescript-eslint/parser": "^4.28.4",
5555
"arrify": "^2.0.1",
5656
"commitizen": "^4.2.4",
5757
"concurrently": "^6.2.0",

yarn.lock

+8-42
Original file line numberDiff line numberDiff line change
@@ -1676,23 +1676,15 @@
16761676
eslint-scope "^5.1.1"
16771677
eslint-utils "^3.0.0"
16781678

1679-
"@typescript-eslint/parser@^4.28.3", "@typescript-eslint/parser@^4.4.1":
1680-
version "4.28.3"
1681-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.3.tgz#95f1d475c08268edffdcb2779993c488b6434b44"
1682-
integrity sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==
1683-
dependencies:
1684-
"@typescript-eslint/scope-manager" "4.28.3"
1685-
"@typescript-eslint/types" "4.28.3"
1686-
"@typescript-eslint/typescript-estree" "4.28.3"
1687-
debug "^4.3.1"
1688-
1689-
"@typescript-eslint/[email protected]":
1690-
version "4.28.3"
1691-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz#c32ad4491b3726db1ba34030b59ea922c214e371"
1692-
integrity sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==
1679+
"@typescript-eslint/parser@^4.28.3", "@typescript-eslint/parser@^4.28.4", "@typescript-eslint/parser@^4.4.1":
1680+
version "4.28.4"
1681+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.4.tgz#bc462dc2779afeefdcf49082516afdc3e7b96fab"
1682+
integrity sha512-4i0jq3C6n+og7/uCHiE6q5ssw87zVdpUj1k6VlVYMonE3ILdFApEzTWgppSRG4kVNB/5jxnH+gTeKLMNfUelQA==
16931683
dependencies:
1694-
"@typescript-eslint/types" "4.28.3"
1695-
"@typescript-eslint/visitor-keys" "4.28.3"
1684+
"@typescript-eslint/scope-manager" "4.28.4"
1685+
"@typescript-eslint/types" "4.28.4"
1686+
"@typescript-eslint/typescript-estree" "4.28.4"
1687+
debug "^4.3.1"
16961688

16971689
"@typescript-eslint/[email protected]":
16981690
version "4.28.4"
@@ -1702,29 +1694,11 @@
17021694
"@typescript-eslint/types" "4.28.4"
17031695
"@typescript-eslint/visitor-keys" "4.28.4"
17041696

1705-
"@typescript-eslint/[email protected]":
1706-
version "4.28.3"
1707-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.3.tgz#8fffd436a3bada422c2c1da56060a0566a9506c7"
1708-
integrity sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==
1709-
17101697
"@typescript-eslint/[email protected]":
17111698
version "4.28.4"
17121699
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.4.tgz#41acbd79b5816b7c0dd7530a43d97d020d3aeb42"
17131700
integrity sha512-3eap4QWxGqkYuEmVebUGULMskR6Cuoc/Wii0oSOddleP4EGx1tjLnZQ0ZP33YRoMDCs5O3j56RBV4g14T4jvww==
17141701

1715-
"@typescript-eslint/[email protected]":
1716-
version "4.28.3"
1717-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz#253d7088100b2a38aefe3c8dd7bd1f8232ec46fb"
1718-
integrity sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==
1719-
dependencies:
1720-
"@typescript-eslint/types" "4.28.3"
1721-
"@typescript-eslint/visitor-keys" "4.28.3"
1722-
debug "^4.3.1"
1723-
globby "^11.0.3"
1724-
is-glob "^4.0.1"
1725-
semver "^7.3.5"
1726-
tsutils "^3.21.0"
1727-
17281702
"@typescript-eslint/[email protected]":
17291703
version "4.28.4"
17301704
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.4.tgz#252e6863278dc0727244be9e371eb35241c46d00"
@@ -1738,14 +1712,6 @@
17381712
semver "^7.3.5"
17391713
tsutils "^3.21.0"
17401714

1741-
"@typescript-eslint/[email protected]":
1742-
version "4.28.3"
1743-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz#26ac91e84b23529968361045829da80a4e5251c4"
1744-
integrity sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==
1745-
dependencies:
1746-
"@typescript-eslint/types" "4.28.3"
1747-
eslint-visitor-keys "^2.0.0"
1748-
17491715
"@typescript-eslint/[email protected]":
17501716
version "4.28.4"
17511717
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.4.tgz#92dacfefccd6751cbb0a964f06683bfd72d0c4d3"

0 commit comments

Comments
 (0)