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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"concat-md": "^0.5.1",
"detect-newline": "^4.0.1",
"esbuild": "^0.25.9",
"eslint": "^9.34.0",
"eslint": "^9.35.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-jest": "^29.0.1",
"globals": "^16.3.0",
Expand Down
34 changes: 19 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ __metadata:
concat-md: "npm:^0.5.1"
detect-newline: "npm:^4.0.1"
esbuild: "npm:^0.25.9"
eslint: "npm:^9.34.0"
eslint: "npm:^9.35.0"
eslint-config-airbnb: "npm:^19.0.4"
eslint-plugin-jest: "npm:^29.0.1"
globals: "npm:^16.3.0"
Expand Down Expand Up @@ -941,6 +941,17 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/eslint-utils@npm:^4.8.0":
version: 4.8.0
resolution: "@eslint-community/eslint-utils@npm:4.8.0"
dependencies:
eslint-visitor-keys: "npm:^3.4.3"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
checksum: 10c0/33b93d2a4e9d5fe4c11d02d0fc5ed69e12fcb1e7ca031ded0d6adb24e768c36df77288ed79eecc784f9db34219816247db27688dfe869fb7fbf096840a097d7a
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 @@ -999,14 +1010,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.34.0":
version: 9.34.0
resolution: "@eslint/js@npm:9.34.0"
checksum: 10c0/53f1bfd2a374683d9382a6850354555f6e89a88416c34a5d34e9fbbaf717e97c2b06300e8f93e5eddba8bda8951ccab7f93a680e56ded1a3d21d526019e69bab
languageName: node
linkType: hard

"@eslint/js@npm:^9.35.0":
"@eslint/js@npm:9.35.0, @eslint/js@npm:^9.35.0":
version: 9.35.0
resolution: "@eslint/js@npm:9.35.0"
checksum: 10c0/d40fe38724bc76c085c0b753cdf937fa35c0d6807ae76b2632e3f5f66c3040c91adcf1aff2ce70b4f45752e60629fadc415eeec9af3be3c274bae1cac54b9840
Expand Down Expand Up @@ -5558,17 +5562,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.34.0":
version: 9.34.0
resolution: "eslint@npm:9.34.0"
"eslint@npm:^9.35.0":
version: 9.35.0
resolution: "eslint@npm:9.35.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/eslint-utils": "npm:^4.8.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.21.0"
"@eslint/config-helpers": "npm:^0.3.1"
"@eslint/core": "npm:^0.15.2"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.34.0"
"@eslint/js": "npm:9.35.0"
"@eslint/plugin-kit": "npm:^0.3.5"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -5604,7 +5608,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/ba3e54fa0c8ed23d062f91519afaae77fed922a6c4d76130b6cd32154bcb406aaea4b3c5ed88e0be40828c1d5b6921592f3947dbdc5e2043de6bd7aa341fe5ea
checksum: 10c0/798c527520ccf62106f8cd210bd1db1f8eb1b0e7a56feb0a8b322bf3a1e6a0bc6dc3a414542c22b1b393d58d5e3cd0252c44c023049de9067b836450503a2f03
languageName: node
linkType: hard

Expand Down
Loading