Skip to content

Commit cb35e14

Browse files
dependabot[bot]Laure-di
authored andcommitted
chore(deps): bump @commitlint/cli from 19.5.0 to 19.6.0 (scaleway#4007)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.5.0 to 19.6.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f40599f commit cb35e14

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
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424

25-
"@commitlint/cli": "^19.5.0",
25+
"@commitlint/cli": "^19.6.0",
2626
"@commitlint/config-conventional": "^19.5.0",
2727
"husky": "^8.0.3",
2828
"lint-staged": "^15.2.10",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@commitlint/cli@^19.5.0":
27-
version "19.5.0"
28-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.5.0.tgz#a6e2f7f8397ddf9abd5ee5870e30a1bf51b7be2b"
29-
integrity sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ==
26+
"@commitlint/cli@^19.6.0":
27+
version "19.6.0"
28+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.6.0.tgz#98e7fc8501cc38b6eef4b7f61e19b15f3c53700e"
29+
integrity sha512-v17BgGD9w5KnthaKxXnEg6KLq6DYiAxyiN44TpiRtqyW8NSq+Kx99mkEG8Qo6uu6cI5eMzMojW2muJxjmPnF8w==
3030
dependencies:
3131
"@commitlint/format" "^19.5.0"
32-
"@commitlint/lint" "^19.5.0"
32+
"@commitlint/lint" "^19.6.0"
3333
"@commitlint/load" "^19.5.0"
3434
"@commitlint/read" "^19.5.0"
3535
"@commitlint/types" "^19.5.0"
@@ -77,22 +77,22 @@
7777
"@commitlint/types" "^19.5.0"
7878
chalk "^5.3.0"
7979

80-
"@commitlint/is-ignored@^19.5.0":
81-
version "19.5.0"
82-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.5.0.tgz#f8b7f365887acc1e3bdb31b17117bb435585dddf"
83-
integrity sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w==
80+
"@commitlint/is-ignored@^19.6.0":
81+
version "19.6.0"
82+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.6.0.tgz#6adb9097d36b68e00b9c06a73d7a08e9f54c54dc"
83+
integrity sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==
8484
dependencies:
8585
"@commitlint/types" "^19.5.0"
8686
semver "^7.6.0"
8787

88-
"@commitlint/lint@^19.5.0":
89-
version "19.5.0"
90-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.5.0.tgz#f4e162e7857a1c0694b20b92527704897558ff70"
91-
integrity sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg==
88+
"@commitlint/lint@^19.6.0":
89+
version "19.6.0"
90+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.6.0.tgz#f9fc9b11b808c96bd3f85e882e056daabac40c36"
91+
integrity sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==
9292
dependencies:
93-
"@commitlint/is-ignored" "^19.5.0"
93+
"@commitlint/is-ignored" "^19.6.0"
9494
"@commitlint/parse" "^19.5.0"
95-
"@commitlint/rules" "^19.5.0"
95+
"@commitlint/rules" "^19.6.0"
9696
"@commitlint/types" "^19.5.0"
9797

9898
"@commitlint/load@^19.5.0":
@@ -148,10 +148,10 @@
148148
lodash.mergewith "^4.6.2"
149149
resolve-from "^5.0.0"
150150

151-
"@commitlint/rules@^19.5.0":
152-
version "19.5.0"
153-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.5.0.tgz#2a72ab506d49d7f33eda56f0ae072a3479429e74"
154-
integrity sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw==
151+
"@commitlint/rules@^19.6.0":
152+
version "19.6.0"
153+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.6.0.tgz#2436da7974c3cf2a7236257f3ef5dd40c4d91312"
154+
integrity sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==
155155
dependencies:
156156
"@commitlint/ensure" "^19.5.0"
157157
"@commitlint/message" "^19.5.0"

0 commit comments

Comments
 (0)