Skip to content

Commit e668f9e

Browse files
build(deps-dev): bump eslint from 9.14.0 to 9.15.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.14.0 to 9.15.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.14.0...v9.15.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0df1bf commit e668f9e

File tree

2 files changed

+33
-34
lines changed

2 files changed

+33
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"canvas": "^2.11.2",
8484
"canvas-5-polyfill": "^0.1.5",
8585
"chart.js": "^4.4.6",
86-
"eslint": "~9.14.0",
86+
"eslint": "~9.15.0",
8787
"eslint-plugin-prettier": "^5.2.1",
8888
"jest-image-snapshot": "^6.4.0",
8989
"jsdom": "^25.0.1",

yarn.lock

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -477,25 +477,25 @@ __metadata:
477477
languageName: node
478478
linkType: hard
479479

480-
"@eslint/config-array@npm:^0.18.0":
481-
version: 0.18.0
482-
resolution: "@eslint/config-array@npm:0.18.0"
480+
"@eslint/config-array@npm:^0.19.0":
481+
version: 0.19.0
482+
resolution: "@eslint/config-array@npm:0.19.0"
483483
dependencies:
484484
"@eslint/object-schema": "npm:^2.1.4"
485485
debug: "npm:^4.3.1"
486486
minimatch: "npm:^3.1.2"
487-
checksum: 10c0/0234aeb3e6b052ad2402a647d0b4f8a6aa71524bafe1adad0b8db1dfe94d7f5f26d67c80f79bb37ac61361a1d4b14bb8fb475efe501de37263cf55eabb79868f
487+
checksum: 10c0/def23c6c67a8f98dc88f1b87e17a5668e5028f5ab9459661aabfe08e08f2acd557474bbaf9ba227be0921ae4db232c62773dbb7739815f8415678eb8f592dbf5
488488
languageName: node
489489
linkType: hard
490490

491-
"@eslint/core@npm:^0.7.0":
492-
version: 0.7.0
493-
resolution: "@eslint/core@npm:0.7.0"
494-
checksum: 10c0/3cdee8bc6cbb96ac6103d3ead42e59830019435839583c9eb352b94ed558bd78e7ffad5286dc710df21ec1e7bd8f52aa6574c62457a4dd0f01f3736fa4a7d87a
491+
"@eslint/core@npm:^0.9.0":
492+
version: 0.9.0
493+
resolution: "@eslint/core@npm:0.9.0"
494+
checksum: 10c0/6d8e8e0991cef12314c49425d8d2d9394f5fb1a36753ff82df7c03185a4646cb7c8736cf26638a4a714782cedf4b23cfc17667d282d3e5965b3920a0e7ce20d4
495495
languageName: node
496496
linkType: hard
497497

498-
"@eslint/eslintrc@npm:^3.1.0":
498+
"@eslint/eslintrc@npm:^3.2.0":
499499
version: 3.2.0
500500
resolution: "@eslint/eslintrc@npm:3.2.0"
501501
dependencies:
@@ -512,7 +512,14 @@ __metadata:
512512
languageName: node
513513
linkType: hard
514514

515-
"@eslint/js@npm:9.14.0, @eslint/js@npm:~9.14.0":
515+
"@eslint/js@npm:9.15.0":
516+
version: 9.15.0
517+
resolution: "@eslint/js@npm:9.15.0"
518+
checksum: 10c0/56552966ab1aa95332f70d0e006db5746b511c5f8b5e0c6a9b2d6764ff6d964e0b2622731877cbc4e3f0e74c5b39191290d5f48147be19175292575130d499ab
519+
languageName: node
520+
linkType: hard
521+
522+
"@eslint/js@npm:~9.14.0":
516523
version: 9.14.0
517524
resolution: "@eslint/js@npm:9.14.0"
518525
checksum: 10c0/a423dd435e10aa3b461599aa02f6cbadd4b5128cb122467ee4e2c798e7ca4f9bb1fce4dcea003b29b983090238cf120899c1af657cf86300b399e4f996b83ddc
@@ -526,7 +533,7 @@ __metadata:
526533
languageName: node
527534
linkType: hard
528535

529-
"@eslint/plugin-kit@npm:^0.2.0":
536+
"@eslint/plugin-kit@npm:^0.2.3":
530537
version: 0.2.3
531538
resolution: "@eslint/plugin-kit@npm:0.2.3"
532539
dependencies:
@@ -566,7 +573,7 @@ __metadata:
566573
languageName: node
567574
linkType: hard
568575

