Skip to content

Commit b7d0d87

Browse files
chore(dev-deps): bump @eslint/compat from 1.4.0 to 1.4.1 (#1235)
Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v1.4.1/packages/compat) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 1.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2c7d51 commit b7d0d87

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@commitlint/config-conventional": "^19",
22-
"@eslint/compat": "^1.4.0",
22+
"@eslint/compat": "^1.4.1",
2323
"@oclif/plugin-help": "^6",
2424
"@oclif/prettier-config": "^0.2.1",
2525
"@oclif/test": "^4.1.14",

yarn.lock

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

1196-
"@eslint/compat@^1.4.0":
1197-
version "1.4.0"
1198-
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.4.0.tgz#6d6b2f198ddfecda3d4cbd5a6e9324fca54f2dfb"
1199-
integrity sha512-DEzm5dKeDBPm3r08Ixli/0cmxr8LkRdwxMRUIJBlSCpAwSrvFEJpVBzV+66JhDxiaqKxnRzCXhtiMiczF7Hglg==
1196+
"@eslint/compat@^1.4.0", "@eslint/compat@^1.4.1":
1197+
version "1.4.1"
1198+
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.4.1.tgz#81eaabb3e0b080350582c1a8092a2d355fabf03e"
1199+
integrity sha512-cfO82V9zxxGBxcQDr1lfaYB7wykTa0b00mGa36FrJl7iTFd0Z2cHfEYuxcBRP/iNijCsWsEkA+jzT8hGYmv33w==
12001200
dependencies:
1201-
"@eslint/core" "^0.16.0"
1201+
"@eslint/core" "^0.17.0"
12021202

12031203
"@eslint/config-array@^0.21.1":
12041204
version "0.21.1"
@@ -1237,6 +1237,13 @@
12371237
dependencies:
12381238
"@types/json-schema" "^7.0.15"
12391239

1240+
"@eslint/core@^0.17.0":
1241+
version "0.17.0"
1242+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1243+
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1244+
dependencies:
1245+
"@types/json-schema" "^7.0.15"
1246+
12401247
"@eslint/css-tree@^3.6.1":
12411248
version "3.6.5"
12421249
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.5.tgz#e51b69206117135557352982ba65d18f9d9b5a60"

0 commit comments

Comments
 (0)