Skip to content

Commit

Permalink
Update commitlint monorepo to v17.0.2 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 6, 2022
1 parent 6486373 commit 86d068c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,13 +15,13 @@
"pre-commit": "yarn run generateReadme && yarn run format && git add -A ."
},
"devDependencies": {
"commitlint": "17.0.1",
"commitlint": "17.0.2",
"commitlint-config-gitmoji": "2.2.5",
"husky": "8.0.1",
"prettier": "2.6.2"
},
"dependencies": {
"@commitlint/cli": "17.0.1",
"@commitlint/cli": "17.0.2",
"@trivago/prettier-plugin-sort-imports": "3.2.0"
},
"contributes": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -224,10 +224,10 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"

"@commitlint/cli@17.0.1", "@commitlint/cli@^17.0.1":
version "17.0.1"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.1.tgz#88c5ad3f297760ded589c3a33ed49321242e7ab0"
integrity sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==
"@commitlint/cli@17.0.2", "@commitlint/cli@^17.0.2":
version "17.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.2.tgz#57c925fb5f09b8e4a83448d94db291ddf7aa58ee"
integrity sha512-Axe89Js0YzGGd4gxo3JLlF7yIdjOVpG1LbOorGc6PfYF+drBh14PvarSDLzyd2TNqdylUCq9wb9/A88ZjIdyhA==
dependencies:
"@commitlint/format" "^17.0.0"
"@commitlint/lint" "^17.0.0"
Expand Down Expand Up @@ -609,12 +609,12 @@ commitlint-plugin-gitmoji@2.2.0:
dotenv "^8.2.0"
emoji-name-map "^1.2.9"

commitlint@17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.0.1.tgz#55a6d93481b5b5fbe3641ab739f4ce272ef59655"
integrity sha512-SpBgzm6KJnT+2IX7y38+4w4hHW9XZFXI7Lg1VAYDuHviuGs0lBBabJ4qBX+ZFWS5PjJsNnsApklB1ZCVXXD7sw==
commitlint@17.0.2:
version "17.0.2"
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-17.0.2.tgz#24aef43c528e1f3326c7df29e72ff6d6fd580b0c"
integrity sha512-7SKvi162t7F1WiNIZDtxLWYzMIqE0YNHVICyZ95CpFNdyGlJy8WpGojiTyCEzL2zX7V6oId+aBz6hy2P4qPpHw==
dependencies:
"@commitlint/cli" "^17.0.1"
"@commitlint/cli" "^17.0.2"
"@commitlint/types" "^17.0.0"

compare-func@^2.0.0:
Expand Down

0 comments on commit 86d068c

Please sign in to comment.