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: bump @commitlint/config-conventional from 18.4.0 to 18.4.2 #1612

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 @@ -57,7 +57,7 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.0",
"@commitlint/config-conventional": "^18.4.2",
"@types/common-tags": "^1.8.4",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2293,12 +2293,12 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-conventional@npm:^18.4.0":
version: 18.4.0
resolution: "@commitlint/config-conventional@npm:18.4.0"
"@commitlint/config-conventional@npm:^18.4.2":
version: 18.4.2
resolution: "@commitlint/config-conventional@npm:18.4.2"
dependencies:
conventional-changelog-conventionalcommits: ^7.0.2
checksum: d9101033e13bb5caee0c6691675c2bb8f3d374ad24a19dd29a25d6c81702b5cf549d06b3a1238b53aeae5bf00c6072c61fd6f7370c40b3506c2d0f84f8038bc9
checksum: ed4a5c593e5519ccea93ee050c5bbaa642f43ca89b4795929b3be199402d3fd04f2f6651be58441bbbeb49b26158359c2b67d6c08fe4c64d0beb2405d2dd5052
languageName: node
linkType: hard

Expand Down Expand Up @@ -5575,7 +5575,7 @@ __metadata:
"@babel/preset-react": ^7.23.3
"@babel/preset-typescript": ^7.23.3
"@commitlint/cli": ^18.4.2
"@commitlint/config-conventional": ^18.4.0
"@commitlint/config-conventional": ^18.4.2
"@testing-library/dom": ^9.3.3
"@testing-library/jest-dom": ^6.1.4
"@types/common-tags": ^1.8.4
Expand Down
Loading