Skip to content
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 @@ -49,7 +49,7 @@
"@babel/core": "7.26.9",
"@babel/preset-env": "7.23.9",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@commitlint/config-conventional": "19.7.1",
"@nuxt/types": "2.17.3",
"@types/babel__core": "7",
"@types/consola": "2.2.5",
Expand Down
38 changes: 32 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1803,13 +1803,13 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-conventional@npm:18.6.2":
version: 18.6.2
resolution: "@commitlint/config-conventional@npm:18.6.2"
"@commitlint/config-conventional@npm:19.7.1":
version: 19.7.1
resolution: "@commitlint/config-conventional@npm:19.7.1"
dependencies:
"@commitlint/types": "npm:^18.6.1"
"@commitlint/types": "npm:^19.5.0"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
checksum: 10/4e7ba8c1e80e4fbb1677e820f1d07a16fc092a4d4f8e87c46100b01fb682ceb4b3e625c322daccbc7c6ae801d0a129810b47a69854edb76581f5ae70a596c112
checksum: 10/fce984d36e1a721bbbb466f67b5ec6634fbbf7626fbb9c53bdf3cca8810c4350c7cbce8c93627d1107398b61b14373dea34cd344fc9244c2834133b93569081a
languageName: node
linkType: hard

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

"@commitlint/types@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/types@npm:19.5.0"
dependencies:
"@types/conventional-commits-parser": "npm:^5.0.0"
chalk: "npm:^5.3.0"
checksum: 10/a26f33ec6987d7d93bdbd7e1b177cfac30ca056ea383faf343c6a09c0441aa057a24be1459c3d4e7e91edd2ecf8d6c4dd670948c9d22646d64767137c6db098a
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 @@ -3864,6 +3874,15 @@ __metadata:
languageName: node
linkType: hard

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

"@types/estree@npm:^1.0.0":
version: 1.0.5
resolution: "@types/estree@npm:1.0.5"
Expand Down Expand Up @@ -6140,6 +6159,13 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.3.0":
version: 5.4.1
resolution: "chalk@npm:5.4.1"
checksum: 10/29df3ffcdf25656fed6e95962e2ef86d14dfe03cd50e7074b06bad9ffbbf6089adbb40f75c00744d843685c8d008adaf3aed31476780312553caf07fa86e5bc7
languageName: node
linkType: hard

"change-case@npm:^4.1.2":
version: 4.1.2
resolution: "change-case@npm:4.1.2"
Expand Down Expand Up @@ -13646,7 +13672,7 @@ __metadata:
"@babel/core": "npm:7.26.9"
"@babel/preset-env": "npm:7.23.9"
"@commitlint/cli": "npm:18.6.1"
"@commitlint/config-conventional": "npm:18.6.2"
"@commitlint/config-conventional": "npm:19.7.1"
"@nuxt/types": "npm:2.17.3"
"@types/babel__core": "npm:7"
"@types/consola": "npm:2.2.5"
Expand Down
Loading