Skip to content
Merged
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"@arethetypeswrong/cli": "0.17.3",
"@commitlint/cli": "19.8.0",
"@commitlint/types": "19.8.0",
"@eslint/js": "9.23.0",
"@eslint/js": "9.24.0",
"@flex-development/commitlint-config": "1.0.1",
"@flex-development/grease": "3.0.0-alpha.9",
"@flex-development/is-builtin": "3.2.0",
Expand All @@ -161,7 +161,7 @@
"dprint": "0.49.0",
"editorconfig": "2.0.1",
"esbuild": "0.25.2",
"eslint": "9.23.0",
"eslint": "9.24.0",
"eslint-import-resolver-typescript": "4.3.1",
"eslint-mdx": "3.1.5",
"eslint-plugin-chai-expect": "3.1.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1321,14 +1321,14 @@ __metadata:
languageName: node
linkType: hard

"@eslint/config-array@npm:^0.19.2":
version: 0.19.2
resolution: "@eslint/config-array@npm:0.19.2"
"@eslint/config-array@npm:^0.20.0":
version: 0.20.0
resolution: "@eslint/config-array@npm:0.20.0"
dependencies:
"@eslint/object-schema": "npm:^2.1.6"
debug: "npm:^4.3.1"
minimatch: "npm:^3.1.2"
checksum: 10/a6809720908f7dd8536e1a73b2369adf802fe61335536ed0592bca9543c476956e0c0a20fef8001885da8026e2445dc9bf3e471bb80d32c3be7bcdabb7628fd1
checksum: 10/9db7f6cbb5363f2f98ee4805ce09d1a95c4349e86f3f456f2c23a0849b7a6aa8d2be4c25e376ee182af062762e15a101844881c89b566eea0856c481ffcb2090
languageName: node
linkType: hard

Expand Down Expand Up @@ -1374,10 +1374,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.23.0":
version: 9.23.0
resolution: "@eslint/js@npm:9.23.0"
checksum: 10/d1d38fa2c4234f6ebed8e202530c9dccf565c47283f4e3c53955a47fed2bf8c59988f535672a32b53c14fed72e456c1c5cb050cd98a45474086b9693cbfa97d6
"@eslint/js@npm:9.24.0":
version: 9.24.0
resolution: "@eslint/js@npm:9.24.0"
checksum: 10/d210114c147a1c1ebfaed5f32734e7c1f8ef551a5ea48ea67f9469668aa4079565ccd038412437bca87515d51dc9e8b8c788473dcf3d08e35dfb27e92cb3ce1b
languageName: node
linkType: hard

Expand Down Expand Up @@ -1818,7 +1818,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:0.17.3"
"@commitlint/cli": "npm:19.8.0"
"@commitlint/types": "npm:19.8.0"
"@eslint/js": "npm:9.23.0"
"@eslint/js": "npm:9.24.0"
"@flex-development/commitlint-config": "npm:1.0.1"
"@flex-development/errnode": "npm:3.1.1"
"@flex-development/fst": "npm:1.0.0"
Expand Down Expand Up @@ -1850,7 +1850,7 @@ __metadata:
dprint: "npm:0.49.0"
editorconfig: "npm:2.0.1"
esbuild: "npm:0.25.2"
eslint: "npm:9.23.0"
eslint: "npm:9.24.0"
eslint-import-resolver-typescript: "npm:4.3.1"
eslint-mdx: "npm:3.1.5"
eslint-plugin-chai-expect: "npm:3.1.0"
Expand Down Expand Up @@ -5403,17 +5403,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.23.0":
version: 9.23.0
resolution: "eslint@npm:9.23.0"
"eslint@npm:9.24.0":
version: 9.24.0
resolution: "eslint@npm:9.24.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.19.2"
"@eslint/config-array": "npm:^0.20.0"
"@eslint/config-helpers": "npm:^0.2.0"
"@eslint/core": "npm:^0.12.0"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.23.0"
"@eslint/js": "npm:9.24.0"
"@eslint/plugin-kit": "npm:^0.2.7"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -5449,7 +5449,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10/fed63151adea5e4c732bc945dd8d30e6b670d0191b8aa4baff13a0826e29153499f7a59cb88a5a634f31d61c2bea2339ca4b9ff5976e9a61b2222abfb7431e4d
checksum: 10/05810e135c1f429be451a4be92283c0be204010bb0ea71edfeae1d25ff917cbc5a229144ee55853a085088c7e4092e59a28c0dae87a865ef9600ad4438861d4a
languageName: node
linkType: hard

Expand Down
Loading