Skip to content

Commit a046e36

Browse files
Klaus Agentclaude
andcommitted
fix: deduplicate ajv@^8 lockfile entries to resolve type conflict
Renovate created separate lockfile entries for ajv@8.18.0 (direct) and ajv@^8.x (transitive), causing TypeScript type conflicts between the two installed versions. Deduplicating to a single 8.18.0 entry resolves the type incompatibility in CreateClusterAppBundlesForm. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 398f7de commit a046e36

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

yarn.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5272,7 +5272,7 @@ ajv-keywords@^5.1.0:
52725272
dependencies:
52735273
fast-deep-equal "^3.1.3"
52745274

5275-
ajv@8.18.0:
5275+
ajv@8.18.0, ajv@^8.0.0, ajv@^8.12.0, ajv@^8.9.0:
52765276
version "8.18.0"
52775277
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
52785278
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
@@ -5292,16 +5292,6 @@ ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
52925292
json-schema-traverse "^0.4.1"
52935293
uri-js "^4.2.2"
52945294

5295-
ajv@^8.0.0, ajv@^8.12.0, ajv@^8.9.0:
5296-
version "8.12.0"
5297-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
5298-
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
5299-
dependencies:
5300-
fast-deep-equal "^3.1.1"
5301-
json-schema-traverse "^1.0.0"
5302-
require-from-string "^2.0.2"
5303-
uri-js "^4.2.2"
5304-
53055295
ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:
53065296
version "4.3.2"
53075297
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"

0 commit comments

Comments
 (0)