From 4162c8ace49e5a2aae6daffa26fbc0354b7b3dfd Mon Sep 17 00:00:00 2001 From: Bot <158096250+hywax-assistant@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:00:31 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 6 ++-- yarn.lock | 89 +++++++++++++++++++++++++++++++++------------------- 2 files changed, 60 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index 943ad13..acd8404 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,9 @@ "zod": "^3.22.4" }, "devDependencies": { - "@antfu/eslint-config": "^2.13.3", - "@commitlint/cli": "^19.2.1", - "@commitlint/config-conventional": "^19.1.0", + "@antfu/eslint-config": "^2.14.0", + "@commitlint/cli": "^19.2.2", + "@commitlint/config-conventional": "^19.2.2", "@hywax/vitepress-yandex-metrika": "^0.3.4", "@nuxt/devtools": "latest", "@nuxtjs/color-mode": "^3.4.0", diff --git a/yarn.lock b/yarn.lock index e9c5385..3d785a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -168,10 +168,10 @@ "@jridgewell/gen-mapping" "^0.3.5" "@jridgewell/trace-mapping" "^0.3.24" -"@antfu/eslint-config@^2.13.3": - version "2.13.3" - resolved "https://registry.yarnpkg.com/@antfu/eslint-config/-/eslint-config-2.13.3.tgz#3e9a7b8bccab81461b4f25da288335abdc6e6282" - integrity sha512-DCyrnFgWtIc0mUTn8HeVB15Z/t9oEQZk8ce6S14Kq6z42LbMfZxPu6hs4SmPFYWLJoEzYq87dxsRv3glOX+aGw== +"@antfu/eslint-config@^2.14.0": + version "2.14.0" + resolved "https://registry.yarnpkg.com/@antfu/eslint-config/-/eslint-config-2.14.0.tgz#9df506dc2727cd067140297c2af71bc1fd15fea2" + integrity sha512-9yn/5n/dZnH7qSlCTk1Z3VWPbNb3Wfq31GflQuXkh3jUqSCHuDbuspfDAQ3/ABnrPRJSP1Nm7yTKJbXfcQ3p+A== dependencies: "@antfu/install-pkg" "^0.3.2" "@clack/prompts" "^0.7.0" @@ -179,22 +179,22 @@ "@typescript-eslint/eslint-plugin" "^7.6.0" "@typescript-eslint/parser" "^7.6.0" eslint-config-flat-gitignore "^0.1.5" - eslint-flat-config-utils "^0.2.1" + eslint-flat-config-utils "^0.2.3" eslint-merge-processors "^0.1.0" eslint-plugin-antfu "^2.1.2" eslint-plugin-eslint-comments "^3.2.0" eslint-plugin-import-x "^0.5.0" eslint-plugin-jsdoc "^48.2.3" - eslint-plugin-jsonc "^2.15.0" + eslint-plugin-jsonc "^2.15.1" eslint-plugin-markdown "^4.0.1" - eslint-plugin-n "^17.1.0" + eslint-plugin-n "^17.2.1" eslint-plugin-no-only-tests "^3.1.0" - eslint-plugin-perfectionist "^2.8.0" + eslint-plugin-perfectionist "^2.9.0" eslint-plugin-toml "^0.11.0" eslint-plugin-unicorn "^52.0.0" eslint-plugin-unused-imports "^3.1.0" - eslint-plugin-vitest "^0.5.1" - eslint-plugin-vue "^9.24.1" + eslint-plugin-vitest "^0.5.3" + eslint-plugin-vue "^9.25.0" eslint-plugin-yml "^1.14.0" eslint-processor-vue-blocks "^0.1.1" globals "^15.0.0" @@ -1245,7 +1245,7 @@ dependencies: mime "^3.0.0" -"@commitlint/cli@^19.2.1": +"@commitlint/cli@^19.2.2": version "19.2.2" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.2.2.tgz#7b6d78596dcf6d716942b147aa07c04c4ee126df" integrity sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg== @@ -1258,7 +1258,7 @@ execa "^8.0.1" yargs "^17.0.0" -"@commitlint/config-conventional@^19.1.0": +"@commitlint/config-conventional@^19.2.2": version "19.2.2" resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz#1f4e6975d428985deacf2b3ff6547e02c9302054" integrity sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw== @@ -2595,7 +2595,7 @@ dependencies: "@types/node" "*" -"@types/eslint@^8.56.2", "@types/eslint@^8.56.7": +"@types/eslint@^8.56.2", "@types/eslint@^8.56.9": version "8.56.9" resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.9.tgz#403e9ced04a34e63f1c383c5b8ee1a94442c8cc4" integrity sha512-W4W3KcqzjJ0sHg2vAq9vfml6OhsJ53TcUjUqfzzZf/EChUtwspszj/S0pzMxnfRcO55/iGq47dscXw71Fxc4Zg== @@ -4800,12 +4800,12 @@ eslint-config-flat-gitignore@^0.1.5: find-up "^7.0.0" parse-gitignore "^2.0.0" -eslint-flat-config-utils@^0.2.1: - version "0.2.2" - resolved "https://registry.yarnpkg.com/eslint-flat-config-utils/-/eslint-flat-config-utils-0.2.2.tgz#4aa5be7383236ac50170f572d0e3771ebf38a425" - integrity sha512-iWjXCsGBuyqlGhmam4V9IXlxpDfnc7l0VC1YzncROF2PYIPSRpejugrIp2bXPT5mutKF3zq69Vbt7J9su9E/Lw== +eslint-flat-config-utils@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/eslint-flat-config-utils/-/eslint-flat-config-utils-0.2.3.tgz#088ced5f0b62302cb9a642d4ba6214ed48c80282" + integrity sha512-tfrMNXZfuN4q7sFi1Cr//BN3qdI7c8fLJhbshlp8l9PZIqZ7eVeeyd2Regtu/P9kjOlv18lRlBALzsZaF7ByUg== dependencies: - "@types/eslint" "^8.56.7" + "@types/eslint" "^8.56.9" pathe "^1.1.2" eslint-import-resolver-node@^0.3.9: @@ -4873,7 +4873,7 @@ eslint-plugin-jsdoc@^48.2.3: semver "^7.6.0" spdx-expression-parse "^4.0.0" -eslint-plugin-jsonc@^2.15.0: +eslint-plugin-jsonc@^2.15.1: version "2.15.1" resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.15.1.tgz#97a5b24e9b14fe2163fd4988fa66d428785d7e7e" integrity sha512-PVFrqIJa8BbM/e828RSn0SwB/Z5ye+2LDuy2XqG6AymNgPsfApRRcznsbxP7VrjdLEU4Nb+g9n/d6opyp0jp9A== @@ -4893,10 +4893,10 @@ eslint-plugin-markdown@^4.0.1: dependencies: mdast-util-from-markdown "^0.8.5" -eslint-plugin-n@^17.1.0: - version "17.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.2.0.tgz#a47baac8e9581c8aeafe2555f6014f2904709de4" - integrity sha512-XBkFQxjTFKy9oc925ezHcDoZ8VLdGfxRkdZf0poR4TjC+zvm28pG2Tc7ZZpD1/UxSAzbw6Zz0WpnpUX3KruAAA== +eslint-plugin-n@^17.2.1: + version "17.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.2.1.tgz#20aa5008dce05af9041b70abb659a2308416d977" + integrity sha512-uW1+df2bo06kR7ix6nB614RUlvjRPrYxlaX832O6e1MCJp4V7YozEdvMgCYuvn4ltnjPu1FVYhQ2KRrmTNoJfg== dependencies: "@eslint-community/eslint-utils" "^4.4.0" enhanced-resolve "^5.15.0" @@ -4912,7 +4912,7 @@ eslint-plugin-no-only-tests@^3.1.0: resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.1.0.tgz#f38e4935c6c6c4842bf158b64aaa20c366fe171b" integrity sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw== -eslint-plugin-perfectionist@^2.8.0: +eslint-plugin-perfectionist@^2.9.0: version "2.9.0" resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.9.0.tgz#f0f48ae37734d0c85f25f2ff117e548c89a30034" integrity sha512-ipFtDrqtF99qVVo+FE1fo6aHyLLp7hg6PNGfzY5KxQjcl0XCbyEFvjtR1NfkHDTN9rdFeEDxg59LLOv3VOAHAw== @@ -4960,14 +4960,14 @@ eslint-plugin-unused-imports@^3.1.0: dependencies: eslint-rule-composer "^0.3.0" -eslint-plugin-vitest@^0.5.1: - version "0.5.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-vitest/-/eslint-plugin-vitest-0.5.2.tgz#0c45a921b0d4600e257a81e5078c8813efc35c6b" - integrity sha512-KROUmsB9xCq8R78omFJmn8tS11s8OC+TXwmo1RaU69x5CI56icXb4k4rSfag4za2ZcIQIEpoOkS/bYWyiMyK/g== +eslint-plugin-vitest@^0.5.3: + version "0.5.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-vitest/-/eslint-plugin-vitest-0.5.3.tgz#9723db969014751b231a0e2c44305af66c8dd3b4" + integrity sha512-D0iu6ppP6FmNSZP4cdhEXqyI+fuW6JwwWdECRrNymd1jiVgUmDgSvtryytonNxHQQWhGNmZM3V/qvpXttH1rRQ== dependencies: "@typescript-eslint/utils" "^7.6.0" -eslint-plugin-vue@^9.24.1: +eslint-plugin-vue@^9.25.0: version "9.25.0" resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.25.0.tgz#615cb7bb6d0e2140d21840b9aa51dce69e803e7a" integrity sha512-tDWlx14bVe6Bs+Nnh3IGrD+hb11kf2nukfm6jLsmJIhmiRQ1SUaksvwY9U5MvPB0pcrg0QK0xapQkfITs3RKOA== @@ -9014,7 +9014,16 @@ string-argv@0.3.2: resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6" integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q== -"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -9110,7 +9119,14 @@ stringify-object@^3.3.0: is-obj "^1.0.1" is-regexp "^1.0.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -10325,7 +10341,16 @@ workbox-window@7.0.0, workbox-window@^7.0.0: "@types/trusted-types" "^2.0.2" workbox-core "7.0.0" -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==