Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore(dev-deps): update dependency @side/commitlint-config to v1.0.1 (#…
Browse files Browse the repository at this point in the history
…627)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent daff673 commit 313db7c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@actions/exec": "1.1.1",
"@commitlint/cli": "17.6.7",
"@side/commitlint-config": "1.0.0",
"@side/commitlint-config": "1.0.1",
"@side/eslint-config-base": "1.0.0",
"@side/eslint-config-jest": "1.0.0",
"@side/prettier-config": "1.0.0",
Expand Down
30 changes: 14 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -354,12 +354,12 @@
resolve-global "1.0.0"
yargs "^17.0.0"

"@commitlint/config-conventional@^17.0.0":
version "17.6.7"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.7.tgz#8469d977def36148615e9516b1a521e38ca27ddd"
integrity sha512-4oTpEUC0HRM54QRHBPMOJW1pETp7usxXn9RuNYNWHcmu8wi1mpws95hvS20u2n6HtIkTn0jfn7vHioCm4AGUTw==
"@commitlint/config-conventional@^18.0.0":
version "18.4.3"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-18.4.3.tgz#8158e6bd874a86ff46a6424f45acd803bc5fef1b"
integrity sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==
dependencies:
conventional-changelog-conventionalcommits "^5.0.0"
conventional-changelog-conventionalcommits "^7.0.2"

"@commitlint/config-validator@^17.6.7":
version "17.6.7"
Expand Down Expand Up @@ -948,12 +948,12 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@side/commitlint-config@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@side/commitlint-config/-/commitlint-config-1.0.0.tgz#04c14575565afd60f785e40e8686918e211cd5fc"
integrity sha512-mNP7948k26l2NVsMUi4GkKJAmk13qUZ94vS9o1/Pqx+SV+gL1UtbwqZcj5SFfISlXHbGUHj39HG8Q7boNNxN2w==
"@side/commitlint-config@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@side/commitlint-config/-/commitlint-config-1.0.1.tgz#1757df54cc579e35d2f62778b4450a361de61f08"
integrity sha512-tdBTGz3n48CCM1iut4YxLAV++k8c3vfvJSXp2ajNWSnWEosP4nmOklJ0100sM6NxIq9FqW3TlbIG46/rt0GjWQ==
dependencies:
"@commitlint/config-conventional" "^17.0.0"
"@commitlint/config-conventional" "^18.0.0"

"@side/eslint-config-base@1.0.0":
version "1.0.0"
Expand Down Expand Up @@ -1807,14 +1807,12 @@ conventional-changelog-angular@^5.0.11:
compare-func "^2.0.0"
q "^1.5.1"

conventional-changelog-conventionalcommits@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
conventional-changelog-conventionalcommits@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz#aa5da0f1b2543094889e8cf7616ebe1a8f5c70d5"
integrity sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==
dependencies:
compare-func "^2.0.0"
lodash "^4.17.15"
q "^1.5.1"

conventional-commits-parser@^3.2.2:
version "3.2.4"
Expand Down

0 comments on commit 313db7c

Please sign in to comment.