Skip to content

Commit

Permalink
Update dependency @antfu/eslint-config to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent e9ae5e5 commit 33cb76c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"version": "manual-git-changelog onversion"
},
"dependencies": {
"@antfu/eslint-config": "2.8.3",
"@antfu/eslint-config": "2.9.0",
"@rushstack/eslint-patch": "^1.7.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-extended": "0.2.0",
Expand Down
45 changes: 30 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@antfu/eslint-config@2.8.3":
version "2.8.3"
resolved "https://registry.yarnpkg.com/@antfu/eslint-config/-/eslint-config-2.8.3.tgz#55e5394199e1f98f039431d867418d811b04f07f"
integrity sha512-M3l7KwDrtAaF90km8D0G0bhkEDl2/V4yh/Qi08uiFHoMAEzbqwF73HRIJxJgL1YwRcyUnJy7yEUkA04cI1GFEQ==
"@antfu/eslint-config@2.9.0":
version "2.9.0"
resolved "https://registry.yarnpkg.com/@antfu/eslint-config/-/eslint-config-2.9.0.tgz#1ab7b79e59c6239593f23c42568fe139d7033af7"
integrity sha512-BFN0tLLp8Ga0JP0UnHr2pCO39LR6afnHRnLogMzpPA+yvWwdLhuVS1TD4oaUAngAQbiRvjLIXO/W6LkQA3h+aA==
dependencies:
"@antfu/eslint-define-config" "^1.23.0-2"
"@antfu/install-pkg" "^0.3.1"
Expand All @@ -33,7 +33,7 @@
eslint-merge-processors "^0.1.0"
eslint-plugin-antfu "^2.1.2"
eslint-plugin-eslint-comments "^3.2.0"
eslint-plugin-i "^2.29.1"
eslint-plugin-import-x "^0.4.1"
eslint-plugin-jsdoc "^48.2.1"
eslint-plugin-jsonc "^2.13.0"
eslint-plugin-markdown "^4.0.1"
Expand Down Expand Up @@ -1067,7 +1067,7 @@
"@typescript-eslint/typescript-estree" "7.2.0"
semver "^7.5.4"

"@typescript-eslint/utils@^5.10.0":
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.62.0":
version "5.62.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
Expand Down Expand Up @@ -1937,6 +1937,13 @@ eslint-compat-utils@^0.4.0:
dependencies:
semver "^7.5.4"

eslint-compat-utils@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz#f7b2eb2befec25a370fac76934d3f9189f312a65"
integrity sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==
dependencies:
semver "^7.5.4"

eslint-config-flat-gitignore@^0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/eslint-config-flat-gitignore/-/eslint-config-flat-gitignore-0.1.3.tgz#03abe82494b153141079c493fdadb0e00d523162"
Expand Down Expand Up @@ -2008,19 +2015,20 @@ [email protected]:
dependencies:
varname "2.0.2"

eslint-plugin-i@^2.29.1:
version "2.29.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-i/-/eslint-plugin-i-2.29.1.tgz#97e4a055b6b2040cec0842700dd1d2066773b5a4"
integrity sha512-ORizX37MelIWLbMyqI7hi8VJMf7A0CskMmYkB+lkCX3aF4pkGV7kwx5bSEb4qx7Yce2rAf9s34HqDRPjGRZPNQ==
eslint-plugin-import-x@^0.4.1:
version "0.4.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-import-x/-/eslint-plugin-import-x-0.4.3.tgz#aa496366c35ad007585a7b83c5552bd80e73417e"
integrity sha512-5nfy/FjvhH16fu4p7/8uOUYEQ+yMqROhW1g3q4zYzfZHeGDt3Ckl2H1P5ihnXxBUeBW5Vx20gLe58SUUh2oEVQ==
dependencies:
"@typescript-eslint/utils" "^5.62.0"
debug "^4.3.4"
doctrine "^3.0.0"
eslint-compat-utils "^0.5.0"
eslint-import-resolver-node "^0.3.9"
eslint-module-utils "^2.8.0"
get-tsconfig "^4.7.2"
get-tsconfig "^4.7.3"
is-glob "^4.0.3"
minimatch "^3.1.2"
semver "^7.5.4"
minimatch "^9.0.3"
semver "^7.6.0"

[email protected]:
version "2.29.1"
Expand Down Expand Up @@ -2580,13 +2588,20 @@ get-symbol-description@^1.0.2:
es-errors "^1.3.0"
get-intrinsic "^1.2.4"

get-tsconfig@^4.5.0, get-tsconfig@^4.7.0, get-tsconfig@^4.7.2:
get-tsconfig@^4.5.0, get-tsconfig@^4.7.0:
version "4.7.2"
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.2.tgz#0dcd6fb330391d46332f4c6c1bf89a6514c2ddce"
integrity sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==
dependencies:
resolve-pkg-maps "^1.0.0"

get-tsconfig@^4.7.3:
version "4.7.3"
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.3.tgz#0498163d98f7b58484dd4906999c0c9d5f103f83"
integrity sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==
dependencies:
resolve-pkg-maps "^1.0.0"

git-raw-commits@^2.0.0:
version "2.0.11"
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
Expand Down

0 comments on commit 33cb76c

Please sign in to comment.