Skip to content

Commit 88f06e4

Browse files
authored
Merge pull request #31 from Invulner/dependabot/npm_and_yarn/typescript-eslint/parser-7.12.0
Bump @typescript-eslint/parser from 7.11.0 to 7.12.0
2 parents 2e30e76 + 86bee2e commit 88f06e4

2 files changed

Lines changed: 10 additions & 45 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/react": "^18.3.3",
6464
"@types/react-dom": "^18.3.0",
6565
"@typescript-eslint/eslint-plugin": "^7.12.0",
66-
"@typescript-eslint/parser": "^7.11.0",
66+
"@typescript-eslint/parser": "^7.12.0",
6767
"eslint": "^8.57.0",
6868
"eslint-config-prettier": "^9.1.0",
6969
"eslint-config-standard": "^17.1.0",

yarn.lock

Lines changed: 9 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,24 +1653,16 @@
16531653
natural-compare "^1.4.0"
16541654
ts-api-utils "^1.3.0"
16551655

1656-
"@typescript-eslint/parser@^7.11.0":
1657-
version "7.11.0"
1658-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839"
1659-
integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==
1660-
dependencies:
1661-
"@typescript-eslint/scope-manager" "7.11.0"
1662-
"@typescript-eslint/types" "7.11.0"
1663-
"@typescript-eslint/typescript-estree" "7.11.0"
1664-
"@typescript-eslint/visitor-keys" "7.11.0"
1665-
debug "^4.3.4"
1666-
1667-
"@typescript-eslint/scope-manager@7.11.0":
1668-
version "7.11.0"
1669-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d"
1670-
integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==
1656+
"@typescript-eslint/parser@^7.12.0":
1657+
version "7.12.0"
1658+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3"
1659+
integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==
16711660
dependencies:
1672-
"@typescript-eslint/types" "7.11.0"
1673-
"@typescript-eslint/visitor-keys" "7.11.0"
1661+
"@typescript-eslint/scope-manager" "7.12.0"
1662+
"@typescript-eslint/types" "7.12.0"
1663+
"@typescript-eslint/typescript-estree" "7.12.0"
1664+
"@typescript-eslint/visitor-keys" "7.12.0"
1665+
debug "^4.3.4"
16741666

16751667
"@typescript-eslint/scope-manager@7.12.0":
16761668
version "7.12.0"
@@ -1690,30 +1682,11 @@
16901682
debug "^4.3.4"
16911683
ts-api-utils "^1.3.0"
16921684

1693-
"@typescript-eslint/types@7.11.0":
1694-
version "7.11.0"
1695-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722"
1696-
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==
1697-
16981685
"@typescript-eslint/types@7.12.0":
16991686
version "7.12.0"
17001687
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
17011688
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
17021689

1703-
"@typescript-eslint/typescript-estree@7.11.0":
1704-
version "7.11.0"
1705-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa"
1706-
integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==
1707-
dependencies:
1708-
"@typescript-eslint/types" "7.11.0"
1709-
"@typescript-eslint/visitor-keys" "7.11.0"
1710-
debug "^4.3.4"
1711-
globby "^11.1.0"
1712-
is-glob "^4.0.3"
1713-
minimatch "^9.0.4"
1714-
semver "^7.6.0"
1715-
ts-api-utils "^1.3.0"
1716-
17171690
"@typescript-eslint/typescript-estree@7.12.0":
17181691
version "7.12.0"
17191692
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9"
@@ -1738,14 +1711,6 @@
17381711
"@typescript-eslint/types" "7.12.0"
17391712
"@typescript-eslint/typescript-estree" "7.12.0"
17401713

1741-
"@typescript-eslint/visitor-keys@7.11.0":
1742-
version "7.11.0"
1743-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597"
1744-
integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==
1745-
dependencies:
1746-
"@typescript-eslint/types" "7.11.0"
1747-
eslint-visitor-keys "^3.4.3"
1748-
17491714
"@typescript-eslint/visitor-keys@7.12.0":
17501715
version "7.12.0"
17511716
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3"

0 commit comments

Comments
 (0)