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

chore(deps-dev): bump @commitlint/config-conventional from 18.6.0 to 19.2.2 #485

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -58,7 +58,7 @@
"js-sha256": "^0.11.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/config-conventional": "^19.2.2",
"@evilmartians/lefthook": "^1.5.0",
"@react-native/eslint-config": "^0.74.0",
"@types/base-64": "^1.0.2",
Expand Down
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1821,12 +1821,13 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -1994,6 +1995,16 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/types@npm:^19.0.3":
version: 19.0.3
resolution: "@commitlint/types@npm:19.0.3"
dependencies:
"@types/conventional-commits-parser": ^5.0.0
chalk: ^5.3.0
checksum: 44e67f4861f9b137f43a441f8ab255676b7a276c82ca46ba7846ca1057d170af92a87d3e2a1378713dc4e33a68c8af513683cb96dcd29544e48e2c825109ea6f
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 @@ -3286,6 +3297,15 @@ __metadata:
languageName: node
linkType: hard

"@types/conventional-commits-parser@npm:^5.0.0":
version: 5.0.0
resolution: "@types/conventional-commits-parser@npm:5.0.0"
dependencies:
"@types/node": "*"
checksum: 88013c53adccaf359a429412c5d835990a88be33218f01f85eb04cf839a7d5bef51dd52b83a3032b00153e9f3ce4a7e84ff10b0a1f833c022c5e999b00eef24c
languageName: node
linkType: hard

"@types/istanbul-lib-coverage@npm:*, @types/istanbul-lib-coverage@npm:^2.0.0, @types/istanbul-lib-coverage@npm:^2.0.1":
version: 2.0.6
resolution: "@types/istanbul-lib-coverage@npm:2.0.6"
Expand Down Expand Up @@ -9749,7 +9769,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-native-pkce-challenge@workspace:."
dependencies:
"@commitlint/config-conventional": ^18.4.3
"@commitlint/config-conventional": ^19.2.2
"@evilmartians/lefthook": ^1.5.0
"@react-native/eslint-config": ^0.74.0
"@types/base-64": ^1.0.2
Expand Down