1 Commits

Author SHA1 Message Date
renovate[bot]
a060d19625 chore(deps): update commitlint monorepo to v19 2024-04-11 16:29:00 +00:00
2 changed files with 24 additions and 11 deletions

View File

@@ -17,8 +17,8 @@
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/types": "^18.4.3",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/types": "^19.0.0",
"@vercel/node": "^3.0.11",
"eslint": "^8.54.0",
"husky": "^8.0.0",

31
pnpm-lock.yaml generated
View File

@@ -16,11 +16,11 @@ importers:
specifier: ^2.26.2
version: 2.26.2
'@commitlint/config-conventional':
specifier: ^18.4.3
version: 18.4.3
specifier: ^19.0.0
version: 19.1.0
'@commitlint/types':
specifier: ^18.4.3
version: 18.4.3
specifier: ^19.0.0
version: 19.0.3
'@vercel/node':
specifier: ^3.0.11
version: 3.0.11
@@ -268,18 +268,20 @@ packages:
prettier: 2.8.8
dev: true
/@commitlint/config-conventional@18.4.3:
resolution: {integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==}
/@commitlint/config-conventional@19.1.0:
resolution: {integrity: sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==}
engines: {node: '>=v18'}
dependencies:
'@commitlint/types': 19.0.3
conventional-changelog-conventionalcommits: 7.0.2
dev: true
/@commitlint/types@18.4.3:
resolution: {integrity: sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==}
/@commitlint/types@19.0.3:
resolution: {integrity: sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==}
engines: {node: '>=v18'}
dependencies:
chalk: 4.1.2
'@types/conventional-commits-parser': 5.0.0
chalk: 5.3.0
dev: true
/@cspotcode/source-map-support@0.8.1:
@@ -849,6 +851,12 @@ packages:
resolution: {integrity: sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==}
dev: true
/@types/conventional-commits-parser@5.0.0:
resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==}
dependencies:
'@types/node': 20.10.0
dev: true
/@types/is-ci@3.0.4:
resolution: {integrity: sha512-AkCYCmwlXeuH89DagDCzvCAyltI2v9lh3U3DqSg/GrBYoReAaWwxfXCqMx9UV5MajLZ4ZFwZzV4cABGIxk2XRw==}
dependencies:
@@ -1664,6 +1672,11 @@ packages:
ansi-styles: 4.3.0
supports-color: 7.2.0
/chalk@5.3.0:
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
dev: true
/chardet@0.7.0:
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
dev: true