Skip to content

Commit 5a03869

Browse files
⬆️ deps: Upgrade dependency @commitlint/cli to v19.6.0. (#418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb01638 commit 5a03869

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/cli": "7.25.9",
8282
"@babel/core": "7.26.0",
8383
"@babel/preset-env": "7.26.0",
84-
"@commitlint/cli": "19.5.0",
84+
"@commitlint/cli": "19.6.0",
8585
"@iterable-iterator/zip": "1.0.1",
8686
"@js-library/commitlint-config": "0.0.4",
8787
"@node-loader/babel": "2.1.0",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,13 +1030,13 @@
10301030
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
10311031
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
10321032

1033-
"@commitlint/cli@19.5.0":
1034-
version "19.5.0"
1035-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.5.0.tgz#a6e2f7f8397ddf9abd5ee5870e30a1bf51b7be2b"
1036-
integrity sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ==
1033+
"@commitlint/cli@19.6.0":
1034+
version "19.6.0"
1035+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.6.0.tgz#98e7fc8501cc38b6eef4b7f61e19b15f3c53700e"
1036+
integrity sha512-v17BgGD9w5KnthaKxXnEg6KLq6DYiAxyiN44TpiRtqyW8NSq+Kx99mkEG8Qo6uu6cI5eMzMojW2muJxjmPnF8w==
10371037
dependencies:
10381038
"@commitlint/format" "^19.5.0"
1039-
"@commitlint/lint" "^19.5.0"
1039+
"@commitlint/lint" "^19.6.0"
10401040
"@commitlint/load" "^19.5.0"
10411041
"@commitlint/read" "^19.5.0"
10421042
"@commitlint/types" "^19.5.0"
@@ -1076,22 +1076,22 @@
10761076
"@commitlint/types" "^19.5.0"
10771077
chalk "^5.3.0"
10781078

1079-
"@commitlint/is-ignored@^19.5.0":
1080-
version "19.5.0"
1081-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.5.0.tgz#f8b7f365887acc1e3bdb31b17117bb435585dddf"
1082-
integrity sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w==
1079+
"@commitlint/is-ignored@^19.6.0":
1080+
version "19.6.0"
1081+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.6.0.tgz#6adb9097d36b68e00b9c06a73d7a08e9f54c54dc"
1082+
integrity sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==
10831083
dependencies:
10841084
"@commitlint/types" "^19.5.0"
10851085
semver "^7.6.0"
10861086

1087-
"@commitlint/lint@^19.5.0":
1088-
version "19.5.0"
1089-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.5.0.tgz#f4e162e7857a1c0694b20b92527704897558ff70"
1090-
integrity sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg==
1087+
"@commitlint/lint@^19.6.0":
1088+
version "19.6.0"
1089+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.6.0.tgz#f9fc9b11b808c96bd3f85e882e056daabac40c36"
1090+
integrity sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==
10911091
dependencies:
1092-
"@commitlint/is-ignored" "^19.5.0"
1092+
"@commitlint/is-ignored" "^19.6.0"
10931093
"@commitlint/parse" "^19.5.0"
1094-
"@commitlint/rules" "^19.5.0"
1094+
"@commitlint/rules" "^19.6.0"
10951095
"@commitlint/types" "^19.5.0"
10961096

10971097
"@commitlint/load@^19.5.0":
@@ -1147,10 +1147,10 @@
11471147
lodash.mergewith "^4.6.2"
11481148
resolve-from "^5.0.0"
11491149

1150-
"@commitlint/rules@^19.5.0":
1151-
version "19.5.0"
1152-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.5.0.tgz#2a72ab506d49d7f33eda56f0ae072a3479429e74"
1153-
integrity sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw==
1150+
"@commitlint/rules@^19.6.0":
1151+
version "19.6.0"
1152+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.6.0.tgz#2436da7974c3cf2a7236257f3ef5dd40c4d91312"
1153+
integrity sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==
11541154
dependencies:
11551155
"@commitlint/ensure" "^19.5.0"
11561156
"@commitlint/message" "^19.5.0"

0 commit comments

Comments
 (0)