Skip to content
Closed
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 @@ -128,7 +128,7 @@
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@commitlint/config-nx-scopes": "^18.6.1"
"@commitlint/config-nx-scopes": "^19.8.0"
},
"msw": {
"workerDirectory": "static"
Expand Down
33 changes: 27 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ __metadata:
"@babel/preset-typescript": ^7.24.7
"@commitlint/cli": ^18.6.1
"@commitlint/config-conventional": ^18.6.3
"@commitlint/config-nx-scopes": ^18.6.1
"@commitlint/config-nx-scopes": ^19.8.0
"@jscutlery/semver": ^5.3.1
"@nx/eslint": 19.5.7
"@nx/jest": 19.5.7
Expand Down Expand Up @@ -2885,15 +2885,17 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/config-nx-scopes@npm:^18.6.1":
version: 18.6.1
resolution: "@commitlint/config-nx-scopes@npm:18.6.1"
"@commitlint/config-nx-scopes@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/config-nx-scopes@npm:19.8.0"
dependencies:
"@commitlint/types": ^19.8.0
peerDependencies:
nx: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
nx: ">=14.0.0"
peerDependenciesMeta:
nx:
optional: true
checksum: 794d7d884214e6fe56066b1d8ded14b9bf32c8d7e19b23bdcfdcdff7e46dd30289911af0a1358afe99a53c1c0e81fc32622375995efceccffcb383e03b2941ac
checksum: 767cf1ccc595318380515cdc4b03c30aa9787aa45b70e4c7aa1ea1e3bb958826101a3128830a3876e64dcb3e5dc045bdd09320fc8e650bf8cc20e6b49e2146e3
languageName: node
linkType: hard

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

"@commitlint/types@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/types@npm:19.8.0"
dependencies:
"@types/conventional-commits-parser": ^5.0.0
chalk: ^5.3.0
checksum: a8bd0b65a2cf7d9924102c798ec2b68ffeb28c58c4aa975f953b85fcc7404fcc50f11054899d1b7a87f2a14da43a22452725eca6a211bbd5dcdde92b33458a6d
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 @@ -7849,6 +7861,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": "*"
checksum: b4eb4f22051d42e7ed9fd3bffe6ea0cf62ae493a3c6c775a16babbad977c934f4c09ec3fa93020894de2073d63cfcd3a27dd5f00984966161da6797dd88a0f0d
languageName: node
linkType: hard

"@types/cookie@npm:^0.4.1":
version: 0.4.1
resolution: "@types/cookie@npm:0.4.1"
Expand Down
Loading