Skip to content

Commit a34c7c2

Browse files
chore(deps): update commitlint monorepo to v20.4.2 (#1142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35ba187 commit a34c7c2

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"tslib": "^2.3.0"
101101
},
102102
"devDependencies": {
103-
"@commitlint/cli": "20.4.1",
104-
"@commitlint/config-conventional": "20.4.1",
103+
"@commitlint/cli": "20.4.2",
104+
"@commitlint/config-conventional": "20.4.2",
105105
"@nestjs/schematics": "11.0.9",
106106
"@nestjs/testing": "^11.0.16",
107107
"@nx/eslint": "22.5.1",

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,23 +1028,23 @@
10281028
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
10291029
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
10301030

1031-
"@commitlint/cli@20.4.1":
1032-
version "20.4.1"
1033-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.4.1.tgz#a3d402d877322508925264b02fce48dda1932ffb"
1034-
integrity sha512-uuFKKpc7OtQM+6SRqT+a4kV818o1pS+uvv/gsRhyX7g4x495jg+Q7P0+O9VNGyLXBYP0syksS7gMRDJKcekr6A==
1031+
"@commitlint/cli@20.4.2":
1032+
version "20.4.2"
1033+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.4.2.tgz#2cb97a37a11ee3245a22f770101b18a89f5e58c4"
1034+
integrity sha512-YjYSX2yj/WsVoxh9mNiymfFS2ADbg2EK4+1WAsMuckwKMCqJ5PDG0CJU/8GvmHWcv4VRB2V02KqSiecRksWqZQ==
10351035
dependencies:
10361036
"@commitlint/format" "^20.4.0"
1037-
"@commitlint/lint" "^20.4.1"
1037+
"@commitlint/lint" "^20.4.2"
10381038
"@commitlint/load" "^20.4.0"
10391039
"@commitlint/read" "^20.4.0"
10401040
"@commitlint/types" "^20.4.0"
10411041
tinyexec "^1.0.0"
10421042
yargs "^17.0.0"
10431043

1044-
"@commitlint/config-conventional@20.4.1":
1045-
version "20.4.1"
1046-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.4.1.tgz#eee4a14f724147a714b6d76f069e4fefba95fad2"
1047-
integrity sha512-0YUvIeBtpi86XriqrR+TCULVFiyYTIOEPjK7tTRMxjcBm1qlzb+kz7IF2WxL6Fq5DaundG8VO37BNgMkMTBwqA==
1044+
"@commitlint/config-conventional@20.4.2":
1045+
version "20.4.2"
1046+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.4.2.tgz#58c114116bcf2b8e91467307f5d3bf9167ce6579"
1047+
integrity sha512-rwkTF55q7Q+6dpSKUmJoScV0f3EpDlWKw2UPzklkLS4o5krMN1tPWAVOgHRtyUTMneIapLeQwaCjn44Td6OzBQ==
10481048
dependencies:
10491049
"@commitlint/types" "^20.4.0"
10501050
conventional-changelog-conventionalcommits "^9.1.0"
@@ -1090,14 +1090,14 @@
10901090
"@commitlint/types" "^20.4.0"
10911091
semver "^7.6.0"
10921092

1093-
"@commitlint/lint@^20.4.1":
1094-
version "20.4.1"
1095-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.4.1.tgz#27252b57a8058f91c95c04787060ade6ea601de5"
1096-
integrity sha512-g94LrGl/c6UhuhDQqNqU232aslLEN2vzc7MPfQTHzwzM4GHNnEAwVWWnh0zX8S5YXecuLXDwbCsoGwmpAgPWKA==
1093+
"@commitlint/lint@^20.4.2":
1094+
version "20.4.2"
1095+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.4.2.tgz#c22dd66cbe689f3e8b9be468739b4394fcae8ad4"
1096+
integrity sha512-buquzNRtFng6xjXvBU1abY/WPEEjCgUipNQrNmIWe8QuJ6LWLtei/LDBAzEe5ASm45+Q9L2Xi3/GVvlj50GAug==
10971097
dependencies:
10981098
"@commitlint/is-ignored" "^20.4.1"
10991099
"@commitlint/parse" "^20.4.1"
1100-
"@commitlint/rules" "^20.4.1"
1100+
"@commitlint/rules" "^20.4.2"
11011101
"@commitlint/types" "^20.4.0"
11021102

11031103
"@commitlint/load@^20.4.0":
@@ -1152,10 +1152,10 @@
11521152
lodash.mergewith "^4.6.2"
11531153
resolve-from "^5.0.0"
11541154

1155-
"@commitlint/rules@^20.4.1":
1156-
version "20.4.1"
1157-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.4.1.tgz#3c26108286e88f35e4bef47f918778fd8a5504ac"
1158-
integrity sha512-WtqypKEPbQEuJwJS4aKs0OoJRBKz1HXPBC9wRtzVNH68FLhPWzxXlF09hpUXM9zdYTpm4vAdoTGkWiBgQ/vL0g==
1155+
"@commitlint/rules@^20.4.2":
1156+
version "20.4.2"
1157+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.4.2.tgz#0370422fedc037b0e00259445d9b82377743a8a1"
1158+
integrity sha512-oz83pnp5Yq6uwwTAabuVQPNlPfeD2Y5ZjMb7Wx8FSUlu4sLYJjbBWt8031Z0osCFPfHzAwSYrjnfDFKtuSMdKg==
11591159
dependencies:
11601160
"@commitlint/ensure" "^20.4.1"
11611161
"@commitlint/message" "^20.4.0"

0 commit comments

Comments
 (0)