Skip to content

Commit

Permalink
chore(deps-dev): bump @commitlint/cz-commitlint from 17.5.0 to 17.6.7 (
Browse files Browse the repository at this point in the history
…#1319)

Bumps [@commitlint/cz-commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cz-commitlint) from 17.5.0 to 17.6.7.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cz-commitlint/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.7/@commitlint/cz-commitlint)

---
updated-dependencies:
- dependency-name: "@commitlint/cz-commitlint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2023
1 parent db66cd9 commit 016e368
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@babel/core": "^7.22.9",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/cz-commitlint": "^17.5.0",
"@commitlint/cz-commitlint": "^17.6.7",
"@jamesacarr/jest-reporter-github-actions": "^0.0.4",
"@react-hookz/eslint-config": "^2.0.2",
"@react-hookz/eslint-formatter-gha": "^1.0.1",
Expand Down
26 changes: 7 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1263,30 +1263,18 @@
"@commitlint/types" "^17.4.4"
ajv "^8.11.0"

"@commitlint/cz-commitlint@^17.5.0":
version "17.5.0"
resolved "https://registry.yarnpkg.com/@commitlint/cz-commitlint/-/cz-commitlint-17.5.0.tgz#b7415ee449f98432ef3f09bf4b2e257d92571d1e"
integrity sha512-zW68IvFPuejgbwvWG5SZFkf6g/cniiCsvcphp1WCoA9fn65nnl6kE3VvwbyNRTFpO1Pczpa4OTsaWigQ1jdk7A==
"@commitlint/cz-commitlint@^17.6.7":
version "17.6.7"
resolved "https://registry.yarnpkg.com/@commitlint/cz-commitlint/-/cz-commitlint-17.6.7.tgz#4f0b01df188713d1d308dbcb5973d611bd1d2a3a"
integrity sha512-mX1gKRJYzOgbBDVpvlDlLJIbF2dReT2L410eTcnV3DK8AJ5vvkhuXXRPN3jyqO2FVbtYzZDht6noHMhPGFDVlA==
dependencies:
"@commitlint/ensure" "^17.4.4"
"@commitlint/load" "^17.5.0"
"@commitlint/ensure" "^17.6.7"
"@commitlint/load" "^17.6.7"
"@commitlint/types" "^17.4.4"
chalk "^4.1.0"
lodash.isplainobject "^4.0.6"
word-wrap "^1.2.3"

"@commitlint/ensure@^17.4.4":
version "17.4.4"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.4.4.tgz#a36e7719bdb9c2b86c8b8c2e852b463a7bfda5fa"
integrity sha512-AHsFCNh8hbhJiuZ2qHv/m59W/GRE9UeOXbkOqxYMNNg9pJ7qELnFcwj5oYpa6vzTSHtPGKf3C2yUFNy1GGHq6g==
dependencies:
"@commitlint/types" "^17.4.4"
lodash.camelcase "^4.3.0"
lodash.kebabcase "^4.1.1"
lodash.snakecase "^4.1.1"
lodash.startcase "^4.4.0"
lodash.upperfirst "^4.3.1"

"@commitlint/ensure@^17.6.7":
version "17.6.7"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.6.7.tgz#77a77a0c05e6a1c34589f59e82e6cb937101fc4b"
Expand Down Expand Up @@ -1330,7 +1318,7 @@
"@commitlint/rules" "^17.6.7"
"@commitlint/types" "^17.4.4"

"@commitlint/load@>6.1.1", "@commitlint/load@^17.5.0", "@commitlint/load@^17.6.7":
"@commitlint/load@>6.1.1", "@commitlint/load@^17.6.7":
version "17.6.7"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.6.7.tgz#c63b18ca8942a8fc095ec7a7ff7aa52f3854f6ba"
integrity sha512-QZ2rJTbX55BQdYrCm/p6+hh/pFBgC9nTJxfsrK6xRPe2thiQzHN0AQDBqBwAirn6gIkHrjIbCbtAE6kiDYLjrw==
Expand Down

0 comments on commit 016e368

Please sign in to comment.