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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@lerna-lite/version": "^5.3.0",
"@types/node": "^24.13.2",
"conventional-changelog-conventionalcommits": "^9.3.1",
"eslint": "^10.5.0",
"eslint": "^10.8.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.7",
"ts-node": "^10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@chyzwar/tsconfig": "^0.4.0",
"eslint": "^10.5.0",
"eslint": "^10.8.0",
"typescript": "^6.0.3"
},
"peerDependencies": {
"eslint": "^10.0.0",
"eslint": "^10.8.0",
"typescript": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@chyzwar/eslint-config": "^0.8.2",
"@chyzwar/tsconfig": "^0.4.0",
"@types/node": "^24.13.2",
"eslint": "^10.5.0",
"eslint": "^10.8.0",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@chyzwar/eslint-config": "^0.8.2",
"@chyzwar/tsconfig": "^0.4.0",
"@types/node": "^24.13.2",
"eslint": "^10.5.0",
"eslint": "^10.8.0",
"typescript": "^6.0.3"
},
"peerDependencies": {
Expand Down
82 changes: 77 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ __metadata:
"@lerna-lite/version": "npm:^5.3.0"
"@types/node": "npm:^24.13.2"
conventional-changelog-conventionalcommits: "npm:^9.3.1"
eslint: "npm:^10.5.0"
eslint: "npm:^10.8.0"
husky: "npm:^9.1.7"
lint-staged: "npm:^17.0.7"
ts-node: "npm:^10.9.2"
Expand Down Expand Up @@ -378,13 +378,13 @@ __metadata:
"@chyzwar/tsconfig": "npm:^0.4.0"
"@eslint/js": "npm:^10.0.1"
"@stylistic/eslint-plugin": "npm:^5.10.0"
eslint: "npm:^10.5.0"
eslint: "npm:^10.8.0"
eslint-plugin-jest: "npm:^29.15.2"
globals: "npm:^17.6.0"
typescript: "npm:^6.0.3"
typescript-eslint: "npm:^8.61.1"
peerDependencies:
eslint: ^10.0.0
eslint: ^10.8.0
typescript: ^6.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -448,7 +448,7 @@ __metadata:
"@chyzwar/eslint-config": "npm:^0.8.2"
"@chyzwar/tsconfig": "npm:^0.4.0"
"@types/node": "npm:^24.13.2"
eslint: "npm:^10.5.0"
eslint: "npm:^10.8.0"
picocolors: "npm:^1.1.1"
typescript: "npm:^6.0.3"
vitest: "npm:^4.1.9"
Expand All @@ -466,7 +466,7 @@ __metadata:
"@chyzwar/eslint-config": "npm:^0.8.2"
"@chyzwar/tsconfig": "npm:^0.4.0"
"@types/node": "npm:^24.13.2"
eslint: "npm:^10.5.0"
eslint: "npm:^10.8.0"
typescript: "npm:^6.0.3"
peerDependencies:
"@types/node": "> 20.0.0"
Expand Down Expand Up @@ -759,6 +759,15 @@ __metadata:
languageName: node
linkType: hard

"@eslint/config-helpers@npm:^0.7.0":
version: 0.7.0
resolution: "@eslint/config-helpers@npm:0.7.0"
dependencies:
"@eslint/core": "npm:^1.2.1"
checksum: 10c2/7551c3e80b4a0600aaf337b821bdb5bc29d8c17cd17f475f336b72e015ffb7a6b7a3a0867b206814d7dc019a6c80b82a7281ccb4253ffb6dc32cb2ab8777387a
languageName: node
linkType: hard

"@eslint/core@npm:^1.2.1":
version: 1.2.1
resolution: "@eslint/core@npm:1.2.1"
Expand Down Expand Up @@ -2461,6 +2470,15 @@ __metadata:
languageName: node
linkType: hard

"brace-expansion@npm:^5.0.8":
version: 5.0.9
resolution: "brace-expansion@npm:5.0.9"
dependencies:
balanced-match: "npm:^4.0.2"
checksum: 10c2/edcc18215bfb9323afa9fe7c1586b36c258190f5f2cb6c2b9eabce1e74ede530b96ea256404f8e147c3e050ae80e38fa57ba7de081f09e33f16e4386035db05b
languageName: node
linkType: hard

"browserslist@npm:^4.24.0":
version: 4.24.0
resolution: "browserslist@npm:4.24.0"
Expand Down Expand Up @@ -3131,6 +3149,51 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^10.8.0":
version: 10.8.0
resolution: "eslint@npm:10.8.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.8.0"
"@eslint-community/regexpp": "npm:^4.12.2"
"@eslint/config-array": "npm:^0.23.5"
"@eslint/config-helpers": "npm:^0.7.0"
"@eslint/core": "npm:^1.2.1"
"@eslint/plugin-kit": "npm:^0.7.2"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.4.2"
"@types/estree": "npm:^1.0.6"
ajv: "npm:^6.14.0"
cross-spawn: "npm:^7.0.6"
debug: "npm:^4.3.2"
escape-string-regexp: "npm:^4.0.0"
eslint-scope: "npm:^9.1.2"
eslint-visitor-keys: "npm:^5.0.1"
espree: "npm:^11.2.0"
esquery: "npm:^1.7.0"
esutils: "npm:^2.0.2"
fast-deep-equal: "npm:^3.1.3"
file-entry-cache: "npm:^8.0.0"
find-up: "npm:^5.0.0"
glob-parent: "npm:^6.0.2"
ignore: "npm:^5.2.0"
imurmurhash: "npm:^0.1.4"
is-glob: "npm:^4.0.0"
json-stable-stringify-without-jsonify: "npm:^1.0.1"
minimatch: "npm:^10.2.5"
natural-compare: "npm:^1.4.0"
optionator: "npm:^0.9.3"
peerDependencies:
jiti: "*"
peerDependenciesMeta:
jiti:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c2/3296a74fb56f9719e8958ba56177fe969eab2bc892fbdc823032d1be9718c826fdf292e041c6bb0923516c4d6e29646c121fc349c7716a5d8aaa861abe857c8b
languageName: node
linkType: hard

"espree@npm:^10.4.0":
version: 10.4.0
resolution: "espree@npm:10.4.0"
Expand Down Expand Up @@ -4362,6 +4425,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^10.2.5":
version: 10.2.6
resolution: "minimatch@npm:10.2.6"
dependencies:
brace-expansion: "npm:^5.0.8"
checksum: 10c2/29f5da29ab2c217a08cc0e9bb7b80cae0f3f37e159f91a298705ba2ae4e007633b63752def62195cd9203ab3c5396f325e4726a6a3a9f005a0db31d58473bf16
languageName: node
linkType: hard

"minimatch@npm:^9.0.4":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
Expand Down
Loading