Skip to content

Commit

Permalink
dependencies(commitlint): upgrade to 17.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Apr 29, 2023
1 parent 19dda46 commit 19b9ffd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -39,8 +39,8 @@
"mongoose": "~7.0.3"
},
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@deepkit/core": "1.0.1-alpha.58",
"@deepkit/type": "1.0.1-alpha.58",
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -57,7 +57,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"class-transformer": "0.5.1",
"commitlint": "^17.5.0",
"commitlint": "^17.6.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
60 changes: 30 additions & 30 deletions yarn.lock
Expand Up @@ -1003,26 +1003,26 @@
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==

"@commitlint/cli@^17.5.0":
version "17.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a"
integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==
"@commitlint/cli@^17.6.1":
version "17.6.1"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.6.1.tgz#571a1272a656cd316f4b601cbb0fcb2ef50bfc7a"
integrity sha512-kCnDD9LE2ySiTnj/VPaxy4/oRayRcdv4aCuVxtoum8SxIU7OADHc0nJPQfheE8bHcs3zZdWzDMWltRosuT13bg==
dependencies:
"@commitlint/format" "^17.4.4"
"@commitlint/lint" "^17.4.4"
"@commitlint/lint" "^17.6.1"
"@commitlint/load" "^17.5.0"
"@commitlint/read" "^17.4.4"
"@commitlint/read" "^17.5.1"
"@commitlint/types" "^17.4.4"
execa "^5.0.0"
lodash.isfunction "^3.0.9"
resolve-from "5.0.0"
resolve-global "1.0.0"
yargs "^17.0.0"

"@commitlint/config-conventional@^17.4.4":
version "17.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.4.4.tgz#f30b1e5b2e48ce5799a483c200c52f218a98efcc"
integrity sha512-u6ztvxqzi6NuhrcEDR7a+z0yrh11elY66nRrQIpqsqW6sZmpxYkDLtpRH8jRML+mmxYQ8s4qqF06Q/IQx5aJeQ==
"@commitlint/config-conventional@^17.6.1":
version "17.6.1"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.1.tgz#ab07c82c88f99ffee89ae321f1f49f1798127fbb"
integrity sha512-ng/ybaSLuTCH9F+7uavSOnEQ9EFMl7lHEjfAEgRh1hwmEe8SpLKpQeMo2aT1IWvHaGMuTb+gjfbzoRf2IR23NQ==
dependencies:
conventional-changelog-conventionalcommits "^5.0.0"

Expand Down Expand Up @@ -1067,14 +1067,14 @@
"@commitlint/types" "^17.4.4"
semver "7.3.8"

"@commitlint/lint@^17.4.4":
version "17.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.4.4.tgz#0ecd70b44ec5f4823c2e00e0c4b04ebd41d42856"
integrity sha512-qgkCRRFjyhbMDWsti/5jRYVJkgYZj4r+ZmweZObnbYqPUl5UKLWMf9a/ZZisOI4JfiPmRktYRZ2JmqlSvg+ccw==
"@commitlint/lint@^17.6.1":
version "17.6.1"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.6.1.tgz#52275acc6b3d92a9ad466535331c5dd8e85b6f42"
integrity sha512-VARJ9kxH64isgwVnC+ABPafCYzqxpsWJIpDaTuI0gh8aX4GQ0i7cn9tvxtFNfJj4ER2BAJeWJ0vURdNYjK2RQQ==
dependencies:
"@commitlint/is-ignored" "^17.4.4"
"@commitlint/parse" "^17.4.4"
"@commitlint/rules" "^17.4.4"
"@commitlint/rules" "^17.6.1"
"@commitlint/types" "^17.4.4"

"@commitlint/load@^17.5.0":
Expand Down Expand Up @@ -1111,15 +1111,15 @@
conventional-changelog-angular "^5.0.11"
conventional-commits-parser "^3.2.2"

"@commitlint/read@^17.4.4":
version "17.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.4.tgz#de6ec00aad827764153009aa54517e3df2154555"
integrity sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==
"@commitlint/read@^17.5.1":
version "17.5.1"
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.5.1.tgz#fec903b766e2c41e3cefa80630040fcaba4f786c"
integrity sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==
dependencies:
"@commitlint/top-level" "^17.4.0"
"@commitlint/types" "^17.4.4"
fs-extra "^11.0.0"
git-raw-commits "^2.0.0"
git-raw-commits "^2.0.11"
minimist "^1.2.6"

"@commitlint/resolve-extends@^17.4.4":
Expand All @@ -1134,10 +1134,10 @@
resolve-from "^5.0.0"
resolve-global "^1.0.0"

"@commitlint/rules@^17.4.4":
version "17.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.4.4.tgz#9b33f41e5eb529f916396bac7c62e61f0edd6791"
integrity sha512-0tgvXnHi/mVcyR8Y8mjTFZIa/FEQXA4uEutXS/imH2v1UNkYDSEMsK/68wiXRpfW1euSgEdwRkvE1z23+yhNrQ==
"@commitlint/rules@^17.6.1":
version "17.6.1"
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.6.1.tgz#dff529b8d1e0455808fe7e3e1fa70617e4eb2759"
integrity sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==
dependencies:
"@commitlint/ensure" "^17.4.4"
"@commitlint/message" "^17.4.2"
Expand Down Expand Up @@ -2950,12 +2950,12 @@ commander@^10.0.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.0.tgz#71797971162cd3cf65f0b9d24eb28f8d303acdf1"
integrity sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==

commitlint@^17.5.0:
version "17.5.0"
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.5.0.tgz#69a9e59026fd722edcd03e64d0c883d01f662264"
integrity sha512-uUDHN7WOUu3zBAGM/1rYGshT/f1HCwcnt3wFoKlVtzkGsb2OmAV5oCDkN1hlrbv6BUENM0wqrZjuwO1Q557Z2A==
commitlint@^17.6.1:
version "17.6.1"
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.6.1.tgz#9dff9b7ab681a33a330284bb3761df568adaaba9"
integrity sha512-yO11o5DmN/X4VCL+aLzgfJ1YXOM7qFzMN659SpISS4EBiv+QO16A0jeJU9rgVRbM2K06M7AfBQkZz7EPR3sAnQ==
dependencies:
"@commitlint/cli" "^17.5.0"
"@commitlint/cli" "^17.6.1"
"@commitlint/types" "^17.4.4"

common-ancestor-path@^1.0.1:
Expand Down Expand Up @@ -3796,7 +3796,7 @@ git-log-parser@^1.2.0:
through2 "~2.0.0"
traverse "~0.6.6"

git-raw-commits@^2.0.0:
git-raw-commits@^2.0.11:
version "2.0.11"
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
Expand Down

0 comments on commit 19b9ffd

Please sign in to comment.