Skip to content

Commit aa38768

Browse files
Merge pull request #6037 from Hacker0x01/dependabot/npm_and_yarn/docs-site/typescript-eslint/parser-8.47.0
chore(deps-dev): bump @typescript-eslint/parser from 8.46.4 to 8.47.0 in /docs-site
2 parents 139f974 + af36751 commit aa38768

File tree

2 files changed

+79
-11
lines changed

2 files changed

+79
-11
lines changed

docs-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/react": "^19.2.5",
3030
"@types/react-dom": "^19.2.2",
3131
"@typescript-eslint/eslint-plugin": "^8.46.4",
32-
"@typescript-eslint/parser": "^8.46.4",
32+
"@typescript-eslint/parser": "^8.48.0",
3333
"@vitejs/plugin-react": "^5.1.1",
3434
"eslint": "^9.39.1",
3535
"eslint-plugin-react": "^7.37.5",

docs-site/yarn.lock

Lines changed: 78 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,19 +1575,19 @@ __metadata:
15751575
languageName: node
15761576
linkType: hard
15771577

1578-
"@typescript-eslint/parser@npm:^8.46.4":
1579-
version: 8.46.4
1580-
resolution: "@typescript-eslint/parser@npm:8.46.4"
1581-
dependencies:
1582-
"@typescript-eslint/scope-manager": "npm:8.46.4"
1583-
"@typescript-eslint/types": "npm:8.46.4"
1584-
"@typescript-eslint/typescript-estree": "npm:8.46.4"
1585-
"@typescript-eslint/visitor-keys": "npm:8.46.4"
1578+
"@typescript-eslint/parser@npm:^8.48.0":
1579+
version: 8.48.0
1580+
resolution: "@typescript-eslint/parser@npm:8.48.0"
1581+
dependencies:
1582+
"@typescript-eslint/scope-manager": "npm:8.48.0"
1583+
"@typescript-eslint/types": "npm:8.48.0"
1584+
"@typescript-eslint/typescript-estree": "npm:8.48.0"
1585+
"@typescript-eslint/visitor-keys": "npm:8.48.0"
15861586
debug: "npm:^4.3.4"
15871587
peerDependencies:
15881588
eslint: ^8.57.0 || ^9.0.0
15891589
typescript: ">=4.8.4 <6.0.0"
1590-
checksum: 10c0/bef98fa9250d5720479c10f803ca66a2a0b382158a8b462fd1c710351f7b423570c273556fb828e64d8a87041d54d51fa5a5e1e88ebdc1c88da0ee1098f9405e
1590+
checksum: 10c0/180753e1dc55cd5174a236b738d3b0dd6dd6c131797cd417b3b3b8fac344168f3d21bd49eae6c0a075be29ed69b7bc74d97cadd917f1f4d4c113c29e76c1f9cd
15911591
languageName: node
15921592
linkType: hard
15931593

@@ -1604,6 +1604,19 @@ __metadata:
16041604
languageName: node
16051605
linkType: hard
16061606

1607+
"@typescript-eslint/project-service@npm:8.48.0":
1608+
version: 8.48.0
1609+
resolution: "@typescript-eslint/project-service@npm:8.48.0"
1610+
dependencies:
1611+
"@typescript-eslint/tsconfig-utils": "npm:^8.48.0"
1612+
"@typescript-eslint/types": "npm:^8.48.0"
1613+
debug: "npm:^4.3.4"
1614+
peerDependencies:
1615+
typescript: ">=4.8.4 <6.0.0"
1616+
checksum: 10c0/6e1d08312fe55a91ba37eb19131af91ad7834bafd15d1cddb83a1e35e5134382e10dc0b14531036ba1c075ce4cba627123625ed6f2e209fb3355f3dda25da0a1
1617+
languageName: node
1618+
linkType: hard
1619+
16071620
"@typescript-eslint/scope-manager@npm:8.46.4":
16081621
version: 8.46.4
16091622
resolution: "@typescript-eslint/scope-manager@npm:8.46.4"
@@ -1614,6 +1627,16 @@ __metadata:
16141627
languageName: node
16151628
linkType: hard
16161629

1630+
"@typescript-eslint/scope-manager@npm:8.48.0":
1631+
version: 8.48.0
1632+
resolution: "@typescript-eslint/scope-manager@npm:8.48.0"
1633+
dependencies:
1634+
"@typescript-eslint/types": "npm:8.48.0"
1635+
"@typescript-eslint/visitor-keys": "npm:8.48.0"
1636+
checksum: 10c0/0766e365901a8af9d9e41fa70464254aacf8b4d167734d88b6cdaa0235e86bfdffc57a3e39a20e105929b8df499d252090f64f81f86770f74626ca809afe54b6
1637+
languageName: node
1638+
linkType: hard
1639+
16171640
"@typescript-eslint/tsconfig-utils@npm:8.46.4, @typescript-eslint/tsconfig-utils@npm:^8.46.4":
16181641
version: 8.46.4
16191642
resolution: "@typescript-eslint/tsconfig-utils@npm:8.46.4"
@@ -1623,6 +1646,15 @@ __metadata:
16231646
languageName: node
16241647
linkType: hard
16251648

