1 Commits

Author SHA1 Message Date
renovate[bot]
390eee8a5c chore(deps): update commitlint monorepo to v19 2024-02-27 12:12:36 +00:00
2 changed files with 23 additions and 17 deletions

View File

@@ -51,11 +51,11 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/types": "^18.4.4",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/types": "^19.0.0",
"@eslegant/js": "0.0.0-next-20230910004746",
"eslint": "^8.56.0",
"husky": "^9.0.0",
"husky": "^8.0.3",
"vitest": "^1.2.1"
}
}

34
pnpm-lock.yaml generated
View File

@@ -9,11 +9,11 @@ devDependencies:
specifier: ^2.27.1
version: 2.27.1
'@commitlint/config-conventional':
specifier: ^18.4.4
version: 18.4.4
specifier: ^19.0.0
version: 19.0.0
'@commitlint/types':
specifier: ^18.4.4
version: 18.4.4
specifier: ^19.0.0
version: 19.0.0
'@eslegant/js':
specifier: 0.0.0-next-20230910004746
version: 0.0.0-next-20230910004746(eslint-plugin-import@2.29.1)(eslint@8.56.0)(typescript@5.3.3)
@@ -21,8 +21,8 @@ devDependencies:
specifier: ^8.56.0
version: 8.56.0
husky:
specifier: ^9.0.0
version: 9.0.1
specifier: ^8.0.3
version: 8.0.3
vitest:
specifier: ^1.2.1
version: 1.2.1
@@ -246,18 +246,19 @@ packages:
prettier: 2.8.8
dev: true
/@commitlint/config-conventional@18.4.4:
resolution: {integrity: sha512-Bz3sPQSboBN+Et/KyZrR+OJ3z9PrHDw7Bls0/hv94PmuHBtMq1dCGxS9XzTGzxeMNlytCC4kxF083tbhPljl3Q==}
/@commitlint/config-conventional@19.0.0:
resolution: {integrity: sha512-d8lPm+slPUdA8Zof2Y36RqAm/MmAYx/QQIEd2gKbpfLThQK1oYLs+0C3sMPD+4LIq2kh4cnbV9WnPA0P5sN8Ig==}
engines: {node: '>=v18'}
dependencies:
'@commitlint/types': 19.0.0
conventional-changelog-conventionalcommits: 7.0.2
dev: true
/@commitlint/types@18.4.4:
resolution: {integrity: sha512-/FykLtodD8gKs3+VNkAUwofu4LBHankclj+I8fB2jTRvG6PV7k/OUt4P+VbM7ip853qS4F0g7Z6hLNa6JeMcAQ==}
/@commitlint/types@19.0.0:
resolution: {integrity: sha512-qLjLUdYXKi0TIavONrjBkxrElp7KguqDbvzIRbqTdJBV/cAAr8QEhHe1qUq8OcCM3gFWTlUrDz3ISZbkRoGsAg==}
engines: {node: '>=v18'}
dependencies:
chalk: 4.1.2
chalk: 5.3.0
dev: true
/@es-joy/jsdoccomment@0.41.0:
@@ -1279,6 +1280,11 @@ packages:
supports-color: 7.2.0
dev: true
/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
@@ -2361,9 +2367,9 @@ packages:
engines: {node: '>=16.17.0'}
dev: true
/husky@9.0.1:
resolution: {integrity: sha512-rXCT8yF2v3awSG03AG6IgICDhJ+m8o3jL1ROwsT4nQZ6urEyKSj0IWFDIh5YC2zgZeAxWksNMbN6rYY4BE1Zrw==}
engines: {node: '>=18'}
/husky@8.0.3:
resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==}
engines: {node: '>=14'}
hasBin: true
dev: true