mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-28 22:40:13 -04:00
chore(deps): update commitlint monorepo to v19.8.1 (#237)
Some checks are pending
Build eslint-config-scratch / build-eslint (push) Waiting to run
Some checks are pending
Build eslint-config-scratch / build-eslint (push) Waiting to run
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e28e282e2b
commit
7b0838e24f
2 changed files with 29 additions and 162 deletions
185
package-lock.json
generated
185
package-lock.json
generated
|
@ -28,9 +28,9 @@
|
|||
"typescript-eslint": "8.32.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "19.8.0",
|
||||
"@commitlint/config-conventional": "19.8.0",
|
||||
"@commitlint/types": "19.8.0",
|
||||
"@commitlint/cli": "19.8.1",
|
||||
"@commitlint/config-conventional": "19.8.1",
|
||||
"@commitlint/types": "19.8.1",
|
||||
"eslint": "9.26.0",
|
||||
"husky": "8.0.3",
|
||||
"scratch-semantic-release-config": "3.0.0",
|
||||
|
@ -316,18 +316,18 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "19.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.0.tgz",
|
||||
"integrity": "sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==",
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.8.1.tgz",
|
||||
"integrity": "sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^19.8.0",
|
||||
"@commitlint/lint": "^19.8.0",
|
||||
"@commitlint/load": "^19.8.0",
|
||||
"@commitlint/read": "^19.8.0",
|
||||
"@commitlint/types": "^19.8.0",
|
||||
"tinyexec": "^0.3.0",
|
||||
"@commitlint/format": "^19.8.1",
|
||||
"@commitlint/lint": "^19.8.1",
|
||||
"@commitlint/load": "^19.8.1",
|
||||
"@commitlint/read": "^19.8.1",
|
||||
"@commitlint/types": "^19.8.1",
|
||||
"tinyexec": "^1.0.0",
|
||||
"yargs": "^17.0.0"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -337,14 +337,21 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/tinyexec": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
|
||||
"integrity": "sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@commitlint/config-conventional": {
|
||||
"version": "19.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz",
|
||||
"integrity": "sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==",
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz",
|
||||
"integrity": "sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^19.8.0",
|
||||
"@commitlint/types": "^19.8.1",
|
||||
"conventional-changelog-conventionalcommits": "^7.0.2"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -365,20 +372,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-validator/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/ensure": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.1.tgz",
|
||||
|
@ -397,20 +390,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/ensure/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/execute-rule": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.8.1.tgz",
|
||||
|
@ -435,20 +414,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/format/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz",
|
||||
|
@ -463,20 +428,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored/node_modules/semver": {
|
||||
"version": "7.7.1",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
||||
|
@ -506,20 +457,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/load": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.8.1.tgz",
|
||||
|
@ -542,20 +479,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/load/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/message": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.1.tgz",
|
||||
|
@ -581,20 +504,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/parse/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/read": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.8.1.tgz",
|
||||
|
@ -612,20 +521,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/read/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/read/node_modules/tinyexec": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.1.tgz",
|
||||
|
@ -651,20 +546,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/resolve-extends/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.1.tgz",
|
||||
|
@ -681,20 +562,6 @@
|
|||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules/node_modules/@commitlint/types": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/conventional-commits-parser": "^5.0.0",
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v18"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/to-lines": {
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.1.tgz",
|
||||
|
@ -719,9 +586,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/types": {
|
||||
"version": "19.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.0.tgz",
|
||||
"integrity": "sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==",
|
||||
"version": "19.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
||||
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -49,9 +49,9 @@
|
|||
"typescript-eslint": "8.32.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "19.8.0",
|
||||
"@commitlint/config-conventional": "19.8.0",
|
||||
"@commitlint/types": "19.8.0",
|
||||
"@commitlint/cli": "19.8.1",
|
||||
"@commitlint/config-conventional": "19.8.1",
|
||||
"@commitlint/types": "19.8.1",
|
||||
"eslint": "9.26.0",
|
||||
"husky": "8.0.3",
|
||||
"scratch-semantic-release-config": "3.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue