mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-27 09:55:45 -05:00
chore(deps): update commitlint monorepo to v17.6.6
This commit is contained in:
parent
fdbdd57332
commit
97d18d4568
2 changed files with 56 additions and 56 deletions
108
package-lock.json
generated
108
package-lock.json
generated
|
@ -17,8 +17,8 @@
|
|||
"@semantic-release/release-notes-generator": "^10.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.6.3",
|
||||
"@commitlint/config-conventional": "17.6.3",
|
||||
"@commitlint/cli": "17.6.6",
|
||||
"@commitlint/config-conventional": "17.6.6",
|
||||
"eslint": "8.40.0",
|
||||
"eslint-config-scratch": "8.0.0",
|
||||
"husky": "8.0.3",
|
||||
|
@ -408,13 +408,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "17.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.3.tgz",
|
||||
"integrity": "sha512-ItSz2fd4F+CujgIbQOfNNerDF1eFlsBGEfp9QcCb1kxTYMuKTYZzA6Nu1YRRrIaaWwe2E7awUGpIMrPoZkOG3A==",
|
||||
"version": "17.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.6.tgz",
|
||||
"integrity": "sha512-sTKpr2i/Fjs9OmhU+beBxjPavpnLSqZaO6CzwKVq2Tc4UYVTMFgpKOslDhUBVlfAUBfjVO8ParxC/MXkIOevEA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^17.4.4",
|
||||
"@commitlint/lint": "^17.6.3",
|
||||
"@commitlint/lint": "^17.6.6",
|
||||
"@commitlint/load": "^17.5.0",
|
||||
"@commitlint/read": "^17.5.1",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
|
@ -473,9 +473,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-conventional": {
|
||||
"version": "17.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.3.tgz",
|
||||
"integrity": "sha512-bLyHEjjRWqlLQWIgYFHmUPbEFMOOLXeF3QbUinDIJev/u9e769tkoTH9YPknEywiuIrAgZaVo+OfzAIsJP0fsw==",
|
||||
"version": "17.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.6.tgz",
|
||||
"integrity": "sha512-phqPz3BDhfj49FUYuuZIuDiw+7T6gNAEy7Yew1IBHqSohVUCWOK2FXMSAExzS2/9X+ET93g0Uz83KjiHDOOFag==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||
|
@ -629,27 +629,27 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored": {
|
||||
"version": "17.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.6.3.tgz",
|
||||
"integrity": "sha512-LQbNdnPbxrpbcrVKR5yf51SvquqktpyZJwqXx3lUMF6+nT9PHB8xn3wLy8pi2EQv5Zwba484JnUwDE1ygVYNQA==",
|
||||
"version": "17.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.6.6.tgz",
|
||||
"integrity": "sha512-4Fw875faAKO+2nILC04yW/2Vy/wlV3BOYCSQ4CEFzriPEprc1Td2LILmqmft6PDEK5Sr14dT9tEzeaZj0V56Gg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"semver": "7.5.0"
|
||||
"semver": "7.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v14"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint": {
|
||||
"version": "17.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.3.tgz",
|
||||
"integrity": "sha512-fBlXwt6SHJFgm3Tz+luuo3DkydAx9HNC5y4eBqcKuDuMVqHd2ugMNr+bQtx6riv9mXFiPoKp7nE4Xn/ls3iVDA==",
|
||||
"version": "17.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.6.tgz",
|
||||
"integrity": "sha512-5bN+dnHcRLkTvwCHYMS7Xpbr+9uNi0Kq5NR3v4+oPNx6pYXt8ACuw9luhM/yMgHYwW0ajIR20wkPAFkZLEMGmg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^17.6.3",
|
||||
"@commitlint/parse": "^17.4.4",
|
||||
"@commitlint/rules": "^17.6.1",
|
||||
"@commitlint/is-ignored": "^17.6.6",
|
||||
"@commitlint/parse": "^17.6.5",
|
||||
"@commitlint/rules": "^17.6.5",
|
||||
"@commitlint/types": "^17.4.4"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -776,9 +776,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/parse": {
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.4.tgz",
|
||||
"integrity": "sha512-EKzz4f49d3/OU0Fplog7nwz/lAfXMaDxtriidyGF9PtR+SRbgv4FhsfF310tKxs6EPj8Y+aWWuX3beN5s+yqGg==",
|
||||
"version": "17.6.5",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.6.5.tgz",
|
||||
"integrity": "sha512-0zle3bcn1Hevw5Jqpz/FzEWNo2KIzUbc1XyGg6WrWEoa6GH3A1pbqNF6MvE6rjuy6OY23c8stWnb4ETRZyN+Yw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^17.4.4",
|
||||
|
@ -823,9 +823,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules": {
|
||||
"version": "17.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.1.tgz",
|
||||
"integrity": "sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==",
|
||||
"version": "17.6.5",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.5.tgz",
|
||||
"integrity": "sha512-uTB3zSmnPyW2qQQH+Dbq2rekjlWRtyrjDo4aLFe63uteandgkI+cc0NhhbBAzcXShzVk0qqp8SlkQMu0mgHg/A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/ensure": "^17.4.4",
|
||||
|
@ -7581,9 +7581,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/semver": {
|
||||
"version": "7.5.0",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
||||
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
||||
"version": "7.5.2",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz",
|
||||
"integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==",
|
||||
"dependencies": {
|
||||
"lru-cache": "^6.0.0"
|
||||
},
|
||||
|
@ -8689,13 +8689,13 @@
|
|||
"optional": true
|
||||
},
|
||||
"@commitlint/cli": {
|
||||
"version": "17.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.3.tgz",
|
||||
"integrity": "sha512-ItSz2fd4F+CujgIbQOfNNerDF1eFlsBGEfp9QcCb1kxTYMuKTYZzA6Nu1YRRrIaaWwe2E7awUGpIMrPoZkOG3A==",
|
||||
"version": "17.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.6.tgz",
|
||||
"integrity": "sha512-sTKpr2i/Fjs9OmhU+beBxjPavpnLSqZaO6CzwKVq2Tc4UYVTMFgpKOslDhUBVlfAUBfjVO8ParxC/MXkIOevEA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/format": "^17.4.4",
|
||||
"@commitlint/lint": "^17.6.3",
|
||||
"@commitlint/lint": "^17.6.6",
|
||||
"@commitlint/load": "^17.5.0",
|
||||
"@commitlint/read": "^17.5.1",
|
||||
"@commitlint/types": "^17.4.4",
|
||||
|
@ -8741,9 +8741,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/config-conventional": {
|
||||
"version": "17.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.3.tgz",
|
||||
"integrity": "sha512-bLyHEjjRWqlLQWIgYFHmUPbEFMOOLXeF3QbUinDIJev/u9e769tkoTH9YPknEywiuIrAgZaVo+OfzAIsJP0fsw==",
|
||||
"version": "17.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.6.tgz",
|
||||
"integrity": "sha512-phqPz3BDhfj49FUYuuZIuDiw+7T6gNAEy7Yew1IBHqSohVUCWOK2FXMSAExzS2/9X+ET93g0Uz83KjiHDOOFag==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"conventional-changelog-conventionalcommits": "^5.0.0"
|
||||
|
@ -8861,24 +8861,24 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/is-ignored": {
|
||||
"version": "17.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.6.3.tgz",
|
||||
"integrity": "sha512-LQbNdnPbxrpbcrVKR5yf51SvquqktpyZJwqXx3lUMF6+nT9PHB8xn3wLy8pi2EQv5Zwba484JnUwDE1ygVYNQA==",
|
||||
"version": "17.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.6.6.tgz",
|
||||
"integrity": "sha512-4Fw875faAKO+2nILC04yW/2Vy/wlV3BOYCSQ4CEFzriPEprc1Td2LILmqmft6PDEK5Sr14dT9tEzeaZj0V56Gg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^17.4.4",
|
||||
"semver": "7.5.0"
|
||||
"semver": "7.5.2"
|
||||
}
|
||||
},
|
||||
"@commitlint/lint": {
|
||||
"version": "17.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.3.tgz",
|
||||
"integrity": "sha512-fBlXwt6SHJFgm3Tz+luuo3DkydAx9HNC5y4eBqcKuDuMVqHd2ugMNr+bQtx6riv9mXFiPoKp7nE4Xn/ls3iVDA==",
|
||||
"version": "17.6.6",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.6.tgz",
|
||||
"integrity": "sha512-5bN+dnHcRLkTvwCHYMS7Xpbr+9uNi0Kq5NR3v4+oPNx6pYXt8ACuw9luhM/yMgHYwW0ajIR20wkPAFkZLEMGmg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/is-ignored": "^17.6.3",
|
||||
"@commitlint/parse": "^17.4.4",
|
||||
"@commitlint/rules": "^17.6.1",
|
||||
"@commitlint/is-ignored": "^17.6.6",
|
||||
"@commitlint/parse": "^17.6.5",
|
||||
"@commitlint/rules": "^17.6.5",
|
||||
"@commitlint/types": "^17.4.4"
|
||||
}
|
||||
},
|
||||
|
@ -8974,9 +8974,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@commitlint/parse": {
|
||||
"version": "17.4.4",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.4.tgz",
|
||||
"integrity": "sha512-EKzz4f49d3/OU0Fplog7nwz/lAfXMaDxtriidyGF9PtR+SRbgv4FhsfF310tKxs6EPj8Y+aWWuX3beN5s+yqGg==",
|
||||
"version": "17.6.5",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.6.5.tgz",
|
||||
"integrity": "sha512-0zle3bcn1Hevw5Jqpz/FzEWNo2KIzUbc1XyGg6WrWEoa6GH3A1pbqNF6MvE6rjuy6OY23c8stWnb4ETRZyN+Yw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^17.4.4",
|
||||
|
@ -9012,9 +9012,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/rules": {
|
||||
"version": "17.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.1.tgz",
|
||||
"integrity": "sha512-lUdHw6lYQ1RywExXDdLOKxhpp6857/4c95Dc/1BikrHgdysVUXz26yV0vp1GL7Gv+avx9WqZWTIVB7pNouxlfw==",
|
||||
"version": "17.6.5",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.6.5.tgz",
|
||||
"integrity": "sha512-uTB3zSmnPyW2qQQH+Dbq2rekjlWRtyrjDo4aLFe63uteandgkI+cc0NhhbBAzcXShzVk0qqp8SlkQMu0mgHg/A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/ensure": "^17.4.4",
|
||||
|
@ -13805,9 +13805,9 @@
|
|||
}
|
||||
},
|
||||
"semver": {
|
||||
"version": "7.5.0",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
||||
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
||||
"version": "7.5.2",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz",
|
||||
"integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==",
|
||||
"requires": {
|
||||
"lru-cache": "^6.0.0"
|
||||
}
|
||||
|
|
|
@ -50,8 +50,8 @@
|
|||
"semantic-release": ">=19.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.6.3",
|
||||
"@commitlint/config-conventional": "17.6.3",
|
||||
"@commitlint/cli": "17.6.6",
|
||||
"@commitlint/config-conventional": "17.6.6",
|
||||
"eslint": "8.40.0",
|
||||
"eslint-config-scratch": "8.0.0",
|
||||
"husky": "8.0.3",
|
||||
|
|
Loading…
Reference in a new issue