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.1.0 to 18.4.0 #1605

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.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/config-conventional": "^18.4.0",
"@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.1.0":
version: 18.1.0
resolution: "@commitlint/config-conventional@npm:18.1.0"
"@commitlint/config-conventional@npm:^18.4.0":
version: 18.4.0
resolution: "@commitlint/config-conventional@npm:18.4.0"
dependencies:
conventional-changelog-conventionalcommits: ^7.0.2
checksum: 1cbb05b52f8e288c977e08453b8add7c3d2802b2c9ec3cbb65cca38ea5e6ebe56a276c0eb5bc81b0d1630ca839ce106b71428f31d6db796860bc63c317250bba
checksum: d9101033e13bb5caee0c6691675c2bb8f3d374ad24a19dd29a25d6c81702b5cf549d06b3a1238b53aeae5bf00c6072c61fd6f7370c40b3506c2d0f84f8038bc9
languageName: node
linkType: hard

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