Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update eslint to v9.9.0 #60

Merged
merged 1 commit into from
Aug 10, 2024
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 @@ -47,14 +47,14 @@
"xz-decompress": "0.2.2"
},
"devDependencies": {
"@eslint/js": "9.8.0",
"@eslint/js": "9.9.0",
"@oliversalzburg/eslint-config": "0.0.29",
"@types/chai": "4.3.17",
"@types/eslint": "9.6.0",
"@types/mocha": "10.0.7",
"@types/node": "20.14.15",
"esbuild": "0.23.0",
"eslint": "9.8.0",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "50.0.0",
"eslint-plugin-tsdoc": "0.3.0",
Expand Down
27 changes: 16 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@apt-repositories/generator@workspace:."
dependencies:
"@eslint/js": "npm:9.8.0"
"@eslint/js": "npm:9.9.0"
"@oliversalzburg/eslint-config": "npm:0.0.29"
"@oliversalzburg/js-utils": "npm:0.0.59"
"@types/chai": "npm:4.3.17"
Expand All @@ -18,7 +18,7 @@ __metadata:
"@types/node": "npm:20.14.15"
apt-parser: "npm:1.5.1"
esbuild: "npm:0.23.0"
eslint: "npm:9.8.0"
eslint: "npm:9.9.0"
eslint-config-prettier: "npm:9.1.0"
eslint-plugin-jsdoc: "npm:50.0.0"
eslint-plugin-tsdoc: "npm:0.3.0"
Expand Down Expand Up @@ -294,10 +294,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.8.0":
version: 9.8.0
resolution: "@eslint/js@npm:9.8.0"
checksum: 10c0/42edaae6b020436410454579509dcb6a8cd5b260e9f18e037fd803ae28d35eb13663d4019f0ab8ba686a19d3c4a43b0e11394c148e23345377ab694da0e83262
"@eslint/js@npm:9.9.0":
version: 9.9.0
resolution: "@eslint/js@npm:9.9.0"
checksum: 10c0/6ec9f1f0d576132444d6a5c66a8a08b0be9444e3ebb563fa6a6bebcf5299df3da7e454dc04c0fa601bb811197f00764b3a04430d8458cdb8e3a4677993d23f30
languageName: node
linkType: hard

Expand Down Expand Up @@ -1099,15 +1099,15 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.8.0":
version: 9.8.0
resolution: "eslint@npm:9.8.0"
"eslint@npm:9.9.0":
version: 9.9.0
resolution: "eslint@npm:9.9.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.11.0"
"@eslint/config-array": "npm:^0.17.1"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:9.8.0"
"@eslint/js": "npm:9.9.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.3.0"
"@nodelib/fs.walk": "npm:^1.2.8"
Expand Down Expand Up @@ -1137,9 +1137,14 @@ __metadata:
optionator: "npm:^0.9.3"
strip-ansi: "npm:^6.0.1"
text-table: "npm:^0.2.0"
peerDependencies:
jiti: "*"
peerDependenciesMeta:
jiti:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/a2ee0cce1147565d011fe185733af482f34d5466f5df5f390d0ea2ecf78097883cf568ed6c771d687138609c63cd55cd1e3ff12de7393c03f54fcffcdd0f225d
checksum: 10c0/3a22f68c99d75dcbafe6e2fef18d2b5bbcc960c2437f48a414ccf9ca214254733a18e6b79d07bbd374a2369a648413e421aabd07b11be3de5a44d5a4b9997877
languageName: node
linkType: hard

Expand Down