1649+
"@typescript-eslint/tsconfig-utils@npm:8.48.0, @typescript-eslint/tsconfig-utils@npm:^8.48.0":
1650+
version: 8.48.0
1651+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.48.0"
1652+
peerDependencies:
1653+
typescript: ">=4.8.4 <6.0.0"
1654+
checksum: 10c0/52e9ce8ffbaf32f3c6f4b8fa8af6e3901c430411e137a0baf650fcefdd8edf3dcc4569eba726a28424471d4d1d96b815aa4cf7b63aa7b67380efd6a8dd354222
1655+
languageName: node
1656+
linkType: hard
1657+
16261658
"@typescript-eslint/type-utils@npm:8.46.4":
16271659
version: 8.46.4
16281660
resolution: "@typescript-eslint/type-utils@npm:8.46.4"
@@ -1646,6 +1678,13 @@ __metadata:
16461678
languageName: node
16471679
linkType: hard
16481680

1681+
"@typescript-eslint/types@npm:8.48.0, @typescript-eslint/types@npm:^8.48.0":
1682+
version: 8.48.0
1683+
resolution: "@typescript-eslint/types@npm:8.48.0"
1684+
checksum: 10c0/865a8f4ae4a50aa8976f3d7e0f874f1a1c80227ec53ded68644d41011c729a489bb59f70683b29237ab945716ea0258e1d47387163379eab3edaaf5e5cc3b757
1685+
languageName: node
1686+
linkType: hard
1687+
16491688
"@typescript-eslint/typescript-estree@npm:8.46.4":
16501689
version: 8.46.4
16511690
resolution: "@typescript-eslint/typescript-estree@npm:8.46.4"
@@ -1666,6 +1705,25 @@ __metadata:
16661705
languageName: node
16671706
linkType: hard
16681707

1708+
"@typescript-eslint/typescript-estree@npm:8.48.0":
1709+
version: 8.48.0
1710+
resolution: "@typescript-eslint/typescript-estree@npm:8.48.0"
1711+
dependencies:
1712+
"@typescript-eslint/project-service": "npm:8.48.0"
1713+
"@typescript-eslint/tsconfig-utils": "npm:8.48.0"
1714+
"@typescript-eslint/types": "npm:8.48.0"
1715+
"@typescript-eslint/visitor-keys": "npm:8.48.0"
1716+
debug: "npm:^4.3.4"
1717+
minimatch: "npm:^9.0.4"
1718+
semver: "npm:^7.6.0"
1719+
tinyglobby: "npm:^0.2.15"
1720+
ts-api-utils: "npm:^2.1.0"
1721+
peerDependencies:
1722+
typescript: ">=4.8.4 <6.0.0"
1723+
checksum: 10c0/f17dd35f7b82654fae9fe83c2eb650572464dbce0170d55b3ef94b99e9aae010f2cbadd436089c8e59eef97d41719ace3a2deb4ac3cdfac26d43b36f34df5590
1724+
languageName: node
1725+
linkType: hard
1726+
16691727
"@typescript-eslint/utils@npm:8.46.4":
16701728
version: 8.46.4
16711729
resolution: "@typescript-eslint/utils@npm:8.46.4"
@@ -1691,6 +1749,16 @@ __metadata:
16911749
languageName: node
16921750
linkType: hard
16931751

1752+
"@typescript-eslint/visitor-keys@npm:8.48.0":
1753+
version: 8.48.0
1754+
resolution: "@typescript-eslint/visitor-keys@npm:8.48.0"
1755+
dependencies:
1756+
"@typescript-eslint/types": "npm:8.48.0"
1757+
eslint-visitor-keys: "npm:^4.2.1"
1758+
checksum: 10c0/20ae9ec255a786de40cdba281b63f634a642dcc34d2a79c5ffc160109f7f6227c28ae2c64be32cbc53dc68dc398c3da715bfcce90422b5024f15f7124a3c1704
1759+
languageName: node
1760+
linkType: hard
1761+
16941762
"@vitejs/plugin-react@npm:^5.1.1":
16951763
version: 5.1.1
16961764
resolution: "@vitejs/plugin-react@npm:5.1.1"
@@ -4745,7 +4813,7 @@ __metadata:
47454813
"@types/react": "npm:^19.2.5"
47464814
"@types/react-dom": "npm:^19.2.2"
47474815
"@typescript-eslint/eslint-plugin": "npm:^8.46.4"
4748-
"@typescript-eslint/parser": "npm:^8.46.4"
4816+
"@typescript-eslint/parser": "npm:^8.48.0"
47494817
"@vitejs/plugin-react": "npm:^5.1.1"
47504818
copy-to-clipboard: "npm:^3.3.3"
47514819
date-fns: "npm:^4.1.0"

0 commit comments

Comments
 (0)