569-
"@humanwhocodes/retry@npm:^0.4.0":
576+
"@humanwhocodes/retry@npm:^0.4.1":
570577
version: 0.4.1
571578
resolution: "@humanwhocodes/retry@npm:0.4.1"
572579
checksum: 10c0/be7bb6841c4c01d0b767d9bb1ec1c9359ee61421ce8ba66c249d035c5acdfd080f32d55a5c9e859cdd7868788b8935774f65b2caf24ec0b7bd7bf333791f063b
@@ -1014,7 +1021,7 @@ __metadata:
10141021
canvas: "npm:^2.11.2"
10151022
canvas-5-polyfill: "npm:^0.1.5"
10161023
chart.js: "npm:^4.4.6"
1017-
eslint: "npm:~9.14.0"
1024+
eslint: "npm:~9.15.0"
10181025
eslint-plugin-prettier: "npm:^5.2.1"
10191026
jest-image-snapshot: "npm:^6.4.0"
10201027
jsdom: "npm:^25.0.1"
@@ -2422,7 +2429,7 @@ __metadata:
24222429
languageName: node
24232430
linkType: hard
24242431

2425-
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2":
2432+
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.5":
24262433
version: 7.0.5
24272434
resolution: "cross-spawn@npm:7.0.5"
24282435
dependencies:
@@ -2805,25 +2812,25 @@ __metadata:
28052812
languageName: node
28062813
linkType: hard
28072814

2808-
"eslint@npm:~9.14.0":
2809-
version: 9.14.0
2810-
resolution: "eslint@npm:9.14.0"
2815+
"eslint@npm:~9.15.0":
2816+
version: 9.15.0
2817+
resolution: "eslint@npm:9.15.0"
28112818
dependencies:
28122819
"@eslint-community/eslint-utils": "npm:^4.2.0"
28132820
"@eslint-community/regexpp": "npm:^4.12.1"
2814-
"@eslint/config-array": "npm:^0.18.0"
2815-
"@eslint/core": "npm:^0.7.0"
2816-
"@eslint/eslintrc": "npm:^3.1.0"
2817-
"@eslint/js": "npm:9.14.0"
2818-
"@eslint/plugin-kit": "npm:^0.2.0"
2821+
"@eslint/config-array": "npm:^0.19.0"
2822+
"@eslint/core": "npm:^0.9.0"
2823+
"@eslint/eslintrc": "npm:^3.2.0"
2824+
"@eslint/js": "npm:9.15.0"
2825+
"@eslint/plugin-kit": "npm:^0.2.3"
28192826
"@humanfs/node": "npm:^0.16.6"
28202827
"@humanwhocodes/module-importer": "npm:^1.0.1"
2821-
"@humanwhocodes/retry": "npm:^0.4.0"
2828+
"@humanwhocodes/retry": "npm:^0.4.1"
28222829
"@types/estree": "npm:^1.0.6"
28232830
"@types/json-schema": "npm:^7.0.15"
28242831
ajv: "npm:^6.12.4"
28252832
chalk: "npm:^4.0.0"
2826-
cross-spawn: "npm:^7.0.2"
2833+
cross-spawn: "npm:^7.0.5"
28272834
debug: "npm:^4.3.2"
28282835
escape-string-regexp: "npm:^4.0.0"
28292836
eslint-scope: "npm:^8.2.0"
@@ -2843,15 +2850,14 @@ __metadata:
28432850
minimatch: "npm:^3.1.2"
28442851
natural-compare: "npm:^1.4.0"
28452852
optionator: "npm:^0.9.3"
2846-
text-table: "npm:^0.2.0"
28472853
peerDependencies:
28482854
jiti: "*"
28492855
peerDependenciesMeta:
28502856
jiti:
28512857
optional: true
28522858
bin:
28532859
eslint: bin/eslint.js
2854-
checksum: 10c0/e1cbf571b75519ad0b24c27e66a6575e57cab2671ef5296e7b345d9ac3adc1a549118dcc74a05b651a7a13a5e61ebb680be6a3e04a80e1f22eba1931921b5187
2860+
checksum: 10c0/d0d7606f36bfcccb1c3703d0a24df32067b207a616f17efe5fb1765a91d13f085afffc4fc97ecde4ab9c9f4edd64d9b4ce750e13ff7937a25074b24bee15b20f
28552861
languageName: node
28562862
linkType: hard
28572863

@@ -5404,13 +5410,6 @@ __metadata:
54045410
languageName: node
54055411
linkType: hard
54065412

5407-
"text-table@npm:^0.2.0":
5408-
version: 0.2.0
5409-
resolution: "text-table@npm:0.2.0"
5410-
checksum: 10c0/02805740c12851ea5982686810702e2f14369a5f4c5c40a836821e3eefc65ffeec3131ba324692a37608294b0fd8c1e55a2dd571ffed4909822787668ddbee5c
5411-
languageName: node
5412-
linkType: hard
5413-
54145413
"tinybench@npm:^2.9.0":
54155414
version: 2.9.0
54165415
resolution: "tinybench@npm:2.9.0"

0 commit comments

Comments
 (0)