Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(npm-dev): bump @commitlint/config-conventional from 18.6.0 to 18.6.1 #1226

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/config-conventional": "^18.6.1",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.2",
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -734,12 +734,13 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-conventional@npm:^18.6.0":
version: 18.6.0
resolution: "@commitlint/config-conventional@npm:18.6.0"
"@commitlint/config-conventional@npm:^18.6.1":
version: 18.6.1
resolution: "@commitlint/config-conventional@npm:18.6.1"
dependencies:
"@commitlint/types": ^18.6.1
conventional-changelog-conventionalcommits: ^7.0.2
checksum: 96f96966efe2dca58fa876668c3ef34326d617a78bc467bd163a232aec7a541e6da5f462bb76b6dcecf0344bec8f82e02ca89b3b64f60527084289c58bfc9b84
checksum: dd415fae3bf8ed805d54aa9b7c6f4b834f5ef0f9b521820f04e3df8d4363bc8d7335297a9ecdca46fd3a14be79a456ebdd02d81f34cb8d8fb4263380a46cadc8
languageName: node
linkType: hard

Expand Down Expand Up @@ -969,6 +970,15 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/types@npm:^18.6.1":
version: 18.6.1
resolution: "@commitlint/types@npm:18.6.1"
dependencies:
chalk: ^4.1.0
checksum: fb37bdefd25e05e353eb568b26a7dd5aff488f1e3fbfc42080bde49ae6834ffde996acac4b7767df650b38e03692889b636b8290465823cd27276662d3b471cf
languageName: node
linkType: hard

"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
Expand Down Expand Up @@ -8965,7 +8975,7 @@ __metadata:
resolution: "postdfm-root@workspace:."
dependencies:
"@babel/core": ^7.23.9
"@commitlint/config-conventional": ^18.6.0
"@commitlint/config-conventional": ^18.6.1
"@semantic-release/commit-analyzer": ^11.1.0
"@semantic-release/git": ^10.0.1
"@semantic-release/npm": ^11.0.2
Expand Down
Loading