Skip to content

Commit

Permalink
Update dependency eslint from v9.0.0 to v9.1.0 (#2367)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 20, 2024
1 parent 60d060f commit 3862bef
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/simple-oauth2": "5.0.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "9.0.0",
"eslint": "9.1.0",
"prettier": "3.2.5",
"ts-node-dev": "2.0.0",
"types": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.5.0",
"cypress": "13.8.0",
"eslint": "9.0.0",
"eslint": "9.1.0",
"eslint-config-next": "14.2.2",
"husky": "9.0.11",
"next-router-mock": "0.9.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/qmongjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/parser": "7.7.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.5.0",
"eslint": "9.0.0",
"eslint": "9.1.0",
"jsdom": "24.0.0",
"next-query-params": "5.0.0",
"next-router-mock": "0.9.13",
Expand Down
43 changes: 25 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3134,10 +3134,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.0.0":
version: 9.0.0
resolution: "@eslint/js@npm:9.0.0"
checksum: 10/b14b20af72410ef53e3e77e7d83cc1d6e6554b0092ceb9f969d25d765f4d775b4be32b0cd99bbfd6ce72eb2e4fb6b39b42a159b31909fbe1b3a5e88d75211687
"@eslint/js@npm:9.1.1":
version: 9.1.1
resolution: "@eslint/js@npm:9.1.1"
checksum: 10/21ade080d2067830e9f32698e16d390487a3994736a784ff14c28189e215291a671f6fc1a5bc12789414adb7c7e5ea2efe470f39e880a0718a78fb8c23447459
languageName: node
linkType: hard

Expand Down Expand Up @@ -3364,14 +3364,14 @@ __metadata:
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.12.3":
version: 0.12.3
resolution: "@humanwhocodes/config-array@npm:0.12.3"
"@humanwhocodes/config-array@npm:^0.13.0":
version: 0.13.0
resolution: "@humanwhocodes/config-array@npm:0.13.0"
dependencies:
"@humanwhocodes/object-schema": "npm:^2.0.3"
debug: "npm:^4.3.1"
minimatch: "npm:^3.0.5"
checksum: 10/b05f528c110aa1657d95d213e4ad2662f4161e838806af01a4d3f3b6ee3878d9b6f87d1b10704917f5c2f116757cb5c818480c32c4c4c6f84fe775a170b5f758
checksum: 10/524df31e61a85392a2433bf5d03164e03da26c03d009f27852e7dcfdafbc4a23f17f021dacf88e0a7a9fe04ca032017945d19b57a16e2676d9114c22a53a9d11
languageName: node
linkType: hard

Expand All @@ -3396,6 +3396,13 @@ __metadata:
languageName: node
linkType: hard

"@humanwhocodes/retry@npm:^0.2.3":
version: 0.2.3
resolution: "@humanwhocodes/retry@npm:0.2.3"
checksum: 10/32ccd9c547782b7d0e49c34caaf402e2d8b748b6ebf4b29ae51e147c51bad3f18533e779aee7fa7a8ef7dcc75d51edbefa090aaf7f4728f550d17c5e1e360fed
languageName: node
linkType: hard

"@iarna/toml@npm:2.2.5":
version: 2.2.5
resolution: "@iarna/toml@npm:2.2.5"
Expand Down Expand Up @@ -9582,7 +9589,7 @@ __metadata:
"@typescript-eslint/parser": "npm:7.7.0"
compression: "npm:1.7.4"
cors: "npm:2.8.5"
eslint: "npm:9.0.0"
eslint: "npm:9.1.0"
express: "npm:4.19.2"
express-rate-limit: "npm:7.2.0"
helmet: "npm:7.1.0"
Expand Down Expand Up @@ -15473,16 +15480,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.0.0":
version: 9.0.0
resolution: "eslint@npm:9.0.0"
"eslint@npm:9.1.0":
version: 9.1.0
resolution: "eslint@npm:9.1.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.6.1"
"@eslint/eslintrc": "npm:^3.0.2"
"@eslint/js": "npm:9.0.0"
"@humanwhocodes/config-array": "npm:^0.12.3"
"@eslint/js": "npm:9.1.1"
"@humanwhocodes/config-array": "npm:^0.13.0"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.2.3"
"@nodelib/fs.walk": "npm:^1.2.8"
ajv: "npm:^6.12.4"
chalk: "npm:^4.0.0"
Expand All @@ -15498,7 +15506,6 @@ __metadata:
file-entry-cache: "npm:^8.0.0"
find-up: "npm:^5.0.0"
glob-parent: "npm:^6.0.2"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.2.0"
imurmurhash: "npm:^0.1.4"
is-glob: "npm:^4.0.0"
Expand All @@ -15513,7 +15520,7 @@ __metadata:
text-table: "npm:^0.2.0"
bin:
eslint: bin/eslint.js
checksum: 10/5cf03e14eb114f95bc4e553c8ae2da65ec09d519779beb08e326d98518bce647ce9c8bf3467bcea4cab35a2657cc3a8e945717e784afa4b1bdb9d1ecd9173ba0
checksum: 10/8a8902a9aed9113f13638b78794cbe2a711b44300cc0ec05b00e017d52d94b209cf1af81caaaad8cfb4087870f850d7da8e3a892d186c657fb5a21cb1b802379
languageName: node
linkType: hard

Expand Down Expand Up @@ -25855,7 +25862,7 @@ __metadata:
"@vitest/coverage-v8": "npm:1.5.0"
d3: "npm:7.9.0"
d3-format: "npm:3.1.0"
eslint: "npm:9.0.0"
eslint: "npm:9.1.0"
jsdom: "npm:24.0.0"
next: "npm:14.2.2"
next-query-params: "npm:5.0.0"
Expand Down Expand Up @@ -28710,7 +28717,7 @@ __metadata:
d3-time-format: "npm:4.1.0"
decap-cms-app: "npm:3.1.10"
decap-cms-core: "npm:3.3.6"
eslint: "npm:9.0.0"
eslint: "npm:9.1.0"
eslint-config-next: "npm:14.2.2"
gray-matter: "npm:4.0.3"
husky: "npm:9.0.11"
Expand Down

0 comments on commit 3862bef

Please sign in to comment.