Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@eslint/js": "^9.33.0",
"@stylistic/eslint-plugin": "^5.2.3",
"@stylistic/eslint-plugin": "^5.6.1",
"eslint-plugin-jest": "^29.0.1",
"globals": "^16.3.0",
"typescript-eslint": "^8.40.0"
Expand Down
34 changes: 26 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ __metadata:
dependencies:
"@chyzwar/tsconfig": "npm:^0.4.0"
"@eslint/js": "npm:^9.33.0"
"@stylistic/eslint-plugin": "npm:^5.2.3"
"@stylistic/eslint-plugin": "npm:^5.6.1"
eslint: "npm:^9.33.0"
eslint-plugin-jest: "npm:^29.0.1"
globals: "npm:^16.3.0"
Expand Down Expand Up @@ -896,6 +896,17 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.9.0":
version: 4.9.1
resolution: "@eslint-community/eslint-utils@npm:4.9.1"
dependencies:
eslint-visitor-keys: "npm:^3.4.3"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: 10c2/eab68699883d220bd80995268d710776016a09b8f2359e9b173ebc73e646ca02eb7c3d6e1a9db37f4b04991e379ee0470556758f78533d4a943ba6d284ca31a9
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1":
version: 4.12.1
resolution: "@eslint-community/regexpp@npm:4.12.1"
Expand Down Expand Up @@ -2094,19 +2105,19 @@ __metadata:
languageName: node
linkType: hard

"@stylistic/eslint-plugin@npm:^5.2.3":
version: 5.2.3
resolution: "@stylistic/eslint-plugin@npm:5.2.3"
"@stylistic/eslint-plugin@npm:^5.6.1":
version: 5.6.1
resolution: "@stylistic/eslint-plugin@npm:5.6.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.7.0"
"@typescript-eslint/types": "npm:^8.38.0"
"@eslint-community/eslint-utils": "npm:^4.9.0"
"@typescript-eslint/types": "npm:^8.47.0"
eslint-visitor-keys: "npm:^4.2.1"
espree: "npm:^10.4.0"
estraverse: "npm:^5.3.0"
picomatch: "npm:^4.0.3"
peerDependencies:
eslint: ">=9.0.0"
checksum: 10c2/1098d46bd88388ae0a404c0dc2e123ffa84a81f002cd171a3eb48a594a4c8caa81b38d72d4cdeb2866364c8b4611baac459efcf5a838f25223584ad6edf8265b
checksum: 10c2/9380c8aaaf545fb120a7e7d91ce01fc2ee30f1db970dd3b68a3021d7f59c3fb5afef6d3dc67976b7f4483907166734f2f8296342eda0a06eab1a1aaf7d0319a7
languageName: node
linkType: hard

Expand Down Expand Up @@ -2311,13 +2322,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.40.0, @typescript-eslint/types@npm:^8.38.0, @typescript-eslint/types@npm:^8.40.0":
"@typescript-eslint/types@npm:8.40.0, @typescript-eslint/types@npm:^8.40.0":
version: 8.40.0
resolution: "@typescript-eslint/types@npm:8.40.0"
checksum: 10c2/9057622494bfc95236bcaa60217aea8eef7170e29464a41e401dcf89f55806c5997a3b91a63d0f49023be6a6d0b8c1311040c97540bfeec5757e065abc5ac054
languageName: node
linkType: hard

"@typescript-eslint/types@npm:^8.47.0":
version: 8.51.0
resolution: "@typescript-eslint/types@npm:8.51.0"
checksum: 10c2/8327c8fd268fd4bd45bf50b6549a85c07fb7d7cd51b926327f9c074c955b1a4d946be6f8abdf3a72178799068b71649a25921d123dbb3612465085575c96c57b
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.40.0":
version: 8.40.0
resolution: "@typescript-eslint/typescript-estree@npm:8.40.0"
Expand Down
Loading