Skip to content

Commit eb3fd9e

Browse files
chore(deps): update dependency @commitlint/cli to ^19.4.0
1 parent 4af29c4 commit eb3fd9e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"sourcegraph": ">=25.7.0"
4848
},
4949
"devDependencies": {
50-
"@commitlint/cli": "^19.3.0",
50+
"@commitlint/cli": "^19.4.0",
5151
"@commitlint/config-conventional": "^19.2.2",
5252
"@sourcegraph/eslint-config": "^0.37.1",
5353
"@sourcegraph/prettierrc": "^2.2.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@
113113
lodash "^4.17.19"
114114
to-fast-properties "^2.0.0"
115115

116-
"@commitlint/cli@^19.3.0":
117-
version "19.3.0"
118-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.3.0.tgz#44e6da9823a01f0cdcc43054bbefdd2c6c5ddf39"
119-
integrity sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==
116+
"@commitlint/cli@^19.4.0":
117+
version "19.4.0"
118+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.4.0.tgz#9f93d3ed07e531fcfa371015c8c87e0aa26d974f"
119+
integrity sha512-sJX4J9UioVwZHq7JWM9tjT5bgWYaIN3rC4FP7YwfEwBYiIO+wMyRttRvQLNkow0vCdM0D67r9NEWU0Ui03I4Eg==
120120
dependencies:
121121
"@commitlint/format" "^19.3.0"
122122
"@commitlint/lint" "^19.2.2"
123-
"@commitlint/load" "^19.2.0"
124-
"@commitlint/read" "^19.2.1"
123+
"@commitlint/load" "^19.4.0"
124+
"@commitlint/read" "^19.4.0"
125125
"@commitlint/types" "^19.0.3"
126126
execa "^8.0.1"
127127
yargs "^17.0.0"
@@ -185,10 +185,10 @@
185185
"@commitlint/rules" "^19.0.3"
186186
"@commitlint/types" "^19.0.3"
187187

188-
"@commitlint/load@^19.2.0":
189-
version "19.2.0"
190-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.2.0.tgz#3ca51fdead4f1e1e09c9c7df343306412b1ef295"
191-
integrity sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==
188+
"@commitlint/load@^19.4.0":
189+
version "19.4.0"
190+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.4.0.tgz#7df034e226e300fd577d3f63a72d790d5c821f53"
191+
integrity sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==
192192
dependencies:
193193
"@commitlint/config-validator" "^19.0.3"
194194
"@commitlint/execute-rule" "^19.0.0"
@@ -215,10 +215,10 @@
215215
conventional-changelog-angular "^7.0.0"
216216
conventional-commits-parser "^5.0.0"
217217

218-
"@commitlint/read@^19.2.1":
219-
version "19.2.1"
220-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.2.1.tgz#7296b99c9a989e60e5927fff8388a1dd44299c2f"
221-
integrity sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==
218+
"@commitlint/read@^19.4.0":
219+
version "19.4.0"
220+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.4.0.tgz#3866b1f9a272ef6a388986efa349d24228fc8b00"
221+
integrity sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==
222222
dependencies:
223223
"@commitlint/top-level" "^19.0.0"
224224
"@commitlint/types" "^19.0.3"

0 commit comments

Comments
 (0)