Skip to content

Commit 2674a11

Browse files
chore(dev-deps): bump @eslint/compat from 1.3.2 to 1.4.0 (#1213)
Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) from 1.3.2 to 1.4.0. - [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.0/packages/compat) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8050c59 commit 2674a11

2 files changed

Lines changed: 14 additions & 5 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.3.2",
22+
"@eslint/compat": "^1.4.0",
2323
"@oclif/plugin-help": "^6",
2424
"@oclif/prettier-config": "^0.2.1",
2525
"@oclif/test": "^4.1.14",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -868,10 +868,12 @@
868868
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
869869
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
870870

871-
"@eslint/compat@^1.3.2":
872-
version "1.3.2"
873-
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.3.2.tgz#1a8766e447fad3d091b1a88b9f78f867832285b7"
874-
integrity sha512-jRNwzTbd6p2Rw4sZ1CgWRS8YMtqG15YyZf7zvb6gY2rB2u6n+2Z+ELW0GtL0fQgyl0pr4Y/BzBfng/BdsereRA==
871+
"@eslint/compat@^1.3.2", "@eslint/compat@^1.4.0":
872+
version "1.4.0"
873+
resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.4.0.tgz#6d6b2f198ddfecda3d4cbd5a6e9324fca54f2dfb"
874+
integrity sha512-DEzm5dKeDBPm3r08Ixli/0cmxr8LkRdwxMRUIJBlSCpAwSrvFEJpVBzV+66JhDxiaqKxnRzCXhtiMiczF7Hglg==
875+
dependencies:
876+
"@eslint/core" "^0.16.0"
875877

876878
"@eslint/config-array@^0.21.0":
877879
version "0.21.0"
@@ -901,6 +903,13 @@
901903
dependencies:
902904
"@types/json-schema" "^7.0.15"
903905

906+
"@eslint/core@^0.16.0":
907+
version "0.16.0"
908+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
909+
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
910+
dependencies:
911+
"@types/json-schema" "^7.0.15"
912+
904913
"@eslint/css-tree@^3.6.1":
905914
version "3.6.5"
906915
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.5.tgz#e51b69206117135557352982ba65d18f9d9b5a60"

0 commit comments

Comments
 (0)