Skip to content

Commit abe8485

Browse files
Update dependency @eslint/compat to v2
1 parent 4ab854c commit abe8485

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/plugin-proposal-class-properties": "^7.16.7",
3939
"@babel/plugin-transform-runtime": "^7.18.2",
4040
"@babel/preset-env": "^7.18.2",
41-
"@eslint/compat": "^1.4.0",
41+
"@eslint/compat": "^2.0.0",
4242
"@hotwired/stimulus": "^3.0.1",
4343
"@size-limit/esbuild": "^11.1.4",
4444
"@size-limit/preset-small-lib": "^11.1.4",

assets/yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,12 +1155,12 @@
11551155
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
11561156
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
11571157

1158-
"@eslint/compat@^1.4.0":
1159-
version "1.4.0"
1160-
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.4.0.tgz#6d6b2f198ddfecda3d4cbd5a6e9324fca54f2dfb"
1161-
integrity sha512-DEzm5dKeDBPm3r08Ixli/0cmxr8LkRdwxMRUIJBlSCpAwSrvFEJpVBzV+66JhDxiaqKxnRzCXhtiMiczF7Hglg==
1158+
"@eslint/compat@^2.0.0":
1159+
version "2.0.0"
1160+
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-2.0.0.tgz#0c98f24fdac8717eff6b6530971c1fa25e8612a8"
1161+
integrity sha512-T9AfE1G1uv4wwq94ozgTGio5EUQBqAVe1X9qsQtSNVEYW6j3hvtZVm8Smr4qL1qDPFg+lOB2cL5RxTRMzq4CTA==
11621162
dependencies:
1163-
"@eslint/core" "^0.16.0"
1163+
"@eslint/core" "^1.0.0"
11641164

11651165
"@eslint/config-array@^0.21.0":
11661166
version "0.21.0"
@@ -1185,6 +1185,13 @@
11851185
dependencies:
11861186
"@types/json-schema" "^7.0.15"
11871187

1188+
"@eslint/core@^1.0.0":
1189+
version "1.0.0"
1190+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.0.0.tgz#6e371a1ce8dc56224f3b9b97fb6b815cd41f9b87"
1191+
integrity sha512-PRfWP+8FOldvbApr6xL7mNCw4cJcSTq4GA7tYbgq15mRb0kWKO/wEB2jr+uwjFH3sZvEZneZyCUGTxsv4Sahyw==
1192+
dependencies:
1193+
"@types/json-schema" "^7.0.15"
1194+
11881195
"@eslint/eslintrc@^3.3.1":
11891196
version "3.3.1"
11901197
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"

0 commit comments

Comments
 (0)