Skip to content

Commit

Permalink
Update linter to ^9.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sqlynx-renovate[bot] committed Oct 20, 2024
1 parent 775c845 commit 7c0ef92
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@bufbuild/buf": "^1.45.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/protoc-gen-connect-es": "^1.6.1",
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@tauri-apps/cli": "^2.0.3",
"@types/node": "^20.16.13",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1015,10 +1015,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/core@npm:^0.6.0":
version: 0.6.0
resolution: "@eslint/core@npm:0.6.0"
checksum: 10c0/fffdb3046ad6420f8cb9204b6466fdd8632a9baeebdaf2a97d458a4eac0e16653ba50d82d61835d7d771f6ced0ec942ec482b2fbccc300e45f2cbf784537f240
"@eslint/core@npm:^0.7.0":
version: 0.7.0
resolution: "@eslint/core@npm:0.7.0"
checksum: 10c0/3cdee8bc6cbb96ac6103d3ead42e59830019435839583c9eb352b94ed558bd78e7ffad5286dc710df21ec1e7bd8f52aa6574c62457a4dd0f01f3736fa4a7d87a
languageName: node
linkType: hard

Expand All @@ -1039,10 +1039,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.12.0, @eslint/js@npm:^9.12.0":
version: 9.12.0
resolution: "@eslint/js@npm:9.12.0"
checksum: 10c0/325650a59a1ce3d97c69441501ebaf415607248bacbe8c8ca35adc7cb73b524f592f266a75772f496b06f3239e3ee1996722a242148085f0ee5fb3dd7065897c
"@eslint/js@npm:9.13.0, @eslint/js@npm:^9.13.0":
version: 9.13.0
resolution: "@eslint/js@npm:9.13.0"
checksum: 10c0/672257bffe17777b8a98bd80438702904cc7a0b98b9c2e426a8a10929198b3553edf8a3fc20feed4133c02e7c8f7331a0ef1b23e5dab8e4469f7f1791beff1e0
languageName: node
linkType: hard

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

"eslint@npm:^9.12.0":
version: 9.12.0
resolution: "eslint@npm:9.12.0"
"eslint@npm:^9.13.0":
version: 9.13.0
resolution: "eslint@npm:9.13.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.11.0"
"@eslint/config-array": "npm:^0.18.0"
"@eslint/core": "npm:^0.6.0"
"@eslint/core": "npm:^0.7.0"
"@eslint/eslintrc": "npm:^3.1.0"
"@eslint/js": "npm:9.12.0"
"@eslint/js": "npm:9.13.0"
"@eslint/plugin-kit": "npm:^0.2.0"
"@humanfs/node": "npm:^0.16.5"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -5237,7 +5237,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/67cf6ea3ea28dcda7dd54aac33e2d4028eb36991d13defb0d2339c3eaa877d5dddd12cd4416ddc701a68bcde9e0bb9e65524c2e4e9914992c724f5b51e949dda
checksum: 10c0/d3577444152182a9d8ea8c6a6acb073d3a2773ad73a6b646f432746583ec4bfcd6a44fcc2e37d05d276984e583c46c2d289b3b981ca8f8b4052756a152341d19
languageName: node
linkType: hard

Expand Down Expand Up @@ -9239,10 +9239,10 @@ __metadata:
"@bufbuild/buf": "npm:^1.45.0"
"@bufbuild/protoc-gen-es": "npm:^1.10.0"
"@connectrpc/protoc-gen-connect-es": "npm:^1.6.1"
"@eslint/js": "npm:^9.12.0"
"@eslint/js": "npm:^9.13.0"
"@tauri-apps/cli": "npm:^2.0.3"
"@types/node": "npm:^20.16.13"
eslint: "npm:^9.12.0"
eslint: "npm:^9.13.0"
prettier: "npm:^3.3.3"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.6.3"
Expand Down

0 comments on commit 7c0ef92

Please sign in to comment.