chore(deps): update commitlint monorepo to v20.4.2 (#2793)
dancefinder-app / build (push) Successful in 10m58s
dancefinder-app / deploy-prod (push) Failing after 3m18s

This commit was merged in pull request #2793.
This commit is contained in:
2026-02-19 13:05:21 +00:00
parent f84afc701a
commit 15eabb57e6
2 changed files with 18 additions and 18 deletions
+16 -16
View File
@@ -24,8 +24,8 @@
"subscriptions-transport-ws": "0.11.0"
},
"devDependencies": {
"@commitlint/cli": "20.4.1",
"@commitlint/config-conventional": "20.4.1",
"@commitlint/cli": "20.4.2",
"@commitlint/config-conventional": "20.4.2",
"@graphql-codegen/cli": "6.1.1",
"@graphql-codegen/fragment-matcher": "6.0.0",
"@graphql-codegen/typescript": "5.0.8",
@@ -1179,14 +1179,14 @@
}
},
"node_modules/@commitlint/cli": {
"version": "20.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.4.1.tgz",
"integrity": "sha512-uuFKKpc7OtQM+6SRqT+a4kV818o1pS+uvv/gsRhyX7g4x495jg+Q7P0+O9VNGyLXBYP0syksS7gMRDJKcekr6A==",
"version": "20.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-20.4.2.tgz",
"integrity": "sha512-YjYSX2yj/WsVoxh9mNiymfFS2ADbg2EK4+1WAsMuckwKMCqJ5PDG0CJU/8GvmHWcv4VRB2V02KqSiecRksWqZQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/format": "^20.4.0",
"@commitlint/lint": "^20.4.1",
"@commitlint/lint": "^20.4.2",
"@commitlint/load": "^20.4.0",
"@commitlint/read": "^20.4.0",
"@commitlint/types": "^20.4.0",
@@ -1201,9 +1201,9 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "20.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.1.tgz",
"integrity": "sha512-0YUvIeBtpi86XriqrR+TCULVFiyYTIOEPjK7tTRMxjcBm1qlzb+kz7IF2WxL6Fq5DaundG8VO37BNgMkMTBwqA==",
"version": "20.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.4.2.tgz",
"integrity": "sha512-rwkTF55q7Q+6dpSKUmJoScV0f3EpDlWKw2UPzklkLS4o5krMN1tPWAVOgHRtyUTMneIapLeQwaCjn44Td6OzBQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -1285,15 +1285,15 @@
}
},
"node_modules/@commitlint/lint": {
"version": "20.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.4.1.tgz",
"integrity": "sha512-g94LrGl/c6UhuhDQqNqU232aslLEN2vzc7MPfQTHzwzM4GHNnEAwVWWnh0zX8S5YXecuLXDwbCsoGwmpAgPWKA==",
"version": "20.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-20.4.2.tgz",
"integrity": "sha512-buquzNRtFng6xjXvBU1abY/WPEEjCgUipNQrNmIWe8QuJ6LWLtei/LDBAzEe5ASm45+Q9L2Xi3/GVvlj50GAug==",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/is-ignored": "^20.4.1",
"@commitlint/parse": "^20.4.1",
"@commitlint/rules": "^20.4.1",
"@commitlint/rules": "^20.4.2",
"@commitlint/types": "^20.4.0"
},
"engines": {
@@ -1382,9 +1382,9 @@
}
},
"node_modules/@commitlint/rules": {
"version": "20.4.1",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.4.1.tgz",
"integrity": "sha512-WtqypKEPbQEuJwJS4aKs0OoJRBKz1HXPBC9wRtzVNH68FLhPWzxXlF09hpUXM9zdYTpm4vAdoTGkWiBgQ/vL0g==",
"version": "20.4.2",
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-20.4.2.tgz",
"integrity": "sha512-oz83pnp5Yq6uwwTAabuVQPNlPfeD2Y5ZjMb7Wx8FSUlu4sLYJjbBWt8031Z0osCFPfHzAwSYrjnfDFKtuSMdKg==",
"dev": true,
"license": "MIT",
"dependencies": {
+2 -2
View File
@@ -16,8 +16,8 @@
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "20.4.1",
"@commitlint/config-conventional": "20.4.1",
"@commitlint/cli": "20.4.2",
"@commitlint/config-conventional": "20.4.2",
"@graphql-codegen/cli": "6.1.1",
"@graphql-codegen/fragment-matcher": "6.0.0",
"@graphql-codegen/typescript": "5.0.8",