chore(deps): update commitlint monorepo to ^19.8.1

This commit is contained in:
renovate[bot]
2025-05-12 03:15:48 +00:00
parent 9874cfd731
commit adea30514e
37 changed files with 783 additions and 492 deletions

1039
.github/commitlint/.pnp.cjs generated vendored

File diff suppressed because it is too large Load Diff

26
.github/commitlint/.pnp.loader.mjs generated vendored
View File

@@ -131,7 +131,7 @@ async function copyImpl(prelayout, postlayout, destinationFs, destination, sourc
async function maybeLStat(baseFs, p) {
try {
return await baseFs.lstatPromise(p);
} catch (e) {
} catch {
return null;
}
}
@@ -482,7 +482,7 @@ class FakeFS {
let current = Buffer.alloc(0);
try {
current = await this.readFilePromise(p);
} catch (error) {
} catch {
}
if (Buffer.compare(current, content) === 0)
return;
@@ -492,7 +492,7 @@ class FakeFS {
let current = ``;
try {
current = await this.readFilePromise(p, `utf8`);
} catch (error) {
} catch {
}
const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content;
if (current === normalizedContent)
@@ -510,7 +510,7 @@ class FakeFS {
let current = Buffer.alloc(0);
try {
current = this.readFileSync(p);
} catch (error) {
} catch {
}
if (Buffer.compare(current, content) === 0)
return;
@@ -520,7 +520,7 @@ class FakeFS {
let current = ``;
try {
current = this.readFileSync(p, `utf8`);
} catch (error) {
} catch {
}
const normalizedContent = automaticNewlines ? normalizeLineEndings(current, content) : content;
if (current === normalizedContent)
@@ -560,13 +560,13 @@ class FakeFS {
let pid;
try {
[pid] = await this.readJsonPromise(lockPath);
} catch (error) {
} catch {
return Date.now() - startTime < 500;
}
try {
process.kill(pid, 0);
return true;
} catch (error) {
} catch {
return false;
}
};
@@ -579,7 +579,7 @@ class FakeFS {
try {
await this.unlinkPromise(lockPath);
continue;
} catch (error2) {
} catch {
}
}
if (Date.now() - startTime < 60 * 1e3) {
@@ -599,7 +599,7 @@ class FakeFS {
try {
await this.closePromise(fd);
await this.unlinkPromise(lockPath);
} catch (error) {
} catch {
}
}
}
@@ -895,7 +895,7 @@ class ProxiedFS extends FakeFS {
watch(p, a, b) {
return this.baseFs.watch(
this.mapToBase(p),
// @ts-expect-error
// @ts-expect-error - reason TBS
a,
b
);
@@ -903,7 +903,7 @@ class ProxiedFS extends FakeFS {
watchFile(p, a, b) {
return this.baseFs.watchFile(
this.mapToBase(p),
// @ts-expect-error
// @ts-expect-error - reason TBS
a,
b
);
@@ -1323,7 +1323,7 @@ class NodeFS extends BasePortableFakeFS {
watch(p, a, b) {
return this.realFs.watch(
npath.fromPortablePath(p),
// @ts-expect-error
// @ts-expect-error - reason TBS
a,
b
);
@@ -1331,7 +1331,7 @@ class NodeFS extends BasePortableFakeFS {
watchFile(p, a, b) {
return this.realFs.watchFile(
npath.fromPortablePath(p),
// @ts-expect-error
// @ts-expect-error - reason TBS
a,
b
);

View File

@@ -1,7 +1,7 @@
{
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0"
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1"
},
"packageManager": "yarn@4.9.1"
}

View File

@@ -34,194 +34,194 @@ __metadata:
languageName: node
linkType: hard
"@commitlint/cli@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/cli@npm:19.8.0"
"@commitlint/cli@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/cli@npm:19.8.1"
dependencies:
"@commitlint/format": "npm:^19.8.0"
"@commitlint/lint": "npm:^19.8.0"
"@commitlint/load": "npm:^19.8.0"
"@commitlint/read": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.0"
tinyexec: "npm:^0.3.0"
"@commitlint/format": "npm:^19.8.1"
"@commitlint/lint": "npm:^19.8.1"
"@commitlint/load": "npm:^19.8.1"
"@commitlint/read": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
tinyexec: "npm:^1.0.0"
yargs: "npm:^17.0.0"
bin:
commitlint: ./cli.js
checksum: 10/80879bafedb2935c984e5f86f47810c7eae54bf987181f46bfe4d86887c0e6063c38738c3fa6ea23ed1230a158ff95f8b82ba4d4850d7e0806408e2624b6e566
checksum: 10/c41f5a42319e38e1da2addd27b32ced461eae2d01c9bbfc75be069d88467974255dfbe4593d3e107a0e3f68350f482490bcda69d9d6a4192cde8084f203e7c8b
languageName: node
linkType: hard
"@commitlint/config-conventional@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/config-conventional@npm:19.8.0"
"@commitlint/config-conventional@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/config-conventional@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.1"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
checksum: 10/b7231cb985609b26dcd9f35a2ba897bb1c3688bfbbc4a72444001e01150efa3b5d7f574c0d269815e80503ae57c6719bff0c66ec0004fd2eeefae4085c7893a7
checksum: 10/aa61837baaf49e8ccf5eb8fa1bd78656abbea58edb73dacddc64c8915f1d28b27590005d66664c88b9a28a57e9a03ff11cf3b1d913af1ea4e86f3b66678ce630
languageName: node
linkType: hard
"@commitlint/config-validator@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/config-validator@npm:19.8.0"
"@commitlint/config-validator@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/config-validator@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.1"
ajv: "npm:^8.11.0"
checksum: 10/2187dd82ab643336989c5466f620091782e81945dd9c4f6e765c7bbddaf5ab8b2c71559793327389af276b1553e05b2e008e9efb50107d015410938a22145ed3
checksum: 10/26eee15c1c0564fc8857b4bbc4f06305a32e049a724ede73753f66fc15316eb79a5dde4c8e2765bd75952a27b138cd80cffc49491281f122b834f8467c658d80
languageName: node
linkType: hard
"@commitlint/ensure@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/ensure@npm:19.8.0"
"@commitlint/ensure@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/ensure@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.1"
lodash.camelcase: "npm:^4.3.0"
lodash.kebabcase: "npm:^4.1.1"
lodash.snakecase: "npm:^4.1.1"
lodash.startcase: "npm:^4.4.0"
lodash.upperfirst: "npm:^4.3.1"
checksum: 10/eddc204eb9ac2689ac00503eb61166568ba46cfd7d04cc7a8a0911e23a1df3da586d9b1a02fc3e776660f2e37bfa5a3f9f3b7e85d1e3053f9f26232d13f42b14
checksum: 10/af342f61b246c301937cc03477c64b86ca6dea47de23f94d237181d346d020ec23c8a458f56aec8bfe9cdcb80a06adcc34964f32c05a2649282a959ce6fae39d
languageName: node
linkType: hard
"@commitlint/execute-rule@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/execute-rule@npm:19.8.0"
checksum: 10/88aaa3a6bc93407673d10975081c8eb4406678931ab68078a93c3dd27ede8b5195a535c04c69a9369048bca040b8933e763f418e4c9af40962a2c7a2ae6f4a96
"@commitlint/execute-rule@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/execute-rule@npm:19.8.1"
checksum: 10/a39d9a87c0962c290e4f7d7438e8fca7642384a5aa97ec84c0b3dbbf91dc048496dd25447ba3dbec37b00006eec1951f8f22f30a98448e90e22d44d585d8a68f
languageName: node
linkType: hard
"@commitlint/format@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/format@npm:19.8.0"
"@commitlint/format@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/format@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.1"
chalk: "npm:^5.3.0"
checksum: 10/ed6d50da8d035fa2eb0882a284af6c137a3c84eebbade004736c01f9e3bede6ea9fce2389d0b4f0ccaaf3620d9886af5815e10fe8329a7c5254bd6b2e435e745
checksum: 10/5af80e489c1470e20519780867145492c145690bd8e6b0dc049f53d317b045fa39ba012faed2715307e105ca439e6b16bdd4fe9c39c146d38bb5d93f1542fc5f
languageName: node
linkType: hard
"@commitlint/is-ignored@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/is-ignored@npm:19.8.0"
"@commitlint/is-ignored@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/is-ignored@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.1"
semver: "npm:^7.6.0"
checksum: 10/48799c65f618b46dcb6c9e7333fad2b34d57f90cf22c98b99e736bf2078814019a01d91c2e9bd909f742534c2a47f2562ddfc52460a6a0f07956f51db1ee07dd
checksum: 10/a70631bb7825ed49f2d6164c7547d025ca184a5e65eb7b1bd63f041ae7aa9189991c2dbef18b1160951aeb59595307b75d5ba151ea10e0de4d36f22709b9c877
languageName: node
linkType: hard
"@commitlint/lint@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/lint@npm:19.8.0"
"@commitlint/lint@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/lint@npm:19.8.1"
dependencies:
"@commitlint/is-ignored": "npm:^19.8.0"
"@commitlint/parse": "npm:^19.8.0"
"@commitlint/rules": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.0"
checksum: 10/9365d6fa717dfb442050902dc063a5b49cd2ac3b0ecefa0c55267c3a5ae666a46f035a4873ef1f6f0f8379303c48eb1509378c01c66404cfdaae37fc25c6b38e
"@commitlint/is-ignored": "npm:^19.8.1"
"@commitlint/parse": "npm:^19.8.1"
"@commitlint/rules": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
checksum: 10/6206236649b2214c9c81d76e00bb9d010fc5be6c990d14e473a01253e178ad3a4e081b5c458154314291805de843eebfdd35d720d2eff889f86f43269c9d392a
languageName: node
linkType: hard
"@commitlint/load@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/load@npm:19.8.0"
"@commitlint/load@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/load@npm:19.8.1"
dependencies:
"@commitlint/config-validator": "npm:^19.8.0"
"@commitlint/execute-rule": "npm:^19.8.0"
"@commitlint/resolve-extends": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.0"
"@commitlint/config-validator": "npm:^19.8.1"
"@commitlint/execute-rule": "npm:^19.8.1"
"@commitlint/resolve-extends": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
chalk: "npm:^5.3.0"
cosmiconfig: "npm:^9.0.0"
cosmiconfig-typescript-loader: "npm:^6.1.0"
lodash.isplainobject: "npm:^4.0.6"
lodash.merge: "npm:^4.6.2"
lodash.uniq: "npm:^4.5.0"
checksum: 10/7cf41b635735dc8a380db42e855a21b7a37be94ff13ab5e37bccac7ca453b71b704bcd52f8e64549d7a8b147829110305bb1a7ee64c19e7167e0e05ec3d7c0d9
checksum: 10/e78c997ef529f80f8b62f686e553d0f2cb33d88b8b907d2e3890195851cd783fd44bd780addaa49f1cceb12ed073c10bb10e11dc082f51e4fdc54640f5ac1cca
languageName: node
linkType: hard
"@commitlint/message@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/message@npm:19.8.0"
checksum: 10/a8dee65927ec865dbd930f177cb0734e67298fb32feb91a1221ff4728ea3e75284d6d02f0d66eb12592288c5efea3ced9d7dfdf5e5daca5b9bf0cd932ef92db4
"@commitlint/message@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/message@npm:19.8.1"
checksum: 10/e365590dd539fe2519a15bd99ee8499c3ffbd80852839783ae6fd0b65feef08b26d2134a4e9ea32e006c2b3aa04447a38b011e73975b4fc3d7c7380a0fbf2377
languageName: node
linkType: hard
"@commitlint/parse@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/parse@npm:19.8.0"
"@commitlint/parse@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/parse@npm:19.8.1"
dependencies:
"@commitlint/types": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.1"
conventional-changelog-angular: "npm:^7.0.0"
conventional-commits-parser: "npm:^5.0.0"
checksum: 10/5fa0828785e9159f3e844c592005c65bc58632c47d787f9de2e2546731530bc05ee554b9071c459784f95b2d72bd9f9b0af9f19d3e7f26ee87eb6f8dab34dcad
checksum: 10/f6264bb30399b420a875532905e18049b4ab6f24d79f42d20fa06e64b9f355649ac18a33874e02643f0a826f3cec69423d6bc96cf852fa692338603ce910a95f
languageName: node
linkType: hard
"@commitlint/read@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/read@npm:19.8.0"
"@commitlint/read@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/read@npm:19.8.1"
dependencies:
"@commitlint/top-level": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.0"
"@commitlint/top-level": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
git-raw-commits: "npm:^4.0.0"
minimist: "npm:^1.2.8"
tinyexec: "npm:^0.3.0"
checksum: 10/d3e5e532e81f8052326c4762118530284417866b1fa01aebcf356687c2aedc293932ba245dbf4d93d7cd8d65b9267ef5d7be1931825341b2fbf8a69a22dbb08a
tinyexec: "npm:^1.0.0"
checksum: 10/ee0f42e2e5a3ade673b2d14f3b2056a86804afe7d09b6703d51b41edc099b33b9c09dc715b30d7113879999381a198d78b4fcbc649785ed3beb9c3f7d1dc2bb2
languageName: node
linkType: hard
"@commitlint/resolve-extends@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/resolve-extends@npm:19.8.0"
"@commitlint/resolve-extends@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/resolve-extends@npm:19.8.1"
dependencies:
"@commitlint/config-validator": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.0"
"@commitlint/config-validator": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
global-directory: "npm:^4.0.1"
import-meta-resolve: "npm:^4.0.0"
lodash.mergewith: "npm:^4.6.2"
resolve-from: "npm:^5.0.0"
checksum: 10/622a7c3da8b1e32428702eeb1d2f6ea931acdae993d1f9d811dd9e2fe41f31fe2a61e49ec5c46282424f37365a532075a31e81c36204f6ef35c324ef10ced3b5
checksum: 10/736e62f5fe819337a95de8ac50b65b04bdd472a652ebe18ac3a92efc3428d62dcf16d9c62b222ef2e8a7e2e8737bd49d13b9c9d3b061a588869a42acdc620bf0
languageName: node
linkType: hard
"@commitlint/rules@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/rules@npm:19.8.0"
"@commitlint/rules@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/rules@npm:19.8.1"
dependencies:
"@commitlint/ensure": "npm:^19.8.0"
"@commitlint/message": "npm:^19.8.0"
"@commitlint/to-lines": "npm:^19.8.0"
"@commitlint/types": "npm:^19.8.0"
checksum: 10/d8897f2e3d5dc3c967cff6d7b1e167635ee245fa8a114a787d085a0fc411089515994ddbbc3732f7f3058405597bff9adb663b56d6b05b51a289a94661c0202c
"@commitlint/ensure": "npm:^19.8.1"
"@commitlint/message": "npm:^19.8.1"
"@commitlint/to-lines": "npm:^19.8.1"
"@commitlint/types": "npm:^19.8.1"
checksum: 10/dc3a90b4561369991b851224c5cc1c0e2297c68ce148e21a7a5893a0556fffced192d59bf491a6c80270da012840fafdb34d991b7048170f4b2e7b0122211cee
languageName: node
linkType: hard
"@commitlint/to-lines@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/to-lines@npm:19.8.0"
checksum: 10/2a1b895908fce972879158bdf0cefde3e480db88a286e4be5bba5c6a84d9dd2f7f21def05f9eb33c9128147f920daa37561a191412cae41937ac13cc7be043cf
"@commitlint/to-lines@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/to-lines@npm:19.8.1"
checksum: 10/47f33d5e0d77aa0cc2fc14daa3e73661c64c9cffb5fc9c723714ced4fcfc758bf5ba2e084143fa55bc512ad896d115b9983a308a97a005200484f04f2ed0fd90
languageName: node
linkType: hard
"@commitlint/top-level@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/top-level@npm:19.8.0"
"@commitlint/top-level@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/top-level@npm:19.8.1"
dependencies:
find-up: "npm:^7.0.0"
checksum: 10/9ac4a6eb32a5fc6d1913ff097a2ca33b1c5cb228e760c60911f55d666af1ac3f301b596db76a7219c38e849a740620561f1b31aba73aee9b445ad93b1c462cbd
checksum: 10/c875b6c1be495675c77d86e80419d27fd5eb70fc061ef412d041541219c3222d9c4dbd6f0353247d49e9b2cd6d86a7ffc9df1ba20f96c77726c1f9a0edeeb8fe
languageName: node
linkType: hard
"@commitlint/types@npm:^19.8.0":
version: 19.8.0
resolution: "@commitlint/types@npm:19.8.0"
"@commitlint/types@npm:^19.8.1":
version: 19.8.1
resolution: "@commitlint/types@npm:19.8.1"
dependencies:
"@types/conventional-commits-parser": "npm:^5.0.0"
chalk: "npm:^5.3.0"
checksum: 10/a8bd0b65a2cf7d9924102c798ec2b68ffeb28c58c4aa975f953b85fcc7404fcc50f11054899d1b7a87f2a14da43a22452725eca6a211bbd5dcdde92b33458a6d
checksum: 10/d1943a5789a02c75b0c72755673ab8d50c850b025abb7806b7eef83b373591948f5d1d9cd22022f89302a256546934d797445913c5c495d8e92711cf17b0fbf0
languageName: node
linkType: hard
@@ -840,8 +840,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@commitlint/cli": "npm:^19.8.0"
"@commitlint/config-conventional": "npm:^19.8.0"
"@commitlint/cli": "npm:^19.8.1"
"@commitlint/config-conventional": "npm:^19.8.1"
languageName: unknown
linkType: soft
@@ -904,10 +904,10 @@ __metadata:
languageName: node
linkType: hard
"tinyexec@npm:^0.3.0":
version: 0.3.0
resolution: "tinyexec@npm:0.3.0"
checksum: 10/317cc536d091ce7e50271287798d91ef53c4dc80088844d890752a2c7387d213004cba83e5e1d9129390ced617625e34f4a8f0ba5779e31c9b6939f9be0d3543
"tinyexec@npm:^1.0.0":
version: 1.0.1
resolution: "tinyexec@npm:1.0.1"
checksum: 10/1f3c3281912d4ab168e067baf46627bb85a803eba0bcea113bba9fe8bdfdcc279cad08052a600d4b8fb603dd57e1af0c500e50a5e7e6b29b2574c88556f41fa6
languageName: node
linkType: hard