Skip to content

Commit

Permalink
chore(deps): update eslint to v9.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent e30050f commit 44071f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:coverage": "tsc && c8 --reporter=html-spa node $(yarn bin mocha) output/*.test.js"
},
"devDependencies": {
"@eslint/js": "9.18.0",
"@eslint/js": "9.19.0",
"@oliversalzburg/eslint-config": "1.3.0",
"@oliversalzburg/js-utils": "0.2.2",
"@types/chai": "5.0.1",
Expand All @@ -26,7 +26,7 @@
"c8": "10.1.3",
"chai": "5.1.2",
"esbuild": "0.24.2",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-jsdoc": "50.6.2",
"eslint-plugin-tsdoc": "0.4.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.18.0":
version: 9.18.0
resolution: "@eslint/js@npm:9.18.0"
checksum: 10c0/3938344c5ac7feef4b73fcb30f3c3e753570cea74c24904bb5d07e9c42fcd34fcbc40f545b081356a299e11f360c9c274b348c05fb0113fc3d492e5175eee140
"@eslint/js@npm:9.19.0":
version: 9.19.0
resolution: "@eslint/js@npm:9.19.0"
checksum: 10c0/45dc544c8803984f80a438b47a8e578fae4f6e15bc8478a703827aaf05e21380b42a43560374ce4dad0d5cb6349e17430fc9ce1686fed2efe5d1ff117939ff90
languageName: node
linkType: hard

Expand Down Expand Up @@ -1383,16 +1383,16 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.18.0":
version: 9.18.0
resolution: "eslint@npm:9.18.0"
"eslint@npm:9.19.0":
version: 9.19.0
resolution: "eslint@npm:9.19.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.19.0"
"@eslint/core": "npm:^0.10.0"
"@eslint/eslintrc": "npm:^3.2.0"
"@eslint/js": "npm:9.18.0"
"@eslint/js": "npm:9.19.0"
"@eslint/plugin-kit": "npm:^0.2.5"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -1428,7 +1428,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/7f592ad228b9bd627a24870fdc875bacdab7bf535d4b67316c4cb791e90d0125130a74769f3c407b0c4b7027b3082ef33864a63ee1024552a60a17db60493f15
checksum: 10c0/3b0dfaeff6a831de086884a3e2432f18468fe37c69f35e1a0a9a2833d9994a65b6dd2a524aaee28f361c849035ad9d15e3841029b67d261d0abd62c7de6d51f5
languageName: node
linkType: hard

Expand Down Expand Up @@ -3507,7 +3507,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "yarn3-typescript-nodejs-esbuild@workspace:."
dependencies:
"@eslint/js": "npm:9.18.0"
"@eslint/js": "npm:9.19.0"
"@oliversalzburg/eslint-config": "npm:1.3.0"
"@oliversalzburg/js-utils": "npm:0.2.2"
"@types/chai": "npm:5.0.1"
Expand All @@ -3517,7 +3517,7 @@ __metadata:
c8: "npm:10.1.3"
chai: "npm:5.1.2"
esbuild: "npm:0.24.2"
eslint: "npm:9.18.0"
eslint: "npm:9.19.0"
eslint-config-prettier: "npm:10.0.1"
eslint-plugin-jsdoc: "npm:50.6.2"
eslint-plugin-tsdoc: "npm:0.4.0"
Expand Down

0 comments on commit 44071f9

Please sign in to comment.