From 191956581b910148d00ff92bf328b2d510599d43 Mon Sep 17 00:00:00 2001 From: Billard <82095453+iacker@users.noreply.github.com> Date: Tue, 7 Apr 2026 02:53:56 +0200 Subject: [PATCH 01/58] docs: add HTTP01 network policy guidance Signed-off-by: Billard <82095453+iacker@users.noreply.github.com> --- .../docs/configuration/acme/http01/README.md | 19 +++++++++++++++++++ .../configuration/acme/http01/README.md | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/content/docs/configuration/acme/http01/README.md b/content/docs/configuration/acme/http01/README.md index 0dcc86d9afe..be6ddce0c71 100644 --- a/content/docs/configuration/acme/http01/README.md +++ b/content/docs/configuration/acme/http01/README.md @@ -15,6 +15,25 @@ Gateway resources, see [Securing Ingress Resources](../../../usage/ingress.md) a cert-manager uses your existing Ingress or Gateway configuration in order to solve HTTP01 challenges. +## Network Policy Considerations + +If your cluster enforces default-deny `NetworkPolicy` rules, make sure that the +temporary resources created for HTTP01 challenges can still receive traffic. + +In particular: + +- allow your chosen Ingress controller or Gateway implementation to reach the + temporary `acmesolver` Pod and Service created by cert-manager for the + challenge response +- allow the Kubernetes API server to reach the [cert-manager webhook](../../../concepts/webhook.md), + because creating and updating ACME resources still goes through admission + webhooks + +For an overview of the required traffic flows, including the solver path and +webhook access, read [Network Requirements and Network Policy](../../../installation/best-practice.md#network-requirements-and-network-policy). +If you are debugging webhook connectivity in a managed environment, also read +the [webhook troubleshooting guide](../../../troubleshooting/webhook.md). + ## Configuring the HTTP01 Ingress solver diff --git a/content/v1.19-docs/configuration/acme/http01/README.md b/content/v1.19-docs/configuration/acme/http01/README.md index 97f47158955..7890332caba 100644 --- a/content/v1.19-docs/configuration/acme/http01/README.md +++ b/content/v1.19-docs/configuration/acme/http01/README.md @@ -15,6 +15,25 @@ Gateway resources, see [Securing Ingress Resources](../../../usage/ingress.md) a cert-manager uses your existing Ingress or Gateway configuration in order to solve HTTP01 challenges. +## Network Policy Considerations + +If your cluster enforces default-deny `NetworkPolicy` rules, make sure that the +temporary resources created for HTTP01 challenges can still receive traffic. + +In particular: + +- allow your chosen Ingress controller or Gateway implementation to reach the + temporary `acmesolver` Pod and Service created by cert-manager for the + challenge response +- allow the Kubernetes API server to reach the [cert-manager webhook](../../../concepts/webhook.md), + because creating and updating ACME resources still goes through admission + webhooks + +For an overview of the required traffic flows, including the solver path and +webhook access, read [Network Requirements and Network Policy](../../../installation/best-practice.md#network-requirements-and-network-policy). +If you are debugging webhook connectivity in a managed environment, also read +the [webhook troubleshooting guide](../../../troubleshooting/webhook.md). + ## Configuring the HTTP01 Ingress solver From 4bcc479c827875cb8b674eb9663eed7c72205242 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Fri, 22 May 2026 00:41:24 +0000 Subject: [PATCH 02/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/klone.yaml b/klone.yaml index e2ac8fd7ffc..b6a45368166 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2a13bccd6a46f467b3d6d9d59e13f9d748814b5e + repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2a13bccd6a46f467b3d6d9d59e13f9d748814b5e + repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2a13bccd6a46f467b3d6d9d59e13f9d748814b5e + repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2a13bccd6a46f467b3d6d9d59e13f9d748814b5e + repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2a13bccd6a46f467b3d6d9d59e13f9d748814b5e + repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2a13bccd6a46f467b3d6d9d59e13f9d748814b5e + repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 repo_path: modules/tools From b11442d4dcf8ab4511f3162da99291ba271cf2d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 00:24:21 +0000 Subject: [PATCH 03/58] chore(deps): lock file maintenance Signed-off-by: Renovate Bot --- package-lock.json | 130 +++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c98f7ba5ea..ab820154949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -347,13 +347,13 @@ } }, "node_modules/@cacheable/memory": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.8.tgz", - "integrity": "sha512-FvEb29x5wVwu/Kf93IWwsOOEuhHh6dYCJF3vcKLzXc0KXIW181AOzv6ceT4ZpBHDvAfG60eqb+ekmrnLHIy+jw==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.9.tgz", + "integrity": "sha512-HdMx6DoGywB30vacDbBsITbIX4pgFqj1zsrV58jZBUw3klzkNoXhj7qOqAgledhxG7YZI5rBSJg7Zp8/VG0DuA==", "dev": true, "license": "MIT", "dependencies": { - "@cacheable/utils": "^2.4.0", + "@cacheable/utils": "^2.4.1", "@keyv/bigmap": "^1.3.1", "hookified": "^1.15.1", "keyv": "^5.6.0" @@ -3241,12 +3241,12 @@ } }, "node_modules/@tanstack/react-virtual": { - "version": "3.13.24", - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.24.tgz", - "integrity": "sha512-aIJvz5OSkhNIhZIpYivrxrPTKYsjW9Uzy+sP/mx0S3sev2HyvPb7xmjbYvokzEpfgYHy/HjzJ2zFAETuUfgCpg==", + "version": "3.13.25", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.25.tgz", + "integrity": "sha512-bmNoqMu6gcAW9JGrKVB0Q1tN1i5RONZF8r1fW0bbE4Oyf3DwEGnzzQJ2OW+Ozg1P4s8PyugkHg2ULZoFQN+cqw==", "license": "MIT", "dependencies": { - "@tanstack/virtual-core": "3.14.0" + "@tanstack/virtual-core": "3.15.0" }, "funding": { "type": "github", @@ -3258,9 +3258,9 @@ } }, "node_modules/@tanstack/virtual-core": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.14.0.tgz", - "integrity": "sha512-JLANqGy/D6k4Ujmh8Tr25lGimuOXNiaVyXaCAZS0W+1390sADdGnyUdSWNIfd49gebtIxGMij4IktRVzrdr12Q==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.15.0.tgz", + "integrity": "sha512-0AwPGx0I8QxPYjAxShT/+z+ZOe9u8mW5rsXvivCTjRfRmz9a43+3mRyi4wwlyoUqOC56q/jatKa0Bh9M99BEHQ==", "license": "MIT", "funding": { "type": "github", @@ -3376,9 +3376,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", + "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", "license": "MIT", "peer": true, "dependencies": { @@ -3413,14 +3413,14 @@ "license": "MIT" }, "node_modules/@typescript-eslint/project-service": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.3.tgz", - "integrity": "sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==", + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.4.tgz", + "integrity": "sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.59.3", - "@typescript-eslint/types": "^8.59.3", + "@typescript-eslint/tsconfig-utils": "^8.59.4", + "@typescript-eslint/types": "^8.59.4", "debug": "^4.4.3" }, "engines": { @@ -3435,14 +3435,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz", - "integrity": "sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==", + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz", + "integrity": "sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.59.3", - "@typescript-eslint/visitor-keys": "8.59.3" + "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/visitor-keys": "8.59.4" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3453,9 +3453,9 @@ } }, "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz", - "integrity": "sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==", + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz", + "integrity": "sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==", "dev": true, "license": "MIT", "engines": { @@ -3470,15 +3470,15 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.3.tgz", - "integrity": "sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==", + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.4.tgz", + "integrity": "sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.59.3", - "@typescript-eslint/typescript-estree": "8.59.3", - "@typescript-eslint/utils": "8.59.3", + "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/typescript-estree": "8.59.4", + "@typescript-eslint/utils": "8.59.4", "debug": "^4.4.3", "ts-api-utils": "^2.5.0" }, @@ -3495,9 +3495,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz", - "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==", + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz", + "integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==", "dev": true, "license": "MIT", "engines": { @@ -3509,16 +3509,16 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.3.tgz", - "integrity": "sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==", + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.4.tgz", + "integrity": "sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/project-service": "8.59.3", - "@typescript-eslint/tsconfig-utils": "8.59.3", - "@typescript-eslint/types": "8.59.3", - "@typescript-eslint/visitor-keys": "8.59.3", + "@typescript-eslint/project-service": "8.59.4", + "@typescript-eslint/tsconfig-utils": "8.59.4", + "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/visitor-keys": "8.59.4", "debug": "^4.4.3", "minimatch": "^10.2.2", "semver": "^7.7.3", @@ -3537,16 +3537,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.3.tgz", - "integrity": "sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==", + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.4.tgz", + "integrity": "sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.59.3", - "@typescript-eslint/types": "8.59.3", - "@typescript-eslint/typescript-estree": "8.59.3" + "@typescript-eslint/scope-manager": "8.59.4", + "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/typescript-estree": "8.59.4" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3561,13 +3561,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.59.3", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz", - "integrity": "sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==", + "version": "8.59.4", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz", + "integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.59.3", + "@typescript-eslint/types": "8.59.4", "eslint-visitor-keys": "^5.0.0" }, "engines": { @@ -3825,9 +3825,9 @@ } }, "node_modules/baseline-browser-mapping": { - "version": "2.10.29", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.29.tgz", - "integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==", + "version": "2.10.32", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.32.tgz", + "integrity": "sha512-wbPvpyjJPC0zdfdKXxqEL3Ea+bOMD/87X4lftiJkkaBiuG6ALQy1SLmEd7BSmVCuwCQsBrCamgBoLyfFDD1EPg==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.cjs" @@ -3941,9 +3941,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001792", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz", - "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==", + "version": "1.0.30001793", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz", + "integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==", "funding": [ { "type": "opencollective", @@ -4938,9 +4938,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.21.3", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.3.tgz", - "integrity": "sha512-QyL119InA+XXEkNLNTPCXPugSvOfhwv0JOlGNzvxs0hZaiHLNvXSpudUWsOlsXGWJh8G6ckCScEkVHfX3kw/2Q==", + "version": "5.22.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.22.0.tgz", + "integrity": "sha512-xYcDWrpELkFzz9SpZ3PlI6Eu6eD93Yf0WLDRxikGhWJ3MAir2SNZTIVCVZqZ/NUyx8AdMc2gT9C0gPiw18kG+A==", "dev": true, "license": "MIT", "dependencies": { @@ -10627,9 +10627,9 @@ } }, "node_modules/semver": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz", - "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", + "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==", "devOptional": true, "license": "ISC", "bin": { From 66204ff54472257f529f477305e01c1d5c723552 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Tue, 26 May 2026 14:32:32 +0100 Subject: [PATCH 04/58] add threat modelling section to devops tips This includes a lot of new handwritten detail explaining how we think about RBAC including practical tips on what people should do Signed-off-by: Ashley Davis --- content/docs/devops-tips/threat-modelling.md | 93 ++++++++++++++++++++ content/docs/manifest.json | 4 + 2 files changed, 97 insertions(+) create mode 100644 content/docs/devops-tips/threat-modelling.md diff --git a/content/docs/devops-tips/threat-modelling.md b/content/docs/devops-tips/threat-modelling.md new file mode 100644 index 00000000000..fb05ffefeb1 --- /dev/null +++ b/content/docs/devops-tips/threat-modelling.md @@ -0,0 +1,93 @@ +--- +title: Threat Model +description: How we think about permissions and threats in cert-manager +--- + +Threat models are industry standard tools for evaluating the security posture of a tool. Since cert-manager is such a privileged tool operating on critical credentials (i.e. X.509 private keys) we think a lot about making cert-manager's security posture coherent while +remaining powerful and easy to use. + +## Third Party Formal Threat Models + +ControlPlane did a formal threat model of cert-manager, which is [available free](https://cert-manager.io/docs/announcements/controlplane-2026-cert-manager-hardening-guide.pdf) and which contains a plethora of useful thoughts and actions for practically securing cert-manager - and other tools - in your cluster. + +## Threat Model Considerations + +The technical considerations for how to think about cert-manager's permissions are deep. Similarly, thinking about how to assign permissions to your users for cert-manager resources is complex. + +This section starts with basic learnings which you should apply in your cluster and then seeks to expand on why those recommendations are made. + +### Who should be able to interact with cert-manager? + +Cluster administrators choose how to grant Kubernetes RBAC permissions to users of a cluster. + +We recommend that all administrators restrict cert-manager CRD permissions to only privileged users. + +Specifically, for `Certificate`, `CertificateRequest`, `Issuer` and `ClusterIssuer` resources: + +- Permission to edit, delete or create should be treated as _highly privileged_ and restricted to the fullest extent possible +- Permission to view should be minimized in line with general Kubernetes best practices +- Treat as infrastructure - should be created and updated by humans or automation and generally should not be accessible to running code + +For `Order` and `Challenge` resources: + +- Permission to edit or create should generally not be widely granted; generally, only cert-manager should be able to modify these resources +- Permission to view should be minimized in line with general Kubernetes best practices + +### Special Considerations for Multi-Tenanted Clusters + +In deployments where users are separated by namespaces and are not expected to be able to see any resources for other tenants: + +- Ensure that all permissions are tightly namespace scoped and restricted to the fullest possible extent +- Treat `ClusterIssuer` resources as hazardous, and avoid where possible. Deploy only with a firm threat model in place and strict approval policies. +- If possible, restrict cert-manager permissions for all tenants and provide cert-manager resources to users as "standard infrastructure" +- Think carefully about trust chains when using private PKI. Avoid sharing CA certificates between tenants if possible. + +### Specific Risks to Consider + +This section seeks to explain specific risks which motivate the above advice: + +- Permission to create and edit `Issuer` resources in a namespace is equivalent to granting permission to read secrets in that namespace + - This is because the `Issuer` can read API tokens for Vault from secrets, and must send those tokens verbatim to the configured server + - An attacker with `issuer:create` can therefore send arbitrary keys from a secret to a server they control + - This can be mitigated with network egress restrictions to some degree but tightly-scoped RBAC is the ultimate control + +- Permission to create / edit `ClusterIssuer` resources grants permission to read secrets in cert-manager's namespace + - `ClusterIssuers` can also read API tokens, but are restricted to reading from the cert-manager installation namespace + - All cluster-scoped resources (including non-cert-manager resources) should be treated as privileged because of their blast radius if something goes wrong + +- Permission to create / edit issuers can allow attackers to make HTTP requests inside the cluster and exfiltrate responses + - ACME has several methods by which cert-manager must make a request to a URL which could be attacker controlled + - If an attacker can create an ACME issuer, they can set their own server URL and trick cert-manager into making requests inside the cluster + +- Permission to create `Challenge` resources can allow attackers to read secrets + - Solver configuration can be used to send values from `Secret` resources to attacker-controlled servers + - Lower risk, as there's little conceptual reason to share permissions to create `Challenge` resources directly + +### Permissions, RBAC and Security Background + +cert-manager has cluster-wide permission to create, read and update Kubernetes `Secret` resources by design. + +Since certificates are stored in `Secrets` cert-manager needs to be able to check their validity and update them if needed. +cert-manager has a variety of other privileged permissions which it needs for various tasks; for example, the ability to create `Pod`s for ACME HTTP-01 challenges. + +These permissions come with the risk of a "confused deputy" attack where an attacker tries tricking a privileged component into doing tasks on their behalf. +Since cluster users interact with cert-manager mostly through its custom resources it's very important to consider confused deputy attacks when assigning permissions relating to custom resources to principals in a cluster. + +Similarly, SSRF style attacks present risks when attackers are able to trigger cert-manager to issue HTTP requests to other services and (potentially) replay the responses to the attacker. + +It is impossible for cert-manager to be a general purpose tool for certificate issuance while also fully mitigating the risk of a confused deputy or SSRF attack. +For example, if cert-manager is to support talking to arbitrary Vault servers _and_ to support reading Vault API tokens from arbitrary Kubernetes `Secret`s, it _must_ be possible to configure cert-manager to send at least part of arbitrary secrets to any URL. + +Put another way: The token must be read from a user-specified `Secret` and then sent in cleartext to a user-specified server URL. + +The only possible control for this is to tightly configure who is able to tell cert-manager to perform such actions. This specific example is why we say that the ability to create `Issuer` resources is equivalent to being able to read `Secret` resources. + +### Certificates and Trust + +Outside of a purely Kubernetes-focused view, cert-manager is obviously closely tied to X.509, TLS and the concept of trust in a certificate hierarchy. + +Beyond any specific risks which could arise from allowing users access to freely create cert-manager resources, there are practical considerations which apply generally +to certificate issuance. + +Certificates represent identities, and the production of identities is tightly tied to security generally. There's generally no reason to allow all users in a cluster the +ability to create arbitrary `Certificate` resources, because attackers may be able to leverage that ability to forge identities and impersonate other users and services. diff --git a/content/docs/manifest.json b/content/docs/manifest.json index 81ae6d54ee8..e7c05fb9048 100644 --- a/content/docs/manifest.json +++ b/content/docs/manifest.json @@ -681,6 +681,10 @@ "title": "Installing on a Cloud Provider", "path": "/docs/installation/compatibility.md" }, + { + "title": "Threat Model", + "path": "/docs/devops-tips/threat-modelling.md" + }, { "title": "Prometheus Metrics", "path": "/docs/devops-tips/prometheus-metrics.md" From d02d40fb350a1b1671522dee2e5b1bbf2cbe40f0 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Wed, 27 May 2026 00:42:12 +0000 Subject: [PATCH 05/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/klone.yaml b/klone.yaml index b6a45368166..d91d09aeb66 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 + repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 + repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 + repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 + repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 + repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 2ae6b4419a4845d909faf69b95aff9f22f83b730 + repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 30eb4632c33..02bba53fd39 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -97,7 +97,7 @@ tools += yq=v4.53.2 tools += ko=0.18.1 # https://github.com/protocolbuffers/protobuf/releases # renovate: datasource=github-releases packageName=protocolbuffers/protobuf -tools += protoc=v34.1 +tools += protoc=v35.0 # https://github.com/aquasecurity/trivy/releases # renovate: datasource=github-releases packageName=aquasecurity/trivy tools += trivy=v0.70.0 @@ -635,10 +635,10 @@ $(DOWNLOAD_DIR)/tools/ko@$(KO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR chmod +x $(outfile); \ rm -f $(outfile).tar.gz -protoc_linux_amd64_SHA256SUM=af27ea66cd26938fe48587804ca7d4817457a08350021a1c6e23a27ccc8c6904 -protoc_linux_arm64_SHA256SUM=31c5e9e3c7bf013cf41fb97765ee255c140024a6b175b6cc9b64beddd7c23ba7 -protoc_darwin_amd64_SHA256SUM=ab124429c1f49951f03b6c0c0e911fec04e2c7c20de5c935e0cde7353bbd016c -protoc_darwin_arm64_SHA256SUM=2c7e92b8b578916937df132b3032e2e8e6c170862ecf7a8333094a6f3d03650c +protoc_linux_amd64_SHA256SUM=a45cda0989c17dd950db55f6fbe1e5814c50fda08e87aa422980ac1f89dddbbc +protoc_linux_arm64_SHA256SUM=36b518ac14d90351cc6598228ed2bbe5afe4e357b1af470b07e0ec1609875de2 +protoc_darwin_amd64_SHA256SUM=3580c2d115fccb5b0239960c8f70f8da14787b1973a46b2f39c315ad71c11e01 +protoc_darwin_arm64_SHA256SUM=45444963204757fd3e2fbe304bc1fdadfb488d8556ff099c4cc06575eab88976 .PRECIOUS: $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From e1486c68cc7c5d85782b19d6cf3998aa8e77a5c9 Mon Sep 17 00:00:00 2001 From: "felix.phipps" Date: Wed, 27 May 2026 17:01:08 +0100 Subject: [PATCH 06/58] initial commit Signed-off-by: felix.phipps --- .spelling | 1 + content/docs/configuration/venafi.md | 92 ++++++++++++++++++++++++++-- 2 files changed, 89 insertions(+), 4 deletions(-) diff --git a/.spelling b/.spelling index e2e3aa7f639..cdb47de992e 100644 --- a/.spelling +++ b/.spelling @@ -503,6 +503,7 @@ namespace namespaced namespaces ndegory +ngts oauth2 OAuth observedGeneration diff --git a/content/docs/configuration/venafi.md b/content/docs/configuration/venafi.md index 39d8916cc0c..8cf043e2634 100644 --- a/content/docs/configuration/venafi.md +++ b/content/docs/configuration/venafi.md @@ -6,13 +6,15 @@ description: 'cert-manager configuration: CyberArk Issuers' ## Introduction The CyberArk `Issuer` obtains certificates from -[CyberArk Certificate Manager](https://www.cyberark.com/products/certificate-manager/) SaaS or self-hosted. +[CyberArk Certificate Manager](https://www.cyberark.com/products/certificate-manager/) SaaS or self-hosted, +or from [Palo Alto Networks Next Generation Trust Services (NGTS)](https://www.paloaltonetworks.com/sase). The `Issuer` was formerly known as the Venafi `Issuer`, and for backwards compatibility reasons is configured using older product names - "Venafi Cloud" corresponds to CyberArk Certificate Manager SaaS and "Venafi TPP" corresponds to CyberArk Certificate Manager Self-Hosted. -You can have multiple different CyberArk `Issuer` types installed within the same -cluster, including mixtures of issuers configured to enroll from the CyberArk -Certificate Manager SaaS and self-hosted. This allows you to be flexible in the +You can have multiple different `Issuer` types installed within the same +cluster, including mixtures of issuers configured to enroll from CyberArk +Certificate Manager SaaS, CyberArk Certificate Manager Self-Hosted, and Palo +Alto Networks NGTS. This allows you to be flexible in the deployment method that you prefer to use. Automated certificate renewal and management are provided for `Certificates` @@ -281,6 +283,88 @@ You are now ready to issue certificates using the newly provisioned CyberArk Read the [Requesting Certificates](../usage/certificate.md) document for more information on how to create Certificate resources. +## Creating an Issuer for Palo Alto Networks Next Generation Trust Services + +The CyberArk `Issuer` supports [Palo Alto Networks Next Generation Trust +Services (NGTS)](https://www.paloaltonetworks.com/sase), a cloud-native +certificate management platform. Authentication uses OAuth 2.0 Client +Credentials, so no API key or username/password is required. + +In order to set up an NGTS `Issuer`, you must first create a Kubernetes +`Secret` resource containing your OAuth 2.0 client credentials. The secret +must have the keys `client-id` and `client-secret`: + +```bash +$ kubectl create secret generic \ + ngts-credentials \ + --namespace='NAMESPACE OF YOUR ISSUER RESOURCE' \ + --from-literal=client-id='YOUR_CLIENT_ID' \ + --from-literal=client-secret='YOUR_CLIENT_SECRET' +``` + +> **Note**: If you are configuring your issuer as a `ClusterIssuer` resource in +> order to serve `Certificates` across your whole cluster, you must set the +> `--namespace` parameter to `cert-manager`, which is the default `Cluster +> Resource Namespace`. The `Cluster Resource Namespace` can be configured +> through the `--cluster-resource-namespace` flag on the cert-manager controller +> component. + +This secret will be used by cert-manager to obtain OAuth 2.0 access tokens +from the NGTS token endpoint on your behalf. + +Once the credentials `Secret` has been created, you can create your `Issuer` +or `ClusterIssuer` resource. If you are creating a `ClusterIssuer` resource, +you must change the `kind` field to `ClusterIssuer` and remove the +`metadata.namespace` field. + +Save the below content after making your amendments to a file named +`issuer.yaml`. + +```yaml +apiVersion: cert-manager.io/v1 +kind: Issuer +metadata: + name: corp-issuer + namespace: +spec: + venafi: + zone: 'My Application\My CIT' # Set this to your NGTS zone + ngts: + tsgID: '1234567890' # Your Tenant Service Group ID + credentialsRef: + name: ngts-credentials + # tokenEndpoint and url are optional; uncomment to override the defaults + # tokenEndpoint: https://auth.apps.paloaltonetworks.com/oauth2/access_token + # url: https://api.strata.paloaltonetworks.com/ngts +``` + +You can then create the `Issuer` using `kubectl create -f`. + +```bash +$ kubectl create -f issuer.yaml +``` + +Verify the `Issuer` has been initialized correctly using `kubectl describe`. + +```bash +$ kubectl describe issuer corp-issuer --namespace='NAMESPACE OF YOUR ISSUER RESOURCE' +``` + +You are now ready to issue certificates using the newly provisioned CyberArk +`Issuer` and Palo Alto Networks NGTS. + +Read the [Requesting Certificates](../usage/certificate.md) document for +more information on how to create Certificate resources. + +### NGTS field reference + +| Field | Required | Default | Description | +|-------|----------|---------|-------------| +| `tsgID` | Yes | — | Tenant Service Group ID, used to scope the OAuth 2.0 access token. The `tsg_id:` prefix is added automatically. | +| `credentialsRef.name` | Yes | — | Name of the Kubernetes `Secret` containing `client-id` and `client-secret`. | +| `tokenEndpoint` | No | `https://auth.apps.paloaltonetworks.com/oauth2/access_token` | OAuth 2.0 token endpoint URL used to obtain access tokens. | +| `url` | No | `https://api.strata.paloaltonetworks.com/ngts` | Base URL for the NGTS API endpoint. | + ## Issuer specific annotations ### Custom Fields From e63deb954839398b1cf9ad1b09b57a7d9a1e9f8e Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Thu, 28 May 2026 00:38:43 +0000 Subject: [PATCH 07/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/klone.yaml b/klone.yaml index d91d09aeb66..1fd90a51e72 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 + repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 + repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 + repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 + repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 + repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: aa202afa20201c13bf905fe6cc18f04edb926643 + repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 02bba53fd39..2f3c0762dc6 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -132,7 +132,7 @@ tools += kustomize=v5.8.1 tools += gojq=v0.12.19 # https://pkg.go.dev/github.com/google/go-containerregistry/pkg/crane?tab=versions # renovate: datasource=go packageName=github.com/google/go-containerregistry -tools += crane=v0.21.6 +tools += crane=v0.21.5 # https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go?tab=versions # renovate: datasource=go packageName=google.golang.org/protobuf tools += protoc-gen-go=v1.36.11 From dff2ead49fceeefbfcbc2ba01809a527f65840fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 19:26:12 +0000 Subject: [PATCH 08/58] chore(deps): update misc npm packages Signed-off-by: Renovate Bot --- package-lock.json | 274 +++++++++++++++++++++++----------------------- package.json | 8 +- 2 files changed, 141 insertions(+), 141 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab820154949..21ae0356f29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.7.8", + "@eslint-react/eslint-plugin": "5.8.5", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.6", "@tailwindcss/aspect-ratio": "0.4.2", @@ -45,14 +45,14 @@ "@tailwindcss/typography": "0.5.19", "concurrently": "9.2.1", "cspell": "10.0.0", - "eslint": "10.3.0", + "eslint": "10.4.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-mdx": "3.7.0", "format-api-docs": "file:scripts/gendocs/postprocess", "globals": "17.6.0", "markdown-link-check": "3.14.2", "next-sitemap": "4.2.3", - "postcss": "8.5.14", + "postcss": "8.5.15", "prettier": "3.8.3", "remark-cli": "12.0.1", "remark-code-import": "1.2.0", @@ -60,7 +60,7 @@ "remark-preset-lint-consistent": "6.0.1", "remark-preset-lint-recommended": "7.0.1", "remark-toc": "9.0.0", - "stylelint": "17.11.1", + "stylelint": "17.12.0", "stylelint-config-standard": "40.0.0", "tailwindcss": "4.3.0" }, @@ -1258,15 +1258,15 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.7.8.tgz", - "integrity": "sha512-AmMqth2ryBXU6B8aM940sxO1oWo7Vs1H/taoudflNOpuv5WPLvI4mF+GuIy6+uRC78BqwZlGU1wjLoAxpOHj3A==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.5.tgz", + "integrity": "sha512-qXalUuOb5BP4/BWKrl3c9h5+eXzXT2L80cceMx0YwsfdzireNPYbjL3Hxu2mX5/lS7Uu96X+xbg4sFbLrCzAew==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/typescript-estree": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/typescript-estree": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4", "string-ts": "^2.3.1" }, "engines": { @@ -1278,20 +1278,20 @@ } }, "node_modules/@eslint-react/core": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.7.8.tgz", - "integrity": "sha512-7F56PDcjxWorkWTdFnbnLae73VvWFeh61x74NjtSM82Io3iJ0V5b/UC5L1ixmgpd2AuaEAq0hSKu4dPHlQ3ZdQ==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.5.tgz", + "integrity": "sha512-YyFiP2BzDYWSpvpC6ZNsuteCzONnUPNMNcGiYwpafYXJr/eeh1x19oUNI5oGMlID2zi3AU+RLaczJpbPoL0hbg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.7.8", - "@eslint-react/eslint": "5.7.8", - "@eslint-react/jsx": "5.7.8", - "@eslint-react/shared": "5.7.8", - "@eslint-react/var": "5.7.8", - "@typescript-eslint/scope-manager": "^8.59.3", - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3", + "@eslint-react/ast": "5.8.5", + "@eslint-react/eslint": "5.8.5", + "@eslint-react/jsx": "5.8.5", + "@eslint-react/shared": "5.8.5", + "@eslint-react/var": "5.8.5", + "@typescript-eslint/scope-manager": "^8.59.4", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4", "ts-pattern": "^5.9.0" }, "engines": { @@ -1303,13 +1303,13 @@ } }, "node_modules/@eslint-react/eslint": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.7.8.tgz", - "integrity": "sha512-OTRtnMzfaAObDiMnOYLBfzed8HSIIHPt3sNzQEj0OG4HgG/XgugzxsXpp38ZHpfVLacCKimlvKCwcckYyb947w==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.5.tgz", + "integrity": "sha512-4IF9rt1wWXHJoSLs7SE4Sm+KR5XTp83an1baK5t4nw8c7rNAxVqIlL0yMYqmNmBT3fVNhvUSGRu+3wcDKx69Qg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.59.3" + "@typescript-eslint/utils": "^8.59.4" }, "engines": { "node": ">=22.0.0" @@ -1320,19 +1320,19 @@ } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.7.8.tgz", - "integrity": "sha512-AtqdzdZ+WGJ2JgSuCBUz6Xrdi4gEHEvfKuZ40leFU04wc8G4LOx6UOStTZfNCnmWZO2FrSl47wmz/WWOdRHK1w==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.5.tgz", + "integrity": "sha512-v+pPzNfeuJOYhQMvyc4GLrbMQ/2UBCX2C9agHY/JIjdLBgI1s16jf2zUW33JLPNnpfCx3SUZEzTCcrB3GrgEuQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.7.8", - "eslint-plugin-react-dom": "5.7.8", - "eslint-plugin-react-jsx": "5.7.8", - "eslint-plugin-react-naming-convention": "5.7.8", - "eslint-plugin-react-rsc": "5.7.8", - "eslint-plugin-react-web-api": "5.7.8", - "eslint-plugin-react-x": "5.7.8" + "@eslint-react/shared": "5.8.5", + "eslint-plugin-react-dom": "5.8.5", + "eslint-plugin-react-jsx": "5.8.5", + "eslint-plugin-react-naming-convention": "5.8.5", + "eslint-plugin-react-rsc": "5.8.5", + "eslint-plugin-react-web-api": "5.8.5", + "eslint-plugin-react-x": "5.8.5" }, "engines": { "node": ">=22.0.0" @@ -1343,18 +1343,18 @@ } }, "node_modules/@eslint-react/jsx": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.7.8.tgz", - "integrity": "sha512-bf4J4mzF0gnOHsMW5voEGcCZ0HJnKp59Xgr5uBsSVahtxcRLSikK1fBnmdiZ00fMpPVWIK5SZjGBYTHUH/xvRQ==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.5.tgz", + "integrity": "sha512-ve7ZJ+/tpAy1+6gv037+wurlJ7sPkkr01XohLeXWp5thp1eD46sIXeedIxGz/0XIvjDM7PSddyT/8XpstySqfQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.7.8", - "@eslint-react/eslint": "5.7.8", - "@eslint-react/shared": "5.7.8", - "@eslint-react/var": "5.7.8", - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3", + "@eslint-react/ast": "5.8.5", + "@eslint-react/eslint": "5.8.5", + "@eslint-react/shared": "5.8.5", + "@eslint-react/var": "5.8.5", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4", "ts-pattern": "^5.9.0" }, "engines": { @@ -1366,14 +1366,14 @@ } }, "node_modules/@eslint-react/shared": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.7.8.tgz", - "integrity": "sha512-J/lP9ZEXoO9plx8eXsYIsf4EnSodQkYzKJub8/Tpps6rFMktLhnlQFTm3MeYkAoOxVBIRC450vce23/D1A9ViQ==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.5.tgz", + "integrity": "sha512-LjZs9sjEIjhhfO9ioVxUpagB1nrVu1Yy8DO0cpaPMGp0HzTDDGiULPpsHgZI8g/q5ZSDswMXNnrVehpua8KOYw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.7.8", - "@typescript-eslint/utils": "^8.59.3", + "@eslint-react/eslint": "5.8.5", + "@typescript-eslint/utils": "^8.59.4", "ts-pattern": "^5.9.0", "zod": "^4.4.3" }, @@ -1386,17 +1386,17 @@ } }, "node_modules/@eslint-react/var": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.7.8.tgz", - "integrity": "sha512-p2QG1rhSJ3NK66ck6GG/XjceO86TbPewpJHZygEKBGadSPXCiNPMza7F0TAYA8SzAorOeNb5Ayl7rUTgnHWrPw==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.5.tgz", + "integrity": "sha512-fjUJsD2edjisPjh7d9y/1ZEbb81FBHyBGk/9BGFUEHf8POOcmMMyOxj0JPo5fpBVwugptmBeLWJiAjw/JL/EIQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.7.8", - "@eslint-react/eslint": "5.7.8", - "@typescript-eslint/scope-manager": "^8.59.3", - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3", + "@eslint-react/ast": "5.8.5", + "@eslint-react/eslint": "5.8.5", + "@typescript-eslint/scope-manager": "^8.59.4", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4", "ts-pattern": "^5.9.0" }, "engines": { @@ -1423,9 +1423,9 @@ } }, "node_modules/@eslint/config-helpers": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz", - "integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.6.0.tgz", + "integrity": "sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -5086,16 +5086,16 @@ } }, "node_modules/eslint": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.3.0.tgz", - "integrity": "sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.0.tgz", + "integrity": "sha512-loXy6bWOoP3EP6JA7jo6p5jMpBJmHmsNZM5SFRHLdh1MGOPurMnNBj4ZlAbaqUAaQWbCr7jHV4P7gzAyryZWkQ==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", "@eslint/config-array": "^0.23.5", - "@eslint/config-helpers": "^0.5.5", + "@eslint/config-helpers": "^0.6.0", "@eslint/core": "^1.2.1", "@eslint/plugin-kit": "^0.7.1", "@humanfs/node": "^0.16.6", @@ -5255,18 +5255,18 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.7.8.tgz", - "integrity": "sha512-83JXHVbfm+w4RaqGD76BV1ZHlD8WizgRKMloWz5nv+11tz8i3KF7Xbi0nhWpUp86I+VUDhZZL6BSCHfs63HHkA==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.5.tgz", + "integrity": "sha512-PMbF6to8oOIX1wRqg+LHffDs29TMPu3dqshB2NkJoIBrhLXnE9D0Up6JpEEGib2UwSYyKlbzlnuLmfEfADI+Rg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.7.8", - "@eslint-react/eslint": "5.7.8", - "@eslint-react/jsx": "5.7.8", - "@eslint-react/shared": "5.7.8", - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3", + "@eslint-react/ast": "5.8.5", + "@eslint-react/eslint": "5.8.5", + "@eslint-react/jsx": "5.8.5", + "@eslint-react/shared": "5.8.5", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4", "compare-versions": "^6.1.1" }, "engines": { @@ -5278,19 +5278,19 @@ } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.7.8.tgz", - "integrity": "sha512-ItC1Z52V/fa6Rr/mBBD0T2OmvktrHx5XEr4SpdTaH1wATpbdHMi7GGHBANggOzDcaEmvJRxfZpzzu2rrCESE4g==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.5.tgz", + "integrity": "sha512-YMh+2RMV5+soWTeKxMZybUP8Y1FUrxlOqAoYeX42/8R02zX6rjBpMFJNyXyaiCxzp5JuHwQ/gBn0Hy3smYhqXg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.7.8", - "@eslint-react/core": "5.7.8", - "@eslint-react/eslint": "5.7.8", - "@eslint-react/jsx": "5.7.8", - "@eslint-react/shared": "5.7.8", - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3" + "@eslint-react/ast": "5.8.5", + "@eslint-react/core": "5.8.5", + "@eslint-react/eslint": "5.8.5", + "@eslint-react/jsx": "5.8.5", + "@eslint-react/shared": "5.8.5", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4" }, "engines": { "node": ">=22.0.0" @@ -5301,18 +5301,18 @@ } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.7.8.tgz", - "integrity": "sha512-Hxuw1zjMor6IaAlUQbFxH/0qT1Gv9uVQQA5ayQGXij/4sdgD85apCwKXRfVf02p76VnVboJXrxXNOEx1BjtuOg==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.5.tgz", + "integrity": "sha512-Tm/tkrtiQa2q5Y3olMRlYCwc0zhwQRot1f4L2X0JGlYdxEMbR0QrPc17Rvh/QTaKpe4BAoKcnvAz2VBee9ANDg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.7.8", - "@eslint-react/core": "5.7.8", - "@eslint-react/eslint": "5.7.8", - "@eslint-react/var": "5.7.8", - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3", + "@eslint-react/ast": "5.8.5", + "@eslint-react/core": "5.8.5", + "@eslint-react/eslint": "5.8.5", + "@eslint-react/var": "5.8.5", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4", "ts-pattern": "^5.9.0" }, "engines": { @@ -5324,19 +5324,19 @@ } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.7.8.tgz", - "integrity": "sha512-b2NFpOCAdE2MTggofthnhom0qlYGh+fgNwdpjvxGEMVA9Rt0xjhKiNvtxnOrDLWdHVVBigP9Ilr7jzqInfufEg==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.5.tgz", + "integrity": "sha512-XIvNn3TLWSmhYsvB1n9GPPJ9nqyjSpq1/lFUDvAlCbMLLpxFUP3GA7m1yiVfppgH8QAHXC5bP//RkOgObGGSOA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.7.8", - "@eslint-react/core": "5.7.8", - "@eslint-react/eslint": "5.7.8", - "@eslint-react/shared": "5.7.8", - "@eslint-react/var": "5.7.8", - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3" + "@eslint-react/ast": "5.8.5", + "@eslint-react/core": "5.8.5", + "@eslint-react/eslint": "5.8.5", + "@eslint-react/shared": "5.8.5", + "@eslint-react/var": "5.8.5", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4" }, "engines": { "node": ">=22.0.0" @@ -5347,19 +5347,19 @@ } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.7.8.tgz", - "integrity": "sha512-vfnbkJwOInykYqnoGSbiab+3yXdr6bcLwVwO3mJFrKPcJMqPGDS1gur9C4xhK3nB9ZV78ch8yP8CnsmFasq2lQ==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.5.tgz", + "integrity": "sha512-hpe4cENVvR8I4oNLKUUvsm2j71+MfnnHFwRJSmcrsWOQ+1R2kgYfGA/wD85IO9B2C+tF4npkpl+DpgdYgdEzOA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.7.8", - "@eslint-react/core": "5.7.8", - "@eslint-react/eslint": "5.7.8", - "@eslint-react/shared": "5.7.8", - "@eslint-react/var": "5.7.8", - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3", + "@eslint-react/ast": "5.8.5", + "@eslint-react/core": "5.8.5", + "@eslint-react/eslint": "5.8.5", + "@eslint-react/shared": "5.8.5", + "@eslint-react/var": "5.8.5", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4", "birecord": "^0.1.1", "ts-pattern": "^5.9.0" }, @@ -5372,23 +5372,23 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.7.8.tgz", - "integrity": "sha512-Oia7nSq+F+ezgKYPQ73CnipWRlLUBqAt8JQVi34dylN3seSW6coaSZb8CkRdu/JaGBgntyD0u2RYHgaXGol4Fg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "5.7.8", - "@eslint-react/core": "5.7.8", - "@eslint-react/eslint": "5.7.8", - "@eslint-react/jsx": "5.7.8", - "@eslint-react/shared": "5.7.8", - "@eslint-react/var": "5.7.8", - "@typescript-eslint/scope-manager": "^8.59.3", - "@typescript-eslint/type-utils": "^8.59.3", - "@typescript-eslint/types": "^8.59.3", - "@typescript-eslint/typescript-estree": "^8.59.3", - "@typescript-eslint/utils": "^8.59.3", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.5.tgz", + "integrity": "sha512-PSzMtlla5PJ5O0BxhUhCh2lgjyiZBDCjwC6xVlfYKBrZSVbGEPSZ/O0oshnQE/mOx1TbkKVYABE9C4lrn287fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "5.8.5", + "@eslint-react/core": "5.8.5", + "@eslint-react/eslint": "5.8.5", + "@eslint-react/jsx": "5.8.5", + "@eslint-react/shared": "5.8.5", + "@eslint-react/var": "5.8.5", + "@typescript-eslint/scope-manager": "^8.59.4", + "@typescript-eslint/type-utils": "^8.59.4", + "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/typescript-estree": "^8.59.4", + "@typescript-eslint/utils": "^8.59.4", "compare-versions": "^6.1.1", "string-ts": "^2.3.1", "ts-api-utils": "^2.5.0", @@ -9144,9 +9144,9 @@ } }, "node_modules/postcss": { - "version": "8.5.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", - "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", + "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", "dev": true, "funding": [ { @@ -9164,7 +9164,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.11", + "nanoid": "^3.3.12", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, @@ -11079,9 +11079,9 @@ } }, "node_modules/stylelint": { - "version": "17.11.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.1.tgz", - "integrity": "sha512-+smN/HqVTggUx3iuAzOi9fPh8SrH+cJWlZrYVldXoJ06orWBhZ4Ue/QEp64oei6pVrAh4w3tG+Y12Vw7MbCFRQ==", + "version": "17.12.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.12.0.tgz", + "integrity": "sha512-KIlzWXMHUvgfPUR0R7TK3H80yCIi0uoivUwf+6Az4yrHJD1Q3c1qIkh/H5Z0i/K3QXgtq/UMEkWyBUSUwnpnOg==", "dev": true, "funding": [ { @@ -11109,7 +11109,7 @@ "debug": "^4.4.3", "fast-glob": "^3.3.3", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^11.1.2", + "file-entry-cache": "^11.1.3", "global-modules": "^2.0.0", "globby": "^16.2.0", "globjoin": "^0.1.4", diff --git a/package.json b/package.json index f8ddf4e7de7..07faa237183 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.7.8", + "@eslint-react/eslint-plugin": "5.8.5", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.6", "@tailwindcss/aspect-ratio": "0.4.2", @@ -92,14 +92,14 @@ "@tailwindcss/typography": "0.5.19", "concurrently": "9.2.1", "cspell": "10.0.0", - "eslint": "10.3.0", + "eslint": "10.4.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-mdx": "3.7.0", "format-api-docs": "file:scripts/gendocs/postprocess", "globals": "17.6.0", "markdown-link-check": "3.14.2", "next-sitemap": "4.2.3", - "postcss": "8.5.14", + "postcss": "8.5.15", "prettier": "3.8.3", "remark-cli": "12.0.1", "remark-code-import": "1.2.0", @@ -107,7 +107,7 @@ "remark-preset-lint-consistent": "6.0.1", "remark-preset-lint-recommended": "7.0.1", "remark-toc": "9.0.0", - "stylelint": "17.11.1", + "stylelint": "17.12.0", "stylelint-config-standard": "40.0.0", "tailwindcss": "4.3.0" } From 8316efff5675928677e15f663dc62631fb701d83 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Fri, 29 May 2026 00:44:53 +0000 Subject: [PATCH 09/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 26 +++++++++++++------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/klone.yaml b/klone.yaml index 1fd90a51e72..58edba93a6c 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b + repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b + repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b + repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b + repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b + repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 28e7be210eab2cd3b117163e43051e90659d0e5b + repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 2f3c0762dc6..2f81d56ca41 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -106,7 +106,7 @@ tools += trivy=v0.70.0 tools += ytt=v0.55.0 # https://github.com/rclone/rclone/releases # renovate: datasource=github-releases packageName=rclone/rclone -tools += rclone=v1.74.1 +tools += rclone=v1.74.2 # https://github.com/istio/istio/releases # renovate: datasource=github-releases packageName=istio/istio tools += istioctl=1.30.0 @@ -160,7 +160,7 @@ tools += ginkgo=$(detected_ginkgo_version) tools += klone=v0.2.0 # https://pkg.go.dev/github.com/goreleaser/goreleaser/v2?tab=versions # renovate: datasource=go packageName=github.com/goreleaser/goreleaser/v2 -tools += goreleaser=v2.15.4 +tools += goreleaser=v2.16.0 # https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions # renovate: datasource=go packageName=github.com/anchore/syft tools += syft=v1.44.0 @@ -187,10 +187,10 @@ tools += govulncheck=v1.3.0 tools += operator-sdk=v1.42.2 # https://pkg.go.dev/github.com/cli/cli/v2?tab=versions # renovate: datasource=go packageName=github.com/cli/cli/v2 -tools += gh=v2.92.0 +tools += gh=v2.93.0 # https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases # renovate: datasource=github-releases packageName=redhat-openshift-ecosystem/openshift-preflight -tools += preflight=1.18.0 +tools += preflight=1.19.0 # https://github.com/daixiang0/gci/releases # renovate: datasource=github-releases packageName=daixiang0/gci tools += gci=v0.14.0 @@ -214,7 +214,7 @@ tools += defaulter-gen=$(K8S_CODEGEN_VERSION) tools += conversion-gen=$(K8S_CODEGEN_VERSION) # https://github.com/kubernetes/kube-openapi # renovate: datasource=go packageName=k8s.io/kube-openapi -tools += openapi-gen=v0.0.0-20260512234627-ef417d054102 +tools += openapi-gen=v0.0.0-20260520065146-aa012df4f4af # https://raw.githubusercontent.com/kubernetes-sigs/controller-tools/master/envtest-releases.yaml # FIXME: Find a way to configure Renovate to suggest upgrades @@ -683,10 +683,10 @@ $(DOWNLOAD_DIR)/tools/ytt@$(YTT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_D $(checkhash_script) $(outfile) $(ytt_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \ chmod +x $(outfile) -rclone_linux_amd64_SHA256SUM=67df3059a6233b6e32e604bcd637654bb294ff86291b65ede77123e94818d911 -rclone_linux_arm64_SHA256SUM=c816ed0e568de4dd1bba1a4d0cd47523d3dd54337dd5fde73f1b068857ecf877 -rclone_darwin_amd64_SHA256SUM=4f10d7845422d8568e187a0f6813f124bca9b657ac7becd8bdf8508fa968a336 -rclone_darwin_arm64_SHA256SUM=98c04f5f678fe87d435d6f4b1fe204103c5906b151357e631ba0111410691213 +rclone_linux_amd64_SHA256SUM=72a806370072015ccbe4d81bcd348cc5eaf3beca6c65ba693fd43fb31fcca5b1 +rclone_linux_arm64_SHA256SUM=bc2b2eb8269b743ed7bcea869f3782cfb4931e41efa53fc8befc6dc8308b7a50 +rclone_darwin_amd64_SHA256SUM=fc24831eefa3918c278c4a10be4de78288422426e2f7e64509205167f845874d +rclone_darwin_arm64_SHA256SUM=e170fc4f225cbe3685695c4761259fe5883115a2b022a2f39b7298f946b8d898 .PRECIOUS: $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -717,10 +717,10 @@ $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $( chmod +x $(outfile); \ rm $(outfile).tar.gz -preflight_linux_amd64_SHA256SUM=35546e6cb8ed886388896ff8d394c2ab8ee9f09aa94203a200265241550240a4 -preflight_linux_arm64_SHA256SUM=130643d0cb6f914ae6711b45ba35e797e6eacfd0e3ec4bd7dc0599b637286717 -preflight_darwin_amd64_SHA256SUM=0a2cd839d5335ae44344c22486b64eb4ae2b44318d5b9b9b772153babf82a75a -preflight_darwin_arm64_SHA256SUM=1831b2c040a71d0d3c6b8ec970159f06e6e07137c1a90c2dabe46eea62c6486e +preflight_linux_amd64_SHA256SUM=1d7a845c4528f9476c8ef9a551b4da5c06d62de558e56a37054c6fa737d583e5 +preflight_linux_arm64_SHA256SUM=09e59f31c1d13e30381260ddf64d9f46120131e490e94bd0e7a958ba1af0d6cb +preflight_darwin_amd64_SHA256SUM=ec8c8be7a6fd48e2acf8c4630f75b6a8eae4fed0b5e76cf295f2bf6216a61440 +preflight_darwin_arm64_SHA256SUM=ec4ff1ec8b2369b6955121dada4c3d5389a6d1b5f9462758b94bbb04b79a530d .PRECIOUS: $(DOWNLOAD_DIR)/tools/preflight@$(PREFLIGHT_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/preflight@$(PREFLIGHT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From 848c92669f52c61e8103698af30da4884e214a48 Mon Sep 17 00:00:00 2001 From: "felix.phipps" Date: Fri, 29 May 2026 15:22:50 +0100 Subject: [PATCH 10/58] case change Signed-off-by: felix.phipps --- content/docs/configuration/venafi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/configuration/venafi.md b/content/docs/configuration/venafi.md index 8cf043e2634..3eb38e77329 100644 --- a/content/docs/configuration/venafi.md +++ b/content/docs/configuration/venafi.md @@ -6,7 +6,7 @@ description: 'cert-manager configuration: CyberArk Issuers' ## Introduction The CyberArk `Issuer` obtains certificates from -[CyberArk Certificate Manager](https://www.cyberark.com/products/certificate-manager/) SaaS or self-hosted, +[CyberArk Certificate Manager](https://www.cyberark.com/products/certificate-manager/) SaaS or Self-Hosted, or from [Palo Alto Networks Next Generation Trust Services (NGTS)](https://www.paloaltonetworks.com/sase). The `Issuer` was formerly known as the Venafi `Issuer`, and for backwards compatibility reasons is configured using older product names - "Venafi Cloud" corresponds to CyberArk Certificate Manager SaaS and "Venafi TPP" corresponds to CyberArk Certificate Manager Self-Hosted. From 7157f508c515ee455d99d4a9c55d09b7853543f7 Mon Sep 17 00:00:00 2001 From: Leonardo <14614620+aardbol@users.noreply.github.com> Date: Sat, 30 May 2026 17:22:53 +0200 Subject: [PATCH 11/58] docs: add bunny.net dns01 webhook Signed-off-by: Leonardo <14614620+aardbol@users.noreply.github.com> --- content/docs/configuration/acme/dns01/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/configuration/acme/dns01/README.md b/content/docs/configuration/acme/dns01/README.md index 4c1d052b142..c6fc47c1de3 100644 --- a/content/docs/configuration/acme/dns01/README.md +++ b/content/docs/configuration/acme/dns01/README.md @@ -164,6 +164,7 @@ Links to these supported providers along with their documentation are below: - [`cert-manager-alidns-webhook`](https://github.com/DEVmachine-fr/cert-manager-alidns-webhook) - [`cert-manager-webhook-abion`](https://github.com/abiondevelopment/cert-manager-webhook-abion) - [`cert-manager-webhook-arvan`](https://github.com/kiandigital/cert-manager-webhook-arvan) +- [`cert-manager-webhook-bunny`](https://github.com/aardbol/cert-manager-webhook-bunny) - [`cert-manager-webhook-civo`](https://github.com/okteto/cert-manager-webhook-civo) - [`cert-manager-webhook-dnspod`](https://github.com/qqshfox/cert-manager-webhook-dnspod) - [`cert-manager-webhook-dnsimple`](https://github.com/neoskop/cert-manager-webhook-dnsimple) From a8fc6cdd73831f29a4d30e2b2c38db6461411f7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:27:19 +0000 Subject: [PATCH 12/58] chore(deps): lock file maintenance Signed-off-by: Renovate Bot --- package-lock.json | 575 +++++++++++++++++++++++----------------------- 1 file changed, 282 insertions(+), 293 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21ae0356f29..fb2c572749b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,16 +70,16 @@ } }, "node_modules/@algolia/abtesting": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@algolia/abtesting/-/abtesting-1.18.1.tgz", - "integrity": "sha512-aehCadlWOGvrT91KUIZpC0MbB8KBW9yUuvTJFd2xesR7le/IsT4nJUnjCCZ4ZqZCeTcPHPV5mo//fZ5oxcSVYw==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/@algolia/abtesting/-/abtesting-1.19.0.tgz", + "integrity": "sha512-Lhnez3hhXHk25lfxLAMxvkP4fmN3+1RgADhD2ssMDBYuAsDVReeyP+3SGRx+ntq8ijMrLqUyfvO72TB6jsTteQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" @@ -118,41 +118,41 @@ } }, "node_modules/@algolia/client-abtesting": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.52.1.tgz", - "integrity": "sha512-HmXOGBOAOJPounpBzBpuY0zDYeiCpxgHnQmuA7JO6ScukcBdGp3/XM9zJk5pJx/xNGD68mbPGXWpDxGtl6BwDQ==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.53.0.tgz", + "integrity": "sha512-0ZjA5Hcmaoz5Lj6OG0zhfIyeqzJZnLW2CRJA1W17UwMFGRtZAJ9yJKRvPEDA6gkpsIoQxORTSW6sWFiuYncPNQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-analytics": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.52.1.tgz", - "integrity": "sha512-5oo4+I8iixie9vXhCyNFCzeIr8pqA3FQ//VsLHTDvZAV4ttYOPGvYHGQq5NSalrLx5Jc3dRro/5uDOlnUMcBJg==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.53.0.tgz", + "integrity": "sha512-kWNodP75iiEaOtemC9F/hlxNBG5E2QUjN1BusnE6m2b4l7Qh/BUO3fGCVsmKJI65VO4VKGGmT43ICvHtTcJ2JQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-common": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.52.1.tgz", - "integrity": "sha512-qCDoZfx5MpX7XQzvQ3bC4tSEMkQWQMaF/ABtLuoze03Y/flR563CCSws02qIJ23oX7lxl92LsilZjINVyTdtLw==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.53.0.tgz", + "integrity": "sha512-YPN45TXD9Wrse185t/Ta7nktZsqpv97oOjCzp2sblHnCL6rBc9TDeJAg1IGl2UpdwnSD05Zu/5wLB4watOUMyg==", "license": "MIT", "peer": true, "engines": { @@ -160,151 +160,151 @@ } }, "node_modules/@algolia/client-insights": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.52.1.tgz", - "integrity": "sha512-hnGs0/lsFJ2PWDxNBz7pxreXo/Xz7gxYRcfePBUjsH26ad0kU/sgnVZd9LwWBpsQv65z2jlb5dkyaB9WE9M9FQ==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.53.0.tgz", + "integrity": "sha512-qAcYTDJE6m924FDDUQvdD6vh7DYaqOeSpFS74IP37/JRV0v4cGBauyxTF2WzDnokUylQDbqreoFIJZfg0Fitmw==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-personalization": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.52.1.tgz", - "integrity": "sha512-2VxxNc/uBysyKvGeBdSM5n9eIDKH8kWD7wd9/yqbJAiVwU4Yv6tU1LSJusHKrXV/aCu1KW7t9Gug9QyeEmtn/Q==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.53.0.tgz", + "integrity": "sha512-fQaY+DkSJOpuUVUe8MQTwrdiKAqkJGhpDarB08duBn/sUv7Bkib6MDRQauCcWTWTe4HIW+EbwQP9R4kci1V/Yw==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-query-suggestions": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.52.1.tgz", - "integrity": "sha512-O6mPtsw3xEfNOe6gWFpYLeAZAIljNa4Hgna3bq15PwyN7nbjTY0wXJFRbzs/0YVf75Br+SbOQUmjKxXYjDiSiQ==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.53.0.tgz", + "integrity": "sha512-o72tsiEZGfeS/dxL9IADfzcZWGEwKDEe5CvtrBuT//3JR+SHuTtHRI2ZTf7D7bcKagcbojvO8hnkHdfoakSlYg==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-search": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.52.1.tgz", - "integrity": "sha512-gA8oJOV1LnQQkDf91iebNnFInHuW0gRPEgLSOQ7EfipCEjYTHm5swm1DlH9H5RaRw4RrHuzHBegnlzc0MAstcg==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.53.0.tgz", + "integrity": "sha512-Ds16IyPm/dNJPCU8OzApo2gwGrgWT5BYHhE3NFwZbpCveqyvPDB9sZDDkJ5DsdOGT2aC+R3i0/M1OVXF2qdgPg==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/ingestion": { - "version": "1.52.1", - "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.52.1.tgz", - "integrity": "sha512-U9zZfc5xIu9wRxZkt+HceJUAD4VKHKbAyLSloJdEyMRmphXeibfrY9cxqIXBcmPeZzGhn3Imb35Dq8l19PkJhw==", + "version": "1.53.0", + "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.53.0.tgz", + "integrity": "sha512-oNbT6z4NwD8Pou9VPINGlN/tlG1afESh2EbxqnP6rwl95xKVD/Zlciis1PpNeO/9U/rrajc1+7DcfKi03tX1KQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/monitoring": { - "version": "1.52.1", - "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.52.1.tgz", - "integrity": "sha512-a3SGNceHmkQfq77iG8Ka+w1pvwfZa/0lzEIgse30fL0kD+yKnd/dg0dQvSfFPAEt2f21DMcGkDSSeJlO3KdQjQ==", + "version": "1.53.0", + "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.53.0.tgz", + "integrity": "sha512-G+KZb/yd+qAOFn/cEvTGeLxQm8aP3a0od50l3z/ylccY+/o4YG3TNcjU1tFQHW4mXC137GPyR7W70R0kRQDLnA==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/recommend": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.52.1.tgz", - "integrity": "sha512-z98QEguCFDpxb4S/PyrUK1igqF8tPsdbqOUUO6ON91vJ58w+Gwa6ncrI0oNXSFcrkxA5EqPKPQ2A1PBCn08TYQ==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.53.0.tgz", + "integrity": "sha512-6aVfYd55Un6IUgPLbo84WfgFZlS3L0vA1ttzXL5vahHewUJ8jYgd89TzlWRTeej7w70mb9RWsVlFYGmJ/diQww==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/client-common": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-browser-xhr": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.52.1.tgz", - "integrity": "sha512-CI7+/0I11QeZM59Uc8whd2or0kqzFVjpaPn9Qpwll/krHcBAxk24WkAQ6WX+IwDVMfpont4YGbKwAmCre3vE8Q==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.53.0.tgz", + "integrity": "sha512-ke27DqgzCOlt+RbeEdCxtXxMQOnAOi8ujr2wid0DmDKzR95Kw/f9sBsuhBxtjevCqJRJszfRTLY0B1pbO6IhkA==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1" + "@algolia/client-common": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-fetch": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.52.1.tgz", - "integrity": "sha512-S6bDuw9byfOvm3T71cgdoZgrgnZq6hpdMLkx52Louh57nUAmvGQESz2aojOynQHjbTiV55smvAFbgn0qT4tJrg==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.53.0.tgz", + "integrity": "sha512-GngiOqt2Gq4oLno6yXQVj9om+qSO9SWAoduoTOEg79dKZ62brB8OOIvSJG/vDNoanYi6a7Al9uDZwXvi+bcVTg==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1" + "@algolia/client-common": "5.53.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-node-http": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.52.1.tgz", - "integrity": "sha512-tqZXM+54rWo4mk5jL5Z/flE11nPmNEdXwFBM5py9DkOmbjeCNemfVd45FyM97XdzfZ0dl9uOJC6PYn1FpkeyQg==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.53.0.tgz", + "integrity": "sha512-6mF9LZMUk0QqWvrnxkxBqhswwz6Xfiwy6/gmTzL5HrlhdVG3ITAqGV2k3XmVThP1h0Ulc3VQwiNCD7/Nr4JNlQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.52.1" + "@algolia/client-common": "5.53.0" }, "engines": { "node": ">= 14.0.0" @@ -324,12 +324,12 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", - "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz", + "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==", "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.28.5", + "@babel/helper-validator-identifier": "^7.29.7", "js-tokens": "^4.0.0", "picocolors": "^1.1.1" }, @@ -338,9 +338,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.28.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", - "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", + "version": "7.29.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz", + "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==", "license": "MIT", "engines": { "node": ">=6.9.0" @@ -586,13 +586,13 @@ "license": "MIT" }, "node_modules/@cspell/dict-bash": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.2.2.tgz", - "integrity": "sha512-kyWbwtX3TsCf5l49gGQIZkRLaB/P8g73GDRm41Zu8Mv51kjl2H7Au0TsEvHv7jzcsRLS6aUYaZv6Zsvk1fOz+Q==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.2.3.tgz", + "integrity": "sha512-ljUZoKHbDqw5Sx0qpL2qTUlmkmr+vhZH/sCNrNaBZKTbdgiswErSnIF1jRbGmEitJNxHRHWsuZyVgnTGfVO1Yw==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/dict-shell": "1.1.2" + "@cspell/dict-shell": "1.2.0" } }, "node_modules/@cspell/dict-companies": { @@ -624,9 +624,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-css": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.1.1.tgz", - "integrity": "sha512-y/Vgo6qY08e1t9OqR56qjoFLBCpi4QfWMf2qzD1l9omRZwvSMQGRPz4x0bxkkkU4oocMAeztjzCsmLew//c/8w==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.1.2.tgz", + "integrity": "sha512-+ylGoKdwZ2sVOCOnU2Eq5wDZx+RaVX3HoKyNHGGsFvhSw6IidQ6tH/mAPKBDofViHJoWCPNlklE0lTr6MDG3QA==", "dev": true, "license": "MIT" }, @@ -638,9 +638,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-data-science": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@cspell/dict-data-science/-/dict-data-science-2.0.13.tgz", - "integrity": "sha512-l1HMEhBJkPmw4I2YGVu2eBSKM89K9pVF+N6qIr5Uo5H3O979jVodtuwP8I7LyPrJnC6nz28oxeGRCLh9xC5CVA==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@cspell/dict-data-science/-/dict-data-science-2.0.14.tgz", + "integrity": "sha512-jl6Ds4u5u5JT+yY30pWQpAbdCHfy3lCcNkLbpL/AZKoUaLEoXbaYsps9xQtvD7DyaiXxiLZkdH2yHHXtoFtZyg==", "dev": true, "license": "MIT" }, @@ -673,9 +673,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-en_us": { - "version": "4.4.33", - "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.4.33.tgz", - "integrity": "sha512-zWftVqfUStDA37wO1ZNDN1qMJOfcxELa8ucHW8W8wBAZY3TK5Nb6deLogCK/IJi/Qljf30dwwuqqv84Qqle9Tw==", + "version": "4.4.35", + "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.4.35.tgz", + "integrity": "sha512-xWpxBCc/FzzMMo/A+0qwARVaIIhR0Ql8yhhv4rvsvg+GfQF+LG9yzg2GwTM5N2rjvzmM3nKuR9zxFZq2I6fJSg==", "dev": true, "license": "MIT" }, @@ -687,9 +687,9 @@ "license": "CC BY-SA 4.0" }, "node_modules/@cspell/dict-en-gb-mit": { - "version": "3.1.22", - "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb-mit/-/dict-en-gb-mit-3.1.22.tgz", - "integrity": "sha512-xE5Vg6gGdMkZ1Ep6z9SJMMioGkkT1GbxS5Mm0U3Ey1/H68P0G7cJcyiVr1CARxFbLqKE4QUpoV1o6jz1Z5Yl9Q==", + "version": "3.1.24", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb-mit/-/dict-en-gb-mit-3.1.24.tgz", + "integrity": "sha512-Oowb/Uzkh7OmDRdCcETzMc9imEb4IpLlHJXoYjX8A8DS2X/54gqSjI915JFB8hKtFjBko5OM0BLQ+6cZhFEMmQ==", "dev": true, "license": "MIT" }, @@ -834,13 +834,13 @@ "license": "MIT" }, "node_modules/@cspell/dict-markdown": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@cspell/dict-markdown/-/dict-markdown-2.0.16.tgz", - "integrity": "sha512-976RRqKv6cwhrxdFCQP2DdnBVB86BF57oQtPHy4Zbf4jF/i2Oy29MCrxirnOBalS1W6KQeto7NdfDXRAwkK4PQ==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@cspell/dict-markdown/-/dict-markdown-2.0.17.tgz", + "integrity": "sha512-H8bAxih6U8NOnSPL7R8My+tqjaB4tmnJTjERuz4zYqmf+cH+5xshX3UVgKlwWFcyjsYfv/zEDuRdMctQv1q6HQ==", "dev": true, "license": "MIT", "peerDependencies": { - "@cspell/dict-css": "^4.1.1", + "@cspell/dict-css": "^4.1.2", "@cspell/dict-html": "^4.0.15", "@cspell/dict-html-symbol-entities": "^4.0.5", "@cspell/dict-typescript": "^3.2.3" @@ -861,9 +861,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-npm": { - "version": "5.2.38", - "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.2.38.tgz", - "integrity": "sha512-21ucGRPYYhr91C2cDBoMPTrcIOStQv33xOqJB0JLoC5LAs2Sfj9EoPGhGb+gIFVHz6Ia7JQWE2SJsOVFJD1wmg==", + "version": "5.2.41", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.2.41.tgz", + "integrity": "sha512-To3xsfRmMBYVXtWVEdUgV35M9a/JZ54dSuoY6m6D3uHKKL3I326Wmy4xifZ3PU8MQaWhyEH7zbIcUEtKwTQMcA==", "dev": true, "license": "MIT" }, @@ -889,13 +889,13 @@ "license": "MIT" }, "node_modules/@cspell/dict-python": { - "version": "4.2.26", - "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.2.26.tgz", - "integrity": "sha512-hbjN6BjlSgZOG2dA2DtvYNGBM5Aq0i0dHaZjMOI9K/9vRicVvKbcCiBSSrR3b+jwjhQL5ff7HwG5xFaaci0GQA==", + "version": "4.2.27", + "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.2.27.tgz", + "integrity": "sha512-Rj6xQgYS4X6ienjgAZF+njA0GRY4oSPouJWv0vfikCTn6EWlfk0V6Dy1HP3Migj1O+IC2NmespgVq+BZNSp8OA==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/dict-data-science": "^2.0.13" + "@cspell/dict-data-science": "^2.0.14" } }, "node_modules/@cspell/dict-r": { @@ -927,9 +927,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-shell": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-shell/-/dict-shell-1.1.2.tgz", - "integrity": "sha512-WqOUvnwcHK1X61wAfwyXq04cn7KYyskg90j4lLg3sGGKMW9Sq13hs91pqrjC44Q+lQLgCobrTkMDw9Wyl9nRFA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-shell/-/dict-shell-1.2.0.tgz", + "integrity": "sha512-PVctvT22lJ49niMiakO8xieY7ELCAzjSqhejWR7bAMb5AZ9F4WDEs+XdGMnoVHWeXq7K5rcepLPmEJb+37zzIw==", "dev": true, "license": "MIT" }, @@ -1480,9 +1480,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz", - "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.2.tgz", + "integrity": "sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -2147,27 +2147,27 @@ } }, "node_modules/@internationalized/date": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.12.1.tgz", - "integrity": "sha512-6IedsVWXyq4P9Tj+TxuU8WGWM70hYLl12nbYU8jkikVpa6WXapFazPUcHUMDMoWftIDE2ILDkFFte6W2nFCkRQ==", + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.12.2.tgz", + "integrity": "sha512-FY1Y+H64NDs+HAF6omlnWxm3mEpfgaCSWtL5l551ZZfImA+kGjPFgrnJrGjH6lfmLL0g8Z/mBu1R3kufeCp6Jw==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" } }, "node_modules/@internationalized/number": { - "version": "3.6.6", - "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.6.tgz", - "integrity": "sha512-iFgmQaXHE0vytNfpLZWOC2mEJCBRzcUxt53Xf/yCXG93lRvqas237i3r7X4RKMwO3txiyZD4mQjKAByFv6UGSQ==", + "version": "3.6.7", + "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.7.tgz", + "integrity": "sha512-3ji1fcrT+FPAK86UqEhB/psHixYo6niWPJtt7+qRaYFynt/BaJG8GhAPimtWUpEiVSTq8ZM8L5psMxGquiB/Vg==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" } }, "node_modules/@internationalized/string": { - "version": "3.2.8", - "resolved": "https://registry.npmjs.org/@internationalized/string/-/string-3.2.8.tgz", - "integrity": "sha512-NdbMQUSfXLYIQol5VyMtinm9pZDciiMfN7RtmSuSB78io1hqwJ0naYfxyW6vgxWBkzWymQa/3uLDlbfmshtCaA==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/@internationalized/string/-/string-3.2.9.tgz", + "integrity": "sha512-kzP/M/mbQxODlmOt4bIQZ2SBVUWUSqMLXooXixnX7noche8WHaQcA+nwFN1K2KCF/cp+LDUhcJsCicwkvhD1pg==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" @@ -2682,9 +2682,9 @@ "license": "MIT" }, "node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz", - "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz", + "integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==", "dev": true, "license": "MIT", "dependencies": { @@ -2849,26 +2849,26 @@ } }, "node_modules/@pkgr/core": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.9.tgz", - "integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==", + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.3.6.tgz", + "integrity": "sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==", "dev": true, "license": "MIT", "engines": { - "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + "node": "^14.18.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/pkgr" } }, "node_modules/@react-aria/focus": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.22.0.tgz", - "integrity": "sha512-ZfDOVuVhqDsM9mkNji3QUZ/d40JhlVgXrDkrfXylM1035QCrcTHN7m2DpbE95sU2A8EQb4wikvt5jM6K/73BPg==", + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.22.1.tgz", + "integrity": "sha512-CPxtkyrBi/HYY5P3lE/57sQ6qfa0lN8E55TOm89H0kNGv0lKt+/0zP7lWERzBjRr5IxBVrQX4gFEowBN52LPaA==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0", - "react-aria": "3.48.0" + "react-aria": "^3.48.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", @@ -2876,14 +2876,14 @@ } }, "node_modules/@react-aria/interactions": { - "version": "3.28.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.28.0.tgz", - "integrity": "sha512-OXwdU1EWFdMxmr/K1CXNGJzmNlCClByb+PuCaqUyzBymHPCGVhawirLIon/CrIN5psh3AiWpHSh4H0WeJdVpng==", + "version": "3.28.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.28.1.tgz", + "integrity": "sha512-Bqb+HrD5I5MHS2SKBhISYqo2SW8Y2dfzgF/Y1lIJq7xqLxheo9vzxPGEHhz+XzkgGfoqEJx8A6a3C7uiqS3HWA==", "license": "Apache-2.0", "dependencies": { "@react-types/shared": "^3.34.0", "@swc/helpers": "^0.5.0", - "react-aria": "3.48.0" + "react-aria": "^3.48.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", @@ -2891,9 +2891,9 @@ } }, "node_modules/@react-types/shared": { - "version": "3.34.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.34.0.tgz", - "integrity": "sha512-gp6xo/s2lX54AlTjOiqwDnxA7UW79BNvI9dB9pr3LZTzRKCd1ZA+ZbgKw/ReIiWuvvVw/8QFJpnqeeFyLocMcQ==", + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.35.0.tgz", + "integrity": "sha512-iNWvuzEwANttpQpdlu8nPBtdHb0mcCMj1ZTH//iRB5E/14IAnyRlR25rxH7pNLyzHINsPGEKnWvpwDMCT6vziQ==", "license": "Apache-2.0", "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" @@ -2913,9 +2913,9 @@ } }, "node_modules/@swc/helpers": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.21.tgz", - "integrity": "sha512-jI/VAmtdjB/RnI8GTnokyX7Ug8c+g+ffD6QRLa6XQewtnGyukKkKSk3wLTM3b5cjt1jNh9x0jfVlagdN2gDKQg==", + "version": "0.5.23", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.23.tgz", + "integrity": "sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==", "license": "Apache-2.0", "dependencies": { "tslib": "^2.8.0" @@ -3241,12 +3241,12 @@ } }, "node_modules/@tanstack/react-virtual": { - "version": "3.13.25", - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.25.tgz", - "integrity": "sha512-bmNoqMu6gcAW9JGrKVB0Q1tN1i5RONZF8r1fW0bbE4Oyf3DwEGnzzQJ2OW+Ozg1P4s8PyugkHg2ULZoFQN+cqw==", + "version": "3.13.26", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.26.tgz", + "integrity": "sha512-DosdgjOxCLahkn0o+ilmZYwEjo1glfMGuRT/j3PQ18yr5XqA8N/BCaL9IJ3B5TRl+nnzyK2IOFgAILwzN3a9xQ==", "license": "MIT", "dependencies": { - "@tanstack/virtual-core": "3.15.0" + "@tanstack/virtual-core": "3.16.0" }, "funding": { "type": "github", @@ -3258,9 +3258,9 @@ } }, "node_modules/@tanstack/virtual-core": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.15.0.tgz", - "integrity": "sha512-0AwPGx0I8QxPYjAxShT/+z+ZOe9u8mW5rsXvivCTjRfRmz9a43+3mRyi4wwlyoUqOC56q/jatKa0Bh9M99BEHQ==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.16.0.tgz", + "integrity": "sha512-Er2N7q3WOiH6y2JLxsxNX+u2/sLqSsL0bxFgDjuiPiA7vKhZRm+IzcS17vRee3GNXr64UsesA5CAp9yTiIYw9A==", "license": "MIT", "funding": { "type": "github", @@ -3413,14 +3413,14 @@ "license": "MIT" }, "node_modules/@typescript-eslint/project-service": { - "version": "8.59.4", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.4.tgz", - "integrity": "sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==", + "version": "8.60.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.0.tgz", + "integrity": "sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.59.4", - "@typescript-eslint/types": "^8.59.4", + "@typescript-eslint/tsconfig-utils": "^8.60.0", + "@typescript-eslint/types": "^8.60.0", "debug": "^4.4.3" }, "engines": { @@ -3435,14 +3435,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.59.4", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.4.tgz", - "integrity": "sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==", + "version": "8.60.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.0.tgz", + "integrity": "sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.59.4", - "@typescript-eslint/visitor-keys": "8.59.4" + "@typescript-eslint/types": "8.60.0", + "@typescript-eslint/visitor-keys": "8.60.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3453,9 +3453,9 @@ } }, "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.59.4", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz", - "integrity": "sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==", + "version": "8.60.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.0.tgz", + "integrity": "sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==", "dev": true, "license": "MIT", "engines": { @@ -3470,15 +3470,15 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.59.4", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.4.tgz", - "integrity": "sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==", + "version": "8.60.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.0.tgz", + "integrity": "sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.59.4", - "@typescript-eslint/typescript-estree": "8.59.4", - "@typescript-eslint/utils": "8.59.4", + "@typescript-eslint/types": "8.60.0", + "@typescript-eslint/typescript-estree": "8.60.0", + "@typescript-eslint/utils": "8.60.0", "debug": "^4.4.3", "ts-api-utils": "^2.5.0" }, @@ -3495,9 +3495,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.59.4", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.4.tgz", - "integrity": "sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==", + "version": "8.60.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.0.tgz", + "integrity": "sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==", "dev": true, "license": "MIT", "engines": { @@ -3509,16 +3509,16 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.59.4", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.4.tgz", - "integrity": "sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==", + "version": "8.60.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.0.tgz", + "integrity": "sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/project-service": "8.59.4", - "@typescript-eslint/tsconfig-utils": "8.59.4", - "@typescript-eslint/types": "8.59.4", - "@typescript-eslint/visitor-keys": "8.59.4", + "@typescript-eslint/project-service": "8.60.0", + "@typescript-eslint/tsconfig-utils": "8.60.0", + "@typescript-eslint/types": "8.60.0", + "@typescript-eslint/visitor-keys": "8.60.0", "debug": "^4.4.3", "minimatch": "^10.2.2", "semver": "^7.7.3", @@ -3537,16 +3537,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.59.4", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.4.tgz", - "integrity": "sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==", + "version": "8.60.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.0.tgz", + "integrity": "sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.59.4", - "@typescript-eslint/types": "8.59.4", - "@typescript-eslint/typescript-estree": "8.59.4" + "@typescript-eslint/scope-manager": "8.60.0", + "@typescript-eslint/types": "8.60.0", + "@typescript-eslint/typescript-estree": "8.60.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3561,13 +3561,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.59.4", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.4.tgz", - "integrity": "sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==", + "version": "8.60.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz", + "integrity": "sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.59.4", + "@typescript-eslint/types": "8.60.0", "eslint-visitor-keys": "^5.0.0" }, "engines": { @@ -3656,26 +3656,26 @@ } }, "node_modules/algoliasearch": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.52.1.tgz", - "integrity": "sha512-fHA8+kXTbjagw3jkLiaS7KKrH8qe2DyOsiUhGlN4cdT77PEsfqXZl7ewDk1hsg+pJnPlnE50XtLxjR91iJOpmg==", + "version": "5.53.0", + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.53.0.tgz", + "integrity": "sha512-OGW1q6b91CRSSeiOnM8LxuR5NYJ2esvw66jUZ4IIvdv+ItNkx3pwLuyR+jaCdbGee4ov5WgUnyPryyh11xvByQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/abtesting": "1.18.1", - "@algolia/client-abtesting": "5.52.1", - "@algolia/client-analytics": "5.52.1", - "@algolia/client-common": "5.52.1", - "@algolia/client-insights": "5.52.1", - "@algolia/client-personalization": "5.52.1", - "@algolia/client-query-suggestions": "5.52.1", - "@algolia/client-search": "5.52.1", - "@algolia/ingestion": "1.52.1", - "@algolia/monitoring": "1.52.1", - "@algolia/recommend": "5.52.1", - "@algolia/requester-browser-xhr": "5.52.1", - "@algolia/requester-fetch": "5.52.1", - "@algolia/requester-node-http": "5.52.1" + "@algolia/abtesting": "1.19.0", + "@algolia/client-abtesting": "5.53.0", + "@algolia/client-analytics": "5.53.0", + "@algolia/client-common": "5.53.0", + "@algolia/client-insights": "5.53.0", + "@algolia/client-personalization": "5.53.0", + "@algolia/client-query-suggestions": "5.53.0", + "@algolia/client-search": "5.53.0", + "@algolia/ingestion": "1.53.0", + "@algolia/monitoring": "1.53.0", + "@algolia/recommend": "5.53.0", + "@algolia/requester-browser-xhr": "5.53.0", + "@algolia/requester-fetch": "5.53.0", + "@algolia/requester-node-http": "5.53.0" }, "engines": { "node": ">= 14.0.0" @@ -3825,9 +3825,9 @@ } }, "node_modules/baseline-browser-mapping": { - "version": "2.10.32", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.32.tgz", - "integrity": "sha512-wbPvpyjJPC0zdfdKXxqEL3Ea+bOMD/87X4lftiJkkaBiuG6ALQy1SLmEd7BSmVCuwCQsBrCamgBoLyfFDD1EPg==", + "version": "2.10.33", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.33.tgz", + "integrity": "sha512-bA6+tcSLpz2tIEdDXZPpPTIuxBcC4+w6SieaYyfigIa4h8GlFxbA17v22Vx3JUtuZQj9SgOsnbK+aTBzyDyEuw==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.cjs" @@ -4448,10 +4448,20 @@ } }, "node_modules/cosmiconfig/node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" @@ -4938,9 +4948,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.22.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.22.0.tgz", - "integrity": "sha512-xYcDWrpELkFzz9SpZ3PlI6Eu6eD93Yf0WLDRxikGhWJ3MAir2SNZTIVCVZqZ/NUyx8AdMc2gT9C0gPiw18kG+A==", + "version": "5.22.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.22.1.tgz", + "integrity": "sha512-6QEuw3zoX1SJQc7b87aBXke/no+mG2bTBgw29gWMQonLmpEkWoCAVkl+M49e48AZlWzxiDzDZzYdp6kobcyLww==", "dev": true, "license": "MIT", "dependencies": { @@ -5158,15 +5168,15 @@ } }, "node_modules/eslint-mdx": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-3.7.0.tgz", - "integrity": "sha512-QpPdJ6EeFthHuIrfgnWneZgwwFNOLFj/nf2jg/tOTBoiUnqNTxUUpTGAn0ZFHYEh5htVVoe5kjvD02oKtxZGeA==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/eslint-mdx/-/eslint-mdx-3.8.1.tgz", + "integrity": "sha512-hnsqWwMOHqUANwxWEGt8XbwABPEr5sTOolAzqyUDFdlERpqjFE/icylb+mJl60VICL+kLbbvXWbnFLWZdTqJ2g==", "dev": true, "license": "MIT", "dependencies": { "acorn": "^8.15.0", "acorn-jsx": "^5.3.2", - "espree": "^9.6.1 || ^10.4.0", + "espree": "^9.6.1 || ^10.4.0 || ^11.2.0", "estree-util-visit": "^2.0.0", "remark-mdx": "^3.1.0", "remark-parse": "^11.0.0", @@ -5194,37 +5204,6 @@ } } }, - "node_modules/eslint-mdx/node_modules/eslint-visitor-keys": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", - "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-mdx/node_modules/espree": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz", - "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "acorn": "^8.15.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.2.1" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/eslint-plugin-mdx": { "version": "3.7.0", "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-3.7.0.tgz", @@ -5959,9 +5938,9 @@ "license": "MIT" }, "node_modules/glob/node_modules/brace-expansion": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz", - "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz", + "integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==", "dev": true, "license": "MIT", "dependencies": { @@ -9418,19 +9397,19 @@ } }, "node_modules/react-aria": { - "version": "3.48.0", - "resolved": "https://registry.npmjs.org/react-aria/-/react-aria-3.48.0.tgz", - "integrity": "sha512-jQjd4rBEIMqecBaAKYJbVGK6EqIHLa5znVQ7jwFyK5vCyljoj6KhgtiahmcIPsG5vG5vEDLw+ba+bEWn6A2P4w==", + "version": "3.49.0", + "resolved": "https://registry.npmjs.org/react-aria/-/react-aria-3.49.0.tgz", + "integrity": "sha512-4+oK9FwJQWYhyA5zLfj/feOGY0zZbkE1muoF4gyxMroHVypjcYaRSTlJwvxph2zIlxt757KX6xIK2wJ5Aw1Kog==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.12.1", - "@internationalized/number": "^3.6.6", - "@internationalized/string": "^3.2.8", - "@react-types/shared": "^3.34.0", + "@internationalized/date": "^3.12.2", + "@internationalized/number": "^3.6.7", + "@internationalized/string": "^3.2.9", + "@react-types/shared": "^3.35.0", "@swc/helpers": "^0.5.0", "aria-hidden": "^1.2.3", "clsx": "^2.0.0", - "react-stately": "3.46.0", + "react-stately": "3.47.0", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { @@ -9471,15 +9450,15 @@ } }, "node_modules/react-stately": { - "version": "3.46.0", - "resolved": "https://registry.npmjs.org/react-stately/-/react-stately-3.46.0.tgz", - "integrity": "sha512-OdxhWvHgs2L4OJGIs7hnuTr5WjjMM6enhNEAMRqiekhF8+ITvA2LRwNftOZwcogaoCslGYq5S2VQTQwnm0GbCA==", + "version": "3.47.0", + "resolved": "https://registry.npmjs.org/react-stately/-/react-stately-3.47.0.tgz", + "integrity": "sha512-H3ar+SOWP920EbVg7qWfP3fZjZiwhlEJAEJQqjt+w8oKijCwFgr0+R4941PIHscOXRNRvEOjvWilitImC0DdBg==", "license": "Apache-2.0", "dependencies": { - "@internationalized/date": "^3.12.1", - "@internationalized/number": "^3.6.6", - "@internationalized/string": "^3.2.8", - "@react-types/shared": "^3.34.0", + "@internationalized/date": "^3.12.2", + "@internationalized/number": "^3.6.7", + "@internationalized/string": "^3.2.9", + "@react-types/shared": "^3.35.0", "@swc/helpers": "^0.5.0", "use-sync-external-store": "^1.6.0" }, @@ -11375,13 +11354,13 @@ "dev": true }, "node_modules/synckit": { - "version": "0.11.12", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz", - "integrity": "sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==", + "version": "0.11.13", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.13.tgz", + "integrity": "sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==", "dev": true, "license": "MIT", "dependencies": { - "@pkgr/core": "^0.2.9" + "@pkgr/core": "^0.3.6" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -11504,9 +11483,9 @@ "license": "MIT" }, "node_modules/tinyglobby": { - "version": "0.2.16", - "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz", - "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==", + "version": "0.2.17", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz", + "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==", "dev": true, "license": "MIT", "dependencies": { @@ -11722,9 +11701,9 @@ } }, "node_modules/undici": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz", - "integrity": "sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.26.0.tgz", + "integrity": "sha512-3O9Tf67pGhgOv9jM35AbhkXAKi13f3oy3aE4CSgr+TckGeY+/iu97ZXN+J7DpHPzLbVApFd1IFhcnBjREYXYcg==", "dev": true, "license": "MIT", "engines": { @@ -12474,10 +12453,20 @@ "license": "Python-2.0" }, "node_modules/xmlbuilder2/node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" From 9d91a5d1ed6b18565c03ddb0b1fe62d1e5191e6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 08:01:46 +0000 Subject: [PATCH 13/58] chore(deps): update misc npm packages Signed-off-by: Renovate Bot --- package-lock.json | 248 +++++++++++++++++++++++----------------------- package.json | 4 +- 2 files changed, 126 insertions(+), 126 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb2c572749b..f37170e438d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.5", + "@eslint-react/eslint-plugin": "5.8.6", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.6", "@tailwindcss/aspect-ratio": "0.4.2", @@ -47,7 +47,7 @@ "cspell": "10.0.0", "eslint": "10.4.0", "eslint-config-prettier": "10.1.8", - "eslint-plugin-mdx": "3.7.0", + "eslint-plugin-mdx": "3.7.1", "format-api-docs": "file:scripts/gendocs/postprocess", "globals": "17.6.0", "markdown-link-check": "3.14.2", @@ -1258,15 +1258,15 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.5.tgz", - "integrity": "sha512-qXalUuOb5BP4/BWKrl3c9h5+eXzXT2L80cceMx0YwsfdzireNPYbjL3Hxu2mX5/lS7Uu96X+xbg4sFbLrCzAew==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.6.tgz", + "integrity": "sha512-ljmeY400BMd1kVJ91xO1ZuzYrRDKLYQVdVVGEYhIsO4R7Yv9c6Vv0RPTUmFP+/PhGGEHVviLTwPLWd98gosVCg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/typescript-estree": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/typescript-estree": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0", "string-ts": "^2.3.1" }, "engines": { @@ -1278,20 +1278,20 @@ } }, "node_modules/@eslint-react/core": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.5.tgz", - "integrity": "sha512-YyFiP2BzDYWSpvpC6ZNsuteCzONnUPNMNcGiYwpafYXJr/eeh1x19oUNI5oGMlID2zi3AU+RLaczJpbPoL0hbg==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.6.tgz", + "integrity": "sha512-pjOFxNJ2VlIJxARS9Xd5l+E6IT2gMzWsaJSAfuASaMZNIicwT+tBWrbfg6BpJnaZbtREvcApRIzJ8fwhx5NdQw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.5", - "@eslint-react/eslint": "5.8.5", - "@eslint-react/jsx": "5.8.5", - "@eslint-react/shared": "5.8.5", - "@eslint-react/var": "5.8.5", - "@typescript-eslint/scope-manager": "^8.59.4", - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4", + "@eslint-react/ast": "5.8.6", + "@eslint-react/eslint": "5.8.6", + "@eslint-react/jsx": "5.8.6", + "@eslint-react/shared": "5.8.6", + "@eslint-react/var": "5.8.6", + "@typescript-eslint/scope-manager": "^8.60.0", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0", "ts-pattern": "^5.9.0" }, "engines": { @@ -1303,13 +1303,13 @@ } }, "node_modules/@eslint-react/eslint": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.5.tgz", - "integrity": "sha512-4IF9rt1wWXHJoSLs7SE4Sm+KR5XTp83an1baK5t4nw8c7rNAxVqIlL0yMYqmNmBT3fVNhvUSGRu+3wcDKx69Qg==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.6.tgz", + "integrity": "sha512-Q/G3X7gPWUKSVbXp8Y1YjQv/p3IVs9IqnYU1vtV95xEF+03NYTDdsLp7959tVB4EoFVEsDrQKE8vVSWFIpioYg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.59.4" + "@typescript-eslint/utils": "^8.60.0" }, "engines": { "node": ">=22.0.0" @@ -1320,19 +1320,19 @@ } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.5.tgz", - "integrity": "sha512-v+pPzNfeuJOYhQMvyc4GLrbMQ/2UBCX2C9agHY/JIjdLBgI1s16jf2zUW33JLPNnpfCx3SUZEzTCcrB3GrgEuQ==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.6.tgz", + "integrity": "sha512-Y8Z3J/fuBW3Xtc+6GyCfV+Nv6aeLJM+Rq1UjzVlotY5DQVv4cYHOFk4O7tEwJeaSOhrxOFhH6ZbguR6xtYz59g==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.8.5", - "eslint-plugin-react-dom": "5.8.5", - "eslint-plugin-react-jsx": "5.8.5", - "eslint-plugin-react-naming-convention": "5.8.5", - "eslint-plugin-react-rsc": "5.8.5", - "eslint-plugin-react-web-api": "5.8.5", - "eslint-plugin-react-x": "5.8.5" + "@eslint-react/shared": "5.8.6", + "eslint-plugin-react-dom": "5.8.6", + "eslint-plugin-react-jsx": "5.8.6", + "eslint-plugin-react-naming-convention": "5.8.6", + "eslint-plugin-react-rsc": "5.8.6", + "eslint-plugin-react-web-api": "5.8.6", + "eslint-plugin-react-x": "5.8.6" }, "engines": { "node": ">=22.0.0" @@ -1343,18 +1343,18 @@ } }, "node_modules/@eslint-react/jsx": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.5.tgz", - "integrity": "sha512-ve7ZJ+/tpAy1+6gv037+wurlJ7sPkkr01XohLeXWp5thp1eD46sIXeedIxGz/0XIvjDM7PSddyT/8XpstySqfQ==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.6.tgz", + "integrity": "sha512-AedR5MbCCJtCgkhTFg9/ZjVbqQI/TUOwNRl2QhUetqIhn2dWBdg8lHXDFDaG67EK8DX3eO9X9Zdgkj5ufvG8KQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.5", - "@eslint-react/eslint": "5.8.5", - "@eslint-react/shared": "5.8.5", - "@eslint-react/var": "5.8.5", - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4", + "@eslint-react/ast": "5.8.6", + "@eslint-react/eslint": "5.8.6", + "@eslint-react/shared": "5.8.6", + "@eslint-react/var": "5.8.6", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0", "ts-pattern": "^5.9.0" }, "engines": { @@ -1366,14 +1366,14 @@ } }, "node_modules/@eslint-react/shared": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.5.tgz", - "integrity": "sha512-LjZs9sjEIjhhfO9ioVxUpagB1nrVu1Yy8DO0cpaPMGp0HzTDDGiULPpsHgZI8g/q5ZSDswMXNnrVehpua8KOYw==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.6.tgz", + "integrity": "sha512-57fz6wA234iV7tGNKVfcDzsClu/r+Il/gAzwMCqqsWSCBzyaYGfXMp1c9HEGGPtymkPTCMDTDEZVPQhSEmSlgA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.8.5", - "@typescript-eslint/utils": "^8.59.4", + "@eslint-react/eslint": "5.8.6", + "@typescript-eslint/utils": "^8.60.0", "ts-pattern": "^5.9.0", "zod": "^4.4.3" }, @@ -1386,17 +1386,17 @@ } }, "node_modules/@eslint-react/var": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.5.tgz", - "integrity": "sha512-fjUJsD2edjisPjh7d9y/1ZEbb81FBHyBGk/9BGFUEHf8POOcmMMyOxj0JPo5fpBVwugptmBeLWJiAjw/JL/EIQ==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.6.tgz", + "integrity": "sha512-Ygxh4W8Fj4rIKQ1lxhmpI97qQSVTjaystQFawiRGIvfsAkumwXOEzGv90zGFcrE7osTD9feCZD0pCcLoeiMLAg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.5", - "@eslint-react/eslint": "5.8.5", - "@typescript-eslint/scope-manager": "^8.59.4", - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4", + "@eslint-react/ast": "5.8.6", + "@eslint-react/eslint": "5.8.6", + "@typescript-eslint/scope-manager": "^8.60.0", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0", "ts-pattern": "^5.9.0" }, "engines": { @@ -5205,13 +5205,13 @@ } }, "node_modules/eslint-plugin-mdx": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-3.7.0.tgz", - "integrity": "sha512-JXaaQPnKqyti/QSOSQDThLV1EemHm/Fe2l/nMKH0vmhvmABtN/yV/9+GtKgh8UTZwrwuTfQq1HW5eR8HXneNLA==", + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-3.7.1.tgz", + "integrity": "sha512-G7Wqce+roWW35pQ/160UJiZdEWEyeR9LLaujDRnSV0O8SLHU6yHrK8C8kJLNtcBuU/AFd54zheefqZOyUr1aiA==", "dev": true, "license": "MIT", "dependencies": { - "eslint-mdx": "^3.7.0", + "eslint-mdx": "^3.7.1", "mdast-util-from-markdown": "^2.0.2", "mdast-util-mdx": "^3.0.0", "micromark-extension-mdxjs": "^3.0.0", @@ -5234,18 +5234,18 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.5.tgz", - "integrity": "sha512-PMbF6to8oOIX1wRqg+LHffDs29TMPu3dqshB2NkJoIBrhLXnE9D0Up6JpEEGib2UwSYyKlbzlnuLmfEfADI+Rg==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.6.tgz", + "integrity": "sha512-kIvoBlh7hWibB//nTUxzKfix9hEiQFaJBrJyPocFD6mIrLSPWNPo8uiP6LILh3ZFoiOBnIBIaZT3+RIJf87Y0Q==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.5", - "@eslint-react/eslint": "5.8.5", - "@eslint-react/jsx": "5.8.5", - "@eslint-react/shared": "5.8.5", - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4", + "@eslint-react/ast": "5.8.6", + "@eslint-react/eslint": "5.8.6", + "@eslint-react/jsx": "5.8.6", + "@eslint-react/shared": "5.8.6", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0", "compare-versions": "^6.1.1" }, "engines": { @@ -5257,19 +5257,19 @@ } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.5.tgz", - "integrity": "sha512-YMh+2RMV5+soWTeKxMZybUP8Y1FUrxlOqAoYeX42/8R02zX6rjBpMFJNyXyaiCxzp5JuHwQ/gBn0Hy3smYhqXg==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.6.tgz", + "integrity": "sha512-/CRASg/W468dcdYNamLUWWRWkeklUJEKcwQwCaED7OJzKbcdIoyAa5KKhTQk4v+x1SG++kFcDv1DyjciKKRiVA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.5", - "@eslint-react/core": "5.8.5", - "@eslint-react/eslint": "5.8.5", - "@eslint-react/jsx": "5.8.5", - "@eslint-react/shared": "5.8.5", - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4" + "@eslint-react/ast": "5.8.6", + "@eslint-react/core": "5.8.6", + "@eslint-react/eslint": "5.8.6", + "@eslint-react/jsx": "5.8.6", + "@eslint-react/shared": "5.8.6", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0" }, "engines": { "node": ">=22.0.0" @@ -5280,18 +5280,18 @@ } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.5.tgz", - "integrity": "sha512-Tm/tkrtiQa2q5Y3olMRlYCwc0zhwQRot1f4L2X0JGlYdxEMbR0QrPc17Rvh/QTaKpe4BAoKcnvAz2VBee9ANDg==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.6.tgz", + "integrity": "sha512-KIfyEJpzkVuIU5hiHsTmwLAhwUr15sxJLVmkaL3lc0BoC//bVPP47HN6YqtIp4gXOcfMlKBGMqhGT9sJtYqdkQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.5", - "@eslint-react/core": "5.8.5", - "@eslint-react/eslint": "5.8.5", - "@eslint-react/var": "5.8.5", - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4", + "@eslint-react/ast": "5.8.6", + "@eslint-react/core": "5.8.6", + "@eslint-react/eslint": "5.8.6", + "@eslint-react/var": "5.8.6", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0", "ts-pattern": "^5.9.0" }, "engines": { @@ -5303,19 +5303,19 @@ } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.5.tgz", - "integrity": "sha512-XIvNn3TLWSmhYsvB1n9GPPJ9nqyjSpq1/lFUDvAlCbMLLpxFUP3GA7m1yiVfppgH8QAHXC5bP//RkOgObGGSOA==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.6.tgz", + "integrity": "sha512-vnjzqA2CNEInyuOuv3h7UpMeW2X1t4l/DteBeMYMz2Oi6TdP0XJVcJIKawlT8fv9dsZqqnbqh8xl7gGrraSQYA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.5", - "@eslint-react/core": "5.8.5", - "@eslint-react/eslint": "5.8.5", - "@eslint-react/shared": "5.8.5", - "@eslint-react/var": "5.8.5", - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4" + "@eslint-react/ast": "5.8.6", + "@eslint-react/core": "5.8.6", + "@eslint-react/eslint": "5.8.6", + "@eslint-react/shared": "5.8.6", + "@eslint-react/var": "5.8.6", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0" }, "engines": { "node": ">=22.0.0" @@ -5326,19 +5326,19 @@ } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.5.tgz", - "integrity": "sha512-hpe4cENVvR8I4oNLKUUvsm2j71+MfnnHFwRJSmcrsWOQ+1R2kgYfGA/wD85IO9B2C+tF4npkpl+DpgdYgdEzOA==", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.6.tgz", + "integrity": "sha512-CLsnMoV4i98Y7531jbmH1/wJelxcJNb1yQnZVQMyJKXJZiboG7FulvtktWW1jDlnqbzm2LdU6EgB0g8Jzu0o1w==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.5", - "@eslint-react/core": "5.8.5", - "@eslint-react/eslint": "5.8.5", - "@eslint-react/shared": "5.8.5", - "@eslint-react/var": "5.8.5", - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4", + "@eslint-react/ast": "5.8.6", + "@eslint-react/core": "5.8.6", + "@eslint-react/eslint": "5.8.6", + "@eslint-react/shared": "5.8.6", + "@eslint-react/var": "5.8.6", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0", "birecord": "^0.1.1", "ts-pattern": "^5.9.0" }, @@ -5351,23 +5351,23 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "5.8.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.5.tgz", - "integrity": "sha512-PSzMtlla5PJ5O0BxhUhCh2lgjyiZBDCjwC6xVlfYKBrZSVbGEPSZ/O0oshnQE/mOx1TbkKVYABE9C4lrn287fg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "5.8.5", - "@eslint-react/core": "5.8.5", - "@eslint-react/eslint": "5.8.5", - "@eslint-react/jsx": "5.8.5", - "@eslint-react/shared": "5.8.5", - "@eslint-react/var": "5.8.5", - "@typescript-eslint/scope-manager": "^8.59.4", - "@typescript-eslint/type-utils": "^8.59.4", - "@typescript-eslint/types": "^8.59.4", - "@typescript-eslint/typescript-estree": "^8.59.4", - "@typescript-eslint/utils": "^8.59.4", + "version": "5.8.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.6.tgz", + "integrity": "sha512-DU2ocHio2TvYS4zI1q2XECiDlK9tD4bP7fOtMXelyuijP5Ao5O8dh3fPVW0DoNR2dntlX47mh8DEPXlCJVcM6A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "5.8.6", + "@eslint-react/core": "5.8.6", + "@eslint-react/eslint": "5.8.6", + "@eslint-react/jsx": "5.8.6", + "@eslint-react/shared": "5.8.6", + "@eslint-react/var": "5.8.6", + "@typescript-eslint/scope-manager": "^8.60.0", + "@typescript-eslint/type-utils": "^8.60.0", + "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/typescript-estree": "^8.60.0", + "@typescript-eslint/utils": "^8.60.0", "compare-versions": "^6.1.1", "string-ts": "^2.3.1", "ts-api-utils": "^2.5.0", diff --git a/package.json b/package.json index 07faa237183..ad4fecbd6d3 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.5", + "@eslint-react/eslint-plugin": "5.8.6", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.6", "@tailwindcss/aspect-ratio": "0.4.2", @@ -94,7 +94,7 @@ "cspell": "10.0.0", "eslint": "10.4.0", "eslint-config-prettier": "10.1.8", - "eslint-plugin-mdx": "3.7.0", + "eslint-plugin-mdx": "3.7.1", "format-api-docs": "file:scripts/gendocs/postprocess", "globals": "17.6.0", "markdown-link-check": "3.14.2", From ab1bb0c445250531bf1fe660cb206f0dfa716278 Mon Sep 17 00:00:00 2001 From: "felix.phipps" Date: Mon, 1 Jun 2026 12:10:57 +0100 Subject: [PATCH 14/58] comments addressed Signed-off-by: felix.phipps --- content/docs/configuration/venafi.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/docs/configuration/venafi.md b/content/docs/configuration/venafi.md index 3eb38e77329..aff3c580dcc 100644 --- a/content/docs/configuration/venafi.md +++ b/content/docs/configuration/venafi.md @@ -317,6 +317,8 @@ or `ClusterIssuer` resource. If you are creating a `ClusterIssuer` resource, you must change the `kind` field to `ClusterIssuer` and remove the `metadata.namespace` field. +The `zone` is the name of the Certificate Issuing Template (CIT) in NGTS that will be used to issue certificates. Unlike CyberArk Certificate Manager SaaS, NGTS does not use an Application prefix — the zone is just the CIT name. + Save the below content after making your amendments to a file named `issuer.yaml`. @@ -328,7 +330,7 @@ metadata: namespace: spec: venafi: - zone: 'My Application\My CIT' # Set this to your NGTS zone + zone: 'My CIT' # Set this to the name of your NGTS Certificate Issuing Template ngts: tsgID: '1234567890' # Your Tenant Service Group ID credentialsRef: @@ -360,7 +362,7 @@ more information on how to create Certificate resources. | Field | Required | Default | Description | |-------|----------|---------|-------------| -| `tsgID` | Yes | — | Tenant Service Group ID, used to scope the OAuth 2.0 access token. The `tsg_id:` prefix is added automatically. | +| `tsgID` | Yes | — | Tenant Service Group ID, used to scope the OAuth 2.0 access token. | | `credentialsRef.name` | Yes | — | Name of the Kubernetes `Secret` containing `client-id` and `client-secret`. | | `tokenEndpoint` | No | `https://auth.apps.paloaltonetworks.com/oauth2/access_token` | OAuth 2.0 token endpoint URL used to obtain access tokens. | | `url` | No | `https://api.strata.paloaltonetworks.com/ngts` | Base URL for the NGTS API endpoint. | From 32e3da60d72e32c161898c59ee64871dcf861898 Mon Sep 17 00:00:00 2001 From: "felix.phipps" Date: Fri, 29 May 2026 15:45:58 +0100 Subject: [PATCH 15/58] initial commit Signed-off-by: felix.phipps --- content/docs/configuration/venafi.md | 19 +++++++++++++++++++ .../docs/devops-tips/prometheus-metrics.md | 11 +++++++++++ 2 files changed, 30 insertions(+) diff --git a/content/docs/configuration/venafi.md b/content/docs/configuration/venafi.md index aff3c580dcc..8b348c78888 100644 --- a/content/docs/configuration/venafi.md +++ b/content/docs/configuration/venafi.md @@ -367,6 +367,25 @@ more information on how to create Certificate resources. | `tokenEndpoint` | No | `https://auth.apps.paloaltonetworks.com/oauth2/access_token` | OAuth 2.0 token endpoint URL used to obtain access tokens. | | `url` | No | `https://api.strata.paloaltonetworks.com/ngts` | Base URL for the NGTS API endpoint. | +## Issuer conditions + +### AuthFailed + +When a Venafi endpoint rejects the supplied credentials (for example, with an HTTP 401 or 403 response), the `Issuer` or `ClusterIssuer` Ready condition transitions to `False` with `reason: AuthFailed`: + +```bash +$ kubectl describe issuer corp-issuer --namespace='NAMESPACE OF YOUR ISSUER RESOURCE' +... +Status: + Conditions: + Message: OAuth token request failed: ... + Reason: AuthFailed + Status: False + Type: Ready +``` + +`AuthFailed` indicates that the credentials themselves are invalid. This is distinct from the generic `ErrorSetup` reason, which covers transient network or infrastructure problems. If you see `AuthFailed`, check the credentials in the referenced `Secret` — the API key for CyberArk Certificate Manager SaaS, the access token or username/password for CyberArk Certificate Manager Self-Hosted, or the `client-id` and `client-secret` for NGTS — and ensure they are correct and have not expired. + ## Issuer specific annotations ### Custom Fields diff --git a/content/docs/devops-tips/prometheus-metrics.md b/content/docs/devops-tips/prometheus-metrics.md index 3da0cb07835..9ac331d91eb 100644 --- a/content/docs/devops-tips/prometheus-metrics.md +++ b/content/docs/devops-tips/prometheus-metrics.md @@ -179,6 +179,17 @@ Check the health of the cert-manager scrape targets on the Prometheus status pag ![](/docs/devops-tips/prometheus-metrics/prometheus-status-targets.png) +## Venafi metrics + +cert-manager exposes the following Prometheus metrics for Venafi OAuth token requests. These are emitted by the controller whenever a Venafi `Issuer` or `ClusterIssuer` authenticates against a TPP, Cloud, or NGTS endpoint. + +| Metric | Type | Labels | Description | +|--------|------|--------|-------------| +| `certmanager_venafi_oauth_token_requests_total` | Counter | `status` (`success` \| `failure`) | Total number of Venafi OAuth token requests made by cert-manager. | +| `certmanager_venafi_oauth_token_request_duration_seconds` | Histogram | — | Duration of Venafi OAuth token requests. Buckets cover typical token-exchange latencies from 10ms to 30s. | + +These metrics can be used to alert on elevated token request failure rates or unexpected latency increases in the authentication flow. + ## Monitoring Mixin Monitoring mixins are a way to bundle common alerts, rules, and dashboards for an application in a configurable and extensible way, using the Jsonnet data templating language. A cert-manager monitoring mixin can be found here https://github.com/imusmanmalik/cert-manager-mixin. Documentation on usage can be found with the `cert-manager-mixin` project. From df1eba9767fcc46ad0e4c5ac3a94d8c8dfcca355 Mon Sep 17 00:00:00 2001 From: "felix.phipps" Date: Mon, 1 Jun 2026 10:52:52 +0100 Subject: [PATCH 16/58] Next-Gen Trust Security (NGTS) Signed-off-by: felix.phipps --- content/docs/configuration/venafi.md | 2 +- content/docs/devops-tips/prometheus-metrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/configuration/venafi.md b/content/docs/configuration/venafi.md index 8b348c78888..8f2f62fdd63 100644 --- a/content/docs/configuration/venafi.md +++ b/content/docs/configuration/venafi.md @@ -384,7 +384,7 @@ Status: Type: Ready ``` -`AuthFailed` indicates that the credentials themselves are invalid. This is distinct from the generic `ErrorSetup` reason, which covers transient network or infrastructure problems. If you see `AuthFailed`, check the credentials in the referenced `Secret` — the API key for CyberArk Certificate Manager SaaS, the access token or username/password for CyberArk Certificate Manager Self-Hosted, or the `client-id` and `client-secret` for NGTS — and ensure they are correct and have not expired. +`AuthFailed` indicates that the credentials themselves are invalid. This is distinct from the generic `ErrorSetup` reason, which covers transient network or infrastructure problems. If you see `AuthFailed`, check the credentials in the referenced `Secret` — the API key for CyberArk Certificate Manager SaaS, the access token or username/password for CyberArk Certificate Manager Self-Hosted, or the `client-id` and `client-secret` for Next-Gen Trust Security (NGTS) — and ensure they are correct and have not expired. ## Issuer specific annotations diff --git a/content/docs/devops-tips/prometheus-metrics.md b/content/docs/devops-tips/prometheus-metrics.md index 9ac331d91eb..b226335f2ca 100644 --- a/content/docs/devops-tips/prometheus-metrics.md +++ b/content/docs/devops-tips/prometheus-metrics.md @@ -181,7 +181,7 @@ Check the health of the cert-manager scrape targets on the Prometheus status pag ## Venafi metrics -cert-manager exposes the following Prometheus metrics for Venafi OAuth token requests. These are emitted by the controller whenever a Venafi `Issuer` or `ClusterIssuer` authenticates against a TPP, Cloud, or NGTS endpoint. +cert-manager exposes the following Prometheus metrics for Venafi OAuth token requests. These are emitted by the controller whenever a Venafi `Issuer` or `ClusterIssuer` authenticates against a TPP, Cloud, or Next-Gen Trust Security (NGTS) endpoint. | Metric | Type | Labels | Description | |--------|------|--------|-------------| From a04af036011ad836f922bed5eb2c29d2f312b1a5 Mon Sep 17 00:00:00 2001 From: "felix.phipps" Date: Mon, 1 Jun 2026 16:09:14 +0100 Subject: [PATCH 17/58] remove AuthFailed issuer conditions section per review feedback Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: felix.phipps --- content/docs/configuration/venafi.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/content/docs/configuration/venafi.md b/content/docs/configuration/venafi.md index 8f2f62fdd63..aff3c580dcc 100644 --- a/content/docs/configuration/venafi.md +++ b/content/docs/configuration/venafi.md @@ -367,25 +367,6 @@ more information on how to create Certificate resources. | `tokenEndpoint` | No | `https://auth.apps.paloaltonetworks.com/oauth2/access_token` | OAuth 2.0 token endpoint URL used to obtain access tokens. | | `url` | No | `https://api.strata.paloaltonetworks.com/ngts` | Base URL for the NGTS API endpoint. | -## Issuer conditions - -### AuthFailed - -When a Venafi endpoint rejects the supplied credentials (for example, with an HTTP 401 or 403 response), the `Issuer` or `ClusterIssuer` Ready condition transitions to `False` with `reason: AuthFailed`: - -```bash -$ kubectl describe issuer corp-issuer --namespace='NAMESPACE OF YOUR ISSUER RESOURCE' -... -Status: - Conditions: - Message: OAuth token request failed: ... - Reason: AuthFailed - Status: False - Type: Ready -``` - -`AuthFailed` indicates that the credentials themselves are invalid. This is distinct from the generic `ErrorSetup` reason, which covers transient network or infrastructure problems. If you see `AuthFailed`, check the credentials in the referenced `Secret` — the API key for CyberArk Certificate Manager SaaS, the access token or username/password for CyberArk Certificate Manager Self-Hosted, or the `client-id` and `client-secret` for Next-Gen Trust Security (NGTS) — and ensure they are correct and have not expired. - ## Issuer specific annotations ### Custom Fields From f11cd32fa69ad7138b3b20f871a0fe9d842b7ce6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:38:01 +0000 Subject: [PATCH 18/58] chore(deps): update misc github actions to v6.0.3 Signed-off-by: Renovate Bot --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 163db8d024f..905eec4da92 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -8,7 +8,7 @@ jobs: pull-cert-manager-website-verify: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 From 3165dd4c65b7729b9d5c178033981cd96ea05647 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Wed, 3 Jun 2026 00:52:51 +0000 Subject: [PATCH 19/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- .github/workflows/make-self-upgrade.yaml | 2 +- klone.yaml | 12 ++++---- .../.github/workflows/make-self-upgrade.yaml | 2 +- make/_shared/tools/00_mod.mk | 30 +++++++++---------- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/make-self-upgrade.yaml b/.github/workflows/make-self-upgrade.yaml index 35b047e8271..d10f3fa5880 100644 --- a/.github/workflows/make-self-upgrade.yaml +++ b/.github/workflows/make-self-upgrade.yaml @@ -38,7 +38,7 @@ jobs: scope: 'cert-manager/website' identity: make-self-upgrade - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # Adding `fetch-depth: 0` makes sure tags are also fetched. We need # the tags so `git describe` returns a valid version. # see https://github.com/actions/checkout/issues/701 for extra info about this option diff --git a/klone.yaml b/klone.yaml index 58edba93a6c..4f78db86f8e 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 + repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 + repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 + repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 + repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 + repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 68ae488b4cb860c0e8fdb91d52da81db8d6462d5 + repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 repo_path: modules/tools diff --git a/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml b/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml index e2eabb847c3..d7b0a707475 100644 --- a/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml +++ b/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml @@ -38,7 +38,7 @@ jobs: scope: '{{REPLACE:GH-REPOSITORY}}' identity: make-self-upgrade - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # Adding `fetch-depth: 0` makes sure tags are also fetched. We need # the tags so `git describe` returns a valid version. # see https://github.com/actions/checkout/issues/701 for extra info about this option diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 2f81d56ca41..f4b0fd88822 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -79,7 +79,7 @@ tools += helm-unittest=v1.1.0 tools += kubectl=v1.36.1 # https://github.com/kubernetes-sigs/kind/releases # renovate: datasource=github-releases packageName=kubernetes-sigs/kind -tools += kind=v0.31.0 +tools += kind=v0.32.0 # https://www.vaultproject.io/downloads # renovate: datasource=github-releases packageName=hashicorp/vault tools += vault=v2.0.0 @@ -100,10 +100,10 @@ tools += ko=0.18.1 tools += protoc=v35.0 # https://github.com/aquasecurity/trivy/releases # renovate: datasource=github-releases packageName=aquasecurity/trivy -tools += trivy=v0.70.0 +tools += trivy=v0.71.0 # https://github.com/vmware-tanzu/carvel-ytt/releases # renovate: datasource=github-releases packageName=vmware-tanzu/carvel-ytt -tools += ytt=v0.55.0 +tools += ytt=v0.55.1 # https://github.com/rclone/rclone/releases # renovate: datasource=github-releases packageName=rclone/rclone tools += rclone=v1.74.2 @@ -528,10 +528,10 @@ $(DOWNLOAD_DIR)/tools/kubectl@$(KUBECTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DO $(checkhash_script) $(outfile) $(kubectl_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \ chmod +x $(outfile) -kind_linux_amd64_SHA256SUM=eb244cbafcc157dff60cf68693c14c9a75c4e6e6fedaf9cd71c58117cb93e3fa -kind_linux_arm64_SHA256SUM=8e1014e87c34901cc422a1445866835d1e666f2a61301c27e722bdeab5a1f7e4 -kind_darwin_amd64_SHA256SUM=a8b3cf77b2ad77aec5bf710d1a2589d9117576132af812885cad41e9dede4d4e -kind_darwin_arm64_SHA256SUM=88bf554fe9da6311c9f8c2d082613c002911a476f6b5090e9420b35d84e70c5c +kind_linux_amd64_SHA256SUM=50030de23cf40a18505f20426f6a8506bedf13c6e509244bd1fa9463721b0f54 +kind_linux_arm64_SHA256SUM=b92cd615e97585de8ddade28ed5cd7feb4248d717c233eea5b03c37298900f5d +kind_darwin_amd64_SHA256SUM=295ac6d0d634c9819c9907df45e3017d1f13166bd13c3404c45e79f7faa47498 +kind_darwin_arm64_SHA256SUM=dca67911095a110c2b5c36e26df6cac860c602033e456c0db47be498cdef1ebb .PRECIOUS: $(DOWNLOAD_DIR)/tools/kind@$(KIND_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/kind@$(KIND_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -653,10 +653,10 @@ $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN chmod +x $(outfile); \ rm -f $(outfile).zip -trivy_linux_amd64_SHA256SUM=8b4376d5d6befe5c24d503f10ff136d9e0c49f9127a4279fd110b727929a5aa9 -trivy_linux_arm64_SHA256SUM=2f6bb988b553a1bbac6bdd1ce890f5e412439564e17522b88a4541b4f364fc8d -trivy_darwin_amd64_SHA256SUM=52d531452b19e7593da29366007d02a810e1e0080d02f9cf6a1afb46c35aaa93 -trivy_darwin_arm64_SHA256SUM=68e543c51dcc96e1c344053a4fde9660cf602c25565d9f09dc17dd41e13b838a +trivy_linux_amd64_SHA256SUM=30a3d22b23f88c233f1658f562fb477cae3b3e8b4761109d515b7698daf85814 +trivy_linux_arm64_SHA256SUM=2561be394a3199c911f82fced606cbc05e1cb23eb6ce1da6935540adb76f4252 +trivy_darwin_amd64_SHA256SUM=4558afb13d017615ca85011901caab78b4f09196e320b05a56c9fdc5615a1428 +trivy_darwin_arm64_SHA256SUM=95d4e896b120816edd0995a2df8adca26a8621b7bf62036a89b1d54a7b718a74 .PRECIOUS: $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -671,10 +671,10 @@ $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLO chmod +x $(outfile); \ rm $(outfile).tar.gz -ytt_linux_amd64_SHA256SUM=013adf9ed2fbd392b9861e5ec34015dabfcfa2e82da9e8cc0ee1e5c6a7f9b64b -ytt_linux_arm64_SHA256SUM=14e0a83a793c04bd26b2a2328f6df169b38ddf24257a64ffde23038f4ecab0bf -ytt_darwin_amd64_SHA256SUM=6218426752505fffce393a18eb700e7ddb2ddcc1c8ad521d02101bdb9db2f7f6 -ytt_darwin_arm64_SHA256SUM=76c2d8f958568ceabe927d32206d79b779bd8341450d99b78d028ae608d1348b +ytt_linux_amd64_SHA256SUM=3a2c925ed222f8db4956946d40279688edd6ceb3e919f03f919a8fc8b8532eda +ytt_linux_arm64_SHA256SUM=ce61f7aee3f66f9b78d5781ef8528b7c8e199a2747796ef17a954118d3e65724 +ytt_darwin_amd64_SHA256SUM=b6a946878b74883c093bcc3e93960c68a6058a7e2be6ee2c78f1ba5f80fe3c02 +ytt_darwin_arm64_SHA256SUM=cf4d4afcf32e5cab1ba55a74f436c7e4bd04326c168a11be17078162629100e9 .PRECIOUS: $(DOWNLOAD_DIR)/tools/ytt@$(YTT_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/ytt@$(YTT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From c876479c44e938cad2e792c5ee34b61aab0230f2 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Thu, 4 Jun 2026 00:52:51 +0000 Subject: [PATCH 20/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/klone.yaml b/klone.yaml index 4f78db86f8e..cd277d1310b 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 + repo_hash: 42a2144a693992d84601456410428735d96f49cf repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 + repo_hash: 42a2144a693992d84601456410428735d96f49cf repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 + repo_hash: 42a2144a693992d84601456410428735d96f49cf repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 + repo_hash: 42a2144a693992d84601456410428735d96f49cf repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 + repo_hash: 42a2144a693992d84601456410428735d96f49cf repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: af2bbcac031794bb6065205d43d9085f574ab930 + repo_hash: 42a2144a693992d84601456410428735d96f49cf repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index f4b0fd88822..780fbe26416 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -32,7 +32,7 @@ export GOVENDOR_DIR ?= $(default_shared_dir)/go_vendor # https://go.dev/dl/ # renovate: datasource=golang-version packageName=go -VENDORED_GO_VERSION := 1.26.3 +VENDORED_GO_VERSION := 1.26.4 $(bin_dir)/tools $(DOWNLOAD_DIR)/tools: @mkdir -p $@ @@ -163,7 +163,7 @@ tools += klone=v0.2.0 tools += goreleaser=v2.16.0 # https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions # renovate: datasource=go packageName=github.com/anchore/syft -tools += syft=v1.44.0 +tools += syft=v1.45.0 # https://github.com/cert-manager/helm-tool/releases # renovate: datasource=github-releases packageName=cert-manager/helm-tool tools += helm-tool=v0.5.3 @@ -471,10 +471,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies)) # File downloads # ################## -go_linux_amd64_SHA256SUM=2b2cfc7148493da5e73981bffbf3353af381d5f93e789c82c79aff64962eb556 -go_linux_arm64_SHA256SUM=9d89a3ea57d141c2b22d70083f2c8459ba3890f2d9e818e7e933b75614936565 -go_darwin_amd64_SHA256SUM=278d580b32e299fe4a9c990fcf2d02acfe538c7e551a6ee18f9c7164573d2c63 -go_darwin_arm64_SHA256SUM=875cf54a15311eee2c99b9dd67c68c4a49351d489ab622bf2cfd28c8f2078d3c +go_linux_amd64_SHA256SUM=1153d3d50e0ac764b447adfe05c2bcf08e889d42a02e0fe0259bd47f6733ad7f +go_linux_arm64_SHA256SUM=ef758ae7c6cf9267c9c0ef080b8965f453d89ab2d25d9eb22de4405925238768 +go_darwin_amd64_SHA256SUM=05dc9b5f9997744520aaebb3d5deaa7c755371aebbfb7f97c2511a9f3367538d +go_darwin_arm64_SHA256SUM=b62ad2b6d7d2464f12a5bcad7ff47f19d08325773b5efd21610e445a05a9bf53 .PRECIOUS: $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: | $(DOWNLOAD_DIR)/tools From 7c000dd4d654de35d3b2c347266c351bc424b419 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Fri, 5 Jun 2026 00:45:33 +0000 Subject: [PATCH 21/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++++------ make/_shared/generate-verify/02_mod.mk | 12 ++++++++++-- make/_shared/tools/00_mod.mk | 2 +- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/klone.yaml b/klone.yaml index cd277d1310b..c729752b6b8 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 42a2144a693992d84601456410428735d96f49cf + repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 42a2144a693992d84601456410428735d96f49cf + repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 42a2144a693992d84601456410428735d96f49cf + repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 42a2144a693992d84601456410428735d96f49cf + repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 42a2144a693992d84601456410428735d96f49cf + repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 42a2144a693992d84601456410428735d96f49cf + repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 repo_path: modules/tools diff --git a/make/_shared/generate-verify/02_mod.mk b/make/_shared/generate-verify/02_mod.mk index f0677298aaf..d4efdd8bd42 100644 --- a/make/_shared/generate-verify/02_mod.mk +++ b/make/_shared/generate-verify/02_mod.mk @@ -12,12 +12,20 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Literal newline so the $(foreach)es below emit one $(MAKE) per recipe line. +# Without this the dirty list expands to "make a make b make c" on a single +# line, which under -j builds every goal in one parallel invocation. +define _generate_verify_newline + + +endef + .PHONY: generate ## Generate all generate targets. ## @category [shared] Generate/ Verify generate: $$(shared_generate_targets) @echo "The following targets cannot be run simultaneously with each other or other generate scripts:" - $(foreach TARGET,$(shared_generate_targets_dirty), $(MAKE) $(TARGET)) + $(foreach TARGET,$(shared_generate_targets_dirty),$(MAKE) $(TARGET)$(_generate_verify_newline)) verify_script := $(dir $(lastword $(MAKEFILE_LIST)))/util/verify.sh @@ -36,4 +44,4 @@ verify_targets_dirty = $(sort $(verify_generated_targets_dirty) $(shared_verify_ ## @category [shared] Generate/ Verify verify: $$(verify_targets) @echo "The following targets create temporary files in the current directory, that is why they have to be run last:" - $(foreach TARGET,$(verify_targets_dirty), $(MAKE) $(TARGET)) + $(foreach TARGET,$(verify_targets_dirty),$(MAKE) $(TARGET)$(_generate_verify_newline)) diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 780fbe26416..921e8420c20 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -214,7 +214,7 @@ tools += defaulter-gen=$(K8S_CODEGEN_VERSION) tools += conversion-gen=$(K8S_CODEGEN_VERSION) # https://github.com/kubernetes/kube-openapi # renovate: datasource=go packageName=k8s.io/kube-openapi -tools += openapi-gen=v0.0.0-20260520065146-aa012df4f4af +tools += openapi-gen=v0.0.0-20260603220949-865597e52e25 # https://raw.githubusercontent.com/kubernetes-sigs/controller-tools/master/envtest-releases.yaml # FIXME: Find a way to configure Renovate to suggest upgrades From 2fad2d4860630f5bf974210448629c4168a2d391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 08:29:00 +0000 Subject: [PATCH 22/58] fix(deps): update misc npm packages Signed-off-by: Renovate Bot --- package-lock.json | 556 +++++++++++++++++++++++----------------------- package.json | 16 +- 2 files changed, 286 insertions(+), 286 deletions(-) diff --git a/package-lock.json b/package-lock.json index f37170e438d..25a5240d337 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@headlessui/react": "2.2.10", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", - "@next/mdx": "16.2.6", + "@next/mdx": "16.2.7", "classnames": "2.5.1", "compare-versions": "6.1.1", "copy-to-clipboard": "^3.3.3", @@ -24,8 +24,8 @@ "next-seo": "6.8.0", "prism-react-renderer": "2.4.1", "prismjs": "^1.30.0", - "react": "19.2.6", - "react-dom": "19.2.6", + "react": "19.2.7", + "react-dom": "19.2.7", "react-scroll": "1.9.3", "rehype-autolink-headings": "7.1.0", "rehype-external-links": "3.0.0", @@ -36,18 +36,18 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.6", + "@eslint-react/eslint-plugin": "5.8.10", "@eslint/js": "10.0.1", - "@next/eslint-plugin-next": "16.2.6", + "@next/eslint-plugin-next": "16.2.7", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.11", "@tailwindcss/postcss": "4.3.0", "@tailwindcss/typography": "0.5.19", "concurrently": "9.2.1", - "cspell": "10.0.0", - "eslint": "10.4.0", + "cspell": "10.0.1", + "eslint": "10.4.1", "eslint-config-prettier": "10.1.8", - "eslint-plugin-mdx": "3.7.1", + "eslint-plugin-mdx": "3.8.1", "format-api-docs": "file:scripts/gendocs/postprocess", "globals": "17.6.0", "markdown-link-check": "3.14.2", @@ -415,9 +415,9 @@ "license": "MIT" }, "node_modules/@cspell/cspell-bundled-dicts": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-10.0.0.tgz", - "integrity": "sha512-ci410HEkng2582oOjlRHQtlGXwh+rUC/mVcN9dObLHpKhvPgzn2S6vT56pARstxxZpcCUG/oLhn3dCqdJlVzmA==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-10.0.1.tgz", + "integrity": "sha512-WvkSDNX4Uyyj/ZgbPO6L38iFNMfK1EqsH1FteRiI2qLz6QZMXRFrIt12OqiWIplzZDDaVpBH9FCJOPJll0fjCQ==", "dev": true, "license": "MIT", "dependencies": { @@ -486,22 +486,22 @@ } }, "node_modules/@cspell/cspell-json-reporter": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-10.0.0.tgz", - "integrity": "sha512-hq5dui2ngYMZKbBauX7K1tkqlu81sX/uaCO49ZJLPjeZsE1auZLtHehDLfAr/ZXoj/dLYeQMSKiaJyE+qLVPHA==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-10.0.1.tgz", + "integrity": "sha512-/nes1RGILec3WCBcoMOd0byNTBtnJuPaVz/+ZzqYkLtY7x58VMcBG5kyP6hPyN8cIwjRADE/SR43gwdXuqk/FA==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-types": "10.0.0" + "@cspell/cspell-types": "10.0.1" }, "engines": { "node": ">=22.18.0" } }, "node_modules/@cspell/cspell-performance-monitor": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-performance-monitor/-/cspell-performance-monitor-10.0.0.tgz", - "integrity": "sha512-2vMh2pLt2dg/ArYvWjMP4v9HCm0pRhONsEJyc8oHdZyOYvX7trixX894I0M39+VBf3yWtPCEgYRh1UDXNIZRig==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-performance-monitor/-/cspell-performance-monitor-10.0.1.tgz", + "integrity": "sha512-9tVcHXwRnbazUv4WSG0h3MqV4+LgmLNgSALAQUflPPW0EMxTf7C4Dmv9cgxJyCEQrdnVKCr58nPPaahhz9LJUg==", "dev": true, "license": "MIT", "engines": { @@ -509,9 +509,9 @@ } }, "node_modules/@cspell/cspell-pipe": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-10.0.0.tgz", - "integrity": "sha512-qcgHhQvtEX8LSwIVsWrdUgiGim52lN3jT+ghlkdp72v+nBcGKsS2frEKTmbGLug+xcqppkzs6Q6VmsFp1MGtfA==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-10.0.1.tgz", + "integrity": "sha512-HPeXMD9AZ3V/qPkvQaPcak+C7cJ2z7JTHN8smd6J8L2aThLRky2cHc2OyeaHPSHB7WA47b4z2n5u5nawZhv5VQ==", "dev": true, "license": "MIT", "engines": { @@ -519,9 +519,9 @@ } }, "node_modules/@cspell/cspell-resolver": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-10.0.0.tgz", - "integrity": "sha512-8H+IUDB7SmrpcRugQ5f55qG81ZShk6nQRk+natLz41TEY98D8/LCmjHEkh/vhDPph9pVJmNUp7JcM2E1UHEa2g==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-10.0.1.tgz", + "integrity": "sha512-PIzkZHD1fGUQx1XteK2d1iQ0Mzq/maYcoB4jkvAiiR6WqP3MWYNKFdI9z+R5pOq5KgMfW+5Ig1q0oSR6h8irlA==", "dev": true, "license": "MIT", "dependencies": { @@ -532,9 +532,9 @@ } }, "node_modules/@cspell/cspell-service-bus": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-10.0.0.tgz", - "integrity": "sha512-V7eigqg/TOoKwNK4Q18wr9KGxA8U5SFcoWVS8RyAxv4mQ+yNKHhvHEbRBifjPbQDer66afOrclb2UbqkIy2SOw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-10.0.1.tgz", + "integrity": "sha512-y6NcIGP2IdXaBL4PVH8vxsr7K27wzz3Ech87UtUtrDSXAiVEOvXgAIknEOUVp59rTlUE8Rn4IRURC6f/hgMyfw==", "dev": true, "license": "MIT", "engines": { @@ -542,9 +542,9 @@ } }, "node_modules/@cspell/cspell-types": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-10.0.0.tgz", - "integrity": "sha512-IQA++Idqb8fZzkCbHq3+T+9yG9WpeaBxomOrG2KcR/Pj0CgnovzuApYKL2cc35UWLePboKinMeqEPiweFpHVug==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-10.0.1.tgz", + "integrity": "sha512-kLgLShnWADDVreKC63pBrWkcvxgZzFIfO34Jhx/SWfuOIA3cD8AXT+HjyuLfoGJ7mUb58hv2kUziKzEy4INb1w==", "dev": true, "license": "MIT", "engines": { @@ -552,13 +552,13 @@ } }, "node_modules/@cspell/cspell-worker": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/cspell-worker/-/cspell-worker-10.0.0.tgz", - "integrity": "sha512-V5bjMldNksilnja3fu8muQmkW5/guyua1yNVOhoE2r7othSvjuDlGMl8g2bQSrWjp+UXu0dP/BEZ6JC/IfNwTA==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-worker/-/cspell-worker-10.0.1.tgz", + "integrity": "sha512-L2bJerfuYOls2wEknm8FmynLtj/G7O4UqX9I/HznRggEW6i2yZIxagDetpVDNowpyavNHJ3SJtUFiyMiZc16Sw==", "dev": true, "license": "MIT", "dependencies": { - "cspell-lib": "10.0.0" + "cspell-lib": "10.0.1" }, "engines": { "node": ">=22.18.0" @@ -990,13 +990,13 @@ "license": "MIT" }, "node_modules/@cspell/dynamic-import": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-10.0.0.tgz", - "integrity": "sha512-fMqu/5Ma1Q5ZCR/Par+Q4pvaTKmx5pKZzQmkwld2hNounVdk2OaIPM9MzpNn6I1mLk5J+wTnIZmfcWNAzNP9aQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-10.0.1.tgz", + "integrity": "sha512-mP1gdq00aIcH8HxNMqnH11X6BKxLcneDtFgl/ecjIKnaGKwi44m8AndP5Kr4ODaYdl8UUw9O3dJh7KaQXnLHZQ==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/url": "10.0.0", + "@cspell/url": "10.0.1", "import-meta-resolve": "^4.2.0" }, "engines": { @@ -1004,9 +1004,9 @@ } }, "node_modules/@cspell/filetypes": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/filetypes/-/filetypes-10.0.0.tgz", - "integrity": "sha512-UP57j9yrDtlCHpFxc/eGho1m8DP5olfu9KRWwd5fiqL9nMSE2rUJtPzQyvqmDwO5bVZt3B+fTVdo4gxuiqw25A==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/filetypes/-/filetypes-10.0.1.tgz", + "integrity": "sha512-Z5S35giU5IW49fBBq6BksUbE8PC4IYPfaKuwl5Nl9jkf/OkAKiBmCowKX45NzRUQInwK/GSqqIUifrNeI6LdLw==", "dev": true, "license": "MIT", "engines": { @@ -1014,9 +1014,9 @@ } }, "node_modules/@cspell/rpc": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/rpc/-/rpc-10.0.0.tgz", - "integrity": "sha512-QrpOZMwz2pAjvl6Hky2PauYoMpLCASn3osjn7uKUbgFV70sahyj6tmx4rRgRX7vHu2WQLZev+YsuO4EujiBDOg==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/rpc/-/rpc-10.0.1.tgz", + "integrity": "sha512-axSRKv3zEAmBm66iD/FV/MPmE4/Yf7c3PZiwTW894Yd3iEhtn3KPKeTrqQ2/tDrhB1Z2qTsap/Hue0MK4o5WXg==", "dev": true, "license": "MIT", "engines": { @@ -1024,9 +1024,9 @@ } }, "node_modules/@cspell/strong-weak-map": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-10.0.0.tgz", - "integrity": "sha512-JRsato0s2IjYdsng+AGL6oAqgZVQgih5aWKdmxs21H6EdhMaoFDmRE5kXm/RT5a6OMdtnzQM9DqeToqBChWIOQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-10.0.1.tgz", + "integrity": "sha512-lenN1DVyPi8nJLSMSJJ670ddTjyiruLueuSZO1qLcxBqUhgxDt/mALu9N/1m6WdOVcg6m/5cLiZVg2KOo2UzRw==", "dev": true, "license": "MIT", "engines": { @@ -1034,9 +1034,9 @@ } }, "node_modules/@cspell/url": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cspell/url/-/url-10.0.0.tgz", - "integrity": "sha512-q+0pHQ8DbqjemyaOn/mTtBRbCuKDqhnsVbZ6J9zkTsxPgMpccjy0s5oLXwomfrrxMRBH+UcbERwtUmE+SbnoIQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@cspell/url/-/url-10.0.1.tgz", + "integrity": "sha512-abYYgI29wJhWIfWTYrYuzRYDcHQUQ1N5ylnhxYn1NJnIQMqUWGLbDmt12JABtZ+R6h6UNatQrS7rhP86etvJyQ==", "dev": true, "license": "MIT", "engines": { @@ -1258,9 +1258,9 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.6.tgz", - "integrity": "sha512-ljmeY400BMd1kVJ91xO1ZuzYrRDKLYQVdVVGEYhIsO4R7Yv9c6Vv0RPTUmFP+/PhGGEHVviLTwPLWd98gosVCg==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.10.tgz", + "integrity": "sha512-TYfLQ+JfG7jLfBCSPtcSnn34GP+ot2yVtHzmaL5lmig36LHzBXHHpJRehX6+ADivaR0kFz1olxqx3StZyj3Zvg==", "dev": true, "license": "MIT", "dependencies": { @@ -1278,17 +1278,17 @@ } }, "node_modules/@eslint-react/core": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.6.tgz", - "integrity": "sha512-pjOFxNJ2VlIJxARS9Xd5l+E6IT2gMzWsaJSAfuASaMZNIicwT+tBWrbfg6BpJnaZbtREvcApRIzJ8fwhx5NdQw==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.10.tgz", + "integrity": "sha512-mATdXrgMN0MdRKABpll5/6CT3rFzjsr7oO9tVQ7E6iTHg7RAcaSCWzVATZeJL9uw7q4K4oLkijza65eE9v9RTw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.6", - "@eslint-react/eslint": "5.8.6", - "@eslint-react/jsx": "5.8.6", - "@eslint-react/shared": "5.8.6", - "@eslint-react/var": "5.8.6", + "@eslint-react/ast": "5.8.10", + "@eslint-react/eslint": "5.8.10", + "@eslint-react/jsx": "5.8.10", + "@eslint-react/shared": "5.8.10", + "@eslint-react/var": "5.8.10", "@typescript-eslint/scope-manager": "^8.60.0", "@typescript-eslint/types": "^8.60.0", "@typescript-eslint/utils": "^8.60.0", @@ -1303,9 +1303,9 @@ } }, "node_modules/@eslint-react/eslint": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.6.tgz", - "integrity": "sha512-Q/G3X7gPWUKSVbXp8Y1YjQv/p3IVs9IqnYU1vtV95xEF+03NYTDdsLp7959tVB4EoFVEsDrQKE8vVSWFIpioYg==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.10.tgz", + "integrity": "sha512-dEcAUbBucvlTW3hx/BazQi6nMx7nRseKWHo9oobg+udx3H/050RRn3NetIqIUGWVaXYsVCNev3ZEOjY3p/+8Uw==", "dev": true, "license": "MIT", "dependencies": { @@ -1320,19 +1320,19 @@ } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.6.tgz", - "integrity": "sha512-Y8Z3J/fuBW3Xtc+6GyCfV+Nv6aeLJM+Rq1UjzVlotY5DQVv4cYHOFk4O7tEwJeaSOhrxOFhH6ZbguR6xtYz59g==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.10.tgz", + "integrity": "sha512-V8DhrJUdgwms4SN59PY3j1PKgBtmGIvrJqcDktq31A96Ajms07lMgBpTCEZ3nR4tXjOBnMmiBPaZXY+NghMG9Q==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.8.6", - "eslint-plugin-react-dom": "5.8.6", - "eslint-plugin-react-jsx": "5.8.6", - "eslint-plugin-react-naming-convention": "5.8.6", - "eslint-plugin-react-rsc": "5.8.6", - "eslint-plugin-react-web-api": "5.8.6", - "eslint-plugin-react-x": "5.8.6" + "@eslint-react/shared": "5.8.10", + "eslint-plugin-react-dom": "5.8.10", + "eslint-plugin-react-jsx": "5.8.10", + "eslint-plugin-react-naming-convention": "5.8.10", + "eslint-plugin-react-rsc": "5.8.10", + "eslint-plugin-react-web-api": "5.8.10", + "eslint-plugin-react-x": "5.8.10" }, "engines": { "node": ">=22.0.0" @@ -1343,16 +1343,16 @@ } }, "node_modules/@eslint-react/jsx": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.6.tgz", - "integrity": "sha512-AedR5MbCCJtCgkhTFg9/ZjVbqQI/TUOwNRl2QhUetqIhn2dWBdg8lHXDFDaG67EK8DX3eO9X9Zdgkj5ufvG8KQ==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.10.tgz", + "integrity": "sha512-sGbk0UqRxnpdBUo3sjWRtX+TWlIpEC9DLVi/DQYCnBWUDgub2xunzpC1mUe0786rVvLSejoDUIYEQWi5TRKaEg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.6", - "@eslint-react/eslint": "5.8.6", - "@eslint-react/shared": "5.8.6", - "@eslint-react/var": "5.8.6", + "@eslint-react/ast": "5.8.10", + "@eslint-react/eslint": "5.8.10", + "@eslint-react/shared": "5.8.10", + "@eslint-react/var": "5.8.10", "@typescript-eslint/types": "^8.60.0", "@typescript-eslint/utils": "^8.60.0", "ts-pattern": "^5.9.0" @@ -1366,16 +1366,16 @@ } }, "node_modules/@eslint-react/shared": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.6.tgz", - "integrity": "sha512-57fz6wA234iV7tGNKVfcDzsClu/r+Il/gAzwMCqqsWSCBzyaYGfXMp1c9HEGGPtymkPTCMDTDEZVPQhSEmSlgA==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.10.tgz", + "integrity": "sha512-DWLpM7kQ7kU6Sfo5zV1xEChRpltuVeI7SyQ4rcsfsKm1R8AAzdA9TrS95VWJuHilkKxp7OzQpvg25mbSao5YlA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.8.6", + "@eslint-react/eslint": "5.8.10", "@typescript-eslint/utils": "^8.60.0", "ts-pattern": "^5.9.0", - "zod": "^4.4.3" + "zod": "^3.25.0 || ^4.0.0" }, "engines": { "node": ">=22.0.0" @@ -1386,14 +1386,14 @@ } }, "node_modules/@eslint-react/var": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.6.tgz", - "integrity": "sha512-Ygxh4W8Fj4rIKQ1lxhmpI97qQSVTjaystQFawiRGIvfsAkumwXOEzGv90zGFcrE7osTD9feCZD0pCcLoeiMLAg==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.10.tgz", + "integrity": "sha512-9z2Aooit2OJR4RqS0BCySvX4H8WO3sZYOBmQxvd6GwCosl5G53eF2hCVmpplaG2xn0S4k6BN4GwZ7CyNQE8Y/A==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.6", - "@eslint-react/eslint": "5.8.6", + "@eslint-react/ast": "5.8.10", + "@eslint-react/eslint": "5.8.10", "@typescript-eslint/scope-manager": "^8.60.0", "@typescript-eslint/types": "^8.60.0", "@typescript-eslint/utils": "^8.60.0", @@ -2350,15 +2350,15 @@ } }, "node_modules/@next/env": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.6.tgz", - "integrity": "sha512-gd8HoHN4ufj73WmR3JmVolrpJR47ILK6LouP5xElPglaVxir6e1a7VzvTvDWkOoPXT9rkkTzyCxBu4yeZfZwcw==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.7.tgz", + "integrity": "sha512-tMJizPlj6ZYpBMMdK8S0LJufrP4QTdR6pcv9KQ/bVETPAmg0j1mlHE9G2c38UyGHxoBapgwuj7XjbGJ2RcDFOg==", "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.6.tgz", - "integrity": "sha512-Z8l6o4JWKUl755x4R+wogD86KPeU+Ckw4K+SYG4kHeOJtRenDeK+OSbGcqZpDtbwn9DsJVdir2UxmwXuinUbUw==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.7.tgz", + "integrity": "sha512-VbS+QgMHqvIDMTIqD2xMBKK1otIpdAUKA8VLHFwR9h6OfU/mOm7w/69nQcvdmI8hCk99Wr2AsGLn/PJ/tMHw1w==", "dev": true, "license": "MIT", "dependencies": { @@ -2366,9 +2366,9 @@ } }, "node_modules/@next/mdx": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-16.2.6.tgz", - "integrity": "sha512-0hdoSkzRbyud1dNRRDiyqD9FrxR2wwdiW+ffhYx+n+fXrFOJ7Nwpi8o7nUz2LiiM44BB9M0eIO1Evy3BBrS50A==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-16.2.7.tgz", + "integrity": "sha512-4RmM0KISxvfHr37/cn9TAGD2oy1nvTQ+ycgknz2xpd8IrY980N7XDU3CXhfKOXPhIVgbshxFF9HQEQC32ZVa9A==", "license": "MIT", "dependencies": { "source-map": "^0.7.0" @@ -2387,9 +2387,9 @@ } }, "node_modules/@next/swc-darwin-arm64": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.6.tgz", - "integrity": "sha512-ZJGkkcNfYgrrMkqOdZ7zoLa1TOy0qpcMfk/z4Mh/FKUz40gVO+HNQWqmLxf67Z5WB64DRp0dhEbyHfel+6sJUg==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.7.tgz", + "integrity": "sha512-vm1EDI/pVaBNNiychmxk3fft+OhQPVD9cIM/tReLZIQ3TfQ4kqI9DwKk00dzuS1ulC7icbrzCFrmRRlk9PfNdw==", "cpu": [ "arm64" ], @@ -2403,9 +2403,9 @@ } }, "node_modules/@next/swc-darwin-x64": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.6.tgz", - "integrity": "sha512-v/YLBHIY132Ced3puBJ7YJKw1lqsCrgcNo2aRJlCEyQrrCeRJlvGlnmxhPxNQI3KE3N1DN5r9TPNPvka3nq5RQ==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.7.tgz", + "integrity": "sha512-O3IRSv1ZBL1zs0WrIgefTEcTKFVn+ryxBNe54erJ6KsD+2f/Mmt7g2jOYh8PSBdUwPtKQJuCsTMlZ7tIu2AcsQ==", "cpu": [ "x64" ], @@ -2419,9 +2419,9 @@ } }, "node_modules/@next/swc-linux-arm64-gnu": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.6.tgz", - "integrity": "sha512-RPOvqlYBbcQjkz9VQQDZ2T2bARIjXZV1KFlt+V2Mr6SW/e4I9fcKsaA0hdyf2FHoTlsV2xnBd5Y912rP/1Ce6w==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.7.tgz", + "integrity": "sha512-Re6PZtjBDd0aMU+VcZcC/PrIvj4WhrjDYtMhhCVQamWN4L90EVP0pcEOBQD25prSlw7OzNw5QpHLWMilRLsRNw==", "cpu": [ "arm64" ], @@ -2438,9 +2438,9 @@ } }, "node_modules/@next/swc-linux-arm64-musl": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.6.tgz", - "integrity": "sha512-URUTu1+dMkxJsPFgm+OeEvq9wf5sujw0EvgYy80TDGHTSLTnIHeqb0Eu8A3sC95IRgjejQL+kC4mw+4yPxiAXA==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.7.tgz", + "integrity": "sha512-qyogG9QtBzWxgJfeGBvOEHI3851gTfCF3wLZ5RDLTBJGAmE9p1qDwKCOdrBrvBzRvYDT+gUDp72pzlSEfAXgNA==", "cpu": [ "arm64" ], @@ -2457,9 +2457,9 @@ } }, "node_modules/@next/swc-linux-x64-gnu": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.6.tgz", - "integrity": "sha512-DOj182mPV8G3UkrayLoREM5YEYI+Dk5wv7Ox9xl1fFibAELEsFD0lDPfHIeILlutMMfdyhlzYPELG3peuKaurw==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.7.tgz", + "integrity": "sha512-Vhe4ZDuBpmMogrGi5D4R2Kq4JAQlj6+wvgaFYy31zfES0zPmt6TLA+cuYpM/OLrPZjo2MYQTHVqNUSCR6+fDZQ==", "cpu": [ "x64" ], @@ -2476,9 +2476,9 @@ } }, "node_modules/@next/swc-linux-x64-musl": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.6.tgz", - "integrity": "sha512-HKQ5SP/V/ub73UvF7n/zeJlxk2kLmtL7Wzrg4WfmkjmNos5onJ2tKu7yZOPdL18A6Svfn3max29ym+ry7NkK4g==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.7.tgz", + "integrity": "sha512-srvian89JahFLw1YLBEuhvPJ0DO5lpUeJQMXy4xYo7g628ZlNgXdNkqoxSAv9OYrBfByh6vxISMwW/mRbzCY+g==", "cpu": [ "x64" ], @@ -2495,9 +2495,9 @@ } }, "node_modules/@next/swc-win32-arm64-msvc": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.6.tgz", - "integrity": "sha512-LZXpTlPyS5v7HhSmnvsLGP3iIYgYOBnc8r8ArlT55sGHV89bR2HlDdBjWQ+PY6SJMmk8TuVGFuxalnP3k/0Dwg==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.7.tgz", + "integrity": "sha512-GX3wvLpULFuRFJzwHaKfm7QZJ18F4ZSuxlPJ96BoBglCzBmdSjyeBKF+ZhWhvL/ckxNfLnNa7bsObO2ipYpszw==", "cpu": [ "arm64" ], @@ -2511,9 +2511,9 @@ } }, "node_modules/@next/swc-win32-x64-msvc": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.6.tgz", - "integrity": "sha512-F0+4i0h9J6C4eE3EAPWsoCk7UW/dbzOjyzxY0qnDUOYFu6FFmdZ6l97/XdV3/Nz3VYyO7UWjyEJUXkGqcoXfMA==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.7.tgz", + "integrity": "sha512-J4WlM72NMk076Qsg0jTdK3SNXatlSdnjW7L7oNGLst1tAGjHrJh/FYi+pw9wyIjEtGRKDNzD0zuiY16oWYWVaw==", "cpu": [ "x64" ], @@ -4317,9 +4317,9 @@ } }, "node_modules/comment-json": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.6.2.tgz", - "integrity": "sha512-R2rze/hDX30uul4NZoIZ76ImSJLFxn/1/ZxtKC1L77y2X1k+yYu1joKbAtMA2Fg3hZrTOiw0I5mwVMo0cf250w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-5.0.0.tgz", + "integrity": "sha512-uiqLcOiVDJtBP8WGkZHEP+FZIhTzP1dxvn59EfoYUi9gqupjrBWVQkO2atDrbnKPwLeotFYDsuNb26uBMqB+hw==", "dev": true, "license": "MIT", "dependencies": { @@ -4496,33 +4496,33 @@ } }, "node_modules/cspell": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cspell/-/cspell-10.0.0.tgz", - "integrity": "sha512-R25gsSR1SLlcGyw48fwJwp0PjXrVdl7RDO/Dm5+s4DvC1uQSlyiUxsr/8ZtbyC/MPeUJFQN9B4luqLlSm0WelQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-10.0.1.tgz", + "integrity": "sha512-Gg6w/flT3fKfl3la62hfTnhtNnDQ+9mU7kUhVqw/axl/Ms4oENw0oJMkWFIoj4f6nL/SDPz7KcPXd2XbkKFNmQ==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-json-reporter": "10.0.0", - "@cspell/cspell-performance-monitor": "10.0.0", - "@cspell/cspell-pipe": "10.0.0", - "@cspell/cspell-types": "10.0.0", - "@cspell/cspell-worker": "10.0.0", - "@cspell/dynamic-import": "10.0.0", - "@cspell/url": "10.0.0", + "@cspell/cspell-json-reporter": "10.0.1", + "@cspell/cspell-performance-monitor": "10.0.1", + "@cspell/cspell-pipe": "10.0.1", + "@cspell/cspell-types": "10.0.1", + "@cspell/cspell-worker": "10.0.1", + "@cspell/dynamic-import": "10.0.1", + "@cspell/url": "10.0.1", "ansi-regex": "^6.2.2", "chalk": "^5.6.2", "chalk-template": "^1.1.2", "commander": "^14.0.3", - "cspell-config-lib": "10.0.0", - "cspell-dictionary": "10.0.0", - "cspell-gitignore": "10.0.0", - "cspell-glob": "10.0.0", - "cspell-io": "10.0.0", - "cspell-lib": "10.0.0", + "cspell-config-lib": "10.0.1", + "cspell-dictionary": "10.0.1", + "cspell-gitignore": "10.0.1", + "cspell-glob": "10.0.1", + "cspell-io": "10.0.1", + "cspell-lib": "10.0.1", "fast-json-stable-stringify": "^2.1.0", "flatted": "^3.4.2", - "semver": "^7.7.4", - "tinyglobby": "^0.2.15" + "semver": "^7.8.1", + "tinyglobby": "^0.2.16" }, "bin": { "cspell": "bin.mjs", @@ -4536,32 +4536,32 @@ } }, "node_modules/cspell-config-lib": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-10.0.0.tgz", - "integrity": "sha512-HWK7SRnJ3N/kOThw/uzmXmQYCzBxu58Jkq2hHyte1voDl118BeNFoaNRWMpYdHbBi3kCj8gaZu8wGtm+Zmdhxw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-10.0.1.tgz", + "integrity": "sha512-hMpo/0j6k7pbiqrLDOLJKD2IGP9XwhjKf2miiM6p84Xeo4nyuFZaxxDCQ68R851HSYFrrdltgpoipMbj1h2Tnw==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-types": "10.0.0", - "comment-json": "^4.6.2", + "@cspell/cspell-types": "10.0.1", + "comment-json": "^5.0.0", "smol-toml": "^1.6.1", - "yaml": "^2.8.3" + "yaml": "^2.9.0" }, "engines": { "node": ">=22.18.0" } }, "node_modules/cspell-dictionary": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-10.0.0.tgz", - "integrity": "sha512-KubSoEAJO+77KPSSWjoLCz0+MIWVNq3joGTSyxucAZrBSJD64Y1O4BHHr1aj6XHIZwXhWWNScQlrQR3OcIulng==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-10.0.1.tgz", + "integrity": "sha512-3cZ659vgsZWkzGQJR/sNqGDVt/OnvTSieLKI76V++4t1bHJfochb9ZrrwsuMsb1VPGiyqClUP1/O6WrefF/FVg==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-performance-monitor": "10.0.0", - "@cspell/cspell-pipe": "10.0.0", - "@cspell/cspell-types": "10.0.0", - "cspell-trie-lib": "10.0.0", + "@cspell/cspell-performance-monitor": "10.0.1", + "@cspell/cspell-pipe": "10.0.1", + "@cspell/cspell-types": "10.0.1", + "cspell-trie-lib": "10.0.1", "fast-equals": "^6.0.0" }, "engines": { @@ -4569,15 +4569,15 @@ } }, "node_modules/cspell-gitignore": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-10.0.0.tgz", - "integrity": "sha512-55XLH9Y52eR7QgyV28Uaw8V9cN1YZ3PQIyrN9YBR4ndQNBKJxO9+jX1nwSspwnccCZiE/N+GGxFzRBb75JDSCw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-10.0.1.tgz", + "integrity": "sha512-wN23U61Mx6qPJN3CesOmBU9vnbJ0jQm/ylK0iaVui3CcnO7Zzl5qLu5mPHUzGQGm8yso6qjyxqo16Ho7LpZGOQ==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/url": "10.0.0", - "cspell-glob": "10.0.0", - "cspell-io": "10.0.0" + "@cspell/url": "10.0.1", + "cspell-glob": "10.0.1", + "cspell-io": "10.0.1" }, "bin": { "cspell-gitignore": "bin.mjs" @@ -4587,13 +4587,13 @@ } }, "node_modules/cspell-glob": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-10.0.0.tgz", - "integrity": "sha512-bXS35fMcA9X7GEkfnWBfoPd/vTnxxfXW+YHt6tWxu5fejfs00qUbjWp1oLC9FxRaXWxIkfsYp2mi1k1jYl4RVw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-10.0.1.tgz", + "integrity": "sha512-7bII9J3aSSpZDwhx7w+zfQXbMxHZQ3be0ilUp5bHrsjz6o07v/NqOHMGcwKdPn1sw2dxDz9sv057xE5pqXnSdw==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/url": "10.0.0", + "@cspell/url": "10.0.1", "picomatch": "^4.0.4" }, "engines": { @@ -4601,14 +4601,14 @@ } }, "node_modules/cspell-grammar": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-10.0.0.tgz", - "integrity": "sha512-49udtYzkcCYEIDJbFOb4IwiAJebOYZnYvG6o6Ep19Tq0Xwjk7i4vxUprNiFNDCWFbcbJRPE9cpwQUVwp5WFGLw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-10.0.1.tgz", + "integrity": "sha512-xC9AFYmaI9wsO//a7S5tdDGKGJVD5UEEsTg+Up2fi7lPfXIryisYmV6tePNL1SEg0idYss4ja8LUZ3Mib09BjQ==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-pipe": "10.0.0", - "@cspell/cspell-types": "10.0.0" + "@cspell/cspell-pipe": "10.0.1", + "@cspell/cspell-types": "10.0.1" }, "bin": { "cspell-grammar": "bin.mjs" @@ -4618,42 +4618,42 @@ } }, "node_modules/cspell-io": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-10.0.0.tgz", - "integrity": "sha512-NQCAUhx9DwKApxPuFl7EK1K1XSaQEAPld45yjjwv93xF8rJkEGkgzOwjbqafwAD20eKYv1a7oj/9EC0S5jETSw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-10.0.1.tgz", + "integrity": "sha512-8C2ka07faxflnaqEBO3pektS21XViE/SEHT7F5ZD1ou7FyMR5u3xawTBJSczClfsxLt/WYeztBYrpmGAjmjksw==", "dev": true, "license": "MIT", "dependencies": { - "@cspell/cspell-service-bus": "10.0.0", - "@cspell/url": "10.0.0" + "@cspell/cspell-service-bus": "10.0.1", + "@cspell/url": "10.0.1" }, "engines": { "node": ">=22.18.0" } }, "node_modules/cspell-lib": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-10.0.0.tgz", - "integrity": "sha512-PowW6JEjuv/F2aFEirZvBxpzHdchOnpsUJbeIcFcai0++taLTbHQObROBEBf7e0S8DnHpVD5TZkqrTME5e44wg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@cspell/cspell-bundled-dicts": "10.0.0", - "@cspell/cspell-performance-monitor": "10.0.0", - "@cspell/cspell-pipe": "10.0.0", - "@cspell/cspell-resolver": "10.0.0", - "@cspell/cspell-types": "10.0.0", - "@cspell/dynamic-import": "10.0.0", - "@cspell/filetypes": "10.0.0", - "@cspell/rpc": "10.0.0", - "@cspell/strong-weak-map": "10.0.0", - "@cspell/url": "10.0.0", - "cspell-config-lib": "10.0.0", - "cspell-dictionary": "10.0.0", - "cspell-glob": "10.0.0", - "cspell-grammar": "10.0.0", - "cspell-io": "10.0.0", - "cspell-trie-lib": "10.0.0", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-10.0.1.tgz", + "integrity": "sha512-RpsIPiLzc4/YMW8BMRKpyJ81x439qjYWcqgdKeXnMkbKM88J9PexzutfFf/4v97v96KzfNitEzMpbI0uj8OeUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@cspell/cspell-bundled-dicts": "10.0.1", + "@cspell/cspell-performance-monitor": "10.0.1", + "@cspell/cspell-pipe": "10.0.1", + "@cspell/cspell-resolver": "10.0.1", + "@cspell/cspell-types": "10.0.1", + "@cspell/dynamic-import": "10.0.1", + "@cspell/filetypes": "10.0.1", + "@cspell/rpc": "10.0.1", + "@cspell/strong-weak-map": "10.0.1", + "@cspell/url": "10.0.1", + "cspell-config-lib": "10.0.1", + "cspell-dictionary": "10.0.1", + "cspell-glob": "10.0.1", + "cspell-grammar": "10.0.1", + "cspell-io": "10.0.1", + "cspell-trie-lib": "10.0.1", "env-paths": "^4.0.0", "gensequence": "^8.0.8", "import-fresh": "^4.0.0", @@ -4667,16 +4667,16 @@ } }, "node_modules/cspell-trie-lib": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-10.0.0.tgz", - "integrity": "sha512-R8qrMx10E/bm3Lecslwxn9XYo5NzSRK1rtandEX5n9UmEYHoBXjZELkg5+TOnV8VgrVaJSK57XtcGrbKp/4kSg==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-10.0.1.tgz", + "integrity": "sha512-BFvhalSkRQFjKrZ//FKK7fRGrZFpifnxB5AwCkzsIsBZqicsfafcQ1xP21qpb0QqyV/IomjNgviG+tRJs+0rMw==", "dev": true, "license": "MIT", "engines": { "node": ">=22.18.0" }, "peerDependencies": { - "@cspell/cspell-types": "10.0.0" + "@cspell/cspell-types": "10.0.1" } }, "node_modules/cspell/node_modules/chalk": { @@ -5096,9 +5096,9 @@ } }, "node_modules/eslint": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.0.tgz", - "integrity": "sha512-loXy6bWOoP3EP6JA7jo6p5jMpBJmHmsNZM5SFRHLdh1MGOPurMnNBj4ZlAbaqUAaQWbCr7jHV4P7gzAyryZWkQ==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", + "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", "dev": true, "license": "MIT", "dependencies": { @@ -5107,7 +5107,7 @@ "@eslint/config-array": "^0.23.5", "@eslint/config-helpers": "^0.6.0", "@eslint/core": "^1.2.1", - "@eslint/plugin-kit": "^0.7.1", + "@eslint/plugin-kit": "^0.7.2", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", @@ -5205,13 +5205,13 @@ } }, "node_modules/eslint-plugin-mdx": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-3.7.1.tgz", - "integrity": "sha512-G7Wqce+roWW35pQ/160UJiZdEWEyeR9LLaujDRnSV0O8SLHU6yHrK8C8kJLNtcBuU/AFd54zheefqZOyUr1aiA==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-mdx/-/eslint-plugin-mdx-3.8.1.tgz", + "integrity": "sha512-4OLgotfBxUDc1f6ihXSagT/1+JCCUABA/2r6Kzl6gqFftg4dCV0wBfdwFo6X6UO/FzTHr3g6mVt+6prRXffc/Q==", "dev": true, "license": "MIT", "dependencies": { - "eslint-mdx": "^3.7.1", + "eslint-mdx": "^3.8.1", "mdast-util-from-markdown": "^2.0.2", "mdast-util-mdx": "^3.0.0", "micromark-extension-mdxjs": "^3.0.0", @@ -5234,16 +5234,16 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.6.tgz", - "integrity": "sha512-kIvoBlh7hWibB//nTUxzKfix9hEiQFaJBrJyPocFD6mIrLSPWNPo8uiP6LILh3ZFoiOBnIBIaZT3+RIJf87Y0Q==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.10.tgz", + "integrity": "sha512-9ekarbX/uwyjNLiE+Efes/ruAVH/coxOV+WFj5Zes9KIegrdJ7eDNXGDUQm3OJY9fCd9mpJExIJDLZWZ/inBPw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.6", - "@eslint-react/eslint": "5.8.6", - "@eslint-react/jsx": "5.8.6", - "@eslint-react/shared": "5.8.6", + "@eslint-react/ast": "5.8.10", + "@eslint-react/eslint": "5.8.10", + "@eslint-react/jsx": "5.8.10", + "@eslint-react/shared": "5.8.10", "@typescript-eslint/types": "^8.60.0", "@typescript-eslint/utils": "^8.60.0", "compare-versions": "^6.1.1" @@ -5257,17 +5257,17 @@ } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.6.tgz", - "integrity": "sha512-/CRASg/W468dcdYNamLUWWRWkeklUJEKcwQwCaED7OJzKbcdIoyAa5KKhTQk4v+x1SG++kFcDv1DyjciKKRiVA==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.10.tgz", + "integrity": "sha512-wrzossIC0iONkcMG+lYpYjZGuDMEXue/rb4Ql3EhQyyWN3Tj9ZRjP13BbSaqdfOuQWChTLhO0dQUoXKyFhfnog==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.6", - "@eslint-react/core": "5.8.6", - "@eslint-react/eslint": "5.8.6", - "@eslint-react/jsx": "5.8.6", - "@eslint-react/shared": "5.8.6", + "@eslint-react/ast": "5.8.10", + "@eslint-react/core": "5.8.10", + "@eslint-react/eslint": "5.8.10", + "@eslint-react/jsx": "5.8.10", + "@eslint-react/shared": "5.8.10", "@typescript-eslint/types": "^8.60.0", "@typescript-eslint/utils": "^8.60.0" }, @@ -5280,16 +5280,16 @@ } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.6.tgz", - "integrity": "sha512-KIfyEJpzkVuIU5hiHsTmwLAhwUr15sxJLVmkaL3lc0BoC//bVPP47HN6YqtIp4gXOcfMlKBGMqhGT9sJtYqdkQ==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.10.tgz", + "integrity": "sha512-w5RDIomhCgNHKOInXRxFzF1zQw20QC9hvEZX7CP/zyErew/xaKU/i8vJfd0OJ/tfDWjWEf3g/MowDTE222P0vg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.6", - "@eslint-react/core": "5.8.6", - "@eslint-react/eslint": "5.8.6", - "@eslint-react/var": "5.8.6", + "@eslint-react/ast": "5.8.10", + "@eslint-react/core": "5.8.10", + "@eslint-react/eslint": "5.8.10", + "@eslint-react/var": "5.8.10", "@typescript-eslint/types": "^8.60.0", "@typescript-eslint/utils": "^8.60.0", "ts-pattern": "^5.9.0" @@ -5303,17 +5303,17 @@ } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.6.tgz", - "integrity": "sha512-vnjzqA2CNEInyuOuv3h7UpMeW2X1t4l/DteBeMYMz2Oi6TdP0XJVcJIKawlT8fv9dsZqqnbqh8xl7gGrraSQYA==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.10.tgz", + "integrity": "sha512-GWTNzO55M+DuQBsCU29p1ziO55Zwd9TnMvLPqqumRQwso336apxMOhg+WV112k2dVjOKBTm5yUYSSMZ5kVIK8A==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.6", - "@eslint-react/core": "5.8.6", - "@eslint-react/eslint": "5.8.6", - "@eslint-react/shared": "5.8.6", - "@eslint-react/var": "5.8.6", + "@eslint-react/ast": "5.8.10", + "@eslint-react/core": "5.8.10", + "@eslint-react/eslint": "5.8.10", + "@eslint-react/shared": "5.8.10", + "@eslint-react/var": "5.8.10", "@typescript-eslint/types": "^8.60.0", "@typescript-eslint/utils": "^8.60.0" }, @@ -5326,17 +5326,17 @@ } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.6.tgz", - "integrity": "sha512-CLsnMoV4i98Y7531jbmH1/wJelxcJNb1yQnZVQMyJKXJZiboG7FulvtktWW1jDlnqbzm2LdU6EgB0g8Jzu0o1w==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.10.tgz", + "integrity": "sha512-slbG0mPhPiWo0xzirGcl7CD3ntNpNyx1MwwI2OsyQ6UQJ0AenMc1FqSNHR/i0/rI7Un8gJc/sY+Zw9+EEMvFew==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.6", - "@eslint-react/core": "5.8.6", - "@eslint-react/eslint": "5.8.6", - "@eslint-react/shared": "5.8.6", - "@eslint-react/var": "5.8.6", + "@eslint-react/ast": "5.8.10", + "@eslint-react/core": "5.8.10", + "@eslint-react/eslint": "5.8.10", + "@eslint-react/shared": "5.8.10", + "@eslint-react/var": "5.8.10", "@typescript-eslint/types": "^8.60.0", "@typescript-eslint/utils": "^8.60.0", "birecord": "^0.1.1", @@ -5351,18 +5351,18 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "5.8.6", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.6.tgz", - "integrity": "sha512-DU2ocHio2TvYS4zI1q2XECiDlK9tD4bP7fOtMXelyuijP5Ao5O8dh3fPVW0DoNR2dntlX47mh8DEPXlCJVcM6A==", + "version": "5.8.10", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.10.tgz", + "integrity": "sha512-fj9QwhutjM8slyJPiTQpWGKcdJkp7tHj5Ek2K6U+q4YUj3zzAu1aCH7ONxN5CnEjefzSH9K0SJxTr5H7ykTeiQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.6", - "@eslint-react/core": "5.8.6", - "@eslint-react/eslint": "5.8.6", - "@eslint-react/jsx": "5.8.6", - "@eslint-react/shared": "5.8.6", - "@eslint-react/var": "5.8.6", + "@eslint-react/ast": "5.8.10", + "@eslint-react/core": "5.8.10", + "@eslint-react/eslint": "5.8.10", + "@eslint-react/jsx": "5.8.10", + "@eslint-react/shared": "5.8.10", + "@eslint-react/var": "5.8.10", "@typescript-eslint/scope-manager": "^8.60.0", "@typescript-eslint/type-utils": "^8.60.0", "@typescript-eslint/types": "^8.60.0", @@ -8559,12 +8559,12 @@ } }, "node_modules/next": { - "version": "16.2.6", - "resolved": "https://registry.npmjs.org/next/-/next-16.2.6.tgz", - "integrity": "sha512-qOVgKJg1+At15NpeUP+eJgCHvTCgXsogweq87Ri/Ix7PkqQHg4sdaXmSFqKlgaIXE4kW0g25LE68W87UANlHtw==", + "version": "16.2.7", + "resolved": "https://registry.npmjs.org/next/-/next-16.2.7.tgz", + "integrity": "sha512-eMJxgjRzBaj3olkP4cBamHDXL79A8FC6u1GcsO1D1Tsx8bw/LLXUJCaoajVxtnhD3A1IJqIT8IcRJjgBIPJq4w==", "license": "MIT", "dependencies": { - "@next/env": "16.2.6", + "@next/env": "16.2.7", "@swc/helpers": "0.5.15", "baseline-browser-mapping": "^2.9.19", "caniuse-lite": "^1.0.30001579", @@ -8578,14 +8578,14 @@ "node": ">=20.9.0" }, "optionalDependencies": { - "@next/swc-darwin-arm64": "16.2.6", - "@next/swc-darwin-x64": "16.2.6", - "@next/swc-linux-arm64-gnu": "16.2.6", - "@next/swc-linux-arm64-musl": "16.2.6", - "@next/swc-linux-x64-gnu": "16.2.6", - "@next/swc-linux-x64-musl": "16.2.6", - "@next/swc-win32-arm64-msvc": "16.2.6", - "@next/swc-win32-x64-msvc": "16.2.6", + "@next/swc-darwin-arm64": "16.2.7", + "@next/swc-darwin-x64": "16.2.7", + "@next/swc-linux-arm64-gnu": "16.2.7", + "@next/swc-linux-arm64-musl": "16.2.7", + "@next/swc-linux-x64-gnu": "16.2.7", + "@next/swc-linux-x64-musl": "16.2.7", + "@next/swc-win32-arm64-msvc": "16.2.7", + "@next/swc-win32-x64-msvc": "16.2.7", "sharp": "^0.34.5" }, "peerDependencies": { @@ -9388,9 +9388,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.6", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", - "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -9418,15 +9418,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.6", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz", - "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.6" + "react": "^19.2.7" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index ad4fecbd6d3..ee99651f6e9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@headlessui/react": "2.2.10", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", - "@next/mdx": "16.2.6", + "@next/mdx": "16.2.7", "classnames": "2.5.1", "compare-versions": "6.1.1", "copy-to-clipboard": "^3.3.3", @@ -71,8 +71,8 @@ "next-seo": "6.8.0", "prism-react-renderer": "2.4.1", "prismjs": "^1.30.0", - "react": "19.2.6", - "react-dom": "19.2.6", + "react": "19.2.7", + "react-dom": "19.2.7", "react-scroll": "1.9.3", "rehype-autolink-headings": "7.1.0", "rehype-external-links": "3.0.0", @@ -83,18 +83,18 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.6", + "@eslint-react/eslint-plugin": "5.8.10", "@eslint/js": "10.0.1", - "@next/eslint-plugin-next": "16.2.6", + "@next/eslint-plugin-next": "16.2.7", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.11", "@tailwindcss/postcss": "4.3.0", "@tailwindcss/typography": "0.5.19", "concurrently": "9.2.1", - "cspell": "10.0.0", - "eslint": "10.4.0", + "cspell": "10.0.1", + "eslint": "10.4.1", "eslint-config-prettier": "10.1.8", - "eslint-plugin-mdx": "3.7.1", + "eslint-plugin-mdx": "3.8.1", "format-api-docs": "file:scripts/gendocs/postprocess", "globals": "17.6.0", "markdown-link-check": "3.14.2", From 87e2b891f5d99e5eab242b5b5e957bcad875cfec Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Sat, 6 Jun 2026 00:43:06 +0000 Subject: [PATCH 23/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 34 +++++++++++++++++----------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/klone.yaml b/klone.yaml index c729752b6b8..7f59960828e 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 + repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 + repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 + repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 + repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 + repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 0ce5000b9fc277b39d55c7ebd2c1d5f2da7615e8 + repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 921e8420c20..98a365aaf3f 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -82,7 +82,7 @@ tools += kubectl=v1.36.1 tools += kind=v0.32.0 # https://www.vaultproject.io/downloads # renovate: datasource=github-releases packageName=hashicorp/vault -tools += vault=v2.0.0 +tools += vault=v2.0.2 # https://github.com/Azure/azure-workload-identity/releases # renovate: datasource=github-releases packageName=Azure/azure-workload-identity tools += azwi=v1.5.1 @@ -106,10 +106,10 @@ tools += trivy=v0.71.0 tools += ytt=v0.55.1 # https://github.com/rclone/rclone/releases # renovate: datasource=github-releases packageName=rclone/rclone -tools += rclone=v1.74.2 +tools += rclone=v1.74.3 # https://github.com/istio/istio/releases # renovate: datasource=github-releases packageName=istio/istio -tools += istioctl=1.30.0 +tools += istioctl=1.30.1 ### go packages # https://pkg.go.dev/sigs.k8s.io/controller-tools/cmd/controller-gen?tab=versions @@ -163,7 +163,7 @@ tools += klone=v0.2.0 tools += goreleaser=v2.16.0 # https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions # renovate: datasource=go packageName=github.com/anchore/syft -tools += syft=v1.45.0 +tools += syft=v1.45.1 # https://github.com/cert-manager/helm-tool/releases # renovate: datasource=github-releases packageName=cert-manager/helm-tool tools += helm-tool=v0.5.3 @@ -199,7 +199,7 @@ tools += gci=v0.14.0 tools += yamlfmt=v0.21.0 # https://github.com/yannh/kubeconform/releases # renovate: datasource=github-releases packageName=yannh/kubeconform -tools += kubeconform=v0.7.0 +tools += kubeconform=v0.8.0 # FIXME(erikgb): cert-manager needs the ability to override the version set here # https://pkg.go.dev/k8s.io/code-generator/cmd?tab=versions @@ -540,10 +540,10 @@ $(DOWNLOAD_DIR)/tools/kind@$(KIND_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD $(checkhash_script) $(outfile) $(kind_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \ chmod +x $(outfile) -vault_linux_amd64_SHA256SUM=0367bdd46dd1fff1ff19fc44e60df48866515bb519c80527236b3808ea879ac2 -vault_linux_arm64_SHA256SUM=5f04207fd0fbabbb8c6cca494fdee96f81bb0a82e1176670649e1aeeaadf0281 -vault_darwin_amd64_SHA256SUM=4fe88b981fcf14917a5f1b1c1ffaf4f9231c3f646ab778ba44e71dfb80e5b234 -vault_darwin_arm64_SHA256SUM=3b8ad2cc6de8b6cc13e030465e83729aec1070ef91327a55be0a28af81a530bf +vault_linux_amd64_SHA256SUM=71e87827fdf6e4cef291b1a1578ce8310d054210750dcfb9f495d51d7da0a9a4 +vault_linux_arm64_SHA256SUM=9e496af2f9b8142c0be80e486a46b8c86c87b96ec43e5cbd55d163255d560fd5 +vault_darwin_amd64_SHA256SUM=347c589302107d5debc1403761163fa01e1db558532acb5f8f55e5e8cb18f170 +vault_darwin_arm64_SHA256SUM=69eb2a89f5c9715105f80d834c5252b9ea2fc2d41297e8c7be595ff028f6efe7 .PRECIOUS: $(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -683,10 +683,10 @@ $(DOWNLOAD_DIR)/tools/ytt@$(YTT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_D $(checkhash_script) $(outfile) $(ytt_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \ chmod +x $(outfile) -rclone_linux_amd64_SHA256SUM=72a806370072015ccbe4d81bcd348cc5eaf3beca6c65ba693fd43fb31fcca5b1 -rclone_linux_arm64_SHA256SUM=bc2b2eb8269b743ed7bcea869f3782cfb4931e41efa53fc8befc6dc8308b7a50 -rclone_darwin_amd64_SHA256SUM=fc24831eefa3918c278c4a10be4de78288422426e2f7e64509205167f845874d -rclone_darwin_arm64_SHA256SUM=e170fc4f225cbe3685695c4761259fe5883115a2b022a2f39b7298f946b8d898 +rclone_linux_amd64_SHA256SUM=dbee7ccd7a5d617e4ed4cd4555c16669b511abfe8d31164f61be35ac9e999bd2 +rclone_linux_arm64_SHA256SUM=8f8d47446e061f80c3256659fe8e21f56d72d96aaefe1275d088ea5eb6b42aa7 +rclone_darwin_amd64_SHA256SUM=417cabd402d57806d597bd0ba8fb33a434ca8c2a1a5aa98de5a0bd4b52b39202 +rclone_darwin_arm64_SHA256SUM=33a435ab17023b686918ce9a3975aceb75fe1796c694f38f1993024be1f063f5 .PRECIOUS: $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -700,10 +700,10 @@ $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN chmod +x $(outfile); \ rm -f $(outfile).zip -istioctl_linux_amd64_SHA256SUM=33664a95900d8cfc99b476cbbd7b967adc163b1981ef622d9b213a5d8156719e -istioctl_linux_arm64_SHA256SUM=8a810443c0d85bb219bbe3902fc5a4e339a8c57d3a356e890bd6f0ee9cbbf467 -istioctl_darwin_amd64_SHA256SUM=72e79be133fb99b55a2eb28b9c2e1bc95c6faac008ec52ef4d705eb69c349c0f -istioctl_darwin_arm64_SHA256SUM=e4f315c077ebe98c1ef0d820575743ebf80d8c3c754d81b0cda62f75f7d8fa75 +istioctl_linux_amd64_SHA256SUM=02e747b51f1bd2f1c74e650fad4f7390053034357a55e9b0c659e83bcd735cb5 +istioctl_linux_arm64_SHA256SUM=322ffe873a612d04a7806db2e4bf881b87d15508b7675238c613da53996672ce +istioctl_darwin_amd64_SHA256SUM=eef8b30f4d7e0dedd9bf956942875ea39691687006f4b2f72d58b709146ae71c +istioctl_darwin_arm64_SHA256SUM=f7c42303a14c4b27069af210478d988ebafe6b2ddb6d1c3219f28780d0b95e7d .PRECIOUS: $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From c25bebcadbbce80cc7fb1056996a1a9f30e140d5 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Sun, 7 Jun 2026 00:46:17 +0000 Subject: [PATCH 24/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/klone.yaml b/klone.yaml index 7f59960828e..0679a78144b 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 + repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 + repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 + repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 + repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 + repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7914a95062ed1bc8be1a1f4d643dfc71a2531694 + repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 98a365aaf3f..55507f0406f 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -73,7 +73,7 @@ tools := tools += helm=v4.2.0 # https://github.com/helm-unittest/helm-unittest/releases # renovate: datasource=github-releases packageName=helm-unittest/helm-unittest -tools += helm-unittest=v1.1.0 +tools += helm-unittest=v1.1.1 # https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl # renovate: datasource=github-releases packageName=kubernetes/kubernetes tools += kubectl=v1.36.1 @@ -496,10 +496,10 @@ $(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD chmod +x $(outfile); \ rm -f $(outfile).tar.gz -helm-unittest_linux_amd64_SHA256SUM=3a8adc16a6d56cb2176b3668b4c4a3ec55130a8a8a52ae78804fd9b12ddf3418 -helm-unittest_linux_arm64_SHA256SUM=f75a6e428e24cdd2809d9a5cc8e484e6cfb0dfc145369731279dcb81c311d43c -helm-unittest_darwin_amd64_SHA256SUM=debe7ec6dd960da56a59d87fcbbe037d17d96e1054d2b369a272be109b83ad1a -helm-unittest_darwin_arm64_SHA256SUM=46bcde358c027b7122b0f910c4b786b91f9a975e8c6764ce697eed8ec272c0ae +helm-unittest_linux_amd64_SHA256SUM=07c4fee69e9402e5f66f35b4f932b66afdf9c848637f06196fc479b501d6ad29 +helm-unittest_linux_arm64_SHA256SUM=9ac79f441ea65bd095c632c66a6e429b3d89e7aacb5a157d891dc0b6217e9045 +helm-unittest_darwin_amd64_SHA256SUM=aeeb891c34e0f447a6f55bbe1605704b46fbc4da41a4448e3227ec57aecbf92b +helm-unittest_darwin_arm64_SHA256SUM=0163ad5fe1aedb75d09e42d3bfe930680daf628471e4cc5130980a6abfe51e8e # helm-unittest uses "macos" instead of "darwin" in release filenames helm_unittest_os := $(HOST_OS) From 46970f59356e35f224afadd9e3cf810d319c4faf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 04:25:11 +0000 Subject: [PATCH 25/58] chore(deps): update misc npm packages to v5.8.11 Signed-off-by: Renovate Bot --- package-lock.json | 316 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 159 insertions(+), 159 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25a5240d337..4052f893e84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.10", + "@eslint-react/eslint-plugin": "5.8.11", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.7", "@tailwindcss/aspect-ratio": "0.4.2", @@ -1258,15 +1258,15 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.10.tgz", - "integrity": "sha512-TYfLQ+JfG7jLfBCSPtcSnn34GP+ot2yVtHzmaL5lmig36LHzBXHHpJRehX6+ADivaR0kFz1olxqx3StZyj3Zvg==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.11.tgz", + "integrity": "sha512-ITNsp/4NuEe7FTUriyzF3IYALdWXE0KuX0CfhBTNzVk24CG81NS2v8RmAEzBrKE+l/Ghvt+r4Fksh/VOJIcW6w==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/typescript-estree": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/typescript-estree": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1", "string-ts": "^2.3.1" }, "engines": { @@ -1278,20 +1278,20 @@ } }, "node_modules/@eslint-react/core": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.10.tgz", - "integrity": "sha512-mATdXrgMN0MdRKABpll5/6CT3rFzjsr7oO9tVQ7E6iTHg7RAcaSCWzVATZeJL9uw7q4K4oLkijza65eE9v9RTw==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.11.tgz", + "integrity": "sha512-NNx+GrlN33JDkR5oiRDBmrOPuZXrzHMyGOslg/0Ccih06jVys9K33PSNIsdL2vvPGX3xk2C4LAHMmoYy+gbzmg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.10", - "@eslint-react/eslint": "5.8.10", - "@eslint-react/jsx": "5.8.10", - "@eslint-react/shared": "5.8.10", - "@eslint-react/var": "5.8.10", - "@typescript-eslint/scope-manager": "^8.60.0", - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0", + "@eslint-react/ast": "5.8.11", + "@eslint-react/eslint": "5.8.11", + "@eslint-react/jsx": "5.8.11", + "@eslint-react/shared": "5.8.11", + "@eslint-react/var": "5.8.11", + "@typescript-eslint/scope-manager": "^8.60.1", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0" }, "engines": { @@ -1303,13 +1303,13 @@ } }, "node_modules/@eslint-react/eslint": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.10.tgz", - "integrity": "sha512-dEcAUbBucvlTW3hx/BazQi6nMx7nRseKWHo9oobg+udx3H/050RRn3NetIqIUGWVaXYsVCNev3ZEOjY3p/+8Uw==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.11.tgz", + "integrity": "sha512-/K4w+SjQzBf9VyiKz1PKQNo2977FfstXFlVbK5yrq6Wnwx2PBe7+j+I6MpetSYiF+PX4m/jkPK0b0N/ryZrTRw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.60.0" + "@typescript-eslint/utils": "^8.60.1" }, "engines": { "node": ">=22.0.0" @@ -1320,19 +1320,19 @@ } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.10.tgz", - "integrity": "sha512-V8DhrJUdgwms4SN59PY3j1PKgBtmGIvrJqcDktq31A96Ajms07lMgBpTCEZ3nR4tXjOBnMmiBPaZXY+NghMG9Q==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.11.tgz", + "integrity": "sha512-deiVq1zhhGxVGN5fUmJUOOF3/3B77vtenlfnhzrk7wRHKzbjQUpuksDJ+zZwE7uDgGn3LEMNabhtNnwk37iCWA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.8.10", - "eslint-plugin-react-dom": "5.8.10", - "eslint-plugin-react-jsx": "5.8.10", - "eslint-plugin-react-naming-convention": "5.8.10", - "eslint-plugin-react-rsc": "5.8.10", - "eslint-plugin-react-web-api": "5.8.10", - "eslint-plugin-react-x": "5.8.10" + "@eslint-react/shared": "5.8.11", + "eslint-plugin-react-dom": "5.8.11", + "eslint-plugin-react-jsx": "5.8.11", + "eslint-plugin-react-naming-convention": "5.8.11", + "eslint-plugin-react-rsc": "5.8.11", + "eslint-plugin-react-web-api": "5.8.11", + "eslint-plugin-react-x": "5.8.11" }, "engines": { "node": ">=22.0.0" @@ -1343,18 +1343,18 @@ } }, "node_modules/@eslint-react/jsx": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.10.tgz", - "integrity": "sha512-sGbk0UqRxnpdBUo3sjWRtX+TWlIpEC9DLVi/DQYCnBWUDgub2xunzpC1mUe0786rVvLSejoDUIYEQWi5TRKaEg==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.11.tgz", + "integrity": "sha512-pk6Po2cNqzKh+f2JTKeMWtkIWCGUi+jwwLu9TL2EJrYeR72E1SXI2hoeCPXLez6BrGPqg/lueoGUTUOLKI93Aw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.10", - "@eslint-react/eslint": "5.8.10", - "@eslint-react/shared": "5.8.10", - "@eslint-react/var": "5.8.10", - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0", + "@eslint-react/ast": "5.8.11", + "@eslint-react/eslint": "5.8.11", + "@eslint-react/shared": "5.8.11", + "@eslint-react/var": "5.8.11", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0" }, "engines": { @@ -1366,14 +1366,14 @@ } }, "node_modules/@eslint-react/shared": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.10.tgz", - "integrity": "sha512-DWLpM7kQ7kU6Sfo5zV1xEChRpltuVeI7SyQ4rcsfsKm1R8AAzdA9TrS95VWJuHilkKxp7OzQpvg25mbSao5YlA==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.11.tgz", + "integrity": "sha512-OEMQdKYq+ppsi4N+YDNaP+3dETzunVAWC19IzhtoeuWIQdQ64DM0CZBaANbzLoZ0wV2trQRUE8l/+WhpD8BGUQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.8.10", - "@typescript-eslint/utils": "^8.60.0", + "@eslint-react/eslint": "5.8.11", + "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0", "zod": "^3.25.0 || ^4.0.0" }, @@ -1386,17 +1386,17 @@ } }, "node_modules/@eslint-react/var": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.10.tgz", - "integrity": "sha512-9z2Aooit2OJR4RqS0BCySvX4H8WO3sZYOBmQxvd6GwCosl5G53eF2hCVmpplaG2xn0S4k6BN4GwZ7CyNQE8Y/A==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.11.tgz", + "integrity": "sha512-yRptJWtGxmKh1q2BC0Crb310kSl8whH0ccPZtlKS5DCqBYHVDmKftnPEV5wnrOHxfSqfxkwHW/VmHWDznXZHyA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.10", - "@eslint-react/eslint": "5.8.10", - "@typescript-eslint/scope-manager": "^8.60.0", - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0", + "@eslint-react/ast": "5.8.11", + "@eslint-react/eslint": "5.8.11", + "@typescript-eslint/scope-manager": "^8.60.1", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0" }, "engines": { @@ -3413,14 +3413,14 @@ "license": "MIT" }, "node_modules/@typescript-eslint/project-service": { - "version": "8.60.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.0.tgz", - "integrity": "sha512-aZu74NNKJeUWqCjDddzdiKaS82dgYgV/vmf+Ui3ZdZejmgfXR/q+pRumgobnQ2cCJTgGTWp4ypiwsuofFubavg==", + "version": "8.60.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.1.tgz", + "integrity": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.60.0", - "@typescript-eslint/types": "^8.60.0", + "@typescript-eslint/tsconfig-utils": "^8.60.1", + "@typescript-eslint/types": "^8.60.1", "debug": "^4.4.3" }, "engines": { @@ -3435,14 +3435,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.60.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.0.tgz", - "integrity": "sha512-pFzqhllJMs+jghLQWzV00ds39xLzuyqPSev5pd8f4Ir0rtKR3ZLUB4/4dhjOFighWb9larvtfJvqL+4yKDI3Xw==", + "version": "8.60.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz", + "integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.60.0", - "@typescript-eslint/visitor-keys": "8.60.0" + "@typescript-eslint/types": "8.60.1", + "@typescript-eslint/visitor-keys": "8.60.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3453,9 +3453,9 @@ } }, "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.60.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.0.tgz", - "integrity": "sha512-BZPR3RGYlAXnly6ymAxfkVn5rCbZzQNou0rxv3GfWZ8cTQp+hhVd73khbGLAd8k1TlAPLISH337M+tAgAnaJDQ==", + "version": "8.60.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz", + "integrity": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==", "dev": true, "license": "MIT", "engines": { @@ -3470,15 +3470,15 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.60.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.0.tgz", - "integrity": "sha512-SX46wEUtitCpq7AN38HkUU/+zvUpdKf7ephtWAFgckH8O7PQIyL5gvrhQgBLuEYgLfuKWOVvWVskMbuFHAz5xg==", + "version": "8.60.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz", + "integrity": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.60.0", - "@typescript-eslint/typescript-estree": "8.60.0", - "@typescript-eslint/utils": "8.60.0", + "@typescript-eslint/types": "8.60.1", + "@typescript-eslint/typescript-estree": "8.60.1", + "@typescript-eslint/utils": "8.60.1", "debug": "^4.4.3", "ts-api-utils": "^2.5.0" }, @@ -3495,9 +3495,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.60.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.0.tgz", - "integrity": "sha512-AsE7x2XaAK+CVbeih0Fvbn+r1qHxtpLDJ3XUuFcIinT318T90yHMJC+Zgv+jUuDjQQd06HKwxnDu6sz1IcTilA==", + "version": "8.60.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz", + "integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==", "dev": true, "license": "MIT", "engines": { @@ -3509,16 +3509,16 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.60.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.0.tgz", - "integrity": "sha512-3AcZNBGMClm6CXDyo8kYvVGT/sx29sS0oBsIb9oZI2gunA4Vm2M3YHzRLPvsUBBsl+yB5FPtltq7gGH0iTlp9g==", + "version": "8.60.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz", + "integrity": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/project-service": "8.60.0", - "@typescript-eslint/tsconfig-utils": "8.60.0", - "@typescript-eslint/types": "8.60.0", - "@typescript-eslint/visitor-keys": "8.60.0", + "@typescript-eslint/project-service": "8.60.1", + "@typescript-eslint/tsconfig-utils": "8.60.1", + "@typescript-eslint/types": "8.60.1", + "@typescript-eslint/visitor-keys": "8.60.1", "debug": "^4.4.3", "minimatch": "^10.2.2", "semver": "^7.7.3", @@ -3537,16 +3537,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.60.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.0.tgz", - "integrity": "sha512-HtXuPfrHTyBDkameWpl+vJb1Uevu2tznAyahM1Oc4AENidCLTPiZDWIo4GfcxNdC/RcfGcadzzkqbRG87dUrQA==", + "version": "8.60.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.1.tgz", + "integrity": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.60.0", - "@typescript-eslint/types": "8.60.0", - "@typescript-eslint/typescript-estree": "8.60.0" + "@typescript-eslint/scope-manager": "8.60.1", + "@typescript-eslint/types": "8.60.1", + "@typescript-eslint/typescript-estree": "8.60.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3561,13 +3561,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.60.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.0.tgz", - "integrity": "sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==", + "version": "8.60.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz", + "integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.60.0", + "@typescript-eslint/types": "8.60.1", "eslint-visitor-keys": "^5.0.0" }, "engines": { @@ -5234,18 +5234,18 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.10.tgz", - "integrity": "sha512-9ekarbX/uwyjNLiE+Efes/ruAVH/coxOV+WFj5Zes9KIegrdJ7eDNXGDUQm3OJY9fCd9mpJExIJDLZWZ/inBPw==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.11.tgz", + "integrity": "sha512-CM1W0yRfPyNkmgUgr7hOI16XrkY++RxHXvAvQhd2j3OCqGU7VOkjR1+2czI6f4dgYIoyWmFxE7hEM2pqKiwehQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.10", - "@eslint-react/eslint": "5.8.10", - "@eslint-react/jsx": "5.8.10", - "@eslint-react/shared": "5.8.10", - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0", + "@eslint-react/ast": "5.8.11", + "@eslint-react/eslint": "5.8.11", + "@eslint-react/jsx": "5.8.11", + "@eslint-react/shared": "5.8.11", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1", "compare-versions": "^6.1.1" }, "engines": { @@ -5257,19 +5257,19 @@ } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.10.tgz", - "integrity": "sha512-wrzossIC0iONkcMG+lYpYjZGuDMEXue/rb4Ql3EhQyyWN3Tj9ZRjP13BbSaqdfOuQWChTLhO0dQUoXKyFhfnog==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.11.tgz", + "integrity": "sha512-RtddVAnkR5PcOSdHt65fOselKccmJJ4C0ytn58Fn+CKO7V/omDWSgPugLd2uShzd6dcUMPjXsv+BTMhyjwlScw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.10", - "@eslint-react/core": "5.8.10", - "@eslint-react/eslint": "5.8.10", - "@eslint-react/jsx": "5.8.10", - "@eslint-react/shared": "5.8.10", - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0" + "@eslint-react/ast": "5.8.11", + "@eslint-react/core": "5.8.11", + "@eslint-react/eslint": "5.8.11", + "@eslint-react/jsx": "5.8.11", + "@eslint-react/shared": "5.8.11", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1" }, "engines": { "node": ">=22.0.0" @@ -5280,18 +5280,18 @@ } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.10.tgz", - "integrity": "sha512-w5RDIomhCgNHKOInXRxFzF1zQw20QC9hvEZX7CP/zyErew/xaKU/i8vJfd0OJ/tfDWjWEf3g/MowDTE222P0vg==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.11.tgz", + "integrity": "sha512-KQZ/pAUPxEHNMSLwHWp9V/K8ui03elOtd6+LoSo+Dta+4fgIKcuuNkzq2cFDYyPx9qAk4n/dB3jEA6X3UnqRtg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.10", - "@eslint-react/core": "5.8.10", - "@eslint-react/eslint": "5.8.10", - "@eslint-react/var": "5.8.10", - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0", + "@eslint-react/ast": "5.8.11", + "@eslint-react/core": "5.8.11", + "@eslint-react/eslint": "5.8.11", + "@eslint-react/var": "5.8.11", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0" }, "engines": { @@ -5303,19 +5303,19 @@ } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.10.tgz", - "integrity": "sha512-GWTNzO55M+DuQBsCU29p1ziO55Zwd9TnMvLPqqumRQwso336apxMOhg+WV112k2dVjOKBTm5yUYSSMZ5kVIK8A==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.11.tgz", + "integrity": "sha512-Frc7XXuc8xRwn0yL2VGF7QO9fB+WIHss1ftAYsotrDknXEGn91joS0V4l8uD9k1Yb8azjo7X1HVcB16QabamJw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.10", - "@eslint-react/core": "5.8.10", - "@eslint-react/eslint": "5.8.10", - "@eslint-react/shared": "5.8.10", - "@eslint-react/var": "5.8.10", - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0" + "@eslint-react/ast": "5.8.11", + "@eslint-react/core": "5.8.11", + "@eslint-react/eslint": "5.8.11", + "@eslint-react/shared": "5.8.11", + "@eslint-react/var": "5.8.11", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1" }, "engines": { "node": ">=22.0.0" @@ -5326,19 +5326,19 @@ } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.10.tgz", - "integrity": "sha512-slbG0mPhPiWo0xzirGcl7CD3ntNpNyx1MwwI2OsyQ6UQJ0AenMc1FqSNHR/i0/rI7Un8gJc/sY+Zw9+EEMvFew==", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.11.tgz", + "integrity": "sha512-O+9c+K/ZZqJoBP7iuP+aPjo4h7NlubedUaOgSeYlI+ldSLPwfofBHOJAvv54Tw+/LGq8Pya73+9U9T5uh31bOw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.10", - "@eslint-react/core": "5.8.10", - "@eslint-react/eslint": "5.8.10", - "@eslint-react/shared": "5.8.10", - "@eslint-react/var": "5.8.10", - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0", + "@eslint-react/ast": "5.8.11", + "@eslint-react/core": "5.8.11", + "@eslint-react/eslint": "5.8.11", + "@eslint-react/shared": "5.8.11", + "@eslint-react/var": "5.8.11", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1", "birecord": "^0.1.1", "ts-pattern": "^5.9.0" }, @@ -5351,23 +5351,23 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "5.8.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.10.tgz", - "integrity": "sha512-fj9QwhutjM8slyJPiTQpWGKcdJkp7tHj5Ek2K6U+q4YUj3zzAu1aCH7ONxN5CnEjefzSH9K0SJxTr5H7ykTeiQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "5.8.10", - "@eslint-react/core": "5.8.10", - "@eslint-react/eslint": "5.8.10", - "@eslint-react/jsx": "5.8.10", - "@eslint-react/shared": "5.8.10", - "@eslint-react/var": "5.8.10", - "@typescript-eslint/scope-manager": "^8.60.0", - "@typescript-eslint/type-utils": "^8.60.0", - "@typescript-eslint/types": "^8.60.0", - "@typescript-eslint/typescript-estree": "^8.60.0", - "@typescript-eslint/utils": "^8.60.0", + "version": "5.8.11", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.11.tgz", + "integrity": "sha512-DDWALLzj0Haf0U+xy8Me1StcaYNa7XGQ60VzAnM6+e6KvecEzbBm5zxKYP8T8QpkMvUw7WKNON2TNasEYJUGvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "5.8.11", + "@eslint-react/core": "5.8.11", + "@eslint-react/eslint": "5.8.11", + "@eslint-react/jsx": "5.8.11", + "@eslint-react/shared": "5.8.11", + "@eslint-react/var": "5.8.11", + "@typescript-eslint/scope-manager": "^8.60.1", + "@typescript-eslint/type-utils": "^8.60.1", + "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/typescript-estree": "^8.60.1", + "@typescript-eslint/utils": "^8.60.1", "compare-versions": "^6.1.1", "string-ts": "^2.3.1", "ts-api-utils": "^2.5.0", diff --git a/package.json b/package.json index ee99651f6e9..1859c3c006a 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.10", + "@eslint-react/eslint-plugin": "5.8.11", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.7", "@tailwindcss/aspect-ratio": "0.4.2", From e3ea85513afc77c6493039a60bd48253d8d88936 Mon Sep 17 00:00:00 2001 From: Niklas Letz <52066129+niklas-letz@users.noreply.github.com> Date: Sun, 7 Jun 2026 21:54:02 +0200 Subject: [PATCH 26/58] Add EfficientIP SOLIDserver webhook to supported list (#2130) * docs(dns01): add EfficientIP SOLIDserver webhook to supported list Signed-off-by: Niklas Letz <52066129+niklas-letz@users.noreply.github.com> * docs(dns01): whitelist solidserver keyword in spellcheck Signed-off-by: Niklas Letz <52066129+niklas-letz@users.noreply.github.com> --------- Signed-off-by: Niklas Letz <52066129+niklas-letz@users.noreply.github.com> --- .spelling | 1 + content/docs/configuration/acme/dns01/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.spelling b/.spelling index cdb47de992e..85085d83edd 100644 --- a/.spelling +++ b/.spelling @@ -538,6 +538,7 @@ runtime runtimes signoff sigstore +solidserver status.condition stdout subchart diff --git a/content/docs/configuration/acme/dns01/README.md b/content/docs/configuration/acme/dns01/README.md index 4c1d052b142..32d8178a85a 100644 --- a/content/docs/configuration/acme/dns01/README.md +++ b/content/docs/configuration/acme/dns01/README.md @@ -187,6 +187,7 @@ Links to these supported providers along with their documentation are below: - [`cert-manager-webhook-scaleway`](https://github.com/scaleway/cert-manager-webhook-scaleway) - [`cert-manager-webhook-selectel`](https://github.com/selectel/cert-manager-webhook-selectel) - [`cert-manager-webhook-softlayer`](https://github.com/cgroschupp/cert-manager-webhook-softlayer) +- [`cert-manager-webhook-solidserver`](https://github.com/niklas-letz/cert-manager-webhook-solidserver) - [`cert-manager-webhook-vercel`](https://github.com/rhythmbhiwani/cert-manager-webhook-vercel) - [`cert-manager-webhook-yandex-cloud`](https://github.com/malinink/cert-manager-webhook-yandex-cloud) - [`cert-manager-webhook-zilore`](https://gitlab.com/zilore/cert-manager-webhook-zilore) From d575cbb54e6655978a495f8036abba88e7282467 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:25:45 +0000 Subject: [PATCH 27/58] chore(deps): update misc npm packages to v5.8.12 Signed-off-by: Renovate Bot --- package-lock.json | 176 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 89 insertions(+), 89 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4052f893e84..88791f1da0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.11", + "@eslint-react/eslint-plugin": "5.8.12", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.7", "@tailwindcss/aspect-ratio": "0.4.2", @@ -1258,9 +1258,9 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.11.tgz", - "integrity": "sha512-ITNsp/4NuEe7FTUriyzF3IYALdWXE0KuX0CfhBTNzVk24CG81NS2v8RmAEzBrKE+l/Ghvt+r4Fksh/VOJIcW6w==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.12.tgz", + "integrity": "sha512-gqfh9F1LLhrbFid7ARCzXV1RZtQznIj4TYPMz60vrEWTYmB/pG2QRoQZVxsYBE+fCmykwxdubqHrG3oDxhF8Ew==", "dev": true, "license": "MIT", "dependencies": { @@ -1278,17 +1278,17 @@ } }, "node_modules/@eslint-react/core": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.11.tgz", - "integrity": "sha512-NNx+GrlN33JDkR5oiRDBmrOPuZXrzHMyGOslg/0Ccih06jVys9K33PSNIsdL2vvPGX3xk2C4LAHMmoYy+gbzmg==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.12.tgz", + "integrity": "sha512-sgAiLZfgwKaCbOC5d9IVfctDQoVDpD4/eHZb437e5KGuoV6RFtjdfJnpfOjBfKQjk0/9s1CrFyzM1yYLEZrUlg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.11", - "@eslint-react/eslint": "5.8.11", - "@eslint-react/jsx": "5.8.11", - "@eslint-react/shared": "5.8.11", - "@eslint-react/var": "5.8.11", + "@eslint-react/ast": "5.8.12", + "@eslint-react/eslint": "5.8.12", + "@eslint-react/jsx": "5.8.12", + "@eslint-react/shared": "5.8.12", + "@eslint-react/var": "5.8.12", "@typescript-eslint/scope-manager": "^8.60.1", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", @@ -1303,9 +1303,9 @@ } }, "node_modules/@eslint-react/eslint": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.11.tgz", - "integrity": "sha512-/K4w+SjQzBf9VyiKz1PKQNo2977FfstXFlVbK5yrq6Wnwx2PBe7+j+I6MpetSYiF+PX4m/jkPK0b0N/ryZrTRw==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.12.tgz", + "integrity": "sha512-iwlM6hz3CNXqYSJz1GN0XB6z/V6PyecuV77ilTxEv6SZmNYRllmCzydu/ZjKF2aCAtZOY6EmTzj3nvVJgOzwWQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1320,19 +1320,19 @@ } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.11.tgz", - "integrity": "sha512-deiVq1zhhGxVGN5fUmJUOOF3/3B77vtenlfnhzrk7wRHKzbjQUpuksDJ+zZwE7uDgGn3LEMNabhtNnwk37iCWA==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.12.tgz", + "integrity": "sha512-+2Vz4dE4x1pvztXGM4dsWi7Gqm5P4ZqbtveyucHpehwpxyJlFU30g+zyYnx/Yz0FUP/ScaLJcDqVWpvCiTjJUw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.8.11", - "eslint-plugin-react-dom": "5.8.11", - "eslint-plugin-react-jsx": "5.8.11", - "eslint-plugin-react-naming-convention": "5.8.11", - "eslint-plugin-react-rsc": "5.8.11", - "eslint-plugin-react-web-api": "5.8.11", - "eslint-plugin-react-x": "5.8.11" + "@eslint-react/shared": "5.8.12", + "eslint-plugin-react-dom": "5.8.12", + "eslint-plugin-react-jsx": "5.8.12", + "eslint-plugin-react-naming-convention": "5.8.12", + "eslint-plugin-react-rsc": "5.8.12", + "eslint-plugin-react-web-api": "5.8.12", + "eslint-plugin-react-x": "5.8.12" }, "engines": { "node": ">=22.0.0" @@ -1343,16 +1343,16 @@ } }, "node_modules/@eslint-react/jsx": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.11.tgz", - "integrity": "sha512-pk6Po2cNqzKh+f2JTKeMWtkIWCGUi+jwwLu9TL2EJrYeR72E1SXI2hoeCPXLez6BrGPqg/lueoGUTUOLKI93Aw==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.12.tgz", + "integrity": "sha512-gSz/byutHqd7Ad8r/FtfyKqx+XG7d9Oqa08Y+IpzEEmGhiXTAKj0VhTwIQnbT0DaQ9vdTJlWWUbJ5XEZxsMk+w==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.11", - "@eslint-react/eslint": "5.8.11", - "@eslint-react/shared": "5.8.11", - "@eslint-react/var": "5.8.11", + "@eslint-react/ast": "5.8.12", + "@eslint-react/eslint": "5.8.12", + "@eslint-react/shared": "5.8.12", + "@eslint-react/var": "5.8.12", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0" @@ -1366,13 +1366,13 @@ } }, "node_modules/@eslint-react/shared": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.11.tgz", - "integrity": "sha512-OEMQdKYq+ppsi4N+YDNaP+3dETzunVAWC19IzhtoeuWIQdQ64DM0CZBaANbzLoZ0wV2trQRUE8l/+WhpD8BGUQ==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.12.tgz", + "integrity": "sha512-fNfN3WNWq9Vfz6ynPEOSCVRh+79j7wBlvoEHTCb7nNQzyUPOjf6KfJikSiqfgfthFY9We+luZFFpFvDppo+LiA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.8.11", + "@eslint-react/eslint": "5.8.12", "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0", "zod": "^3.25.0 || ^4.0.0" @@ -1386,14 +1386,14 @@ } }, "node_modules/@eslint-react/var": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.11.tgz", - "integrity": "sha512-yRptJWtGxmKh1q2BC0Crb310kSl8whH0ccPZtlKS5DCqBYHVDmKftnPEV5wnrOHxfSqfxkwHW/VmHWDznXZHyA==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.12.tgz", + "integrity": "sha512-sukcf7cRJxi+HoBssLUViLZ8DJWI7CLv1uTfNpWDGIQwJHi+HBVAppG5ymtE8liBprSb+oWlYK71sY/wTTzTUQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.11", - "@eslint-react/eslint": "5.8.11", + "@eslint-react/ast": "5.8.12", + "@eslint-react/eslint": "5.8.12", "@typescript-eslint/scope-manager": "^8.60.1", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", @@ -5234,16 +5234,16 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.11.tgz", - "integrity": "sha512-CM1W0yRfPyNkmgUgr7hOI16XrkY++RxHXvAvQhd2j3OCqGU7VOkjR1+2czI6f4dgYIoyWmFxE7hEM2pqKiwehQ==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.12.tgz", + "integrity": "sha512-bxeIPyJVGmjHpQs/2/Q5M6gzWjgBJKYhcla5lWurIj6G4UY0F27cHHDRU+xETzPGRXUS2JgPF9Lr6HyIauUIvQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.11", - "@eslint-react/eslint": "5.8.11", - "@eslint-react/jsx": "5.8.11", - "@eslint-react/shared": "5.8.11", + "@eslint-react/ast": "5.8.12", + "@eslint-react/eslint": "5.8.12", + "@eslint-react/jsx": "5.8.12", + "@eslint-react/shared": "5.8.12", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", "compare-versions": "^6.1.1" @@ -5257,17 +5257,17 @@ } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.11.tgz", - "integrity": "sha512-RtddVAnkR5PcOSdHt65fOselKccmJJ4C0ytn58Fn+CKO7V/omDWSgPugLd2uShzd6dcUMPjXsv+BTMhyjwlScw==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.12.tgz", + "integrity": "sha512-fZAkopT2ZPcffR5R5RZgQZDaI8yQRsmF5kPiWzHjRmvRRh9C3qflHt7qw48+exeYQ2h5Jrh78x59q+hI7LlzwA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.11", - "@eslint-react/core": "5.8.11", - "@eslint-react/eslint": "5.8.11", - "@eslint-react/jsx": "5.8.11", - "@eslint-react/shared": "5.8.11", + "@eslint-react/ast": "5.8.12", + "@eslint-react/core": "5.8.12", + "@eslint-react/eslint": "5.8.12", + "@eslint-react/jsx": "5.8.12", + "@eslint-react/shared": "5.8.12", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1" }, @@ -5280,16 +5280,16 @@ } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.11.tgz", - "integrity": "sha512-KQZ/pAUPxEHNMSLwHWp9V/K8ui03elOtd6+LoSo+Dta+4fgIKcuuNkzq2cFDYyPx9qAk4n/dB3jEA6X3UnqRtg==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.12.tgz", + "integrity": "sha512-p3dksfTD51Eiyoa4U5mQRPTBnDi2YwuGMH5CORsmfTjCXZjKtdYjaJYq1lpA/+P1op0/nYe02+S7/zeZiwr7gg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.11", - "@eslint-react/core": "5.8.11", - "@eslint-react/eslint": "5.8.11", - "@eslint-react/var": "5.8.11", + "@eslint-react/ast": "5.8.12", + "@eslint-react/core": "5.8.12", + "@eslint-react/eslint": "5.8.12", + "@eslint-react/var": "5.8.12", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0" @@ -5303,17 +5303,17 @@ } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.11.tgz", - "integrity": "sha512-Frc7XXuc8xRwn0yL2VGF7QO9fB+WIHss1ftAYsotrDknXEGn91joS0V4l8uD9k1Yb8azjo7X1HVcB16QabamJw==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.12.tgz", + "integrity": "sha512-J1tltk4nKAusOUum7JAnmHPwo6H4PYk1ay9LKsVRpranXe8STpwLawJHWDZ0JCOCcGAEpn2Jn7ynsUMmy3z8iw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.11", - "@eslint-react/core": "5.8.11", - "@eslint-react/eslint": "5.8.11", - "@eslint-react/shared": "5.8.11", - "@eslint-react/var": "5.8.11", + "@eslint-react/ast": "5.8.12", + "@eslint-react/core": "5.8.12", + "@eslint-react/eslint": "5.8.12", + "@eslint-react/shared": "5.8.12", + "@eslint-react/var": "5.8.12", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1" }, @@ -5326,17 +5326,17 @@ } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.11.tgz", - "integrity": "sha512-O+9c+K/ZZqJoBP7iuP+aPjo4h7NlubedUaOgSeYlI+ldSLPwfofBHOJAvv54Tw+/LGq8Pya73+9U9T5uh31bOw==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.12.tgz", + "integrity": "sha512-mRLrIVulO/Gqj3Je3cWGo5D89aL4Ozyi+fAWKz2CyUeJIzQQOy6kDNYhP7jktwXE6rkTyk/ufSh8wnJdebA/Eg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.11", - "@eslint-react/core": "5.8.11", - "@eslint-react/eslint": "5.8.11", - "@eslint-react/shared": "5.8.11", - "@eslint-react/var": "5.8.11", + "@eslint-react/ast": "5.8.12", + "@eslint-react/core": "5.8.12", + "@eslint-react/eslint": "5.8.12", + "@eslint-react/shared": "5.8.12", + "@eslint-react/var": "5.8.12", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", "birecord": "^0.1.1", @@ -5351,18 +5351,18 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "5.8.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.11.tgz", - "integrity": "sha512-DDWALLzj0Haf0U+xy8Me1StcaYNa7XGQ60VzAnM6+e6KvecEzbBm5zxKYP8T8QpkMvUw7WKNON2TNasEYJUGvA==", + "version": "5.8.12", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.12.tgz", + "integrity": "sha512-uFfFjDeOGP5vOWG/4pT4dzOVUpEK11e23N7J6g0Ctdn4AUEUMB6dqtoIjXF6KLrQQfbF0y/O/YdUVFkPhsMLkg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.11", - "@eslint-react/core": "5.8.11", - "@eslint-react/eslint": "5.8.11", - "@eslint-react/jsx": "5.8.11", - "@eslint-react/shared": "5.8.11", - "@eslint-react/var": "5.8.11", + "@eslint-react/ast": "5.8.12", + "@eslint-react/core": "5.8.12", + "@eslint-react/eslint": "5.8.12", + "@eslint-react/jsx": "5.8.12", + "@eslint-react/shared": "5.8.12", + "@eslint-react/var": "5.8.12", "@typescript-eslint/scope-manager": "^8.60.1", "@typescript-eslint/type-utils": "^8.60.1", "@typescript-eslint/types": "^8.60.1", diff --git a/package.json b/package.json index 1859c3c006a..5314e52d3e0 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.11", + "@eslint-react/eslint-plugin": "5.8.12", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.7", "@tailwindcss/aspect-ratio": "0.4.2", From 50af835ea8ad3c6c19cdd9e1266f5aaea4b33257 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Mon, 8 Jun 2026 00:47:07 +0000 Subject: [PATCH 28/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/klone.yaml b/klone.yaml index 0679a78144b..39f0fedbb69 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf + repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf + repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf + repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf + repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf + repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: d9a39cc48d69a4395d6703fa55a2079ef3af8eaf + repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 55507f0406f..703dd68cb85 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -91,7 +91,7 @@ tools += azwi=v1.5.1 tools += kyverno=v1.18.1 # https://github.com/mikefarah/yq/releases # renovate: datasource=github-releases packageName=mikefarah/yq -tools += yq=v4.53.2 +tools += yq=v4.53.3 # https://github.com/ko-build/ko/releases # renovate: datasource=github-releases packageName=ko-build/ko tools += ko=0.18.1 @@ -605,10 +605,10 @@ $(DOWNLOAD_DIR)/tools/kyverno@$(KYVERNO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DO chmod +x $(outfile); \ rm -f $(outfile).tar.gz -yq_linux_amd64_SHA256SUM=d56bf5c6819e8e696340c312bd70f849dc1678a7cda9c2ad63eebd906371d56b -yq_linux_arm64_SHA256SUM=03061b2a50c7a498de2bbb92d7cb078ce433011f085a4994117c2726be4106ea -yq_darwin_amd64_SHA256SUM=616b0a0f6a5b79d746f05a169c2b9bb40dee00c605ef165b9a1c1681bba738ac -yq_darwin_arm64_SHA256SUM=541ba2287560df70f561955e2d7f7e1cd00cf2a15a884f6b5c87a4bfa887bc07 +yq_linux_amd64_SHA256SUM=fa52a4e758c63d38299163fbdd1edfb4c4963247918bf9c1c5d31d84789eded4 +yq_linux_arm64_SHA256SUM=578648e463a11c1b6db6010cbf41eafed6bee79466fcffa1bb446672cf7945ea +yq_darwin_amd64_SHA256SUM=b4ba1ecce3c47f00803f4f964de38394326c7a32eb6540616e04fb2935a0f08d +yq_darwin_arm64_SHA256SUM=877de31753a4dd2401aa048937aa9a7fc4d5f6ce858cf31508c5802954297213 .PRECIOUS: $(DOWNLOAD_DIR)/tools/yq@$(YQ_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/yq@$(YQ_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From 0e40c3a4bf471c24b67c9166ec98bbf297ad8915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Valais?= Date: Mon, 8 Jun 2026 13:09:19 +0200 Subject: [PATCH 29/58] Revert "Add NGTS issuer documentation" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maël Valais --- .spelling | 1 - content/docs/configuration/venafi.md | 94 ++-------------------------- 2 files changed, 4 insertions(+), 91 deletions(-) diff --git a/.spelling b/.spelling index 85085d83edd..82172deda88 100644 --- a/.spelling +++ b/.spelling @@ -503,7 +503,6 @@ namespace namespaced namespaces ndegory -ngts oauth2 OAuth observedGeneration diff --git a/content/docs/configuration/venafi.md b/content/docs/configuration/venafi.md index aff3c580dcc..39d8916cc0c 100644 --- a/content/docs/configuration/venafi.md +++ b/content/docs/configuration/venafi.md @@ -6,15 +6,13 @@ description: 'cert-manager configuration: CyberArk Issuers' ## Introduction The CyberArk `Issuer` obtains certificates from -[CyberArk Certificate Manager](https://www.cyberark.com/products/certificate-manager/) SaaS or Self-Hosted, -or from [Palo Alto Networks Next Generation Trust Services (NGTS)](https://www.paloaltonetworks.com/sase). +[CyberArk Certificate Manager](https://www.cyberark.com/products/certificate-manager/) SaaS or self-hosted. The `Issuer` was formerly known as the Venafi `Issuer`, and for backwards compatibility reasons is configured using older product names - "Venafi Cloud" corresponds to CyberArk Certificate Manager SaaS and "Venafi TPP" corresponds to CyberArk Certificate Manager Self-Hosted. -You can have multiple different `Issuer` types installed within the same -cluster, including mixtures of issuers configured to enroll from CyberArk -Certificate Manager SaaS, CyberArk Certificate Manager Self-Hosted, and Palo -Alto Networks NGTS. This allows you to be flexible in the +You can have multiple different CyberArk `Issuer` types installed within the same +cluster, including mixtures of issuers configured to enroll from the CyberArk +Certificate Manager SaaS and self-hosted. This allows you to be flexible in the deployment method that you prefer to use. Automated certificate renewal and management are provided for `Certificates` @@ -283,90 +281,6 @@ You are now ready to issue certificates using the newly provisioned CyberArk Read the [Requesting Certificates](../usage/certificate.md) document for more information on how to create Certificate resources. -## Creating an Issuer for Palo Alto Networks Next Generation Trust Services - -The CyberArk `Issuer` supports [Palo Alto Networks Next Generation Trust -Services (NGTS)](https://www.paloaltonetworks.com/sase), a cloud-native -certificate management platform. Authentication uses OAuth 2.0 Client -Credentials, so no API key or username/password is required. - -In order to set up an NGTS `Issuer`, you must first create a Kubernetes -`Secret` resource containing your OAuth 2.0 client credentials. The secret -must have the keys `client-id` and `client-secret`: - -```bash -$ kubectl create secret generic \ - ngts-credentials \ - --namespace='NAMESPACE OF YOUR ISSUER RESOURCE' \ - --from-literal=client-id='YOUR_CLIENT_ID' \ - --from-literal=client-secret='YOUR_CLIENT_SECRET' -``` - -> **Note**: If you are configuring your issuer as a `ClusterIssuer` resource in -> order to serve `Certificates` across your whole cluster, you must set the -> `--namespace` parameter to `cert-manager`, which is the default `Cluster -> Resource Namespace`. The `Cluster Resource Namespace` can be configured -> through the `--cluster-resource-namespace` flag on the cert-manager controller -> component. - -This secret will be used by cert-manager to obtain OAuth 2.0 access tokens -from the NGTS token endpoint on your behalf. - -Once the credentials `Secret` has been created, you can create your `Issuer` -or `ClusterIssuer` resource. If you are creating a `ClusterIssuer` resource, -you must change the `kind` field to `ClusterIssuer` and remove the -`metadata.namespace` field. - -The `zone` is the name of the Certificate Issuing Template (CIT) in NGTS that will be used to issue certificates. Unlike CyberArk Certificate Manager SaaS, NGTS does not use an Application prefix — the zone is just the CIT name. - -Save the below content after making your amendments to a file named -`issuer.yaml`. - -```yaml -apiVersion: cert-manager.io/v1 -kind: Issuer -metadata: - name: corp-issuer - namespace: -spec: - venafi: - zone: 'My CIT' # Set this to the name of your NGTS Certificate Issuing Template - ngts: - tsgID: '1234567890' # Your Tenant Service Group ID - credentialsRef: - name: ngts-credentials - # tokenEndpoint and url are optional; uncomment to override the defaults - # tokenEndpoint: https://auth.apps.paloaltonetworks.com/oauth2/access_token - # url: https://api.strata.paloaltonetworks.com/ngts -``` - -You can then create the `Issuer` using `kubectl create -f`. - -```bash -$ kubectl create -f issuer.yaml -``` - -Verify the `Issuer` has been initialized correctly using `kubectl describe`. - -```bash -$ kubectl describe issuer corp-issuer --namespace='NAMESPACE OF YOUR ISSUER RESOURCE' -``` - -You are now ready to issue certificates using the newly provisioned CyberArk -`Issuer` and Palo Alto Networks NGTS. - -Read the [Requesting Certificates](../usage/certificate.md) document for -more information on how to create Certificate resources. - -### NGTS field reference - -| Field | Required | Default | Description | -|-------|----------|---------|-------------| -| `tsgID` | Yes | — | Tenant Service Group ID, used to scope the OAuth 2.0 access token. | -| `credentialsRef.name` | Yes | — | Name of the Kubernetes `Secret` containing `client-id` and `client-secret`. | -| `tokenEndpoint` | No | `https://auth.apps.paloaltonetworks.com/oauth2/access_token` | OAuth 2.0 token endpoint URL used to obtain access tokens. | -| `url` | No | `https://api.strata.paloaltonetworks.com/ngts` | Base URL for the NGTS API endpoint. | - ## Issuer specific annotations ### Custom Fields From 5bd25482d5bea5db671649d7391b3b66633dd452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Valais?= Date: Mon, 8 Jun 2026 13:16:49 +0200 Subject: [PATCH 30/58] Revert "Add Venafi OAuth token metrics and AuthFailed condition docs" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maël Valais --- content/docs/devops-tips/prometheus-metrics.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/content/docs/devops-tips/prometheus-metrics.md b/content/docs/devops-tips/prometheus-metrics.md index b226335f2ca..3da0cb07835 100644 --- a/content/docs/devops-tips/prometheus-metrics.md +++ b/content/docs/devops-tips/prometheus-metrics.md @@ -179,17 +179,6 @@ Check the health of the cert-manager scrape targets on the Prometheus status pag ![](/docs/devops-tips/prometheus-metrics/prometheus-status-targets.png) -## Venafi metrics - -cert-manager exposes the following Prometheus metrics for Venafi OAuth token requests. These are emitted by the controller whenever a Venafi `Issuer` or `ClusterIssuer` authenticates against a TPP, Cloud, or Next-Gen Trust Security (NGTS) endpoint. - -| Metric | Type | Labels | Description | -|--------|------|--------|-------------| -| `certmanager_venafi_oauth_token_requests_total` | Counter | `status` (`success` \| `failure`) | Total number of Venafi OAuth token requests made by cert-manager. | -| `certmanager_venafi_oauth_token_request_duration_seconds` | Histogram | — | Duration of Venafi OAuth token requests. Buckets cover typical token-exchange latencies from 10ms to 30s. | - -These metrics can be used to alert on elevated token request failure rates or unexpected latency increases in the authentication flow. - ## Monitoring Mixin Monitoring mixins are a way to bundle common alerts, rules, and dashboards for an application in a configurable and extensible way, using the Jsonnet data templating language. A cert-manager monitoring mixin can be found here https://github.com/imusmanmalik/cert-manager-mixin. Documentation on usage can be found with the `cert-manager-mixin` project. From e1a0e390f484a8112a734f6fae4502d2ce9c960b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 17:50:26 +0000 Subject: [PATCH 31/58] chore(deps): update misc npm packages to v17.13.0 Signed-off-by: Renovate Bot --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88791f1da0c..169e6b6202d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "remark-preset-lint-consistent": "6.0.1", "remark-preset-lint-recommended": "7.0.1", "remark-toc": "9.0.0", - "stylelint": "17.12.0", + "stylelint": "17.13.0", "stylelint-config-standard": "40.0.0", "tailwindcss": "4.3.0" }, @@ -11058,9 +11058,9 @@ } }, "node_modules/stylelint": { - "version": "17.12.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.12.0.tgz", - "integrity": "sha512-KIlzWXMHUvgfPUR0R7TK3H80yCIi0uoivUwf+6Az4yrHJD1Q3c1qIkh/H5Z0i/K3QXgtq/UMEkWyBUSUwnpnOg==", + "version": "17.13.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.13.0.tgz", + "integrity": "sha512-G1WYzMerp7ihOaIe9VJCHLt12MoAD2QLf1AFerYP37+BCRBUK5UCpq8e/mN+zCIaJPKQcaxhE4WlPmqdiOx/gw==", "dev": true, "funding": [ { @@ -11074,9 +11074,9 @@ ], "license": "MIT", "dependencies": { - "@csstools/css-calc": "^3.2.0", + "@csstools/css-calc": "^3.2.1", "@csstools/css-parser-algorithms": "^4.0.0", - "@csstools/css-syntax-patches-for-csstree": "^1.1.3", + "@csstools/css-syntax-patches-for-csstree": "^1.1.4", "@csstools/css-tokenizer": "^4.0.0", "@csstools/media-query-list-parser": "^5.0.0", "@csstools/selector-resolve-nested": "^4.0.0", @@ -11100,7 +11100,7 @@ "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.5.14", + "postcss": "^8.5.15", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", diff --git a/package.json b/package.json index 5314e52d3e0..d114f6be99d 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "remark-preset-lint-consistent": "6.0.1", "remark-preset-lint-recommended": "7.0.1", "remark-toc": "9.0.0", - "stylelint": "17.12.0", + "stylelint": "17.13.0", "stylelint-config-standard": "40.0.0", "tailwindcss": "4.3.0" } From ab63f69fa3d24626c39ccf9988c069dc50e2513d Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Tue, 9 Jun 2026 20:22:17 +0200 Subject: [PATCH 32/58] Fix node/npm requirements in package.json Signed-off-by: Erik Godding Boye --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5314e52d3e0..267c1d32e6e 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ } ], "engines": { - "npm": ">=11.0.0", - "node": ">=24.0.0" + "npm": "11.x", + "node": "24.x" }, "scripts": { "dev": "next dev", From a186af290a9ab89cb7dc1a409cb5337fa2f042e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 19:54:46 +0000 Subject: [PATCH 33/58] chore(deps): lock file maintenance Signed-off-by: Renovate Bot --- package-lock.json | 174 +++++++++--------- scripts/gendocs/postprocess/package-lock.json | 12 +- 2 files changed, 93 insertions(+), 93 deletions(-) diff --git a/package-lock.json b/package-lock.json index 169e6b6202d..62239dc7a37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,8 +65,8 @@ "tailwindcss": "4.3.0" }, "engines": { - "node": ">=24.0.0", - "npm": ">=11.0.0" + "node": "24.x", + "npm": "11.x" } }, "node_modules/@algolia/abtesting": { @@ -1091,9 +1091,9 @@ } }, "node_modules/@csstools/css-syntax-patches-for-csstree": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.4.tgz", - "integrity": "sha512-wgsqt92b7C7tQhIdPNxj0n9zuUbQlvAuI1exyzeNrOKOi62SD7ren8zqszmpVREjAOqg8cD2FqYhQfAuKjk4sw==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.5.tgz", + "integrity": "sha512-oNjBvzLq2GPZtJphCjLqXow/cHySHSgtxvKZb7OqSZ/xHgw6NWNhfad+6AB9cLeVm6eA9d/qMll3JdEHjy6M+A==", "dev": true, "funding": [ { @@ -1219,9 +1219,9 @@ } }, "node_modules/@emnapi/runtime": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz", - "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.0.tgz", + "integrity": "sha512-55coeOFKHv1ywEcUXJtWU5f+Jr/W5tZDvZig8DLKSwUN1JpROQ4rk/SNOQiFWmaR/VKF4zuFyW1B8JduOSv6Pg==", "license": "MIT", "optional": true, "dependencies": { @@ -3241,12 +3241,12 @@ } }, "node_modules/@tanstack/react-virtual": { - "version": "3.13.26", - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.26.tgz", - "integrity": "sha512-DosdgjOxCLahkn0o+ilmZYwEjo1glfMGuRT/j3PQ18yr5XqA8N/BCaL9IJ3B5TRl+nnzyK2IOFgAILwzN3a9xQ==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.14.2.tgz", + "integrity": "sha512-IpWnmCLvuymRfeeLNVXIzNEYBFLpd3drVIS91sqV78VTZFyldlChkOocZRCPp1B+Wnk09bcLNme8WaMU/9/9bQ==", "license": "MIT", "dependencies": { - "@tanstack/virtual-core": "3.16.0" + "@tanstack/virtual-core": "3.17.0" }, "funding": { "type": "github", @@ -3258,9 +3258,9 @@ } }, "node_modules/@tanstack/virtual-core": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.16.0.tgz", - "integrity": "sha512-Er2N7q3WOiH6y2JLxsxNX+u2/sLqSsL0bxFgDjuiPiA7vKhZRm+IzcS17vRee3GNXr64UsesA5CAp9yTiIYw9A==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.17.0.tgz", + "integrity": "sha512-gOxY/hFkPh/XQYhnThBHzkbkX3Ed+z/iushyz+R+JAr213aXxUDgQoTgTdrDpBSRsjFM73P/KfUyWmaF9WHMkQ==", "license": "MIT", "funding": { "type": "github", @@ -3348,9 +3348,9 @@ } }, "node_modules/@types/mdx": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", - "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.14.tgz", + "integrity": "sha512-T48PeuJtvLosNTPVhfnIp3i/n3a4g4Bad7YCq5k64D4u7NwDrAotikQ+5+sjtUvBmxCMlbo3dVL+C2dP0rWHzg==", "license": "MIT" }, "node_modules/@types/ms": { @@ -3360,9 +3360,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.19.tgz", - "integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==", + "version": "22.19.20", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.20.tgz", + "integrity": "sha512-6tELRwSDYWW9EdZhbeZmYGZ1/7Djkt+Ah3/ScEYT9cDord7UJzasR/4D3VONg9tQI5CDp+/CZC1AXj2pCFOvpw==", "dev": true, "license": "MIT", "dependencies": { @@ -3376,9 +3376,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", - "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "license": "MIT", "peer": true, "dependencies": { @@ -3413,14 +3413,14 @@ "license": "MIT" }, "node_modules/@typescript-eslint/project-service": { - "version": "8.60.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.1.tgz", - "integrity": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==", + "version": "8.61.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.0.tgz", + "integrity": "sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.60.1", - "@typescript-eslint/types": "^8.60.1", + "@typescript-eslint/tsconfig-utils": "^8.61.0", + "@typescript-eslint/types": "^8.61.0", "debug": "^4.4.3" }, "engines": { @@ -3435,14 +3435,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.60.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz", - "integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==", + "version": "8.61.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.0.tgz", + "integrity": "sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.60.1", - "@typescript-eslint/visitor-keys": "8.60.1" + "@typescript-eslint/types": "8.61.0", + "@typescript-eslint/visitor-keys": "8.61.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3453,9 +3453,9 @@ } }, "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.60.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz", - "integrity": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==", + "version": "8.61.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.0.tgz", + "integrity": "sha512-O5Amvdv9ztMpxpf+vmFULGG78IE6Qwdr3bCGvqwG4nwc9H2qXkOYJJnRbRHyMkQTjv1d03olqwwwzHLMqpFePQ==", "dev": true, "license": "MIT", "engines": { @@ -3470,15 +3470,15 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.60.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz", - "integrity": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==", + "version": "8.61.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.61.0.tgz", + "integrity": "sha512-TuBiQYIkd97yBfInHCTKVYMbX4kvEmpOEuixIuzCU9p8BGT1SfyyO0d0IfDMbPIHcjn/hWnusUX5e8v5Xg+X8A==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.60.1", - "@typescript-eslint/typescript-estree": "8.60.1", - "@typescript-eslint/utils": "8.60.1", + "@typescript-eslint/types": "8.61.0", + "@typescript-eslint/typescript-estree": "8.61.0", + "@typescript-eslint/utils": "8.61.0", "debug": "^4.4.3", "ts-api-utils": "^2.5.0" }, @@ -3495,9 +3495,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.60.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz", - "integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==", + "version": "8.61.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.0.tgz", + "integrity": "sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==", "dev": true, "license": "MIT", "engines": { @@ -3509,16 +3509,16 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.60.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz", - "integrity": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==", + "version": "8.61.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.0.tgz", + "integrity": "sha512-42zatd5qSvvcV1JdDBCLxYRznvP4eIHpPoZXdkPFnAmanA4FuZ5dibSnCBggY8hQnqajPpoGjXFdZ7fIJKQnlA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/project-service": "8.60.1", - "@typescript-eslint/tsconfig-utils": "8.60.1", - "@typescript-eslint/types": "8.60.1", - "@typescript-eslint/visitor-keys": "8.60.1", + "@typescript-eslint/project-service": "8.61.0", + "@typescript-eslint/tsconfig-utils": "8.61.0", + "@typescript-eslint/types": "8.61.0", + "@typescript-eslint/visitor-keys": "8.61.0", "debug": "^4.4.3", "minimatch": "^10.2.2", "semver": "^7.7.3", @@ -3537,16 +3537,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.60.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.1.tgz", - "integrity": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==", + "version": "8.61.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.61.0.tgz", + "integrity": "sha512-3bzFt7ImFMW/jVYwJamDoe/dMOdFLSC6pom6rRjdh4SZJEYupyMzem8e7vKZLclLfpHjlwSAXOUxtKxGXUiLqA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.60.1", - "@typescript-eslint/types": "8.60.1", - "@typescript-eslint/typescript-estree": "8.60.1" + "@typescript-eslint/scope-manager": "8.61.0", + "@typescript-eslint/types": "8.61.0", + "@typescript-eslint/typescript-estree": "8.61.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3561,13 +3561,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.60.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz", - "integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==", + "version": "8.61.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.0.tgz", + "integrity": "sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.60.1", + "@typescript-eslint/types": "8.61.0", "eslint-visitor-keys": "^5.0.0" }, "engines": { @@ -3825,9 +3825,9 @@ } }, "node_modules/baseline-browser-mapping": { - "version": "2.10.33", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.33.tgz", - "integrity": "sha512-bA6+tcSLpz2tIEdDXZPpPTIuxBcC4+w6SieaYyfigIa4h8GlFxbA17v22Vx3JUtuZQj9SgOsnbK+aTBzyDyEuw==", + "version": "2.10.35", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.35.tgz", + "integrity": "sha512-honAfLBde0HAFLdNyBEfuuENkF6zR+ozxqxa/2zJKHBe1qzLqyTSeRKpdPEHAP03rlDGyQOPnCSxnVpVqQo9Mg==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.cjs" @@ -3941,9 +3941,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001793", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz", - "integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==", + "version": "1.0.30001797", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001797.tgz", + "integrity": "sha512-l8xKG+gwAIExZGl9FrF7KUwuOmk6wbEPC9Xoy/RtnWv1XG0Q4LFlagaLpUv3Kiza3W/wm27zy0yWJEieYKAP6w==", "funding": [ { "type": "opencollective", @@ -4387,9 +4387,9 @@ } }, "node_modules/cosmiconfig": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.1.tgz", - "integrity": "sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.2.tgz", + "integrity": "sha512-gtTZxTDau1wL7Y7zifc2dd8jHSK/k6BTx/2Xp/BpdlAdnlYWFVt7qhJqgwi7637yRwRQ3qL4ZidbB4I8tA5VOg==", "dev": true, "license": "MIT", "dependencies": { @@ -4948,9 +4948,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.22.1", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.22.1.tgz", - "integrity": "sha512-6QEuw3zoX1SJQc7b87aBXke/no+mG2bTBgw29gWMQonLmpEkWoCAVkl+M49e48AZlWzxiDzDZzYdp6kobcyLww==", + "version": "5.23.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.23.0.tgz", + "integrity": "sha512-yJN/BOOLxcOW2aQgeif9mSnaUB8KtvmMMp56oA1kx1CRfBKbhZm2pJ+NBY+3eOboHxix8lfjWpHE0Ei5U8RbSA==", "dev": true, "license": "MIT", "dependencies": { @@ -9300,9 +9300,9 @@ } }, "node_modules/property-information": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz", - "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz", + "integrity": "sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==", "license": "MIT", "funding": { "type": "github", @@ -10606,9 +10606,9 @@ } }, "node_modules/semver": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", - "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.3.tgz", + "integrity": "sha512-wnilbGyMxzbY7dNOl7jpKbLSjcfeweJWU5j4+u5qW+6/wuGD9KzIGOyZnQVSBM9E7DtWaaH3CyHkppYrKYoxwg==", "devOptional": true, "license": "ISC", "bin": { @@ -11275,9 +11275,9 @@ } }, "node_modules/stylelint/node_modules/postcss-selector-parser": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz", - "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.2.tgz", + "integrity": "sha512-Wjvt4scRFouioIInHf51IFNP4ltJ2EngJM+cZPGiqbKetBfmP3vpdPV8ID2S6JS6/jdo74N8+aEYH9lQr2C6sA==", "dev": true, "license": "MIT", "dependencies": { @@ -11701,9 +11701,9 @@ } }, "node_modules/undici": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.26.0.tgz", - "integrity": "sha512-3O9Tf67pGhgOv9jM35AbhkXAKi13f3oy3aE4CSgr+TckGeY+/iu97ZXN+J7DpHPzLbVApFd1IFhcnBjREYXYcg==", + "version": "7.27.2", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.27.2.tgz", + "integrity": "sha512-uZsKNuzQxDMUY6M3pIMvy5tvlGmtq8XJ2oLAkfRKGNu+1VQAIvLy2xIVG5ATZl5wDXl/tddByAWCizRbOme+TA==", "dev": true, "license": "MIT", "engines": { diff --git a/scripts/gendocs/postprocess/package-lock.json b/scripts/gendocs/postprocess/package-lock.json index 70a19edf9f7..df02e33af5b 100644 --- a/scripts/gendocs/postprocess/package-lock.json +++ b/scripts/gendocs/postprocess/package-lock.json @@ -87,9 +87,9 @@ } }, "node_modules/prettier": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", - "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", + "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", "bin": { "prettier": "bin/prettier.cjs" }, @@ -179,9 +179,9 @@ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" }, "prettier": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", - "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==" + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", + "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==" }, "section-matter": { "version": "1.0.0", From 6ab1b5307994e3734d885297c561930d21650893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:55:22 +0000 Subject: [PATCH 34/58] chore(deps): update dependency concurrently to v10 Signed-off-by: Renovate Bot --- package-lock.json | 289 ++++++++++++++-------------------------------- package.json | 2 +- 2 files changed, 86 insertions(+), 205 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62239dc7a37..d9041b3eda8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@tailwindcss/forms": "0.5.11", "@tailwindcss/postcss": "4.3.0", "@tailwindcss/typography": "0.5.19", - "concurrently": "9.2.1", + "concurrently": "10.0.3", "cspell": "10.0.1", "eslint": "10.4.1", "eslint-config-prettier": "10.1.8", @@ -3971,17 +3971,13 @@ } }, "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", + "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", "dev": true, "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, "engines": { - "node": ">=10" + "node": "^12.17.0 || ^14.13 || >=16.0.0" }, "funding": { "url": "https://github.com/chalk/chalk?sponsor=1" @@ -4003,32 +3999,6 @@ "url": "https://github.com/chalk/chalk-template?sponsor=1" } }, - "node_modules/chalk-template/node_modules/chalk": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/character-entities": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", @@ -4180,71 +4150,71 @@ "license": "MIT" }, "node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz", + "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==", "dev": true, "license": "ISC", "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" + "string-width": "^7.2.0", + "strip-ansi": "^7.1.0", + "wrap-ansi": "^9.0.0" }, "engines": { - "node": ">=12" + "node": ">=20" } }, - "node_modules/cliui/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/cliui/node_modules/ansi-styles": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", "dev": true, "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/cliui/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "node_modules/cliui/node_modules/emoji-regex": { + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } + "license": "MIT" }, - "node_modules/cliui/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/cliui/node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", "dev": true, "license": "MIT", "dependencies": { - "ansi-regex": "^5.0.1" + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/cliui/node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", + "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", "dev": true, "license": "MIT", "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://github.com/chalk/wrap-ansi?sponsor=1" @@ -4353,25 +4323,25 @@ } }, "node_modules/concurrently": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz", - "integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-10.0.3.tgz", + "integrity": "sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "4.1.2", + "chalk": "5.6.2", "rxjs": "7.8.2", - "shell-quote": "1.8.3", - "supports-color": "8.1.1", + "shell-quote": "1.8.4", + "supports-color": "10.2.2", "tree-kill": "1.2.2", - "yargs": "17.7.2" + "yargs": "18.0.0" }, "bin": { - "conc": "dist/bin/concurrently.js", - "concurrently": "dist/bin/concurrently.js" + "conc": "dist/bin/index.js", + "concurrently": "dist/bin/index.js" }, "engines": { - "node": ">=18" + "node": ">=22" }, "funding": { "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" @@ -4679,19 +4649,6 @@ "@cspell/cspell-types": "10.0.1" } }, - "node_modules/cspell/node_modules/chalk": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/css-functions-list": { "version": "3.3.3", "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.3.3.tgz", @@ -6130,16 +6087,6 @@ "node": ">=6.0" } }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/hashery": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.5.1.tgz", @@ -7219,19 +7166,6 @@ "markdown-link-check": "markdown-link-check" } }, - "node_modules/markdown-link-check/node_modules/chalk": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/markdown-link-extractor": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/markdown-link-extractor/-/markdown-link-extractor-4.0.3.tgz", @@ -10456,16 +10390,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/require-from-string": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", @@ -10687,9 +10611,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", "dev": true, "license": "MIT", "engines": { @@ -11289,16 +11213,13 @@ } }, "node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz", + "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==", "dev": true, "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://github.com/chalk/supports-color?sponsor=1" @@ -11334,19 +11255,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/supports-hyperlinks/node_modules/supports-color": { - "version": "10.2.2", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz", - "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/svg-tags": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", @@ -11771,19 +11679,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/unified-args/node_modules/chalk": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.17.0 || ^14.13 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/unified-engine": { "version": "11.2.2", "resolved": "https://registry.npmjs.org/unified-engine/-/unified-engine-11.2.2.tgz", @@ -12501,70 +12396,56 @@ } }, "node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz", + "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==", "dev": true, "license": "MIT", "dependencies": { - "cliui": "^8.0.1", + "cliui": "^9.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", + "string-width": "^7.2.0", "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" + "yargs-parser": "^22.0.0" }, "engines": { - "node": ">=12" + "node": "^20.19.0 || ^22.12.0 || >=23" } }, "node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz", + "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==", "dev": true, "license": "ISC", "engines": { - "node": ">=12" + "node": "^20.19.0 || ^22.12.0 || >=23" } }, - "node_modules/yargs/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/yargs/node_modules/emoji-regex": { + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz", + "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==", "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } + "license": "MIT" }, "node_modules/yargs/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", "dev": true, "license": "MIT", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=8" - } - }, - "node_modules/yargs/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" + "node": ">=18" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/yocto-queue": { diff --git a/package.json b/package.json index 97bbe048084..8b9fb656c6b 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@tailwindcss/forms": "0.5.11", "@tailwindcss/postcss": "4.3.0", "@tailwindcss/typography": "0.5.19", - "concurrently": "9.2.1", + "concurrently": "10.0.3", "cspell": "10.0.1", "eslint": "10.4.1", "eslint-config-prettier": "10.1.8", From 7f4530c10f0af623b76c4731738b32534425255a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:39:03 +0000 Subject: [PATCH 35/58] chore(deps): update misc npm packages Signed-off-by: Renovate Bot --- package-lock.json | 186 +++++++++++++++++++++++----------------------- package.json | 4 +- 2 files changed, 95 insertions(+), 95 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9041b3eda8..d41c29aa90c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,13 +36,13 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.12", + "@eslint-react/eslint-plugin": "5.8.16", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.7", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.11", "@tailwindcss/postcss": "4.3.0", - "@tailwindcss/typography": "0.5.19", + "@tailwindcss/typography": "0.5.20", "concurrently": "10.0.3", "cspell": "10.0.1", "eslint": "10.4.1", @@ -1258,9 +1258,9 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.12.tgz", - "integrity": "sha512-gqfh9F1LLhrbFid7ARCzXV1RZtQznIj4TYPMz60vrEWTYmB/pG2QRoQZVxsYBE+fCmykwxdubqHrG3oDxhF8Ew==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.16.tgz", + "integrity": "sha512-AhoKtOB1pFvh85Iu6JQUc+IwVZdSIIEfqOwq4BrQ/9pGmWig/QxB3c6sMnKJjJEk1dfIqocak9spRMgSEtPvfg==", "dev": true, "license": "MIT", "dependencies": { @@ -1278,17 +1278,17 @@ } }, "node_modules/@eslint-react/core": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.12.tgz", - "integrity": "sha512-sgAiLZfgwKaCbOC5d9IVfctDQoVDpD4/eHZb437e5KGuoV6RFtjdfJnpfOjBfKQjk0/9s1CrFyzM1yYLEZrUlg==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.16.tgz", + "integrity": "sha512-ZUIlaf0hxiYco2Mq9LRNgeRSQ5ez6dFqHhccrctTU38FcRsw6uTPWi9aQWy7GSLgikrGiX2UlI4RdXtPUEO/5w==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.12", - "@eslint-react/eslint": "5.8.12", - "@eslint-react/jsx": "5.8.12", - "@eslint-react/shared": "5.8.12", - "@eslint-react/var": "5.8.12", + "@eslint-react/ast": "5.8.16", + "@eslint-react/eslint": "5.8.16", + "@eslint-react/jsx": "5.8.16", + "@eslint-react/shared": "5.8.16", + "@eslint-react/var": "5.8.16", "@typescript-eslint/scope-manager": "^8.60.1", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", @@ -1303,9 +1303,9 @@ } }, "node_modules/@eslint-react/eslint": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.12.tgz", - "integrity": "sha512-iwlM6hz3CNXqYSJz1GN0XB6z/V6PyecuV77ilTxEv6SZmNYRllmCzydu/ZjKF2aCAtZOY6EmTzj3nvVJgOzwWQ==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.16.tgz", + "integrity": "sha512-iamh8HVVQJWWJTiS/ZK/N1vcXhVGyvO5OXmJsBghNnjsOHL/sXaHYwhTkzCkIo21bnFUAvdFqVex3/rjhf5eew==", "dev": true, "license": "MIT", "dependencies": { @@ -1320,19 +1320,19 @@ } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.12.tgz", - "integrity": "sha512-+2Vz4dE4x1pvztXGM4dsWi7Gqm5P4ZqbtveyucHpehwpxyJlFU30g+zyYnx/Yz0FUP/ScaLJcDqVWpvCiTjJUw==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.16.tgz", + "integrity": "sha512-IWjy9De4Xw5/zuf1S9oXlOMw+6JreFdvcf3ZhMkpWu26KNmTrtuD5YLEUA87WXnLDNxePVhVa14yy+hsqHGPdg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.8.12", - "eslint-plugin-react-dom": "5.8.12", - "eslint-plugin-react-jsx": "5.8.12", - "eslint-plugin-react-naming-convention": "5.8.12", - "eslint-plugin-react-rsc": "5.8.12", - "eslint-plugin-react-web-api": "5.8.12", - "eslint-plugin-react-x": "5.8.12" + "@eslint-react/shared": "5.8.16", + "eslint-plugin-react-dom": "5.8.16", + "eslint-plugin-react-jsx": "5.8.16", + "eslint-plugin-react-naming-convention": "5.8.16", + "eslint-plugin-react-rsc": "5.8.16", + "eslint-plugin-react-web-api": "5.8.16", + "eslint-plugin-react-x": "5.8.16" }, "engines": { "node": ">=22.0.0" @@ -1343,16 +1343,16 @@ } }, "node_modules/@eslint-react/jsx": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.12.tgz", - "integrity": "sha512-gSz/byutHqd7Ad8r/FtfyKqx+XG7d9Oqa08Y+IpzEEmGhiXTAKj0VhTwIQnbT0DaQ9vdTJlWWUbJ5XEZxsMk+w==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.16.tgz", + "integrity": "sha512-sR0J4zRAT6uZGPbYl2IvBm/7G7NNXpoLcCXMLh60hJdvZoq8zEpOQGDYVA9r0yFeZUXhbPimNjFVPBtdtEwSjQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.12", - "@eslint-react/eslint": "5.8.12", - "@eslint-react/shared": "5.8.12", - "@eslint-react/var": "5.8.12", + "@eslint-react/ast": "5.8.16", + "@eslint-react/eslint": "5.8.16", + "@eslint-react/shared": "5.8.16", + "@eslint-react/var": "5.8.16", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0" @@ -1366,13 +1366,13 @@ } }, "node_modules/@eslint-react/shared": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.12.tgz", - "integrity": "sha512-fNfN3WNWq9Vfz6ynPEOSCVRh+79j7wBlvoEHTCb7nNQzyUPOjf6KfJikSiqfgfthFY9We+luZFFpFvDppo+LiA==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.16.tgz", + "integrity": "sha512-Wz8GGck0S9o/+aryHZnrquovX+LOkAe+WtUdd9QqrW5rsMickAcc0c5xAD+Nuj4PBhv7Db4oPFAfXPmaW7UX4Q==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.8.12", + "@eslint-react/eslint": "5.8.16", "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0", "zod": "^3.25.0 || ^4.0.0" @@ -1386,14 +1386,14 @@ } }, "node_modules/@eslint-react/var": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.12.tgz", - "integrity": "sha512-sukcf7cRJxi+HoBssLUViLZ8DJWI7CLv1uTfNpWDGIQwJHi+HBVAppG5ymtE8liBprSb+oWlYK71sY/wTTzTUQ==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.16.tgz", + "integrity": "sha512-eRzLeTZgHvyufW2/R9p18BsWi1GuZ+2ugg2wa8Oi7YjZTJSJRwacvF3LNVscPI3Td6frK9BFiz7ECprmDh+fCA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.12", - "@eslint-react/eslint": "5.8.12", + "@eslint-react/ast": "5.8.16", + "@eslint-react/eslint": "5.8.16", "@typescript-eslint/scope-manager": "^8.60.1", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", @@ -3228,16 +3228,16 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", - "integrity": "sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==", + "version": "0.5.20", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.20.tgz", + "integrity": "sha512-hwbzQuNUfcPvbegQFatVPl/MY/tcM9KLl963hQ5laJKPh81TEZ1+dNG9PirGvcaDBkp+BCshExAyKVPW91dozw==", "dev": true, "license": "MIT", "dependencies": { "postcss-selector-parser": "6.0.10" }, "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1" + "tailwindcss": ">=3.0.0 || >=4.0.0 || insiders" } }, "node_modules/@tanstack/react-virtual": { @@ -5191,16 +5191,16 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.12.tgz", - "integrity": "sha512-bxeIPyJVGmjHpQs/2/Q5M6gzWjgBJKYhcla5lWurIj6G4UY0F27cHHDRU+xETzPGRXUS2JgPF9Lr6HyIauUIvQ==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.16.tgz", + "integrity": "sha512-vv3LfO8zGY4VamnQqXVxCZy+TdqqZq22eMnWP6IiFHHrtL3939mUpFXhsOZweqb8SPxoY2uCPzGTut/yENxz+g==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.12", - "@eslint-react/eslint": "5.8.12", - "@eslint-react/jsx": "5.8.12", - "@eslint-react/shared": "5.8.12", + "@eslint-react/ast": "5.8.16", + "@eslint-react/eslint": "5.8.16", + "@eslint-react/jsx": "5.8.16", + "@eslint-react/shared": "5.8.16", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", "compare-versions": "^6.1.1" @@ -5214,17 +5214,17 @@ } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.12.tgz", - "integrity": "sha512-fZAkopT2ZPcffR5R5RZgQZDaI8yQRsmF5kPiWzHjRmvRRh9C3qflHt7qw48+exeYQ2h5Jrh78x59q+hI7LlzwA==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.16.tgz", + "integrity": "sha512-wlBpikN7FUzvFaVZAOcUZFedram1JBkZvf6XMpmzBwDwkcuMTVzzfGIVyGZqPJcmwZUBodNly7o9ypo6V9O+9Q==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.12", - "@eslint-react/core": "5.8.12", - "@eslint-react/eslint": "5.8.12", - "@eslint-react/jsx": "5.8.12", - "@eslint-react/shared": "5.8.12", + "@eslint-react/ast": "5.8.16", + "@eslint-react/core": "5.8.16", + "@eslint-react/eslint": "5.8.16", + "@eslint-react/jsx": "5.8.16", + "@eslint-react/shared": "5.8.16", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1" }, @@ -5237,16 +5237,16 @@ } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.12.tgz", - "integrity": "sha512-p3dksfTD51Eiyoa4U5mQRPTBnDi2YwuGMH5CORsmfTjCXZjKtdYjaJYq1lpA/+P1op0/nYe02+S7/zeZiwr7gg==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.16.tgz", + "integrity": "sha512-mri2PNtkyz7S/6WInldnI9a4WICbRILUFapVzwPweddP7zARZQDeGjGINWG0uZ1h9Hvg3m28GkTZ5e0SJgLPrA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.12", - "@eslint-react/core": "5.8.12", - "@eslint-react/eslint": "5.8.12", - "@eslint-react/var": "5.8.12", + "@eslint-react/ast": "5.8.16", + "@eslint-react/core": "5.8.16", + "@eslint-react/eslint": "5.8.16", + "@eslint-react/var": "5.8.16", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", "ts-pattern": "^5.9.0" @@ -5260,17 +5260,17 @@ } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.12.tgz", - "integrity": "sha512-J1tltk4nKAusOUum7JAnmHPwo6H4PYk1ay9LKsVRpranXe8STpwLawJHWDZ0JCOCcGAEpn2Jn7ynsUMmy3z8iw==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.16.tgz", + "integrity": "sha512-O7wKxxwqY6C+TdcvlN1bhL0aRcOFMWCuFiyxKaHU+G4XBc8I3TbLTr2iiAX5HuEcG3/v8vwWE0wiyFMIued/rg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.12", - "@eslint-react/core": "5.8.12", - "@eslint-react/eslint": "5.8.12", - "@eslint-react/shared": "5.8.12", - "@eslint-react/var": "5.8.12", + "@eslint-react/ast": "5.8.16", + "@eslint-react/core": "5.8.16", + "@eslint-react/eslint": "5.8.16", + "@eslint-react/shared": "5.8.16", + "@eslint-react/var": "5.8.16", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1" }, @@ -5283,17 +5283,17 @@ } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.12.tgz", - "integrity": "sha512-mRLrIVulO/Gqj3Je3cWGo5D89aL4Ozyi+fAWKz2CyUeJIzQQOy6kDNYhP7jktwXE6rkTyk/ufSh8wnJdebA/Eg==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.16.tgz", + "integrity": "sha512-qyPmCZlYpAB0WwVvqVXPjzmmdjygCvQbp+GwaJJjbzhB5X+5KJQj4bDoFEH3iDJjWnG2vEtLnlW111KJ4sAjlA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.12", - "@eslint-react/core": "5.8.12", - "@eslint-react/eslint": "5.8.12", - "@eslint-react/shared": "5.8.12", - "@eslint-react/var": "5.8.12", + "@eslint-react/ast": "5.8.16", + "@eslint-react/core": "5.8.16", + "@eslint-react/eslint": "5.8.16", + "@eslint-react/shared": "5.8.16", + "@eslint-react/var": "5.8.16", "@typescript-eslint/types": "^8.60.1", "@typescript-eslint/utils": "^8.60.1", "birecord": "^0.1.1", @@ -5308,18 +5308,18 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "5.8.12", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.12.tgz", - "integrity": "sha512-uFfFjDeOGP5vOWG/4pT4dzOVUpEK11e23N7J6g0Ctdn4AUEUMB6dqtoIjXF6KLrQQfbF0y/O/YdUVFkPhsMLkg==", + "version": "5.8.16", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.16.tgz", + "integrity": "sha512-TRDIxIGezZaveR8MufJvpcZbrs8zCN30X4TKm/C5Ua1UqC4TCvX1HYCYZ3b8FzDefnI4C+5pOjFK3tyZ9PTZvQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.12", - "@eslint-react/core": "5.8.12", - "@eslint-react/eslint": "5.8.12", - "@eslint-react/jsx": "5.8.12", - "@eslint-react/shared": "5.8.12", - "@eslint-react/var": "5.8.12", + "@eslint-react/ast": "5.8.16", + "@eslint-react/core": "5.8.16", + "@eslint-react/eslint": "5.8.16", + "@eslint-react/jsx": "5.8.16", + "@eslint-react/shared": "5.8.16", + "@eslint-react/var": "5.8.16", "@typescript-eslint/scope-manager": "^8.60.1", "@typescript-eslint/type-utils": "^8.60.1", "@typescript-eslint/types": "^8.60.1", diff --git a/package.json b/package.json index 8b9fb656c6b..5bdc3b4c989 100644 --- a/package.json +++ b/package.json @@ -83,13 +83,13 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.12", + "@eslint-react/eslint-plugin": "5.8.16", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.7", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.11", "@tailwindcss/postcss": "4.3.0", - "@tailwindcss/typography": "0.5.19", + "@tailwindcss/typography": "0.5.20", "concurrently": "10.0.3", "cspell": "10.0.1", "eslint": "10.4.1", From fd6cc48eebf130b4771ccbbe1b3656d378f56e82 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Fri, 12 Jun 2026 10:12:28 +0000 Subject: [PATCH 36/58] Delay cert-manager 1.21 release by 1 week Move the planned release date for cert-manager 1.21 from Jun 24 to Jul 01, 2026, as agreed in the weekly meeting on 2026-06-11. Co-Authored-By: Claude Signed-off-by: Richard Wall --- content/docs/releases/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/releases/README.md b/content/docs/releases/README.md index 67478f6de5d..d2e637fa22a 100644 --- a/content/docs/releases/README.md +++ b/content/docs/releases/README.md @@ -28,7 +28,7 @@ should be stable enough to run. | Release | Release Date | End of Life | [Supported Kubernetes / OpenShift Versions][s] | [Tested Kubernetes Versions][test] | |:--------:|:------------:|:---------------:|:----------------------------------------------:|:----------------------------------:| -| 1.21 | Jun 24, 2026 | Release of 1.23 | 1.33 → 1.36 / 4.20 → 4.22 | 1.33 → 1.36 | +| 1.21 | Jul 01, 2026 | Release of 1.23 | 1.33 → 1.36 / 4.20 → 4.22 | 1.33 → 1.36 | Dates in the future are not firm commitments and are subject to change. From 146226e486726bb79939b3577da2454327a83360 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:27:15 +0000 Subject: [PATCH 37/58] fix(deps): update misc npm packages Signed-off-by: Renovate Bot --- package-lock.json | 340 +++++++++++++++++++++++----------------------- package.json | 8 +- 2 files changed, 174 insertions(+), 174 deletions(-) diff --git a/package-lock.json b/package-lock.json index d41c29aa90c..8ad50f69c1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@headlessui/react": "2.2.10", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", - "@next/mdx": "16.2.7", + "@next/mdx": "16.2.9", "classnames": "2.5.1", "compare-versions": "6.1.1", "copy-to-clipboard": "^3.3.3", @@ -36,9 +36,9 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.16", + "@eslint-react/eslint-plugin": "5.8.17", "@eslint/js": "10.0.1", - "@next/eslint-plugin-next": "16.2.7", + "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.11", "@tailwindcss/postcss": "4.3.0", @@ -53,7 +53,7 @@ "markdown-link-check": "3.14.2", "next-sitemap": "4.2.3", "postcss": "8.5.15", - "prettier": "3.8.3", + "prettier": "3.8.4", "remark-cli": "12.0.1", "remark-code-import": "1.2.0", "remark-lint": "10.0.1", @@ -1258,15 +1258,15 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.16.tgz", - "integrity": "sha512-AhoKtOB1pFvh85Iu6JQUc+IwVZdSIIEfqOwq4BrQ/9pGmWig/QxB3c6sMnKJjJEk1dfIqocak9spRMgSEtPvfg==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.17.tgz", + "integrity": "sha512-Uiwo4otiYF+gtpPCjd2631IKo5nq9tB/ejd15i1TbYRrZYM46EbgaZbrdJyFu/34BQDZwTmAPv7pNg4fwO6cPQ==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/typescript-estree": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/typescript-estree": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0", "string-ts": "^2.3.1" }, "engines": { @@ -1278,20 +1278,20 @@ } }, "node_modules/@eslint-react/core": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.16.tgz", - "integrity": "sha512-ZUIlaf0hxiYco2Mq9LRNgeRSQ5ez6dFqHhccrctTU38FcRsw6uTPWi9aQWy7GSLgikrGiX2UlI4RdXtPUEO/5w==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.17.tgz", + "integrity": "sha512-S9a2oaqs72o0OqBIilaiONX1x8RexBw/MXGOuWT9ZZNju0HDhS5mFhLfzkUXuc5xfM2EKJAWUCeHF5cJEnicHQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.16", - "@eslint-react/eslint": "5.8.16", - "@eslint-react/jsx": "5.8.16", - "@eslint-react/shared": "5.8.16", - "@eslint-react/var": "5.8.16", - "@typescript-eslint/scope-manager": "^8.60.1", - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1", + "@eslint-react/ast": "5.8.17", + "@eslint-react/eslint": "5.8.17", + "@eslint-react/jsx": "5.8.17", + "@eslint-react/shared": "5.8.17", + "@eslint-react/var": "5.8.17", + "@typescript-eslint/scope-manager": "^8.61.0", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0" }, "engines": { @@ -1303,13 +1303,13 @@ } }, "node_modules/@eslint-react/eslint": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.16.tgz", - "integrity": "sha512-iamh8HVVQJWWJTiS/ZK/N1vcXhVGyvO5OXmJsBghNnjsOHL/sXaHYwhTkzCkIo21bnFUAvdFqVex3/rjhf5eew==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.17.tgz", + "integrity": "sha512-SCwTtq8hkZ+vN1hC+LrdNjbixonA/h/A9QmgYUHDBJHg57MXg+ZJQu65HMLqsnyHrJy4FkpzxfUDYv2HN8ty/Q==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.60.1" + "@typescript-eslint/utils": "^8.61.0" }, "engines": { "node": ">=22.0.0" @@ -1320,19 +1320,19 @@ } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.16.tgz", - "integrity": "sha512-IWjy9De4Xw5/zuf1S9oXlOMw+6JreFdvcf3ZhMkpWu26KNmTrtuD5YLEUA87WXnLDNxePVhVa14yy+hsqHGPdg==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.17.tgz", + "integrity": "sha512-CRc8R8zPBW3EIALxnA9q8ocTavaaeR0Jcy5MqCUm24OJ05aVo6OTlyZMB7hcGNt1f6pbdG/H5/qkvxT2UTO3xQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.8.16", - "eslint-plugin-react-dom": "5.8.16", - "eslint-plugin-react-jsx": "5.8.16", - "eslint-plugin-react-naming-convention": "5.8.16", - "eslint-plugin-react-rsc": "5.8.16", - "eslint-plugin-react-web-api": "5.8.16", - "eslint-plugin-react-x": "5.8.16" + "@eslint-react/shared": "5.8.17", + "eslint-plugin-react-dom": "5.8.17", + "eslint-plugin-react-jsx": "5.8.17", + "eslint-plugin-react-naming-convention": "5.8.17", + "eslint-plugin-react-rsc": "5.8.17", + "eslint-plugin-react-web-api": "5.8.17", + "eslint-plugin-react-x": "5.8.17" }, "engines": { "node": ">=22.0.0" @@ -1343,18 +1343,18 @@ } }, "node_modules/@eslint-react/jsx": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.16.tgz", - "integrity": "sha512-sR0J4zRAT6uZGPbYl2IvBm/7G7NNXpoLcCXMLh60hJdvZoq8zEpOQGDYVA9r0yFeZUXhbPimNjFVPBtdtEwSjQ==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.17.tgz", + "integrity": "sha512-dS5XufYvUawwiox2uhUX3NNe7DFvRwduywij1DkWeHZ/MGBo3b2TVx0+ajBQhxxrnrouhfxyj1xvsOs7g7u2xQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.16", - "@eslint-react/eslint": "5.8.16", - "@eslint-react/shared": "5.8.16", - "@eslint-react/var": "5.8.16", - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1", + "@eslint-react/ast": "5.8.17", + "@eslint-react/eslint": "5.8.17", + "@eslint-react/shared": "5.8.17", + "@eslint-react/var": "5.8.17", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0" }, "engines": { @@ -1366,14 +1366,14 @@ } }, "node_modules/@eslint-react/shared": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.16.tgz", - "integrity": "sha512-Wz8GGck0S9o/+aryHZnrquovX+LOkAe+WtUdd9QqrW5rsMickAcc0c5xAD+Nuj4PBhv7Db4oPFAfXPmaW7UX4Q==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.17.tgz", + "integrity": "sha512-H1EFkvB9DlDs3GyimcjcjFnTf2YrUZHSMjdzi9GJMI++JyxwRJMk74Pavh1NHOnN8i5OGO3hxBq3P/HCPbsGDA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.8.16", - "@typescript-eslint/utils": "^8.60.1", + "@eslint-react/eslint": "5.8.17", + "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0", "zod": "^3.25.0 || ^4.0.0" }, @@ -1386,17 +1386,17 @@ } }, "node_modules/@eslint-react/var": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.16.tgz", - "integrity": "sha512-eRzLeTZgHvyufW2/R9p18BsWi1GuZ+2ugg2wa8Oi7YjZTJSJRwacvF3LNVscPI3Td6frK9BFiz7ECprmDh+fCA==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.17.tgz", + "integrity": "sha512-eo4FLnTl5lOKlh4mdJzZF2X7VBFUMQzvEC7VqKQWOZKSKxJqWxBb5c3/PkCkixxLQR0uGgvYz7cH6SNpEIxQbg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.16", - "@eslint-react/eslint": "5.8.16", - "@typescript-eslint/scope-manager": "^8.60.1", - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1", + "@eslint-react/ast": "5.8.17", + "@eslint-react/eslint": "5.8.17", + "@typescript-eslint/scope-manager": "^8.61.0", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0" }, "engines": { @@ -2350,15 +2350,15 @@ } }, "node_modules/@next/env": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.7.tgz", - "integrity": "sha512-tMJizPlj6ZYpBMMdK8S0LJufrP4QTdR6pcv9KQ/bVETPAmg0j1mlHE9G2c38UyGHxoBapgwuj7XjbGJ2RcDFOg==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.9.tgz", + "integrity": "sha512-ki5VxxXfzD/9TDe13wyeTKIjQTAwBVpnr8KhRDUr8ltMUq1/NBpWNT5tiPoxiGl+PHM4X2ahSOiPk6iAimIzPg==", "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.7.tgz", - "integrity": "sha512-VbS+QgMHqvIDMTIqD2xMBKK1otIpdAUKA8VLHFwR9h6OfU/mOm7w/69nQcvdmI8hCk99Wr2AsGLn/PJ/tMHw1w==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.2.9.tgz", + "integrity": "sha512-UZi8+YT/MLgTC9nrrn2Xd4lBYv1B7lVmtWHfPcthAI5Tt/C1LuDe6DfmtCtJ+WQod3ksY4VrKSvk3oMVAnL7qw==", "dev": true, "license": "MIT", "dependencies": { @@ -2366,9 +2366,9 @@ } }, "node_modules/@next/mdx": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-16.2.7.tgz", - "integrity": "sha512-4RmM0KISxvfHr37/cn9TAGD2oy1nvTQ+ycgknz2xpd8IrY980N7XDU3CXhfKOXPhIVgbshxFF9HQEQC32ZVa9A==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/mdx/-/mdx-16.2.9.tgz", + "integrity": "sha512-SdweShKGCuN639JjyFSMQ8uldo+I+254+HucpjwdbFfaWHqUNN6dnQ1Of6laahnFyo48CcfDXEc2OBCS/Wfngw==", "license": "MIT", "dependencies": { "source-map": "^0.7.0" @@ -2387,9 +2387,9 @@ } }, "node_modules/@next/swc-darwin-arm64": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.7.tgz", - "integrity": "sha512-vm1EDI/pVaBNNiychmxk3fft+OhQPVD9cIM/tReLZIQ3TfQ4kqI9DwKk00dzuS1ulC7icbrzCFrmRRlk9PfNdw==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.9.tgz", + "integrity": "sha512-HkfxNYUCmcct0Xsqib5KxqMSHV4AHJq857BNRchyBDs4YS19aHzVfn1kDuBYKqLLQBjXgnkIsjV2Kd4d2wzYhw==", "cpu": [ "arm64" ], @@ -2403,9 +2403,9 @@ } }, "node_modules/@next/swc-darwin-x64": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.7.tgz", - "integrity": "sha512-O3IRSv1ZBL1zs0WrIgefTEcTKFVn+ryxBNe54erJ6KsD+2f/Mmt7g2jOYh8PSBdUwPtKQJuCsTMlZ7tIu2AcsQ==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.9.tgz", + "integrity": "sha512-7IAtK4MeybpqRV9GRABWEhJ62mOS+rzWOzOTFie4cSEtm12xsoOMJRcECoZx3FHPzFAqN/IJtHqWAFOLfl152w==", "cpu": [ "x64" ], @@ -2419,9 +2419,9 @@ } }, "node_modules/@next/swc-linux-arm64-gnu": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.7.tgz", - "integrity": "sha512-Re6PZtjBDd0aMU+VcZcC/PrIvj4WhrjDYtMhhCVQamWN4L90EVP0pcEOBQD25prSlw7OzNw5QpHLWMilRLsRNw==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.9.tgz", + "integrity": "sha512-hBD75iWpUtkL9SmQmcRhmLomn9jgkPzCEkbOcLgHymPEKzv+6ONy13RRiIEz/iEObjkS2Jlb5gYS2XGoS3X4rw==", "cpu": [ "arm64" ], @@ -2438,9 +2438,9 @@ } }, "node_modules/@next/swc-linux-arm64-musl": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.7.tgz", - "integrity": "sha512-qyogG9QtBzWxgJfeGBvOEHI3851gTfCF3wLZ5RDLTBJGAmE9p1qDwKCOdrBrvBzRvYDT+gUDp72pzlSEfAXgNA==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.9.tgz", + "integrity": "sha512-qZTI3pf9SGc/obr8NkQAekBxmp1QK+kVm+VAf3BALLfFAj+1kUhkTxmrWpVos9R/UYIA8AWX2p6cGI5WdwzVUA==", "cpu": [ "arm64" ], @@ -2457,9 +2457,9 @@ } }, "node_modules/@next/swc-linux-x64-gnu": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.7.tgz", - "integrity": "sha512-Vhe4ZDuBpmMogrGi5D4R2Kq4JAQlj6+wvgaFYy31zfES0zPmt6TLA+cuYpM/OLrPZjo2MYQTHVqNUSCR6+fDZQ==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.9.tgz", + "integrity": "sha512-xm0HfRNX+UkH4R3c18ynswjj5o5uEj/7iI9p9omdtTSIsRCzQqkGMA+10nzJ4EHnYC3as65IMhbbl5fWRUWHYg==", "cpu": [ "x64" ], @@ -2476,9 +2476,9 @@ } }, "node_modules/@next/swc-linux-x64-musl": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.7.tgz", - "integrity": "sha512-srvian89JahFLw1YLBEuhvPJ0DO5lpUeJQMXy4xYo7g628ZlNgXdNkqoxSAv9OYrBfByh6vxISMwW/mRbzCY+g==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.9.tgz", + "integrity": "sha512-QumimHkGEG6vM3PfEDWKyKen03NcqLOkeKB1EfcPe7VxzmEiCa4jNnMyBn/US5zcd/VE1CI+O8Ovb3lfjVHfGw==", "cpu": [ "x64" ], @@ -2495,9 +2495,9 @@ } }, "node_modules/@next/swc-win32-arm64-msvc": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.7.tgz", - "integrity": "sha512-GX3wvLpULFuRFJzwHaKfm7QZJ18F4ZSuxlPJ96BoBglCzBmdSjyeBKF+ZhWhvL/ckxNfLnNa7bsObO2ipYpszw==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.9.tgz", + "integrity": "sha512-hzQpKZvw8rAwI6A2uQh6SacCSvNAXaIkPNsWwzqqfRiIMiXMfH936skDhz1OO6KpvdKkJrgHHtqQOq5PIXOvdQ==", "cpu": [ "arm64" ], @@ -2511,9 +2511,9 @@ } }, "node_modules/@next/swc-win32-x64-msvc": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.7.tgz", - "integrity": "sha512-J4WlM72NMk076Qsg0jTdK3SNXatlSdnjW7L7oNGLst1tAGjHrJh/FYi+pw9wyIjEtGRKDNzD0zuiY16oWYWVaw==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.9.tgz", + "integrity": "sha512-qr2VL3Ce5QrwgO2yh1ujSBawrimjVKX8FGF/cOynmdYKJY0BdHpGVNIRK1tqONB10Vkm25Ub1BD2bkjWs4+96w==", "cpu": [ "x64" ], @@ -5191,18 +5191,18 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.16.tgz", - "integrity": "sha512-vv3LfO8zGY4VamnQqXVxCZy+TdqqZq22eMnWP6IiFHHrtL3939mUpFXhsOZweqb8SPxoY2uCPzGTut/yENxz+g==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.17.tgz", + "integrity": "sha512-/q1bhyaTp3WlpGsOZK87IgucZhWluqPP5s4ognbMKiNwUNAbqSGJGTIgQcCiZCL6g4LCf4YOT2EWcb7cDemcTQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.16", - "@eslint-react/eslint": "5.8.16", - "@eslint-react/jsx": "5.8.16", - "@eslint-react/shared": "5.8.16", - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1", + "@eslint-react/ast": "5.8.17", + "@eslint-react/eslint": "5.8.17", + "@eslint-react/jsx": "5.8.17", + "@eslint-react/shared": "5.8.17", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0", "compare-versions": "^6.1.1" }, "engines": { @@ -5214,19 +5214,19 @@ } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.16.tgz", - "integrity": "sha512-wlBpikN7FUzvFaVZAOcUZFedram1JBkZvf6XMpmzBwDwkcuMTVzzfGIVyGZqPJcmwZUBodNly7o9ypo6V9O+9Q==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.17.tgz", + "integrity": "sha512-BSxPkmpkNhpwXR6HTZTbEpqxSyIEVUwiBmD/LYMugyUpnNcVR4D6lsXFAIBJk53/3Xj+lsAdqAp/iM/cXfo2EA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.16", - "@eslint-react/core": "5.8.16", - "@eslint-react/eslint": "5.8.16", - "@eslint-react/jsx": "5.8.16", - "@eslint-react/shared": "5.8.16", - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1" + "@eslint-react/ast": "5.8.17", + "@eslint-react/core": "5.8.17", + "@eslint-react/eslint": "5.8.17", + "@eslint-react/jsx": "5.8.17", + "@eslint-react/shared": "5.8.17", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0" }, "engines": { "node": ">=22.0.0" @@ -5237,18 +5237,18 @@ } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.16.tgz", - "integrity": "sha512-mri2PNtkyz7S/6WInldnI9a4WICbRILUFapVzwPweddP7zARZQDeGjGINWG0uZ1h9Hvg3m28GkTZ5e0SJgLPrA==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.17.tgz", + "integrity": "sha512-nwl2Dzc6MkVAdMpr0lLN/krlXOuAxSY7WWGRcjyQUfeld+zhsLhZzecatXBwhbMuRyyQUK+iyweGgT37RTjpwQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.16", - "@eslint-react/core": "5.8.16", - "@eslint-react/eslint": "5.8.16", - "@eslint-react/var": "5.8.16", - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1", + "@eslint-react/ast": "5.8.17", + "@eslint-react/core": "5.8.17", + "@eslint-react/eslint": "5.8.17", + "@eslint-react/var": "5.8.17", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0" }, "engines": { @@ -5260,19 +5260,19 @@ } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.16.tgz", - "integrity": "sha512-O7wKxxwqY6C+TdcvlN1bhL0aRcOFMWCuFiyxKaHU+G4XBc8I3TbLTr2iiAX5HuEcG3/v8vwWE0wiyFMIued/rg==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.17.tgz", + "integrity": "sha512-w/4e5GbQWvrvbEJwn99iMd8rNyPz11arcLChptWiv0bFZ1mUTYk3//Xw5poNF1oo9RCVDhFBPL3/D74aQ4ev6g==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.16", - "@eslint-react/core": "5.8.16", - "@eslint-react/eslint": "5.8.16", - "@eslint-react/shared": "5.8.16", - "@eslint-react/var": "5.8.16", - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1" + "@eslint-react/ast": "5.8.17", + "@eslint-react/core": "5.8.17", + "@eslint-react/eslint": "5.8.17", + "@eslint-react/shared": "5.8.17", + "@eslint-react/var": "5.8.17", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0" }, "engines": { "node": ">=22.0.0" @@ -5283,19 +5283,19 @@ } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.16.tgz", - "integrity": "sha512-qyPmCZlYpAB0WwVvqVXPjzmmdjygCvQbp+GwaJJjbzhB5X+5KJQj4bDoFEH3iDJjWnG2vEtLnlW111KJ4sAjlA==", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.17.tgz", + "integrity": "sha512-d7uZrXxepncDAhNiTVnGm46Qm2jIVaWRsXWxjO6CrcN2vzEBh5APuZewwxMksiV4Cui+zt+AwcV2GcmVW4Mt2A==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.16", - "@eslint-react/core": "5.8.16", - "@eslint-react/eslint": "5.8.16", - "@eslint-react/shared": "5.8.16", - "@eslint-react/var": "5.8.16", - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1", + "@eslint-react/ast": "5.8.17", + "@eslint-react/core": "5.8.17", + "@eslint-react/eslint": "5.8.17", + "@eslint-react/shared": "5.8.17", + "@eslint-react/var": "5.8.17", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0", "birecord": "^0.1.1", "ts-pattern": "^5.9.0" }, @@ -5308,23 +5308,23 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "5.8.16", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.16.tgz", - "integrity": "sha512-TRDIxIGezZaveR8MufJvpcZbrs8zCN30X4TKm/C5Ua1UqC4TCvX1HYCYZ3b8FzDefnI4C+5pOjFK3tyZ9PTZvQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "5.8.16", - "@eslint-react/core": "5.8.16", - "@eslint-react/eslint": "5.8.16", - "@eslint-react/jsx": "5.8.16", - "@eslint-react/shared": "5.8.16", - "@eslint-react/var": "5.8.16", - "@typescript-eslint/scope-manager": "^8.60.1", - "@typescript-eslint/type-utils": "^8.60.1", - "@typescript-eslint/types": "^8.60.1", - "@typescript-eslint/typescript-estree": "^8.60.1", - "@typescript-eslint/utils": "^8.60.1", + "version": "5.8.17", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.17.tgz", + "integrity": "sha512-bZ1MtPKDOrGEMmq73S9RddS+eRp5BkTY5ZlHCkZAs4JC3goLY49Z4RyOFD+56cRHSJXBlM5nCWK7pTjHh9gs+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "5.8.17", + "@eslint-react/core": "5.8.17", + "@eslint-react/eslint": "5.8.17", + "@eslint-react/jsx": "5.8.17", + "@eslint-react/shared": "5.8.17", + "@eslint-react/var": "5.8.17", + "@typescript-eslint/scope-manager": "^8.61.0", + "@typescript-eslint/type-utils": "^8.61.0", + "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/typescript-estree": "^8.61.0", + "@typescript-eslint/utils": "^8.61.0", "compare-versions": "^6.1.1", "string-ts": "^2.3.1", "ts-api-utils": "^2.5.0", @@ -8493,12 +8493,12 @@ } }, "node_modules/next": { - "version": "16.2.7", - "resolved": "https://registry.npmjs.org/next/-/next-16.2.7.tgz", - "integrity": "sha512-eMJxgjRzBaj3olkP4cBamHDXL79A8FC6u1GcsO1D1Tsx8bw/LLXUJCaoajVxtnhD3A1IJqIT8IcRJjgBIPJq4w==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/next/-/next-16.2.9.tgz", + "integrity": "sha512-MEOJiq/UvuezAdqVSceHbqDgZt1kDw2tpGVOlsdIoJsQdbN2JY2hpVG4xnXGkbdJUOEWhnRfiu/O4Hpc9Juwww==", "license": "MIT", "dependencies": { - "@next/env": "16.2.7", + "@next/env": "16.2.9", "@swc/helpers": "0.5.15", "baseline-browser-mapping": "^2.9.19", "caniuse-lite": "^1.0.30001579", @@ -8512,14 +8512,14 @@ "node": ">=20.9.0" }, "optionalDependencies": { - "@next/swc-darwin-arm64": "16.2.7", - "@next/swc-darwin-x64": "16.2.7", - "@next/swc-linux-arm64-gnu": "16.2.7", - "@next/swc-linux-arm64-musl": "16.2.7", - "@next/swc-linux-x64-gnu": "16.2.7", - "@next/swc-linux-x64-musl": "16.2.7", - "@next/swc-win32-arm64-msvc": "16.2.7", - "@next/swc-win32-x64-msvc": "16.2.7", + "@next/swc-darwin-arm64": "16.2.9", + "@next/swc-darwin-x64": "16.2.9", + "@next/swc-linux-arm64-gnu": "16.2.9", + "@next/swc-linux-arm64-musl": "16.2.9", + "@next/swc-linux-x64-gnu": "16.2.9", + "@next/swc-linux-x64-musl": "16.2.9", + "@next/swc-win32-arm64-msvc": "16.2.9", + "@next/swc-win32-x64-msvc": "16.2.9", "sharp": "^0.34.5" }, "peerDependencies": { @@ -9144,9 +9144,9 @@ } }, "node_modules/prettier": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz", - "integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", + "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 5bdc3b4c989..64af7bd50b4 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@headlessui/react": "2.2.10", "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", - "@next/mdx": "16.2.7", + "@next/mdx": "16.2.9", "classnames": "2.5.1", "compare-versions": "6.1.1", "copy-to-clipboard": "^3.3.3", @@ -83,9 +83,9 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.16", + "@eslint-react/eslint-plugin": "5.8.17", "@eslint/js": "10.0.1", - "@next/eslint-plugin-next": "16.2.7", + "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.11", "@tailwindcss/postcss": "4.3.0", @@ -100,7 +100,7 @@ "markdown-link-check": "3.14.2", "next-sitemap": "4.2.3", "postcss": "8.5.15", - "prettier": "3.8.3", + "prettier": "3.8.4", "remark-cli": "12.0.1", "remark-code-import": "1.2.0", "remark-lint": "10.0.1", From 01a254bb87f5969c1de9cc3f0ecd1c7d7bd431ff Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Sat, 13 Jun 2026 00:48:50 +0000 Subject: [PATCH 38/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- klone.yaml | 12 ++++---- make/_shared/tools/00_mod.mk | 56 ++++++++++++++++++------------------ 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/klone.yaml b/klone.yaml index 39f0fedbb69..d515038ccf9 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d + repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d + repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d + repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d + repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d + repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 4f49b7302d97e29e21025ab05bb9cab95058b93d + repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 703dd68cb85..4a84c4a2cd4 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -70,13 +70,13 @@ NEEDS_CTR = __require-ctr tools := # https://github.com/helm/helm/releases # renovate: datasource=github-releases packageName=helm/helm -tools += helm=v4.2.0 +tools += helm=v4.2.1 # https://github.com/helm-unittest/helm-unittest/releases # renovate: datasource=github-releases packageName=helm-unittest/helm-unittest tools += helm-unittest=v1.1.1 # https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl # renovate: datasource=github-releases packageName=kubernetes/kubernetes -tools += kubectl=v1.36.1 +tools += kubectl=v1.36.2 # https://github.com/kubernetes-sigs/kind/releases # renovate: datasource=github-releases packageName=kubernetes-sigs/kind tools += kind=v0.32.0 @@ -85,7 +85,7 @@ tools += kind=v0.32.0 tools += vault=v2.0.2 # https://github.com/Azure/azure-workload-identity/releases # renovate: datasource=github-releases packageName=Azure/azure-workload-identity -tools += azwi=v1.5.1 +tools += azwi=v1.6.0 # https://github.com/kyverno/kyverno/releases # renovate: datasource=github-releases packageName=kyverno/kyverno tools += kyverno=v1.18.1 @@ -97,7 +97,7 @@ tools += yq=v4.53.3 tools += ko=0.18.1 # https://github.com/protocolbuffers/protobuf/releases # renovate: datasource=github-releases packageName=protocolbuffers/protobuf -tools += protoc=v35.0 +tools += protoc=v35.1 # https://github.com/aquasecurity/trivy/releases # renovate: datasource=github-releases packageName=aquasecurity/trivy tools += trivy=v0.71.0 @@ -117,7 +117,7 @@ tools += istioctl=1.30.1 tools += controller-gen=v0.21.0 # https://pkg.go.dev/golang.org/x/tools/cmd/goimports?tab=versions # renovate: datasource=go packageName=golang.org/x/tools -tools += goimports=v0.45.0 +tools += goimports=v0.46.0 # https://pkg.go.dev/github.com/google/go-licenses/v2?tab=versions # renovate: datasource=go packageName=github.com/inteon/go-licenses/v2 tools += go-licenses=v2.0.0-20250821024731-e4be79958780 @@ -187,10 +187,10 @@ tools += govulncheck=v1.3.0 tools += operator-sdk=v1.42.2 # https://pkg.go.dev/github.com/cli/cli/v2?tab=versions # renovate: datasource=go packageName=github.com/cli/cli/v2 -tools += gh=v2.93.0 +tools += gh=v2.94.0 # https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases # renovate: datasource=github-releases packageName=redhat-openshift-ecosystem/openshift-preflight -tools += preflight=1.19.0 +tools += preflight=1.19.1 # https://github.com/daixiang0/gci/releases # renovate: datasource=github-releases packageName=daixiang0/gci tools += gci=v0.14.0 @@ -204,7 +204,7 @@ tools += kubeconform=v0.8.0 # FIXME(erikgb): cert-manager needs the ability to override the version set here # https://pkg.go.dev/k8s.io/code-generator/cmd?tab=versions # renovate: datasource=go packageName=k8s.io/code-generator -K8S_CODEGEN_VERSION ?= v0.36.1 +K8S_CODEGEN_VERSION ?= v0.36.2 tools += client-gen=$(K8S_CODEGEN_VERSION) tools += deepcopy-gen=$(K8S_CODEGEN_VERSION) tools += informer-gen=$(K8S_CODEGEN_VERSION) @@ -482,10 +482,10 @@ $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: $(CURL) https://go.dev/dl/go$(VENDORED_GO_VERSION).$(HOST_OS)-$(HOST_ARCH).tar.gz -o $(outfile); \ $(checkhash_script) $(outfile) $(go_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM) -helm_linux_amd64_SHA256SUM=97dbeb971be4ac4b27e3839976d9564c0fb35c6f3b1da89dd1e292d236af4096 -helm_linux_arm64_SHA256SUM=1f8de130dfbd04de64978e7b852a7a547be1404956a366608276d2520b678670 -helm_darwin_amd64_SHA256SUM=1376ea697140e4db316736e760d5a47d12afc1524dce704476ef06fd7fdeddc6 -helm_darwin_arm64_SHA256SUM=f13f959015447b6bc309f9fd506509926543988a39035c088b52522ec95e2acb +helm_linux_amd64_SHA256SUM=479dca836e5b45e8bd222400c5591b0e3a647378f03ff96597180db97c17fdae +helm_linux_arm64_SHA256SUM=596b9a73d366c1e72ce67d595c22805480e30914593aafbc9f547694e72814db +helm_darwin_amd64_SHA256SUM=2a21c9f368d608bcf6eb794ebc06514eb6b529a846b60fe4a43dea7bcce65228 +helm_darwin_arm64_SHA256SUM=896472d2ec0740c60f64a9df0fc30d478beee38a1a2a6ed91aa6e6ee177c1575 .PRECIOUS: $(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -516,10 +516,10 @@ $(DOWNLOAD_DIR)/tools/helm-unittest@$(HELM-UNITTEST_VERSION)_$(HOST_OS)_$(HOST_A chmod +x $(outfile); \ rm -f $(outfile).tgz -kubectl_linux_amd64_SHA256SUM=629d3f410e09bf49b64ae7079f7f0bda1191efed311f7d37fdbab0ad5b0ec2b7 -kubectl_linux_arm64_SHA256SUM=59f7ee8e477fae658447607dc3c8790ac17a1b016c01c622c12070e969e2d4e7 -kubectl_darwin_amd64_SHA256SUM=b4973e90ebb00537d735b63d6f8293c1959156e6ff435f6a43c08aeaa1a2e7d7 -kubectl_darwin_arm64_SHA256SUM=9092778abaef3079449da4cd70ded0e4be112480c93efcdeace3155968d1d133 +kubectl_linux_amd64_SHA256SUM=1e9045ec32bea85da43de85f0065358529ea7c7a152eca78154fba5b58c27d82 +kubectl_linux_arm64_SHA256SUM=c957eb8c4bea27a3bb35b269edd9082e27f027f7b76b20b5bf4afebc726c6d3e +kubectl_darwin_amd64_SHA256SUM=ce6c5e55cd17559e87e4fb5e73ebbbc2511bcf2b695d7a40c1b1461a9817d4b3 +kubectl_darwin_arm64_SHA256SUM=4408c85c83fd3a31adaa555bdf3c7a6c81f74b19449a9060ba31ab91926f023d .PRECIOUS: $(DOWNLOAD_DIR)/tools/kubectl@$(KUBECTL_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/kubectl@$(KUBECTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -554,10 +554,10 @@ $(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLO chmod +x $(outfile); \ rm -f $(outfile).zip -azwi_linux_amd64_SHA256SUM=d816d24c865d86ca101219197b493e399d3f669e8e20e0aaffc5a09f0f4c0aaf -azwi_linux_arm64_SHA256SUM=f74799439ec3d33d6f69dcaa237fbdde8501390f06ee6d6fb1edfb36f64e1fa6 -azwi_darwin_amd64_SHA256SUM=50dec4f29819a68827d695950a36b296aff501e81420787c16603d6394503c97 -azwi_darwin_arm64_SHA256SUM=f267f5fad691cb60d1983a3df5c9a67d83cba0ca0d87aa707a713d2ba4f47776 +azwi_linux_amd64_SHA256SUM=d478f877bea2882666f0ddda3c42276140c86167a938d801df484d109890d5c0 +azwi_linux_arm64_SHA256SUM=29f624bb87f563aa120d284ecf5763fc0f78900a23ba0480b64df417d2668c92 +azwi_darwin_amd64_SHA256SUM=ed1c50d14f339a79abdf3c2225d9d901f4045d70eea74d845faab2e8715cc9cb +azwi_darwin_arm64_SHA256SUM=2c62df9dacc4a2b893f3ec482fd2dc087ac52dd1f2fd30d6e3e8d40646bf216e .PRECIOUS: $(DOWNLOAD_DIR)/tools/azwi@$(AZWI_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/azwi@$(AZWI_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -635,10 +635,10 @@ $(DOWNLOAD_DIR)/tools/ko@$(KO_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR chmod +x $(outfile); \ rm -f $(outfile).tar.gz -protoc_linux_amd64_SHA256SUM=a45cda0989c17dd950db55f6fbe1e5814c50fda08e87aa422980ac1f89dddbbc -protoc_linux_arm64_SHA256SUM=36b518ac14d90351cc6598228ed2bbe5afe4e357b1af470b07e0ec1609875de2 -protoc_darwin_amd64_SHA256SUM=3580c2d115fccb5b0239960c8f70f8da14787b1973a46b2f39c315ad71c11e01 -protoc_darwin_arm64_SHA256SUM=45444963204757fd3e2fbe304bc1fdadfb488d8556ff099c4cc06575eab88976 +protoc_linux_amd64_SHA256SUM=6930ebf62bd4ea607b98fff052596c6ee564b9835b4ce172c75a3f53ae9d91b7 +protoc_linux_arm64_SHA256SUM=01bf9d08808c7f96678b63f4bd8efa559bb4f83d5a7a270d5edaf507f9d5d9cf +protoc_darwin_amd64_SHA256SUM=537d73604a344ded6fc94e98e07e529d4fe3e4a0b09e59905353950fafc2a1f7 +protoc_darwin_arm64_SHA256SUM=193289af0470c6a1aada357d4fba0bbf8d78bfaac8b5e42ca30af2ef75583de2 .PRECIOUS: $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -717,10 +717,10 @@ $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $( chmod +x $(outfile); \ rm $(outfile).tar.gz -preflight_linux_amd64_SHA256SUM=1d7a845c4528f9476c8ef9a551b4da5c06d62de558e56a37054c6fa737d583e5 -preflight_linux_arm64_SHA256SUM=09e59f31c1d13e30381260ddf64d9f46120131e490e94bd0e7a958ba1af0d6cb -preflight_darwin_amd64_SHA256SUM=ec8c8be7a6fd48e2acf8c4630f75b6a8eae4fed0b5e76cf295f2bf6216a61440 -preflight_darwin_arm64_SHA256SUM=ec4ff1ec8b2369b6955121dada4c3d5389a6d1b5f9462758b94bbb04b79a530d +preflight_linux_amd64_SHA256SUM=e8d80effa42b802a88ce90002fb74449a672fd53b9a0addc8c32caa0f6937d58 +preflight_linux_arm64_SHA256SUM=027ecfa68e87831ed5a25720730134d38b584e23d6ad43727c1d44164cac65e7 +preflight_darwin_amd64_SHA256SUM=f25cf8948166360e14a856e457a6837372cadf76a39b148022adededb23c51a7 +preflight_darwin_arm64_SHA256SUM=c2f770992aa424de65218174d4e14e387b4709989834c22a47d16513d7b7e14d .PRECIOUS: $(DOWNLOAD_DIR)/tools/preflight@$(PREFLIGHT_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/preflight@$(PREFLIGHT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From b49d17e66c097ad7f4730dd9dbc97f595e187365 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:32:06 +0000 Subject: [PATCH 39/58] chore(deps): lock file maintenance Signed-off-by: Renovate Bot --- package-lock.json | 278 +++++++++++++++++++++++----------------------- 1 file changed, 139 insertions(+), 139 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ad50f69c1f..0c38146d38b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,16 +70,16 @@ } }, "node_modules/@algolia/abtesting": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@algolia/abtesting/-/abtesting-1.19.0.tgz", - "integrity": "sha512-Lhnez3hhXHk25lfxLAMxvkP4fmN3+1RgADhD2ssMDBYuAsDVReeyP+3SGRx+ntq8ijMrLqUyfvO72TB6jsTteQ==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/@algolia/abtesting/-/abtesting-1.20.0.tgz", + "integrity": "sha512-5CqkS592H3+24b6H6CQ2RVpphdmAuIElZzv0Hngqo/ZEZpUZJ+KGLcueBhx33fv2wYBXyuuvskG5aQ7Ti+lR0g==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" @@ -118,41 +118,41 @@ } }, "node_modules/@algolia/client-abtesting": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.53.0.tgz", - "integrity": "sha512-0ZjA5Hcmaoz5Lj6OG0zhfIyeqzJZnLW2CRJA1W17UwMFGRtZAJ9yJKRvPEDA6gkpsIoQxORTSW6sWFiuYncPNQ==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.54.0.tgz", + "integrity": "sha512-IXnH1x3DBsPQA4/FRO0Pvkfy79tKy5Qr+ugAV9jdcGkpzHc476D0WV1MFJ+pZxtbts0xh2JqzUVmYEqA6LkOpA==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-analytics": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.53.0.tgz", - "integrity": "sha512-kWNodP75iiEaOtemC9F/hlxNBG5E2QUjN1BusnE6m2b4l7Qh/BUO3fGCVsmKJI65VO4VKGGmT43ICvHtTcJ2JQ==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.54.0.tgz", + "integrity": "sha512-pBpRqm1wpE0GnGy2rNLk9rjDn0Le4iywNRtnAWblLeqfjxpWKg8lWnk7nmSoTShFO31sz2jatXXzxK2lz8ipbA==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-common": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.53.0.tgz", - "integrity": "sha512-YPN45TXD9Wrse185t/Ta7nktZsqpv97oOjCzp2sblHnCL6rBc9TDeJAg1IGl2UpdwnSD05Zu/5wLB4watOUMyg==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.54.0.tgz", + "integrity": "sha512-WbuwRUlFvSOsuxqTDjSSmgusuF5KFt+oFPzobvPDvodra6EWnVwUXjz0elkNSsnsIlZGtcXlX3LhxkO7rF90jw==", "license": "MIT", "peer": true, "engines": { @@ -160,151 +160,151 @@ } }, "node_modules/@algolia/client-insights": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.53.0.tgz", - "integrity": "sha512-qAcYTDJE6m924FDDUQvdD6vh7DYaqOeSpFS74IP37/JRV0v4cGBauyxTF2WzDnokUylQDbqreoFIJZfg0Fitmw==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.54.0.tgz", + "integrity": "sha512-/HNLVi3kPI+JhO59WbglLjPM2c4uECU+x4gk1iADseKtE5eYqJ/RJ+FIwM8xzPFKhFJaw+8hVq4lkd0nn8HDDg==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-personalization": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.53.0.tgz", - "integrity": "sha512-fQaY+DkSJOpuUVUe8MQTwrdiKAqkJGhpDarB08duBn/sUv7Bkib6MDRQauCcWTWTe4HIW+EbwQP9R4kci1V/Yw==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.54.0.tgz", + "integrity": "sha512-6TolyyDRumIKeLGBGSFAZsSIJ8hrm6NFCGR1jO7pQTiOtSWgAIxcFE5/JRpZ3g+unG4OkNOFy+I0dUEquIDbig==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-query-suggestions": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.53.0.tgz", - "integrity": "sha512-o72tsiEZGfeS/dxL9IADfzcZWGEwKDEe5CvtrBuT//3JR+SHuTtHRI2ZTf7D7bcKagcbojvO8hnkHdfoakSlYg==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.54.0.tgz", + "integrity": "sha512-AxW2MLBhjBtGX5kIZrVLO2SP2vRkZxJw5qHGxnQJfLcYhA04mFNP0fWRtHshlcVnDk9M8L9lwfr2lGpf3Er+hw==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-search": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.53.0.tgz", - "integrity": "sha512-Ds16IyPm/dNJPCU8OzApo2gwGrgWT5BYHhE3NFwZbpCveqyvPDB9sZDDkJ5DsdOGT2aC+R3i0/M1OVXF2qdgPg==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.54.0.tgz", + "integrity": "sha512-ngdgVGp05lJzUyA+sUzr0MDZ7AMtANcJpwIzq4ZsfpZL5B3S7A4XYfMcU2sECZc3bx3ysOhYcdbbaTjc3ve0WQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/ingestion": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.53.0.tgz", - "integrity": "sha512-oNbT6z4NwD8Pou9VPINGlN/tlG1afESh2EbxqnP6rwl95xKVD/Zlciis1PpNeO/9U/rrajc1+7DcfKi03tX1KQ==", + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.54.0.tgz", + "integrity": "sha512-hee59Z7FgZ6/13FYL05ANPwRJY1pfvIlrwC8eBZYdiRFXTJVvf94IyTWOxLqRVpbseDP6eQQTW+PT7/DxTZIng==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/monitoring": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.53.0.tgz", - "integrity": "sha512-G+KZb/yd+qAOFn/cEvTGeLxQm8aP3a0od50l3z/ylccY+/o4YG3TNcjU1tFQHW4mXC137GPyR7W70R0kRQDLnA==", + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.54.0.tgz", + "integrity": "sha512-diCjZVbIO7Pzw98tEKqLWIAgmQBI3Zt1sHsXyAPNGZgn32derpIXTnjjpJbZl+uAhSSznd6SfxFGdC9uYdN1TA==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/recommend": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.53.0.tgz", - "integrity": "sha512-6aVfYd55Un6IUgPLbo84WfgFZlS3L0vA1ttzXL5vahHewUJ8jYgd89TzlWRTeej7w70mb9RWsVlFYGmJ/diQww==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.54.0.tgz", + "integrity": "sha512-6zeslypRAGWDgVJEJYAPuqmyquHvnw4MQwG+XXdrw5dTNDjXYIcCJdQQcCY06xPF9tUvmzy/1vHiH9QxhgwuOQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/client-common": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-browser-xhr": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.53.0.tgz", - "integrity": "sha512-ke27DqgzCOlt+RbeEdCxtXxMQOnAOi8ujr2wid0DmDKzR95Kw/f9sBsuhBxtjevCqJRJszfRTLY0B1pbO6IhkA==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.54.0.tgz", + "integrity": "sha512-iHZax214LPXd7XizQ4BNnTsegl8f3IeKm8JcrmSNZ/5x1rZ5xLkbG/anltAWtLpoRNnfpr4Z80YdYeVVPpx6wQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0" + "@algolia/client-common": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-fetch": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.53.0.tgz", - "integrity": "sha512-GngiOqt2Gq4oLno6yXQVj9om+qSO9SWAoduoTOEg79dKZ62brB8OOIvSJG/vDNoanYi6a7Al9uDZwXvi+bcVTg==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.54.0.tgz", + "integrity": "sha512-YKtuG5YwPxZ+kkfd4HmUO7Z9aICPUSMlHslzKTmtMMhxGnetxEqGj9T/v2r/PdcuOUC5oW0CHe8akJk8cpS3gQ==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0" + "@algolia/client-common": "5.54.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-node-http": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.53.0.tgz", - "integrity": "sha512-6mF9LZMUk0QqWvrnxkxBqhswwz6Xfiwy6/gmTzL5HrlhdVG3ITAqGV2k3XmVThP1h0Ulc3VQwiNCD7/Nr4JNlQ==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.54.0.tgz", + "integrity": "sha512-zyZDJ4WS5TnjZZ5pqywTBFO9olW7QMtY2kf2dbLnu+UTzfc9ri/HGf27jRN2NTbX9FcRPxSqPqzUhF/BZIx0VA==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/client-common": "5.53.0" + "@algolia/client-common": "5.54.0" }, "engines": { "node": ">= 14.0.0" @@ -1219,9 +1219,9 @@ } }, "node_modules/@emnapi/runtime": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.0.tgz", - "integrity": "sha512-55coeOFKHv1ywEcUXJtWU5f+Jr/W5tZDvZig8DLKSwUN1JpROQ4rk/SNOQiFWmaR/VKF4zuFyW1B8JduOSv6Pg==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz", + "integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==", "license": "MIT", "optional": true, "dependencies": { @@ -3360,9 +3360,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.20", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.20.tgz", - "integrity": "sha512-6tELRwSDYWW9EdZhbeZmYGZ1/7Djkt+Ah3/ScEYT9cDord7UJzasR/4D3VONg9tQI5CDp+/CZC1AXj2pCFOvpw==", + "version": "22.19.21", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.21.tgz", + "integrity": "sha512-VMeFBSCKQKmm2swI2kW51SFusDqekC6q9trBCvJ/JliDchFSuoYYKN7yVNjPthP1HKZcx3U1gI/wTcEBjEFKTA==", "dev": true, "license": "MIT", "dependencies": { @@ -3608,9 +3608,9 @@ } }, "node_modules/acorn": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", - "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.17.0.tgz", + "integrity": "sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==", "license": "MIT", "bin": { "acorn": "bin/acorn" @@ -3656,26 +3656,26 @@ } }, "node_modules/algoliasearch": { - "version": "5.53.0", - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.53.0.tgz", - "integrity": "sha512-OGW1q6b91CRSSeiOnM8LxuR5NYJ2esvw66jUZ4IIvdv+ItNkx3pwLuyR+jaCdbGee4ov5WgUnyPryyh11xvByQ==", + "version": "5.54.0", + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.54.0.tgz", + "integrity": "sha512-APAX4ajIOgsmYoUlGe++oNZkSTBgmXYM4maHC0OxC+Yo7xkaKQElV0ATZYCZA7jzrSJX1OBiqEs7mk+ZxXgYqA==", "license": "MIT", "peer": true, "dependencies": { - "@algolia/abtesting": "1.19.0", - "@algolia/client-abtesting": "5.53.0", - "@algolia/client-analytics": "5.53.0", - "@algolia/client-common": "5.53.0", - "@algolia/client-insights": "5.53.0", - "@algolia/client-personalization": "5.53.0", - "@algolia/client-query-suggestions": "5.53.0", - "@algolia/client-search": "5.53.0", - "@algolia/ingestion": "1.53.0", - "@algolia/monitoring": "1.53.0", - "@algolia/recommend": "5.53.0", - "@algolia/requester-browser-xhr": "5.53.0", - "@algolia/requester-fetch": "5.53.0", - "@algolia/requester-node-http": "5.53.0" + "@algolia/abtesting": "1.20.0", + "@algolia/client-abtesting": "5.54.0", + "@algolia/client-analytics": "5.54.0", + "@algolia/client-common": "5.54.0", + "@algolia/client-insights": "5.54.0", + "@algolia/client-personalization": "5.54.0", + "@algolia/client-query-suggestions": "5.54.0", + "@algolia/client-search": "5.54.0", + "@algolia/ingestion": "1.54.0", + "@algolia/monitoring": "1.54.0", + "@algolia/recommend": "5.54.0", + "@algolia/requester-browser-xhr": "5.54.0", + "@algolia/requester-fetch": "5.54.0", + "@algolia/requester-node-http": "5.54.0" }, "engines": { "node": ">= 14.0.0" @@ -3825,9 +3825,9 @@ } }, "node_modules/baseline-browser-mapping": { - "version": "2.10.35", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.35.tgz", - "integrity": "sha512-honAfLBde0HAFLdNyBEfuuENkF6zR+ozxqxa/2zJKHBe1qzLqyTSeRKpdPEHAP03rlDGyQOPnCSxnVpVqQo9Mg==", + "version": "2.10.37", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.37.tgz", + "integrity": "sha512-girxaJ7WZssDOFhzCGZTDKoTa1gk6A1TbflaYTpykLJ4UU9Fz9kx1aREM8JCuoVHbL8X8T/mJg7w2oYSq72Oig==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.cjs" @@ -3941,9 +3941,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001797", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001797.tgz", - "integrity": "sha512-l8xKG+gwAIExZGl9FrF7KUwuOmk6wbEPC9Xoy/RtnWv1XG0Q4LFlagaLpUv3Kiza3W/wm27zy0yWJEieYKAP6w==", + "version": "1.0.30001799", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001799.tgz", + "integrity": "sha512-hG1bReV+OUU+MOqK4t/ZWI0tZOyz3rqS9XuhOUz1cIcbwBKjOyJEJuw9ER5JuNyqxNk8u/JUVbGibBOL1yrjFw==", "funding": [ { "type": "opencollective", @@ -4905,9 +4905,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.23.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.23.0.tgz", - "integrity": "sha512-yJN/BOOLxcOW2aQgeif9mSnaUB8KtvmMMp56oA1kx1CRfBKbhZm2pJ+NBY+3eOboHxix8lfjWpHE0Ei5U8RbSA==", + "version": "5.24.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.0.tgz", + "integrity": "sha512-SkE2t82KlkkxQRVMVLAGKxLfORGQfrkx5dkj+vlgXRVNEdPc4eZcR+J/Fvj8C+yKSFH5L0q3NFlyufOVQnCcYQ==", "dev": true, "license": "MIT", "dependencies": { @@ -6087,6 +6087,19 @@ "node": ">=6.0" } }, + "node_modules/has-flag": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz", + "integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/hashery": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/hashery/-/hashery-1.5.1.tgz", @@ -10530,9 +10543,9 @@ } }, "node_modules/semver": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.3.tgz", - "integrity": "sha512-wnilbGyMxzbY7dNOl7jpKbLSjcfeweJWU5j4+u5qW+6/wuGD9KzIGOyZnQVSBM9E7DtWaaH3CyHkppYrKYoxwg==", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz", + "integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==", "devOptional": true, "license": "ISC", "bin": { @@ -11199,9 +11212,9 @@ } }, "node_modules/stylelint/node_modules/postcss-selector-parser": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.2.tgz", - "integrity": "sha512-Wjvt4scRFouioIInHf51IFNP4ltJ2EngJM+cZPGiqbKetBfmP3vpdPV8ID2S6JS6/jdo74N8+aEYH9lQr2C6sA==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", + "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", "dev": true, "license": "MIT", "dependencies": { @@ -11242,19 +11255,6 @@ "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1" } }, - "node_modules/supports-hyperlinks/node_modules/has-flag": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz", - "integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/svg-tags": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", From 212e126729c369221b2b49c439f2913d17d57873 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:28:07 +0000 Subject: [PATCH 40/58] chore(deps): update misc npm packages to v5.8.19 Signed-off-by: Renovate Bot --- package-lock.json | 202 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 102 insertions(+), 102 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ad50f69c1f..52369011621 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.17", + "@eslint-react/eslint-plugin": "5.8.19", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2", @@ -1258,9 +1258,9 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.17.tgz", - "integrity": "sha512-Uiwo4otiYF+gtpPCjd2631IKo5nq9tB/ejd15i1TbYRrZYM46EbgaZbrdJyFu/34BQDZwTmAPv7pNg4fwO6cPQ==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.19.tgz", + "integrity": "sha512-4J3CLrddnkF4URN57AQkt1nZXFPgyysys1XAK/WmlFscadA3VGMKyrrbIa8hvHYOLRwy2wpPmJyQr5kxqXqTPA==", "dev": true, "license": "MIT", "dependencies": { @@ -1273,22 +1273,22 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/@eslint-react/core": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.17.tgz", - "integrity": "sha512-S9a2oaqs72o0OqBIilaiONX1x8RexBw/MXGOuWT9ZZNju0HDhS5mFhLfzkUXuc5xfM2EKJAWUCeHF5cJEnicHQ==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.19.tgz", + "integrity": "sha512-kpLefNDaZ8o+37PPf6yretQza3oID1VMxYz2SqsWWLE73UYDUkNiCg/4OWO6HI6dxaQUulab26bQTpsCmfDJYA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.17", - "@eslint-react/eslint": "5.8.17", - "@eslint-react/jsx": "5.8.17", - "@eslint-react/shared": "5.8.17", - "@eslint-react/var": "5.8.17", + "@eslint-react/ast": "5.8.19", + "@eslint-react/eslint": "5.8.19", + "@eslint-react/jsx": "5.8.19", + "@eslint-react/shared": "5.8.19", + "@eslint-react/var": "5.8.19", "@typescript-eslint/scope-manager": "^8.61.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", @@ -1298,14 +1298,14 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/@eslint-react/eslint": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.17.tgz", - "integrity": "sha512-SCwTtq8hkZ+vN1hC+LrdNjbixonA/h/A9QmgYUHDBJHg57MXg+ZJQu65HMLqsnyHrJy4FkpzxfUDYv2HN8ty/Q==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.19.tgz", + "integrity": "sha512-6n/fX+hLM51OMzGmvYB4xxdfV5exB6PYLLri7hE9yhERcgWor7MRC3LcjVx+RjOUUX4CBcZw+3TVJFMuAfciRQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1315,44 +1315,44 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.17.tgz", - "integrity": "sha512-CRc8R8zPBW3EIALxnA9q8ocTavaaeR0Jcy5MqCUm24OJ05aVo6OTlyZMB7hcGNt1f6pbdG/H5/qkvxT2UTO3xQ==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.19.tgz", + "integrity": "sha512-DHlfNEgX6NhlU0vmfH+a+yoOydnflWG22H10c3uIyAqJzqdQx/zXlL7cqVxxGKYPo/ADRhIMJ10T8Y8WObggWg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.8.17", - "eslint-plugin-react-dom": "5.8.17", - "eslint-plugin-react-jsx": "5.8.17", - "eslint-plugin-react-naming-convention": "5.8.17", - "eslint-plugin-react-rsc": "5.8.17", - "eslint-plugin-react-web-api": "5.8.17", - "eslint-plugin-react-x": "5.8.17" + "@eslint-react/shared": "5.8.19", + "eslint-plugin-react-dom": "5.8.19", + "eslint-plugin-react-jsx": "5.8.19", + "eslint-plugin-react-naming-convention": "5.8.19", + "eslint-plugin-react-rsc": "5.8.19", + "eslint-plugin-react-web-api": "5.8.19", + "eslint-plugin-react-x": "5.8.19" }, "engines": { "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/@eslint-react/jsx": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.17.tgz", - "integrity": "sha512-dS5XufYvUawwiox2uhUX3NNe7DFvRwduywij1DkWeHZ/MGBo3b2TVx0+ajBQhxxrnrouhfxyj1xvsOs7g7u2xQ==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.19.tgz", + "integrity": "sha512-XaW+FjBdGxNaCvt8g03QBfP8gkVb9efxp6AbbZ1dJNwmYjBetEMBd58dUMrTw6iSj8ZVeryWUbwtkkHkGo20jw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.17", - "@eslint-react/eslint": "5.8.17", - "@eslint-react/shared": "5.8.17", - "@eslint-react/var": "5.8.17", + "@eslint-react/ast": "5.8.19", + "@eslint-react/eslint": "5.8.19", + "@eslint-react/shared": "5.8.19", + "@eslint-react/var": "5.8.19", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0" @@ -1361,18 +1361,18 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/@eslint-react/shared": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.17.tgz", - "integrity": "sha512-H1EFkvB9DlDs3GyimcjcjFnTf2YrUZHSMjdzi9GJMI++JyxwRJMk74Pavh1NHOnN8i5OGO3hxBq3P/HCPbsGDA==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.19.tgz", + "integrity": "sha512-jpn7kdL/XtbKkfWvqTa3qZgNGko7h2i/wqxrVZG514z6SsGBNdRFwEJF2BburdHp28rqkVy0fkv2IwniBFZaKA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.8.17", + "@eslint-react/eslint": "5.8.19", "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0", "zod": "^3.25.0 || ^4.0.0" @@ -1381,19 +1381,19 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/@eslint-react/var": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.17.tgz", - "integrity": "sha512-eo4FLnTl5lOKlh4mdJzZF2X7VBFUMQzvEC7VqKQWOZKSKxJqWxBb5c3/PkCkixxLQR0uGgvYz7cH6SNpEIxQbg==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.19.tgz", + "integrity": "sha512-45K17ADBOzaBnpVzsyZ10YHHI4s4v3efm30PSYUJSDOGPOyc7Jkl/j95S0AvS7ael1U8bM4jk837y0opUdbEyg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.17", - "@eslint-react/eslint": "5.8.17", + "@eslint-react/ast": "5.8.19", + "@eslint-react/eslint": "5.8.19", "@typescript-eslint/scope-manager": "^8.61.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", @@ -1403,7 +1403,7 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, @@ -5191,16 +5191,16 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.17.tgz", - "integrity": "sha512-/q1bhyaTp3WlpGsOZK87IgucZhWluqPP5s4ognbMKiNwUNAbqSGJGTIgQcCiZCL6g4LCf4YOT2EWcb7cDemcTQ==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.19.tgz", + "integrity": "sha512-7qJTtdT2i/2JJTXgDlFTJza6Zk0fY21kgqK9HEFQU7i4oAAR+G+Hxo3634KGtASIBjtWZCAEenHf6j6ywoWbeA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.17", - "@eslint-react/eslint": "5.8.17", - "@eslint-react/jsx": "5.8.17", - "@eslint-react/shared": "5.8.17", + "@eslint-react/ast": "5.8.19", + "@eslint-react/eslint": "5.8.19", + "@eslint-react/jsx": "5.8.19", + "@eslint-react/shared": "5.8.19", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", "compare-versions": "^6.1.1" @@ -5209,22 +5209,22 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.17.tgz", - "integrity": "sha512-BSxPkmpkNhpwXR6HTZTbEpqxSyIEVUwiBmD/LYMugyUpnNcVR4D6lsXFAIBJk53/3Xj+lsAdqAp/iM/cXfo2EA==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.19.tgz", + "integrity": "sha512-1KhMQ0bpqrTYPG1AnUbZ1n3xqxLovMPMl8TrtU7KDbhagDAGl2rbNA8jac0MDS5ait4/xuJT6uFnLXVKknNzCA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.17", - "@eslint-react/core": "5.8.17", - "@eslint-react/eslint": "5.8.17", - "@eslint-react/jsx": "5.8.17", - "@eslint-react/shared": "5.8.17", + "@eslint-react/ast": "5.8.19", + "@eslint-react/core": "5.8.19", + "@eslint-react/eslint": "5.8.19", + "@eslint-react/jsx": "5.8.19", + "@eslint-react/shared": "5.8.19", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0" }, @@ -5232,21 +5232,21 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.17.tgz", - "integrity": "sha512-nwl2Dzc6MkVAdMpr0lLN/krlXOuAxSY7WWGRcjyQUfeld+zhsLhZzecatXBwhbMuRyyQUK+iyweGgT37RTjpwQ==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.19.tgz", + "integrity": "sha512-BzjtJdRAaslUoeaoMqf4JRWSzkJNYK+p42HXILIEmi5I18JpfKYNfOdwG9XjM6t4FimeF/ZBjqqhukCZIfU+Bw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.17", - "@eslint-react/core": "5.8.17", - "@eslint-react/eslint": "5.8.17", - "@eslint-react/var": "5.8.17", + "@eslint-react/ast": "5.8.19", + "@eslint-react/core": "5.8.19", + "@eslint-react/eslint": "5.8.19", + "@eslint-react/var": "5.8.19", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0" @@ -5255,22 +5255,22 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.17.tgz", - "integrity": "sha512-w/4e5GbQWvrvbEJwn99iMd8rNyPz11arcLChptWiv0bFZ1mUTYk3//Xw5poNF1oo9RCVDhFBPL3/D74aQ4ev6g==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.19.tgz", + "integrity": "sha512-jxLL5rDje7Z98lHHAramxYS9cc+7MVxWYiu6HI1j6vsPePjUgpVClFlaw/bFFRA1n7JUmQ11pB+8Wcofv+iRqQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.17", - "@eslint-react/core": "5.8.17", - "@eslint-react/eslint": "5.8.17", - "@eslint-react/shared": "5.8.17", - "@eslint-react/var": "5.8.17", + "@eslint-react/ast": "5.8.19", + "@eslint-react/core": "5.8.19", + "@eslint-react/eslint": "5.8.19", + "@eslint-react/shared": "5.8.19", + "@eslint-react/var": "5.8.19", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0" }, @@ -5278,22 +5278,22 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.17.tgz", - "integrity": "sha512-d7uZrXxepncDAhNiTVnGm46Qm2jIVaWRsXWxjO6CrcN2vzEBh5APuZewwxMksiV4Cui+zt+AwcV2GcmVW4Mt2A==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.19.tgz", + "integrity": "sha512-8NyFul3VT5GapvXCEJBn2yzDBLmZjHl5etfl3mw1Q9v14yxnHvRD352d+YdnVUtlLEmcYORlqLObbXQ2T5lB0w==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.17", - "@eslint-react/core": "5.8.17", - "@eslint-react/eslint": "5.8.17", - "@eslint-react/shared": "5.8.17", - "@eslint-react/var": "5.8.17", + "@eslint-react/ast": "5.8.19", + "@eslint-react/core": "5.8.19", + "@eslint-react/eslint": "5.8.19", + "@eslint-react/shared": "5.8.19", + "@eslint-react/var": "5.8.19", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", "birecord": "^0.1.1", @@ -5303,23 +5303,23 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, "node_modules/eslint-plugin-react-x": { - "version": "5.8.17", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.17.tgz", - "integrity": "sha512-bZ1MtPKDOrGEMmq73S9RddS+eRp5BkTY5ZlHCkZAs4JC3goLY49Z4RyOFD+56cRHSJXBlM5nCWK7pTjHh9gs+g==", + "version": "5.8.19", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.19.tgz", + "integrity": "sha512-WqrDdS1K5Gh1RLamCxXMAJVLKOTfPXg/enmr0XV7Uuxa9FYIK1O8DzZG6FtPJ2mWGEaP2JvKCFXDyvDOXiyWGw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.17", - "@eslint-react/core": "5.8.17", - "@eslint-react/eslint": "5.8.17", - "@eslint-react/jsx": "5.8.17", - "@eslint-react/shared": "5.8.17", - "@eslint-react/var": "5.8.17", + "@eslint-react/ast": "5.8.19", + "@eslint-react/core": "5.8.19", + "@eslint-react/eslint": "5.8.19", + "@eslint-react/jsx": "5.8.19", + "@eslint-react/shared": "5.8.19", + "@eslint-react/var": "5.8.19", "@typescript-eslint/scope-manager": "^8.61.0", "@typescript-eslint/type-utils": "^8.61.0", "@typescript-eslint/types": "^8.61.0", @@ -5334,7 +5334,7 @@ "node": ">=22.0.0" }, "peerDependencies": { - "eslint": "^10.3.0", + "eslint": "*", "typescript": "*" } }, diff --git a/package.json b/package.json index 64af7bd50b4..92e073bd3b7 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.17", + "@eslint-react/eslint-plugin": "5.8.19", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2", From 45dc3a0eca2c3d6856e1ca674a8d1175bbcf57f2 Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Mon, 15 Jun 2026 15:21:05 +0000 Subject: [PATCH 41/58] BOT: run 'make upgrade-klone' and 'make generate' Signed-off-by: cert-manager-bot --- .github/chainguard/make-self-upgrade.sts.yaml | 10 -- .github/workflows/make-self-upgrade.yaml | 114 ------------------ klone.yaml | 12 +- make/_shared/repository-base/01_mod.mk | 6 +- .../chainguard/make-self-upgrade.sts.yaml | 10 -- .../.github/workflows/make-self-upgrade.yaml | 114 ------------------ make/_shared/tools/00_mod.mk | 10 +- 7 files changed, 13 insertions(+), 263 deletions(-) delete mode 100644 .github/chainguard/make-self-upgrade.sts.yaml delete mode 100644 .github/workflows/make-self-upgrade.yaml delete mode 100644 make/_shared/repository-base/base/.github/chainguard/make-self-upgrade.sts.yaml delete mode 100644 make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml diff --git a/.github/chainguard/make-self-upgrade.sts.yaml b/.github/chainguard/make-self-upgrade.sts.yaml deleted file mode 100644 index 694e7b3e64a..00000000000 --- a/.github/chainguard/make-self-upgrade.sts.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base/.github/chainguard/make-self-upgrade.sts.yaml instead. - -issuer: https://token.actions.githubusercontent.com -subject_pattern: ^repo:cert-manager/website:ref:refs/heads/(main|master)$ - -permissions: - contents: write - pull_requests: write - workflows: write diff --git a/.github/workflows/make-self-upgrade.yaml b/.github/workflows/make-self-upgrade.yaml deleted file mode 100644 index d10f3fa5880..00000000000 --- a/.github/workflows/make-self-upgrade.yaml +++ /dev/null @@ -1,114 +0,0 @@ -# THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base/.github/workflows/make-self-upgrade.yaml instead. - -name: make-self-upgrade -concurrency: make-self-upgrade -on: - workflow_dispatch: {} - schedule: - - cron: '0 0 * * *' - -permissions: - contents: read - -jobs: - self_upgrade: - runs-on: ubuntu-latest - - if: github.repository == 'cert-manager/website' - - permissions: - id-token: write - - env: - SOURCE_BRANCH: "${{ github.ref_name }}" - SELF_UPGRADE_BRANCH: "self-upgrade-${{ github.ref_name }}" - - steps: - - name: Fail if branch is not head of branch. - if: ${{ !startsWith(github.ref, 'refs/heads/') && env.SOURCE_BRANCH != '' && env.SELF_UPGRADE_BRANCH != '' }} - run: | - echo "This workflow should not be run on a non-branch-head." - exit 1 - - - name: Octo STS Token Exchange - uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1 - id: octo-sts - with: - scope: 'cert-manager/website' - identity: make-self-upgrade - - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - # Adding `fetch-depth: 0` makes sure tags are also fetched. We need - # the tags so `git describe` returns a valid version. - # see https://github.com/actions/checkout/issues/701 for extra info about this option - with: - fetch-depth: 0 - token: ${{ steps.octo-sts.outputs.token }} - - - id: go-version - run: | - make print-go-version >> "$GITHUB_OUTPUT" - - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 - with: - go-version: ${{ steps.go-version.outputs.result }} - - - run: | - git checkout -B "$SELF_UPGRADE_BRANCH" - - - run: | - make -j upgrade-klone - make -j generate - - - id: is-up-to-date - shell: bash - run: | - git_status=$(git status -s) - is_up_to_date="true" - if [ -n "$git_status" ]; then - is_up_to_date="false" - echo "The following changes will be committed:" - echo "$git_status" - fi - echo "result=$is_up_to_date" >> "$GITHUB_OUTPUT" - - - if: ${{ steps.is-up-to-date.outputs.result != 'true' }} - run: | - git config --global user.name "cert-manager-bot" - git config --global user.email "cert-manager-bot@users.noreply.github.com" - git add -A && git commit -m "BOT: run 'make upgrade-klone' and 'make generate'" --signoff - git push -f origin "$SELF_UPGRADE_BRANCH" - - - if: ${{ steps.is-up-to-date.outputs.result != 'true' }} - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 - with: - github-token: ${{ steps.octo-sts.outputs.token }} - script: | - const { repo, owner } = context.repo; - const pulls = await github.rest.pulls.list({ - owner: owner, - repo: repo, - head: owner + ':' + process.env.SELF_UPGRADE_BRANCH, - base: process.env.SOURCE_BRANCH, - state: 'open', - }); - - if (pulls.data.length < 1) { - const result = await github.rest.pulls.create({ - title: '[CI] Merge ' + process.env.SELF_UPGRADE_BRANCH + ' into ' + process.env.SOURCE_BRANCH, - owner: owner, - repo: repo, - head: process.env.SELF_UPGRADE_BRANCH, - base: process.env.SOURCE_BRANCH, - body: [ - 'This PR is auto-generated to bump the Makefile modules.', - ].join('\n'), - }); - await github.rest.issues.addLabels({ - owner, - repo, - issue_number: result.data.number, - labels: ['ok-to-test', 'skip-review', 'release-note-none', 'kind/cleanup'] - }); - } diff --git a/klone.yaml b/klone.yaml index d515038ccf9..4bfc6331f0b 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 + repo_hash: 81f29696f59bef67550703897317978cb10b53bd repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 + repo_hash: 81f29696f59bef67550703897317978cb10b53bd repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 + repo_hash: 81f29696f59bef67550703897317978cb10b53bd repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 + repo_hash: 81f29696f59bef67550703897317978cb10b53bd repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 + repo_hash: 81f29696f59bef67550703897317978cb10b53bd repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5b0e470e531d05ebd3fad45e386684ffee9b4941 + repo_hash: 81f29696f59bef67550703897317978cb10b53bd repo_path: modules/tools diff --git a/make/_shared/repository-base/01_mod.mk b/make/_shared/repository-base/01_mod.mk index 5b7831e36d7..7e483508681 100644 --- a/make/_shared/repository-base/01_mod.mk +++ b/make/_shared/repository-base/01_mod.mk @@ -24,13 +24,11 @@ repository_base_dir := $(_repository_base_module_dir)base/ ## @category [shared] Generate/ Verify generate-base: cp -r $(repository_base_dir)/. ./ - cd $(repository_base_dir) && \ - find . -type f | while read file; do \ - sed "s|{{REPLACE:GH-REPOSITORY}}|$(repo_name:github.com/%=%)|g" "$$file" > "$(CURDIR)/$$file"; \ - done if [ ! -e ./.github/renovate.json5 ]; then \ mkdir -p ./.github; \ cp $(_repository_base_module_dir)/renovate-bootstrap-config.json5 ./.github/renovate.json5; \ fi + # TODO: Remove when all downstream repos are updated + rm -f ./.github/chainguard/make-self-upgrade.sts.yaml ./.github/workflows/make-self-upgrade.yaml shared_generate_targets += generate-base diff --git a/make/_shared/repository-base/base/.github/chainguard/make-self-upgrade.sts.yaml b/make/_shared/repository-base/base/.github/chainguard/make-self-upgrade.sts.yaml deleted file mode 100644 index 310ca5ca55d..00000000000 --- a/make/_shared/repository-base/base/.github/chainguard/make-self-upgrade.sts.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base/.github/chainguard/make-self-upgrade.sts.yaml instead. - -issuer: https://token.actions.githubusercontent.com -subject_pattern: ^repo:{{REPLACE:GH-REPOSITORY}}:ref:refs/heads/(main|master)$ - -permissions: - contents: write - pull_requests: write - workflows: write diff --git a/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml b/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml deleted file mode 100644 index d7b0a707475..00000000000 --- a/make/_shared/repository-base/base/.github/workflows/make-self-upgrade.yaml +++ /dev/null @@ -1,114 +0,0 @@ -# THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base/.github/workflows/make-self-upgrade.yaml instead. - -name: make-self-upgrade -concurrency: make-self-upgrade -on: - workflow_dispatch: {} - schedule: - - cron: '0 0 * * *' - -permissions: - contents: read - -jobs: - self_upgrade: - runs-on: ubuntu-latest - - if: github.repository == '{{REPLACE:GH-REPOSITORY}}' - - permissions: - id-token: write - - env: - SOURCE_BRANCH: "${{ github.ref_name }}" - SELF_UPGRADE_BRANCH: "self-upgrade-${{ github.ref_name }}" - - steps: - - name: Fail if branch is not head of branch. - if: ${{ !startsWith(github.ref, 'refs/heads/') && env.SOURCE_BRANCH != '' && env.SELF_UPGRADE_BRANCH != '' }} - run: | - echo "This workflow should not be run on a non-branch-head." - exit 1 - - - name: Octo STS Token Exchange - uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1 - id: octo-sts - with: - scope: '{{REPLACE:GH-REPOSITORY}}' - identity: make-self-upgrade - - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - # Adding `fetch-depth: 0` makes sure tags are also fetched. We need - # the tags so `git describe` returns a valid version. - # see https://github.com/actions/checkout/issues/701 for extra info about this option - with: - fetch-depth: 0 - token: ${{ steps.octo-sts.outputs.token }} - - - id: go-version - run: | - make print-go-version >> "$GITHUB_OUTPUT" - - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 - with: - go-version: ${{ steps.go-version.outputs.result }} - - - run: | - git checkout -B "$SELF_UPGRADE_BRANCH" - - - run: | - make -j upgrade-klone - make -j generate - - - id: is-up-to-date - shell: bash - run: | - git_status=$(git status -s) - is_up_to_date="true" - if [ -n "$git_status" ]; then - is_up_to_date="false" - echo "The following changes will be committed:" - echo "$git_status" - fi - echo "result=$is_up_to_date" >> "$GITHUB_OUTPUT" - - - if: ${{ steps.is-up-to-date.outputs.result != 'true' }} - run: | - git config --global user.name "cert-manager-bot" - git config --global user.email "cert-manager-bot@users.noreply.github.com" - git add -A && git commit -m "BOT: run 'make upgrade-klone' and 'make generate'" --signoff - git push -f origin "$SELF_UPGRADE_BRANCH" - - - if: ${{ steps.is-up-to-date.outputs.result != 'true' }} - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 - with: - github-token: ${{ steps.octo-sts.outputs.token }} - script: | - const { repo, owner } = context.repo; - const pulls = await github.rest.pulls.list({ - owner: owner, - repo: repo, - head: owner + ':' + process.env.SELF_UPGRADE_BRANCH, - base: process.env.SOURCE_BRANCH, - state: 'open', - }); - - if (pulls.data.length < 1) { - const result = await github.rest.pulls.create({ - title: '[CI] Merge ' + process.env.SELF_UPGRADE_BRANCH + ' into ' + process.env.SOURCE_BRANCH, - owner: owner, - repo: repo, - head: process.env.SELF_UPGRADE_BRANCH, - base: process.env.SOURCE_BRANCH, - body: [ - 'This PR is auto-generated to bump the Makefile modules.', - ].join('\n'), - }); - await github.rest.issues.addLabels({ - owner, - repo, - issue_number: result.data.number, - labels: ['ok-to-test', 'skip-review', 'release-note-none', 'kind/cleanup'] - }); - } diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 4a84c4a2cd4..797076ca522 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -100,7 +100,7 @@ tools += ko=0.18.1 tools += protoc=v35.1 # https://github.com/aquasecurity/trivy/releases # renovate: datasource=github-releases packageName=aquasecurity/trivy -tools += trivy=v0.71.0 +tools += trivy=v0.71.1 # https://github.com/vmware-tanzu/carvel-ytt/releases # renovate: datasource=github-releases packageName=vmware-tanzu/carvel-ytt tools += ytt=v0.55.1 @@ -653,10 +653,10 @@ $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN chmod +x $(outfile); \ rm -f $(outfile).zip -trivy_linux_amd64_SHA256SUM=30a3d22b23f88c233f1658f562fb477cae3b3e8b4761109d515b7698daf85814 -trivy_linux_arm64_SHA256SUM=2561be394a3199c911f82fced606cbc05e1cb23eb6ce1da6935540adb76f4252 -trivy_darwin_amd64_SHA256SUM=4558afb13d017615ca85011901caab78b4f09196e320b05a56c9fdc5615a1428 -trivy_darwin_arm64_SHA256SUM=95d4e896b120816edd0995a2df8adca26a8621b7bf62036a89b1d54a7b718a74 +trivy_linux_amd64_SHA256SUM=3cbae37cd440cd8676e5ce9207fe460b5641c7579a17e9d00f8894928c41a88d +trivy_linux_arm64_SHA256SUM=a7daaee66817d67a4963e8f9ddf15f5238ee021b55d3cd8695b1b7801afd34a7 +trivy_darwin_amd64_SHA256SUM=de123352f519c6310d5471b5271b029c02b04f3cce33597b87f60064e1760a3f +trivy_darwin_arm64_SHA256SUM=5eb3576d4a41c9fa274dc8a62b2e6baebb2bf423eda908ed36d81d574e293c48 .PRECIOUS: $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From caaffaa0517f3bf9224faa94879dfa7bb67c4a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:11:40 +0000 Subject: [PATCH 42/58] chore(deps): update misc npm packages Signed-off-by: Renovate Bot --- package-lock.json | 157 +++++++++++++++++++++++----------------------- package.json | 6 +- 2 files changed, 83 insertions(+), 80 deletions(-) diff --git a/package-lock.json b/package-lock.json index c104eb86a76..75a8aff3fef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,11 +41,11 @@ "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.11", - "@tailwindcss/postcss": "4.3.0", + "@tailwindcss/postcss": "4.3.1", "@tailwindcss/typography": "0.5.20", "concurrently": "10.0.3", "cspell": "10.0.1", - "eslint": "10.4.1", + "eslint": "10.5.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-mdx": "3.8.1", "format-api-docs": "file:scripts/gendocs/postprocess", @@ -62,7 +62,7 @@ "remark-toc": "9.0.0", "stylelint": "17.13.0", "stylelint-config-standard": "40.0.0", - "tailwindcss": "4.3.0" + "tailwindcss": "4.3.1" }, "engines": { "node": "24.x", @@ -2945,49 +2945,49 @@ } }, "node_modules/@tailwindcss/node": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.0.tgz", - "integrity": "sha512-aFb4gUhFOgdh9AXo4IzBEOzBkkAxm9VigwDJnMIYv3lcfXCJVesNfbEaBl4BNgVRyid92AmdviqwBUBRKSeY3g==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.1.tgz", + "integrity": "sha512-6NDaqRoAMSXD1mr/RXu0HBvNE9a2n5tHPsxu9XHLws8o4Twes5rBM2205SUUiJ9goAtadrN6xTGX0UDEwp/N4A==", "dev": true, "license": "MIT", "dependencies": { "@jridgewell/remapping": "^2.3.5", - "enhanced-resolve": "^5.21.0", - "jiti": "^2.6.1", + "enhanced-resolve": "5.21.6", + "jiti": "^2.7.0", "lightningcss": "1.32.0", "magic-string": "^0.30.21", "source-map-js": "^1.2.1", - "tailwindcss": "4.3.0" + "tailwindcss": "4.3.1" } }, "node_modules/@tailwindcss/oxide": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.0.tgz", - "integrity": "sha512-F7HZGBeN9I0/AuuJS5PwcD8xayx5ri5GhjYUDBEVYUkexyA/giwbDNjRVrxSezE3T250OU2K/wp/ltWx3UOefg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.1.tgz", + "integrity": "sha512-yVPyo8RNkabVr3O2EhHEE0Rewu7YKzc1DhIqfL46LKveFrmu9XbDazNOJY7/GRuvw1h6u3utWnR29H/p5JPlgA==", "dev": true, "license": "MIT", "engines": { "node": ">= 20" }, "optionalDependencies": { - "@tailwindcss/oxide-android-arm64": "4.3.0", - "@tailwindcss/oxide-darwin-arm64": "4.3.0", - "@tailwindcss/oxide-darwin-x64": "4.3.0", - "@tailwindcss/oxide-freebsd-x64": "4.3.0", - "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.0", - "@tailwindcss/oxide-linux-arm64-gnu": "4.3.0", - "@tailwindcss/oxide-linux-arm64-musl": "4.3.0", - "@tailwindcss/oxide-linux-x64-gnu": "4.3.0", - "@tailwindcss/oxide-linux-x64-musl": "4.3.0", - "@tailwindcss/oxide-wasm32-wasi": "4.3.0", - "@tailwindcss/oxide-win32-arm64-msvc": "4.3.0", - "@tailwindcss/oxide-win32-x64-msvc": "4.3.0" + "@tailwindcss/oxide-android-arm64": "4.3.1", + "@tailwindcss/oxide-darwin-arm64": "4.3.1", + "@tailwindcss/oxide-darwin-x64": "4.3.1", + "@tailwindcss/oxide-freebsd-x64": "4.3.1", + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.1", + "@tailwindcss/oxide-linux-arm64-gnu": "4.3.1", + "@tailwindcss/oxide-linux-arm64-musl": "4.3.1", + "@tailwindcss/oxide-linux-x64-gnu": "4.3.1", + "@tailwindcss/oxide-linux-x64-musl": "4.3.1", + "@tailwindcss/oxide-wasm32-wasi": "4.3.1", + "@tailwindcss/oxide-win32-arm64-msvc": "4.3.1", + "@tailwindcss/oxide-win32-x64-msvc": "4.3.1" } }, "node_modules/@tailwindcss/oxide-android-arm64": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.0.tgz", - "integrity": "sha512-TJPiq67tKlLuObP6RkwvVGDoxCMBVtDgKkLfa/uyj7/FyxvQwHS+UOnVrXXgbEsfUaMgiVvC4KbJnRr26ho4Ng==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.1.tgz", + "integrity": "sha512-SVlyf61g374l5cHyg8x9kf5xmLcOaxvOTsbsqDnSsDJaKOEFZ7GCvi84VAVGpxojYOs1+3K6M0UjXfqPU8vmOQ==", "cpu": [ "arm64" ], @@ -3002,9 +3002,9 @@ } }, "node_modules/@tailwindcss/oxide-darwin-arm64": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.0.tgz", - "integrity": "sha512-oMN/WZRb+SO37BmUElEgeEWuU8E/HXRkiODxJxLe1UTHVXLrdVSgfaJV7pSlhRGMSOiXLuxTIjfsF3wYvz8cgQ==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.1.tgz", + "integrity": "sha512-hVnWLwv+e/l7c4WKyVtHVrIPvYdqWHjRB3MDIqARynzFtnQg85kmQEFCbV9Ja0VVx4xXTIiDWY60Y7iz/iNoDA==", "cpu": [ "arm64" ], @@ -3019,9 +3019,9 @@ } }, "node_modules/@tailwindcss/oxide-darwin-x64": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.0.tgz", - "integrity": "sha512-N6CUmu4a6bKVADfw77p+iw6Yd9Q3OBhe0veaDX+QazfuVYlQsHfDgxBrsjQ/IW+zywL8mTrNd0SdJT/zgtvMdA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.1.tgz", + "integrity": "sha512-Cf7abu0WVgbhU7ANgPUnSAvm7nCvMweusHb8FnaHlLfv/Caq4GYaEZg7ZImzzmjx4lIAfuS8q+eLIS7A7IzxIg==", "cpu": [ "x64" ], @@ -3036,9 +3036,9 @@ } }, "node_modules/@tailwindcss/oxide-freebsd-x64": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.0.tgz", - "integrity": "sha512-zDL5hBkQdH5C6MpqbK3gQAgP80tsMwSI26vjOzjJtNCMUo0lFgOItzHKBIupOZNQxt3ouPH7RPhvNhiTfCe5CQ==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.1.tgz", + "integrity": "sha512-ZZqzX2Y+GXtXXfqSfpJhDm60OoZfvLHLCgm+J7NVqgHHJjG/m9ugZI77RwTsVd4fnBJuCFP6Ae6kTJb71UdS8g==", "cpu": [ "x64" ], @@ -3053,9 +3053,9 @@ } }, "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.0.tgz", - "integrity": "sha512-R06HdNi7A7OEoMsf6d4tjZ71RCWnZQPHj2mnotSFURjNLdBC+cIgXQ7l81CqeoiQftjf6OOblxXMInMgN2VzMA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.1.tgz", + "integrity": "sha512-/Ah/xik0LaMYfv9DZ0S/t4pBlBNYOcqtRwusjgovHkvT8ixueWCLyJjsaF5kQIckjb4IT8Q6K6p/iPmZMixYgg==", "cpu": [ "arm" ], @@ -3070,9 +3070,9 @@ } }, "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.0.tgz", - "integrity": "sha512-qTJHELX8jetjhRQHCLilkVLmybpzNQAtaI/gaoVoidn/ufbNDbAo8KlK2J+yPoc8wQxvDxCmh/5lr8nC1+lTbg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.1.tgz", + "integrity": "sha512-gqdFoVJlw444GvpnheZLHmvTzSxI/cOUUh2KSNejQjTcYkW062SVD+En0rUgD+QV91bz1XGIGtt1HJd48xUGbQ==", "cpu": [ "arm64" ], @@ -3090,9 +3090,9 @@ } }, "node_modules/@tailwindcss/oxide-linux-arm64-musl": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.0.tgz", - "integrity": "sha512-Z6sukiQsngnWO+l39X4pPbiWT81IC+PLKF+PHxIlyZbGNb9MODfYlXEVlFvej5BOZInWX01kVyzeLvHsXhfczQ==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.1.tgz", + "integrity": "sha512-Bwv9KwOvE0VKa86xPFif9b9c3Y1NxOV1P0gLti/IYaWEsQYZXDlxfGEtA8mdDZ7SG3wyNXAWYT5SIn3giL57oA==", "cpu": [ "arm64" ], @@ -3110,9 +3110,9 @@ } }, "node_modules/@tailwindcss/oxide-linux-x64-gnu": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.0.tgz", - "integrity": "sha512-DRNdQRpSGzRGfARVuVkxvM8Q12nh19l4BF/G7zGA1oe+9wcC6saFBHTISrpIcKzhiXtSrlSrluCfvMuledoCTQ==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.1.tgz", + "integrity": "sha512-Ymi8O8T15HYQdOUWUtTI6ldN0neHP85FC+Qz32xTcZ7iJXtem/x8ITev0o1e9e5rkqj4lONZfTRLvkmin1+tKg==", "cpu": [ "x64" ], @@ -3130,9 +3130,9 @@ } }, "node_modules/@tailwindcss/oxide-linux-x64-musl": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.0.tgz", - "integrity": "sha512-Z0IADbDo8bh6I7h2IQMx601AdXBLfFpEdUotft86evd/8ZPflZe9COPO8Q1vw+pfLWIUo9zN/JGZvwuAJqduqg==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.1.tgz", + "integrity": "sha512-M+P/91qJ6uILLw4k2G93GMDRAXj61SMvFQYt39AqvUqYgExXpLL5aepfns7sj4HiAQeolirQF9E0lzRvdf4zPQ==", "cpu": [ "x64" ], @@ -3150,9 +3150,9 @@ } }, "node_modules/@tailwindcss/oxide-wasm32-wasi": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.0.tgz", - "integrity": "sha512-HNZGOUxEmElksYR7S6sC5jTeNGpobAsy9u7Gu0AskJ8/20FR9GqebUyB+HBcU/ax6BHuiuJi+Oda4B+YX6H1yA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.1.tgz", + "integrity": "sha512-zsM8uOeqvVGHsAXsJxsT28ttosFahLJKCLOTUBqRAtKnVgGSRitds9T432QiT8b77Yga7JIBkulIRRlJPtYhRA==", "bundleDependencies": [ "@napi-rs/wasm-runtime", "@emnapi/core", @@ -3172,7 +3172,7 @@ "@emnapi/runtime": "^1.10.0", "@emnapi/wasi-threads": "^1.2.1", "@napi-rs/wasm-runtime": "^1.1.4", - "@tybys/wasm-util": "^0.10.1", + "@tybys/wasm-util": "^0.10.2", "tslib": "^2.8.1" }, "engines": { @@ -3180,9 +3180,9 @@ } }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.0.tgz", - "integrity": "sha512-Pe+RPVTi1T+qymuuRpcdvwSVZjnll/f7n8gBxMMh3xLTctMDKqpdfGimbMyioqtLhUYZxdJ9wGNhV7MKHvgZsQ==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.1.tgz", + "integrity": "sha512-aiNvSq9BsVk8V513lDKlrCFAgf8qBMPZTpgEhInL+NwQqs97mYmupVMrPrgBBSL8Pv/0zXu9MrMF9rMun1ZeNg==", "cpu": [ "arm64" ], @@ -3197,9 +3197,9 @@ } }, "node_modules/@tailwindcss/oxide-win32-x64-msvc": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.0.tgz", - "integrity": "sha512-Mvrf2kXW/yeW/OTezZlCGOirXRcUuLIBx/5Y12BaPM7wJoryG6dfS/NJL8aBPqtTEx/Vm4T4vKzFUcKDT+TKUA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.1.tgz", + "integrity": "sha512-xDEyu1rg290472FEGaKHnzyDyh5QH+AlWvsU5hMoMtPpzmKlRI0jaYKCgSHDYtaQWZOYbMaduSyCwFwY4n1HmA==", "cpu": [ "x64" ], @@ -3214,17 +3214,17 @@ } }, "node_modules/@tailwindcss/postcss": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.0.tgz", - "integrity": "sha512-Jm05Tjx+9yCLGv5qw1c+84Psds8MnyrEQYCB+FFk2lgGiUjlRqdxke4mVTuYrj2xnVZqKim2Apr5ySuQRYAw/w==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.1.tgz", + "integrity": "sha512-dNJuNbdEJT/SWRuXTYP1WSamelsz3ztkUsdtWQPjrexysrTpaEPM40P/71knXiXLYEojqPOEGitVLLpPMS5T6A==", "dev": true, "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", - "@tailwindcss/node": "4.3.0", - "@tailwindcss/oxide": "4.3.0", - "postcss": "^8.5.10", - "tailwindcss": "4.3.0" + "@tailwindcss/node": "4.3.1", + "@tailwindcss/oxide": "4.3.1", + "postcss": "8.5.15", + "tailwindcss": "4.3.1" } }, "node_modules/@tailwindcss/typography": { @@ -4905,9 +4905,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.24.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.0.tgz", - "integrity": "sha512-SkE2t82KlkkxQRVMVLAGKxLfORGQfrkx5dkj+vlgXRVNEdPc4eZcR+J/Fvj8C+yKSFH5L0q3NFlyufOVQnCcYQ==", + "version": "5.21.6", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.6.tgz", + "integrity": "sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5053,11 +5053,14 @@ } }, "node_modules/eslint": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", - "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", + "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", "dev": true, "license": "MIT", + "workspaces": [ + "packages/*" + ], "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", @@ -11363,9 +11366,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", - "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.1.tgz", + "integrity": "sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 92e073bd3b7..9ff24f1352c 100644 --- a/package.json +++ b/package.json @@ -88,11 +88,11 @@ "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.11", - "@tailwindcss/postcss": "4.3.0", + "@tailwindcss/postcss": "4.3.1", "@tailwindcss/typography": "0.5.20", "concurrently": "10.0.3", "cspell": "10.0.1", - "eslint": "10.4.1", + "eslint": "10.5.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-mdx": "3.8.1", "format-api-docs": "file:scripts/gendocs/postprocess", @@ -109,6 +109,6 @@ "remark-toc": "9.0.0", "stylelint": "17.13.0", "stylelint-config-standard": "40.0.0", - "tailwindcss": "4.3.0" + "tailwindcss": "4.3.1" } } From cf1fb6bed57be24537c9945ab4f48c51c17c4a63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:17:11 +0000 Subject: [PATCH 43/58] chore(deps): update makefile modules to 7835ffe Signed-off-by: Renovate Bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/klone.yaml b/klone.yaml index 4bfc6331f0b..38b83eb62e4 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 81f29696f59bef67550703897317978cb10b53bd + repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 81f29696f59bef67550703897317978cb10b53bd + repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 81f29696f59bef67550703897317978cb10b53bd + repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 81f29696f59bef67550703897317978cb10b53bd + repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 81f29696f59bef67550703897317978cb10b53bd + repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 81f29696f59bef67550703897317978cb10b53bd + repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 797076ca522..5d0b879e4be 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -70,7 +70,7 @@ NEEDS_CTR = __require-ctr tools := # https://github.com/helm/helm/releases # renovate: datasource=github-releases packageName=helm/helm -tools += helm=v4.2.1 +tools += helm=v4.2.0 # https://github.com/helm-unittest/helm-unittest/releases # renovate: datasource=github-releases packageName=helm-unittest/helm-unittest tools += helm-unittest=v1.1.1 @@ -482,10 +482,10 @@ $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: $(CURL) https://go.dev/dl/go$(VENDORED_GO_VERSION).$(HOST_OS)-$(HOST_ARCH).tar.gz -o $(outfile); \ $(checkhash_script) $(outfile) $(go_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM) -helm_linux_amd64_SHA256SUM=479dca836e5b45e8bd222400c5591b0e3a647378f03ff96597180db97c17fdae -helm_linux_arm64_SHA256SUM=596b9a73d366c1e72ce67d595c22805480e30914593aafbc9f547694e72814db -helm_darwin_amd64_SHA256SUM=2a21c9f368d608bcf6eb794ebc06514eb6b529a846b60fe4a43dea7bcce65228 -helm_darwin_arm64_SHA256SUM=896472d2ec0740c60f64a9df0fc30d478beee38a1a2a6ed91aa6e6ee177c1575 +helm_linux_amd64_SHA256SUM=97dbeb971be4ac4b27e3839976d9564c0fb35c6f3b1da89dd1e292d236af4096 +helm_linux_arm64_SHA256SUM=1f8de130dfbd04de64978e7b852a7a547be1404956a366608276d2520b678670 +helm_darwin_amd64_SHA256SUM=1376ea697140e4db316736e760d5a47d12afc1524dce704476ef06fd7fdeddc6 +helm_darwin_arm64_SHA256SUM=f13f959015447b6bc309f9fd506509926543988a39035c088b52522ec95e2acb .PRECIOUS: $(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From b7ddcb97a7711f7cbec00c5838211041911c418b Mon Sep 17 00:00:00 2001 From: yugstar Date: Tue, 16 Jun 2026 07:19:30 +0530 Subject: [PATCH 44/58] docs: use recommended Cloudflare API token in DNS01 tutorial The DNS01 validation tutorial configured the Cloudflare solver with `apiKeySecretRef` plus an `email`, which is the legacy Global API Key auth method. Users who follow the tutorial with a Cloudflare API token hit `Invalid format for X-Auth-Key header`, because a token is supplied in an API key field. Switch the example to the recommended `apiTokenSecretRef` method (no `email`), matching the DNS01 Cloudflare configuration reference. API tokens are zone-scoped and easily revocable, so they are the more secure default for a tutorial. Fixes #1596 Signed-off-by: yugstar --- content/docs/tutorials/acme/dns-validation.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/docs/tutorials/acme/dns-validation.md b/content/docs/tutorials/acme/dns-validation.md index ded076b4905..310d9e482ea 100644 --- a/content/docs/tutorials/acme/dns-validation.md +++ b/content/docs/tutorials/acme/dns-validation.md @@ -57,12 +57,13 @@ spec: - example.org dns01: cloudflare: - email: my-cloudflare-acc@example.com - # !! Remember to create a k8s secret before - # kubectl create secret generic cloudflare-api-key-secret - apiKeySecretRef: - name: cloudflare-api-key-secret - key: api-key + # API Tokens are recommended: they are scoped to specific zones and + # permissions and are easily revocable. Create the secret first, e.g.: + # kubectl create secret generic cloudflare-api-token-secret \ + # --from-literal=api-token= + apiTokenSecretRef: + name: cloudflare-api-token-secret + key: api-token ``` From 9ee6ee0a7781ae7f3bcff4b0800ceba9be8f3196 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:36:20 +0000 Subject: [PATCH 45/58] chore(deps): update misc npm packages to v5.9.0 Signed-off-by: Renovate Bot --- package-lock.json | 176 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 89 insertions(+), 89 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75a8aff3fef..381f5751db8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.19", + "@eslint-react/eslint-plugin": "5.9.0", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2", @@ -1258,9 +1258,9 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.8.19.tgz", - "integrity": "sha512-4J3CLrddnkF4URN57AQkt1nZXFPgyysys1XAK/WmlFscadA3VGMKyrrbIa8hvHYOLRwy2wpPmJyQr5kxqXqTPA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.9.0.tgz", + "integrity": "sha512-D5DmbsEGYYmHOC2J68BRC2iJhYsD4K0x8mllgB08SeSQ0T/nP2BRogg/ohn5ZeRMb87ZDqN6NtGR7G7qTwgOSw==", "dev": true, "license": "MIT", "dependencies": { @@ -1278,17 +1278,17 @@ } }, "node_modules/@eslint-react/core": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.8.19.tgz", - "integrity": "sha512-kpLefNDaZ8o+37PPf6yretQza3oID1VMxYz2SqsWWLE73UYDUkNiCg/4OWO6HI6dxaQUulab26bQTpsCmfDJYA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.9.0.tgz", + "integrity": "sha512-GzARSlLTJT3FY9sUO9bYLoFtgiuUoNKzVv68oJkjAIembiu/6s1vyjs/I/1PEt+pEU6eu5hPjKHJXzd4boSDmQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.19", - "@eslint-react/eslint": "5.8.19", - "@eslint-react/jsx": "5.8.19", - "@eslint-react/shared": "5.8.19", - "@eslint-react/var": "5.8.19", + "@eslint-react/ast": "5.9.0", + "@eslint-react/eslint": "5.9.0", + "@eslint-react/jsx": "5.9.0", + "@eslint-react/shared": "5.9.0", + "@eslint-react/var": "5.9.0", "@typescript-eslint/scope-manager": "^8.61.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", @@ -1303,9 +1303,9 @@ } }, "node_modules/@eslint-react/eslint": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.8.19.tgz", - "integrity": "sha512-6n/fX+hLM51OMzGmvYB4xxdfV5exB6PYLLri7hE9yhERcgWor7MRC3LcjVx+RjOUUX4CBcZw+3TVJFMuAfciRQ==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.9.0.tgz", + "integrity": "sha512-PEJPNXLjzlpdq2A4+9XlVdYziZPGq7wM+PB8jtmUzurQuZ8dqfCoBiQNuu+8TYMPGet1lUjHhijCO8MM9mEfrg==", "dev": true, "license": "MIT", "dependencies": { @@ -1320,19 +1320,19 @@ } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.8.19.tgz", - "integrity": "sha512-DHlfNEgX6NhlU0vmfH+a+yoOydnflWG22H10c3uIyAqJzqdQx/zXlL7cqVxxGKYPo/ADRhIMJ10T8Y8WObggWg==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.9.0.tgz", + "integrity": "sha512-BQFiLhxgYnGldiydecjjRXSIixHUsYb8YNSdlrGkoQU3ZFidW6d5R0I1Reooz8DAg/m6sjwZ17MRVRNm3Z4PyA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.8.19", - "eslint-plugin-react-dom": "5.8.19", - "eslint-plugin-react-jsx": "5.8.19", - "eslint-plugin-react-naming-convention": "5.8.19", - "eslint-plugin-react-rsc": "5.8.19", - "eslint-plugin-react-web-api": "5.8.19", - "eslint-plugin-react-x": "5.8.19" + "@eslint-react/shared": "5.9.0", + "eslint-plugin-react-dom": "5.9.0", + "eslint-plugin-react-jsx": "5.9.0", + "eslint-plugin-react-naming-convention": "5.9.0", + "eslint-plugin-react-rsc": "5.9.0", + "eslint-plugin-react-web-api": "5.9.0", + "eslint-plugin-react-x": "5.9.0" }, "engines": { "node": ">=22.0.0" @@ -1343,16 +1343,16 @@ } }, "node_modules/@eslint-react/jsx": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.8.19.tgz", - "integrity": "sha512-XaW+FjBdGxNaCvt8g03QBfP8gkVb9efxp6AbbZ1dJNwmYjBetEMBd58dUMrTw6iSj8ZVeryWUbwtkkHkGo20jw==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.9.0.tgz", + "integrity": "sha512-dc6hBagLgCt+CSkWSJjbyPDGGcs/J9qHTdymMQrw51bO+DIztQpuy42E42EjOdxWcaw3U0eUtu330nZEcKqGMw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.19", - "@eslint-react/eslint": "5.8.19", - "@eslint-react/shared": "5.8.19", - "@eslint-react/var": "5.8.19", + "@eslint-react/ast": "5.9.0", + "@eslint-react/eslint": "5.9.0", + "@eslint-react/shared": "5.9.0", + "@eslint-react/var": "5.9.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0" @@ -1366,13 +1366,13 @@ } }, "node_modules/@eslint-react/shared": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.8.19.tgz", - "integrity": "sha512-jpn7kdL/XtbKkfWvqTa3qZgNGko7h2i/wqxrVZG514z6SsGBNdRFwEJF2BburdHp28rqkVy0fkv2IwniBFZaKA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.9.0.tgz", + "integrity": "sha512-Ln255YTTUSlONr+e0Lu1wi2X9fTuOlNNJNXTz6PYaNZFAwCNWdlhkzFL8HdIBgPiWPUKrt+OMuah8o0xVoHswA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.8.19", + "@eslint-react/eslint": "5.9.0", "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0", "zod": "^3.25.0 || ^4.0.0" @@ -1386,14 +1386,14 @@ } }, "node_modules/@eslint-react/var": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.8.19.tgz", - "integrity": "sha512-45K17ADBOzaBnpVzsyZ10YHHI4s4v3efm30PSYUJSDOGPOyc7Jkl/j95S0AvS7ael1U8bM4jk837y0opUdbEyg==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.9.0.tgz", + "integrity": "sha512-vNz4y4eFKRYetihXiiZueGgClsyTFhR3kltMDPwoZyJaERdkyeoUylY09OnWakJFitao1+s2eBkSVuFqA8dqrA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.19", - "@eslint-react/eslint": "5.8.19", + "@eslint-react/ast": "5.9.0", + "@eslint-react/eslint": "5.9.0", "@typescript-eslint/scope-manager": "^8.61.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", @@ -5194,16 +5194,16 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.8.19.tgz", - "integrity": "sha512-7qJTtdT2i/2JJTXgDlFTJza6Zk0fY21kgqK9HEFQU7i4oAAR+G+Hxo3634KGtASIBjtWZCAEenHf6j6ywoWbeA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.9.0.tgz", + "integrity": "sha512-gBlV304swaW2S0MqVFkQhii0C+KAy2WmxFtVtho39h5GzWdjKjNIxdUdOPQvLAFd7B1/lkbJflqGQKf6sjWGTg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.19", - "@eslint-react/eslint": "5.8.19", - "@eslint-react/jsx": "5.8.19", - "@eslint-react/shared": "5.8.19", + "@eslint-react/ast": "5.9.0", + "@eslint-react/eslint": "5.9.0", + "@eslint-react/jsx": "5.9.0", + "@eslint-react/shared": "5.9.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", "compare-versions": "^6.1.1" @@ -5217,17 +5217,17 @@ } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.8.19.tgz", - "integrity": "sha512-1KhMQ0bpqrTYPG1AnUbZ1n3xqxLovMPMl8TrtU7KDbhagDAGl2rbNA8jac0MDS5ait4/xuJT6uFnLXVKknNzCA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.9.0.tgz", + "integrity": "sha512-K/8RtAb8GDuhoIsR+Feo5Cr57Ts1N2juekocxk9TuF3azx2bCOuHiuU/rqMStMWi5oLTPrg2XqquD2LeS7x6iQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.19", - "@eslint-react/core": "5.8.19", - "@eslint-react/eslint": "5.8.19", - "@eslint-react/jsx": "5.8.19", - "@eslint-react/shared": "5.8.19", + "@eslint-react/ast": "5.9.0", + "@eslint-react/core": "5.9.0", + "@eslint-react/eslint": "5.9.0", + "@eslint-react/jsx": "5.9.0", + "@eslint-react/shared": "5.9.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0" }, @@ -5240,16 +5240,16 @@ } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.8.19.tgz", - "integrity": "sha512-BzjtJdRAaslUoeaoMqf4JRWSzkJNYK+p42HXILIEmi5I18JpfKYNfOdwG9XjM6t4FimeF/ZBjqqhukCZIfU+Bw==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.9.0.tgz", + "integrity": "sha512-0VYdfPXZZLDiNzvp8DmgYFwZ+vO8pljU0Pcr83/Hj8PSilF4kL2rZWh4fkh+IVQv8iIpIv7HLRbBD/nU/QSh+w==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.19", - "@eslint-react/core": "5.8.19", - "@eslint-react/eslint": "5.8.19", - "@eslint-react/var": "5.8.19", + "@eslint-react/ast": "5.9.0", + "@eslint-react/core": "5.9.0", + "@eslint-react/eslint": "5.9.0", + "@eslint-react/var": "5.9.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", "ts-pattern": "^5.9.0" @@ -5263,17 +5263,17 @@ } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.8.19.tgz", - "integrity": "sha512-jxLL5rDje7Z98lHHAramxYS9cc+7MVxWYiu6HI1j6vsPePjUgpVClFlaw/bFFRA1n7JUmQ11pB+8Wcofv+iRqQ==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.9.0.tgz", + "integrity": "sha512-hcP7lTqV5JNx8QpmMKric50IBEuFwj5mlM7cyaYB/2UWJaaQvScywHeg/CRZrDauFxkIVx9JXcORBqW+h7VGdQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.19", - "@eslint-react/core": "5.8.19", - "@eslint-react/eslint": "5.8.19", - "@eslint-react/shared": "5.8.19", - "@eslint-react/var": "5.8.19", + "@eslint-react/ast": "5.9.0", + "@eslint-react/core": "5.9.0", + "@eslint-react/eslint": "5.9.0", + "@eslint-react/shared": "5.9.0", + "@eslint-react/var": "5.9.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0" }, @@ -5286,17 +5286,17 @@ } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.8.19.tgz", - "integrity": "sha512-8NyFul3VT5GapvXCEJBn2yzDBLmZjHl5etfl3mw1Q9v14yxnHvRD352d+YdnVUtlLEmcYORlqLObbXQ2T5lB0w==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.9.0.tgz", + "integrity": "sha512-AlKMpAFHbgJ10hcTIw80NXzEPKxB1zugA98joPnMKDSuf/wScoWGwl5X6SmigVn4KChPBudYchdN0OrBUqO02g==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.19", - "@eslint-react/core": "5.8.19", - "@eslint-react/eslint": "5.8.19", - "@eslint-react/shared": "5.8.19", - "@eslint-react/var": "5.8.19", + "@eslint-react/ast": "5.9.0", + "@eslint-react/core": "5.9.0", + "@eslint-react/eslint": "5.9.0", + "@eslint-react/shared": "5.9.0", + "@eslint-react/var": "5.9.0", "@typescript-eslint/types": "^8.61.0", "@typescript-eslint/utils": "^8.61.0", "birecord": "^0.1.1", @@ -5311,18 +5311,18 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "5.8.19", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.8.19.tgz", - "integrity": "sha512-WqrDdS1K5Gh1RLamCxXMAJVLKOTfPXg/enmr0XV7Uuxa9FYIK1O8DzZG6FtPJ2mWGEaP2JvKCFXDyvDOXiyWGw==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.9.0.tgz", + "integrity": "sha512-urgjMTtZpUzhkFBbQqp4+vdFhQmSkgeLnpq1h/2gemnzKjiMpDa9cCbo1vhjHnYQLzU6YRbxJ1hhqVv+9nXbjw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.8.19", - "@eslint-react/core": "5.8.19", - "@eslint-react/eslint": "5.8.19", - "@eslint-react/jsx": "5.8.19", - "@eslint-react/shared": "5.8.19", - "@eslint-react/var": "5.8.19", + "@eslint-react/ast": "5.9.0", + "@eslint-react/core": "5.9.0", + "@eslint-react/eslint": "5.9.0", + "@eslint-react/jsx": "5.9.0", + "@eslint-react/shared": "5.9.0", + "@eslint-react/var": "5.9.0", "@typescript-eslint/scope-manager": "^8.61.0", "@typescript-eslint/type-utils": "^8.61.0", "@typescript-eslint/types": "^8.61.0", diff --git a/package.json b/package.json index 9ff24f1352c..c51082dbe4c 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.19", + "@eslint-react/eslint-plugin": "5.9.0", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2", From b0c16cb9e8a2f52d8a110b4923d39a4c1d53a3ec Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Wed, 13 May 2026 08:23:33 +0100 Subject: [PATCH 46/58] Clarify ACME challenge scheduling behaviour Signed-off-by: Richard Wall --- .../docs/concepts/acme-orders-challenges.md | 43 +++++++++++++++---- content/docs/configuration/acme/README.md | 8 ++++ content/docs/troubleshooting/acme.md | 9 +++- 3 files changed, 49 insertions(+), 11 deletions(-) diff --git a/content/docs/concepts/acme-orders-challenges.md b/content/docs/concepts/acme-orders-challenges.md index f4e1d3e2a5f..f9815c9355e 100644 --- a/content/docs/concepts/acme-orders-challenges.md +++ b/content/docs/concepts/acme-orders-challenges.md @@ -89,12 +89,37 @@ is a backlog of challenges to complete. ### Challenge Scheduling -Instead of attempting to process all challenges at once, challenges are -'scheduled' by cert-manager. - -This scheduler applies a cap on the maximum number of simultaneous challenges -as well as disallows two challenges for the same DNS name and solver type -(`HTTP01` or `DNS01`) to be completed at once. - -The maximum number of challenges that can be processed at a time is 60 as of -[`ddff78`](https://github.com/cert-manager/cert-manager/blob/ddff78f011558e64186d61f7c693edced1496afa/pkg/controller/acmechallenges/scheduler/scheduler.go#L31-L33). \ No newline at end of file +Instead of attempting to process all challenges at once, cert-manager +schedules them. + +The scheduler does two things: + +- it limits how many challenges can be processed at the same time; and +- it avoids processing two challenges at once when they would validate the + same target. + +For conflict detection, cert-manager uses the ACME validation target that is +actually checked externally: + +- `HTTP01` challenges conflict if they validate the same hostname; +- `DNS01` challenges conflict if they validate the same `_acme-challenge` DNS + name. + +Different internal solver settings do not make those challenges independent. +For example, different ingress classes or gateway routes for `HTTP01`, or +different DNS provider backends for `DNS01`, can still end up validating the +same hostname or DNS record. + +The scheduler does not attempt to model CA-specific rate limits, tenant +fairness, or ownership policy for DNS names. Deployments that need stronger +multi-tenant isolation or tighter control over which workloads may request +certificates for which names should rely on [policy controls](../policy/README.md), +admission, approval, or separate cert-manager deployments rather than on +scheduler heuristics alone. + +By default, cert-manager processes up to 60 challenges at a time. +You can change this with the controller +[`--max-concurrent-challenges`](../cli/controller.md) flag. +If you install cert-manager with Helm, set `maxConcurrentChallenges`. +If you use a controller configuration file, set `maxConcurrentChallenges` in +[`ControllerConfiguration`](../reference/api-docs.md#controller.config.cert-manager.io/v1alpha1.ControllerConfiguration). \ No newline at end of file diff --git a/content/docs/configuration/acme/README.md b/content/docs/configuration/acme/README.md index 118cf5aed2d..386887a6ac8 100644 --- a/content/docs/configuration/acme/README.md +++ b/content/docs/configuration/acme/README.md @@ -38,6 +38,14 @@ DNS lookup and can validate that the client owns the domain for the requested certificate. With the correct permissions, cert-manager will automatically present this TXT record for your given DNS provider. +For more detail on challenge lifecycle, self-checks, and the intentionally +conservative challenge scheduling and back-pressure behavior, see [ACME Orders +and Challenges](../../concepts/acme-orders-challenges.md). In shared deployments, +if you need tighter control over which workloads may request certificates for +which names, see the [policy documentation](../../policy/README.md). If you are +debugging a failed issuance flow, see [Troubleshooting Problems with ACME / +Let's Encrypt Certificates](../../troubleshooting/acme.md). + ## Configuration ### Creating a Basic ACME Issuer diff --git a/content/docs/troubleshooting/acme.md b/content/docs/troubleshooting/acme.md index 7763b9ed29a..c4668d3bc5d 100644 --- a/content/docs/troubleshooting/acme.md +++ b/content/docs/troubleshooting/acme.md @@ -11,8 +11,13 @@ Learn how to diagnose problems if cert-manager fails to renew ACME / Let's Encry When requesting ACME certificates, cert-manager will create `Order` and `Challenges` to complete the request. As such, there are more resources to investigate and debug if there is a problem during the process. You can read -more about these resources in the [concepts -pages](../concepts/acme-orders-challenges.md). +more about these resources, including challenge self-checks and scheduling +behavior, in the [ACME Orders and Challenges](../concepts/acme-orders-challenges.md) +page. + +If you are operating cert-manager in a shared environment and need tighter +control over which workloads may request certificates for which names, see the +[policy documentation](../policy/README.md). Before you start here you should probably take a look at our [general troubleshooting guide](./README.md) From e0c7c705b420cbbc26a3d4365fc31aaeafd036ad Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Tue, 16 Jun 2026 15:10:28 +0100 Subject: [PATCH 47/58] Use a shell-safe placeholder variable As per copilot code-review comment. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Richard Wall --- content/docs/tutorials/acme/dns-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/tutorials/acme/dns-validation.md b/content/docs/tutorials/acme/dns-validation.md index 310d9e482ea..f56f77f2d94 100644 --- a/content/docs/tutorials/acme/dns-validation.md +++ b/content/docs/tutorials/acme/dns-validation.md @@ -60,7 +60,7 @@ spec: # API Tokens are recommended: they are scoped to specific zones and # permissions and are easily revocable. Create the secret first, e.g.: # kubectl create secret generic cloudflare-api-token-secret \ - # --from-literal=api-token= + # --from-literal=api-token="$CLOUDFLARE_API_TOKEN" apiTokenSecretRef: name: cloudflare-api-token-secret key: api-token From fc6f64f687639cecd3c244baf9cab36e9178619b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 7 May 2025 12:30:58 -0400 Subject: [PATCH 48/58] docs: harmonize `

` formatting by dropping internal spaces Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- scripts/gendocs/templates/type.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/gendocs/templates/type.tpl b/scripts/gendocs/templates/type.tpl index aba5b201420..75782581fd4 100644 --- a/scripts/gendocs/templates/type.tpl +++ b/scripts/gendocs/templates/type.tpl @@ -5,16 +5,14 @@ {{ if eq .Kind "Alias" }}({{.Underlying}} alias){{ end -}} {{ with (typeReferences .) }} -

- (Appears on: +

(Appears on: {{- $prev := "" -}} {{- range . -}} {{- if $prev -}}, {{ end -}} {{- $prev = . -}} {{ typeDisplayName . }} {{- end -}} - ) -

+ )

{{ end }}
From b4f5a70d8c5d6588105725c86c30015032318699 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Tue, 16 Jun 2026 16:06:29 +0000 Subject: [PATCH 49/58] postprocess: strip cosmetic whitespace inside

tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The babel→HTML prettier pipeline in api-doc-postprocess.js inserts whitespace inside

tags: babel reformats "

(" to "

\n (" which the HTML pass collapses to "

(". Add a post-prettier replace step to strip leading and trailing whitespace within

elements. Without this fix, template-level whitespace changes (like those in the preceding commit) are undone by the postprocessor. Signed-off-by: Richard Wall Co-Authored-By: Claude Signed-off-by: Richard Wall --- scripts/gendocs/postprocess/api-doc-postprocess.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/gendocs/postprocess/api-doc-postprocess.js b/scripts/gendocs/postprocess/api-doc-postprocess.js index 3f91568a95a..73d331122a0 100755 --- a/scripts/gendocs/postprocess/api-doc-postprocess.js +++ b/scripts/gendocs/postprocess/api-doc-postprocess.js @@ -33,4 +33,9 @@ result = await prettier.format(result, { printWidth: 1000 }) +// The babel→HTML prettier pipeline inserts whitespace inside

tags +// (babel reformats "

(" to "

\n (" which the HTML pass collapses to +// "

("). Strip these cosmetic spaces since

is a block element. +result = result.replace(/

\s+/g, '

').replace(/\s+<\/p>/g, '

') + writeFileSync(1, matter.stringify(result, data)) From e07f01e6ea51dbd8127090c7090c8335259e9a20 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Tue, 16 Jun 2026 16:07:29 +0000 Subject: [PATCH 50/58] docs: regenerate API reference docs Run ./scripts/gendocs/generate to pick up the template and postprocessor whitespace changes. Signed-off-by: Richard Wall Co-Authored-By: Claude Signed-off-by: Richard Wall --- content/docs/reference/api-docs.md | 640 +++++++++++++---------------- 1 file changed, 290 insertions(+), 350 deletions(-) diff --git a/content/docs/reference/api-docs.md b/content/docs/reference/api-docs.md index 2daefcd1e31..5559df752c7 100644 --- a/content/docs/reference/api-docs.md +++ b/content/docs/reference/api-docs.md @@ -120,7 +120,7 @@ description: >- string -

dnsName is the identifier that this challenge is for, e.g., example.com. If the requested DNSName is a ‘wildcard’, this field MUST be set to the non-wildcard domain, e.g., for *.example.com, it must be example.com.

+

dnsName is the identifier that this challenge is for, e.g., example.com. If the requested DNSName is a ‘wildcard’, this field MUST be set to the non-wildcard domain, e.g., for *.example.com, it must be example.com.

@@ -163,12 +163,10 @@ description: >- string -

- The ACME challenge key for this challenge For HTTP01 challenges, this is the value that must be responded with to complete the HTTP01 challenge in the format: +

The ACME challenge key for this challenge For HTTP01 challenges, this is the value that must be responded with to complete the HTTP01 challenge in the format: <private key JWK thumbprint>.<key from acme server for challenge>. For DNS01 challenges, this is the base64 encoded SHA256 sum of the <private key JWK thumbprint>.<key from acme server for challenge> - text that must be set as the TXT record content. -

+ text that must be set as the TXT record content.

@@ -295,7 +293,7 @@ description: >- (Optional) -

CommonName is the common name as specified on the DER encoded CSR. If specified, this value must also be present in dnsNames or ipAddresses. This field must match the corresponding field on the DER encoded CSR.

+

CommonName is the common name as specified on the DER encoded CSR. If specified, this value must also be present in dnsNames or ipAddresses. This field must match the corresponding field on the DER encoded CSR.

@@ -362,7 +360,7 @@ description: >-

ACMEAuthorization

-

(Appears on: OrderStatus)

+

(Appears on: OrderStatus)

ACMEAuthorization contains data returned from the ACME server on an authorization that must be completed in order validate a DNS name on an ACME Order resource.

@@ -403,7 +401,7 @@ description: >- (Optional) -

Wildcard will be true if this authorization is for a wildcard DNS name. If this is true, the identifier will be the non-wildcard version of the DNS name. For example, if ‘*.example.com’ is the DNS name being validated, this field will be ‘true’ and the ‘identifier’ field will be ‘example.com’.

+

Wildcard will be true if this authorization is for a wildcard DNS name. If this is true, the identifier will be the non-wildcard version of the DNS name. For example, if ‘*.example.com’ is the DNS name being validated, this field will be ‘true’ and the ‘identifier’ field will be ‘example.com’.

@@ -435,7 +433,7 @@ description: >-

ACMEChallenge

-

(Appears on: ACMEAuthorization)

+

(Appears on: ACMEAuthorization)

Challenge specifies a challenge offered by the ACME server for an Order. An appropriate Challenge resource can be created to perform the ACME challenge process.

@@ -480,7 +478,7 @@ description: >-

ACMEChallengeSolver

-

(Appears on: ACMEIssuer, ChallengeSpec)

+

(Appears on: ACMEIssuer, ChallengeSpec)

An ACMEChallengeSolver describes how to solve ACME challenges for the issuer it is part of. A selector may be provided to use different solving strategies for different DNS names. Only one of HTTP01 or DNS01 must be provided.

@@ -515,7 +513,7 @@ description: >- (Optional) -

Configures cert-manager to attempt to complete authorizations by performing the HTTP01 challenge flow. It is not possible to obtain certificates for wildcard domain names (e.g., *.example.com) using the HTTP01 challenge mechanism.

+

Configures cert-manager to attempt to complete authorizations by performing the HTTP01 challenge flow. It is not possible to obtain certificates for wildcard domain names (e.g., *.example.com) using the HTTP01 challenge mechanism.

@@ -534,7 +532,7 @@ description: >-

ACMEChallengeSolverDNS01

-

(Appears on: ACMEChallengeSolver)

+

(Appears on: ACMEChallengeSolver)

Used to configure a DNS01 challenge provider to be used when solving DNS01 challenges. Only one DNS provider may be configured per solver.

@@ -647,7 +645,7 @@ description: >- (Optional) -

Use the ‘ACME DNS’ (https://github.com/joohoi/acme-dns) API to manage DNS01 challenge records.

+

Use the ‘ACME DNS’ (https://github.com/joohoi/acme-dns) API to manage DNS01 challenge records.

@@ -660,7 +658,7 @@ description: >- (Optional) -

Use RFC2136 (“Dynamic Updates in the Domain Name System”) (https://datatracker.ietf.org/doc/rfc2136/) to manage DNS01 challenge records.

+

Use RFC2136 (“Dynamic Updates in the Domain Name System”) (https://datatracker.ietf.org/doc/rfc2136/) to manage DNS01 challenge records.

@@ -679,7 +677,7 @@ description: >-

ACMEChallengeSolverHTTP01

-

(Appears on: ACMEChallengeSolver)

+

(Appears on: ACMEChallengeSolver)

ACMEChallengeSolverHTTP01 contains configuration detailing how to solve HTTP01 challenges within a Kubernetes cluster. Typically this is accomplished through creating ‘routes’ of some description that configure ingress controllers to direct traffic to ‘solver pods’, which are responsible for responding to the ACME server’s HTTP requests. Only one of Ingress / Gateway can be specified.

@@ -714,13 +712,13 @@ description: >- (Optional) -

The Gateway API is a sig-network community API that models service networking in Kubernetes (https://gateway-api.sigs.k8s.io/). The Gateway solver will create HTTPRoutes with the specified labels in the same namespace as the challenge. This solver is experimental, and fields / behaviour may change in the future.

+

The Gateway API is a sig-network community API that models service networking in Kubernetes (https://gateway-api.sigs.k8s.io/). The Gateway solver will create HTTPRoutes with the specified labels in the same namespace as the challenge. This solver is experimental, and fields / behaviour may change in the future.

ACMEChallengeSolverHTTP01GatewayHTTPRoute

-

(Appears on: ACMEChallengeSolverHTTP01)

+

(Appears on: ACMEChallengeSolverHTTP01)

The ACMEChallengeSolverHTTP01GatewayHTTPRoute solver will create HTTPRoute objects for a Gateway class routing to an ACME challenge solver pod.

@@ -764,10 +762,8 @@ description: >- (Optional) -

- When solving an HTTP-01 challenge, cert-manager creates an HTTPRoute. cert-manager needs to know which parentRefs should be used when creating the HTTPRoute. Usually, the parentRef references a Gateway. See: - https://gateway-api.sigs.k8s.io/api-types/httproute/#attaching-to-gateways -

+

When solving an HTTP-01 challenge, cert-manager creates an HTTPRoute. cert-manager needs to know which parentRefs should be used when creating the HTTPRoute. Usually, the parentRef references a Gateway. See: + https://gateway-api.sigs.k8s.io/api-types/httproute/#attaching-to-gateways

@@ -786,7 +782,7 @@ description: >-

ACMEChallengeSolverHTTP01Ingress

-

(Appears on: ACMEChallengeSolverHTTP01)

+

(Appears on: ACMEChallengeSolverHTTP01)

@@ -817,7 +813,7 @@ description: >- @@ -828,7 +824,7 @@ description: >- @@ -839,7 +835,7 @@ description: >- @@ -871,7 +867,7 @@ description: >-
(Optional) -

This field configures the field ingressClassName on the created Ingress resources used to solve ACME challenges that use this challenge solver. This is the recommended way of configuring the ingress class. Only one of class, name or ingressClassName may be specified.

+

This field configures the field ingressClassName on the created Ingress resources used to solve ACME challenges that use this challenge solver. This is the recommended way of configuring the ingress class. Only one of class, name or ingressClassName may be specified.

(Optional) -

This field configures the annotation kubernetes.io/ingress.class when creating Ingress resources to solve ACME challenges that use this challenge solver. Only one of class, name or ingressClassName may be specified.

+

This field configures the annotation kubernetes.io/ingress.class when creating Ingress resources to solve ACME challenges that use this challenge solver. Only one of class, name or ingressClassName may be specified.

(Optional) -

The name of the ingress resource that should have ACME challenge solving routes inserted into it in order to solve HTTP01 challenges. This is typically used in conjunction with ingress controllers like ingress-gce, which maintains a 1:1 mapping between external IPs and ingress resources. Only one of class, name or ingressClassName may be specified.

+

The name of the ingress resource that should have ACME challenge solving routes inserted into it in order to solve HTTP01 challenges. This is typically used in conjunction with ingress controllers like ingress-gce, which maintains a 1:1 mapping between external IPs and ingress resources. Only one of class, name or ingressClassName may be specified.

ACMEChallengeSolverHTTP01IngressObjectMeta

-

(Appears on: ACMEChallengeSolverHTTP01IngressTemplate)

+

(Appears on: ACMEChallengeSolverHTTP01IngressTemplate)

@@ -906,7 +902,7 @@ description: >-

ACMEChallengeSolverHTTP01IngressPodObjectMeta

-

(Appears on: ACMEChallengeSolverHTTP01IngressPodTemplate)

+

(Appears on: ACMEChallengeSolverHTTP01IngressPodTemplate)

@@ -941,7 +937,7 @@ description: >-

ACMEChallengeSolverHTTP01IngressPodResources

-

(Appears on: ACMEChallengeSolverHTTP01IngressPodSpec)

+

(Appears on: ACMEChallengeSolverHTTP01IngressPodSpec)

ACMEChallengeSolverHTTP01IngressPodResources defines resource requirements for ACME HTTP01 solver pods. To keep API surface essential, this trims down the ‘corev1.ResourceRequirements’ type to only include the Requests and Limits fields.

@@ -963,7 +959,7 @@ description: >- (Optional) -

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

+

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

@@ -976,13 +972,13 @@ description: >- (Optional) -

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to the global values configured via controller flags. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

+

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to the global values configured via controller flags. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/

ACMEChallengeSolverHTTP01IngressPodSecurityContext

-

(Appears on: ACMEChallengeSolverHTTP01IngressPodSpec)

+

(Appears on: ACMEChallengeSolverHTTP01IngressPodSpec)

@@ -1108,7 +1104,7 @@ description: >-

ACMEChallengeSolverHTTP01IngressPodSpec

-

(Appears on: ACMEChallengeSolverHTTP01IngressPodTemplate)

+

(Appears on: ACMEChallengeSolverHTTP01IngressPodTemplate)

@@ -1126,7 +1122,7 @@ description: >- @@ -1219,7 +1215,7 @@ description: >-
(Optional) -

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

+

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

ACMEChallengeSolverHTTP01IngressPodTemplate

-

(Appears on: ACMEChallengeSolverHTTP01GatewayHTTPRoute, ACMEChallengeSolverHTTP01Ingress)

+

(Appears on: ACMEChallengeSolverHTTP01GatewayHTTPRoute, ACMEChallengeSolverHTTP01Ingress)

@@ -1264,7 +1260,7 @@ description: >- @@ -1360,7 +1356,7 @@ description: >-
(Optional) -

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

+

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

ACMEChallengeSolverHTTP01IngressTemplate

-

(Appears on: ACMEChallengeSolverHTTP01Ingress)

+

(Appears on: ACMEChallengeSolverHTTP01Ingress)

@@ -1386,7 +1382,7 @@ description: >-

ACMEChallengeType (string alias)

-

(Appears on: ChallengeSpec)

+

(Appears on: ChallengeSpec)

The type of ACME challenge. Only HTTP-01 and DNS-01 are supported.

@@ -1403,7 +1399,7 @@ description: >-

"DNS-01"

-

ACMEChallengeTypeDNS01 denotes a Challenge is of type dns-01 More info: https://letsencrypt.org/docs/challenge-types/#dns-01-challenge

+

ACMEChallengeTypeDNS01 denotes a Challenge is of type dns-01 More info: https://letsencrypt.org/docs/challenge-types/#dns-01-challenge

@@ -1411,13 +1407,13 @@ description: >-

"HTTP-01"

-

ACMEChallengeTypeHTTP01 denotes a Challenge is of type http-01 More info: https://letsencrypt.org/docs/challenge-types/#http-01-challenge

+

ACMEChallengeTypeHTTP01 denotes a Challenge is of type http-01 More info: https://letsencrypt.org/docs/challenge-types/#http-01-challenge

ACMEExternalAccountBinding

-

(Appears on: ACMEIssuer)

+

(Appears on: ACMEIssuer)

ACMEExternalAccountBinding is a reference to a CA external account of the ACME server.

@@ -1446,7 +1442,7 @@ description: >- github.com/cert-manager/cert-manager/pkg/apis/meta/v1.SecretKeySelector -

keySecretRef is a Secret Key Selector referencing a data item in a Kubernetes Secret which holds the symmetric MAC key of the External Account Binding. The key is the index string that is paired with the key data in the Secret and should not be confused with the key data itself, or indeed with the External Account Binding keyID above. The secret key stored in the Secret must be un-padded, base64 URL encoded data.

+

keySecretRef is a Secret Key Selector referencing a data item in a Kubernetes Secret which holds the symmetric MAC key of the External Account Binding. The key is the index string that is paired with the key data in the Secret and should not be confused with the key data itself, or indeed with the External Account Binding keyID above. The secret key stored in the Secret must be un-padded, base64 URL encoded data.

@@ -1465,7 +1461,7 @@ description: >-

ACMEIssuer

-

(Appears on: IssuerConfig)

+

(Appears on: IssuerConfig)

ACMEIssuer contains the specification for an ACME issuer. This uses the RFC8555 specification to obtain certificates by completing ‘challenges’ to prove ownership of domain identifiers. Earlier draft versions of the ACME specification are not supported.

@@ -1495,7 +1491,7 @@ description: >- string -

Server is the URL used to access the ACME server’s ‘directory’ endpoint. For example, for Let’s Encrypt’s staging endpoint, you would use: “https://acme-staging-v02.api.letsencrypt.org/directory”. Only ACME v2 endpoints (i.e. RFC 8555) are supported.

+

Server is the URL used to access the ACME server’s ‘directory’ endpoint. For example, for Let’s Encrypt’s staging endpoint, you would use: “https://acme-staging-v02.api.letsencrypt.org/directory”. Only ACME v2 endpoints (i.e. RFC 8555) are supported.

@@ -1551,7 +1547,7 @@ description: >- github.com/cert-manager/cert-manager/pkg/apis/meta/v1.SecretKeySelector -

PrivateKey is the name of a Kubernetes Secret resource that will be used to store the automatically generated ACME account private key. Optionally, a key may be specified to select a specific entry within the named Secret resource. If key is not specified, a default of tls.key will be used.

+

PrivateKey is the name of a Kubernetes Secret resource that will be used to store the automatically generated ACME account private key. Optionally, a key may be specified to select a specific entry within the named Secret resource. If key is not specified, a default of tls.key will be used.

@@ -1564,7 +1560,7 @@ description: >- (Optional) -

Solvers is a list of challenge solvers that will be used to solve ACME challenges for the matching domains. Solver configurations must be provided in order to obtain certificates from an ACME server. For more information, see: https://cert-manager.io/docs/configuration/acme/

+

Solvers is a list of challenge solvers that will be used to solve ACME challenges for the matching domains. Solver configurations must be provided in order to obtain certificates from an ACME server. For more information, see: https://cert-manager.io/docs/configuration/acme/

@@ -1575,7 +1571,7 @@ description: >- (Optional) -

Enables or disables generating a new ACME account key. If true, the Issuer resource will not request a new account but will expect the account key to be supplied via an existing secret. If false, the cert-manager system will generate a new ACME account key for the Issuer. Defaults to false.

+

Enables or disables generating a new ACME account key. If true, the Issuer resource will not request a new account but will expect the account key to be supplied via an existing secret. If false, the cert-manager system will generate a new ACME account key for the Issuer. Defaults to false.

@@ -1603,7 +1599,7 @@ description: >-

ACMEIssuerDNS01ProviderAcmeDNS

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

ACMEIssuerDNS01ProviderAcmeDNS is a structure containing the configuration for ACME-DNS servers

@@ -1634,7 +1630,7 @@ description: >-

ACMEIssuerDNS01ProviderAkamai

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

ACMEIssuerDNS01ProviderAkamai is a structure containing the DNS configuration for Akamai DNS—Zone Record Management API

@@ -1681,7 +1677,7 @@ description: >-

ACMEIssuerDNS01ProviderAzureDNS

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

ACMEIssuerDNS01ProviderAzureDNS is a structure containing the configuration for Azure DNS

@@ -1802,7 +1798,7 @@ description: >-

ACMEIssuerDNS01ProviderCloudDNS

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

ACMEIssuerDNS01ProviderCloudDNS is a structure containing the DNS configuration for Google Cloud DNS

@@ -1846,9 +1842,9 @@ description: >-

ACMEIssuerDNS01ProviderCloudflare

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

-

ACMEIssuerDNS01ProviderCloudflare is a structure containing the DNS configuration for Cloudflare. One of apiKeySecretRef or apiTokenSecretRef must be provided.

+

ACMEIssuerDNS01ProviderCloudflare is a structure containing the DNS configuration for Cloudflare. One of apiKeySecretRef or apiTokenSecretRef must be provided.

@@ -1894,7 +1890,7 @@ description: >-

ACMEIssuerDNS01ProviderDigitalOcean

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

ACMEIssuerDNS01ProviderDigitalOcean is a structure containing the DNS configuration for DigitalOcean Domains

@@ -1917,7 +1913,7 @@ description: >-

ACMEIssuerDNS01ProviderRFC2136

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

ACMEIssuerDNS01ProviderRFC2136 is a structure containing the configuration for RFC2136 DNS

@@ -1947,7 +1943,7 @@ description: >- (Optional) -

The name of the secret containing the TSIG value. If tsigKeyName is defined, this field is required.

+

The name of the secret containing the TSIG value. If tsigKeyName is defined, this field is required.

@@ -1958,7 +1954,7 @@ description: >- (Optional) -

The TSIG Key name configured in the DNS. If tsigSecretSecretRef is defined, this field is required.

+

The TSIG Key name configured in the DNS. If tsigSecretSecretRef is defined, this field is required.

@@ -1969,7 +1965,7 @@ description: >- (Optional) -

The TSIG Algorithm configured in the DNS supporting RFC2136. Used only when tsigSecretSecretRef and tsigKeyName are defined. Supported values are (case-insensitive): HMACMD5 (default), HMACSHA1, HMACSHA256 or HMACSHA512.

+

The TSIG Algorithm configured in the DNS supporting RFC2136. Used only when tsigSecretSecretRef and tsigKeyName are defined. Supported values are (case-insensitive): HMACMD5 (default), HMACSHA1, HMACSHA256 or HMACSHA512.

@@ -1982,13 +1978,13 @@ description: >- (Optional) -

Protocol to use for dynamic DNS update queries. Valid values are (case-sensitive) TCP and UDP; UDP (default).

+

Protocol to use for dynamic DNS update queries. Valid values are (case-sensitive) TCP and UDP; UDP (default).

ACMEIssuerDNS01ProviderRoute53

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

ACMEIssuerDNS01ProviderRoute53 is a structure containing the Route 53 configuration for AWS

@@ -2021,7 +2017,7 @@ description: >- (Optional) -

The AccessKeyID is used for authentication. Cannot be set when SecretAccessKeyID is set. If neither the Access Key nor Key ID are set, we fall back to using env vars, shared credentials file, or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials

+

The AccessKeyID is used for authentication. Cannot be set when SecretAccessKeyID is set. If neither the Access Key nor Key ID are set, we fall back to using env vars, shared credentials file, or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials

@@ -2032,7 +2028,7 @@ description: >- (Optional) -

The SecretAccessKey is used for authentication. If set, pull the AWS access key ID from a key within a Kubernetes Secret. Cannot be set when AccessKeyID is set. If neither the Access Key nor Key ID are set, we fall back to using env vars, shared credentials file, or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials

+

The SecretAccessKey is used for authentication. If set, pull the AWS access key ID from a key within a Kubernetes Secret. Cannot be set when AccessKeyID is set. If neither the Access Key nor Key ID are set, we fall back to using env vars, shared credentials file, or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials

@@ -2043,7 +2039,7 @@ description: >- (Optional) -

The SecretAccessKey is used for authentication. If neither the Access Key nor Key ID are set, we fall back to using env vars, shared credentials file, or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials

+

The SecretAccessKey is used for authentication. If neither the Access Key nor Key ID are set, we fall back to using env vars, shared credentials file, or AWS Instance metadata, see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials

@@ -2077,16 +2073,16 @@ description: >- (Optional)

Override the AWS region.

-

Route53 is a global service and does not have regional endpoints but the region specified here (or via environment variables) is used as a hint to help compute the correct AWS credential scope and partition when it connects to Route53. See: - Amazon Route 53 endpoints and quotas- Global services

+

Route53 is a global service and does not have regional endpoints but the region specified here (or via environment variables) is used as a hint to help compute the correct AWS credential scope and partition when it connects to Route53. See: - Amazon Route 53 endpoints and quotas- Global services

If you omit this region field, cert-manager will use the region from AWS_REGION and AWS_DEFAULT_REGION environment variables, if they are set in the cert-manager controller Pod.

-

The region field is not needed if you use IAM Roles for Service Accounts (IRSA). Instead an AWS_REGION environment variable is added to the cert-manager controller Pod by: Amazon EKS Pod Identity Webhook. In this case this region field value is ignored.

-

The region field is not needed if you use EKS Pod Identities. Instead an AWS_REGION environment variable is added to the cert-manager controller Pod by: Amazon EKS Pod Identity Agent, In this case this region field value is ignored.

+

The region field is not needed if you use IAM Roles for Service Accounts (IRSA). Instead an AWS_REGION environment variable is added to the cert-manager controller Pod by: Amazon EKS Pod Identity Webhook. In this case this region field value is ignored.

+

The region field is not needed if you use EKS Pod Identities. Instead an AWS_REGION environment variable is added to the cert-manager controller Pod by: Amazon EKS Pod Identity Agent, In this case this region field value is ignored.

ACMEIssuerDNS01ProviderWebhook

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

ACMEIssuerDNS01ProviderWebhook specifies configuration for a webhook DNS01 provider, including where to POST ChallengePayload resources.

@@ -2134,7 +2130,7 @@ description: >-

ACMEIssuerStatus

-

(Appears on: IssuerStatus)

+

(Appears on: IssuerStatus)

@@ -2180,7 +2176,7 @@ description: >-

AzureDNSEnvironment (string alias)

-

(Appears on: ACMEIssuerDNS01ProviderAzureDNS)

+

(Appears on: ACMEIssuerDNS01ProviderAzureDNS)

@@ -2217,7 +2213,7 @@ description: >-

AzureManagedIdentity

-

(Appears on: ACMEIssuerDNS01ProviderAzureDNS)

+

(Appears on: ACMEIssuerDNS01ProviderAzureDNS)

AzureManagedIdentity contains the configuration for Azure Workload Identity or Azure Managed Service Identity If the AZURE_FEDERATED_TOKEN_FILE environment variable is set, the Azure Workload Identity will be used. Otherwise, we fall back to using Azure Managed Service Identity.

@@ -2265,7 +2261,7 @@ description: >-

AzureZoneType (string alias)

-

(Appears on: ACMEIssuerDNS01ProviderAzureDNS)

+

(Appears on: ACMEIssuerDNS01ProviderAzureDNS)

@@ -2290,12 +2286,12 @@ description: >-

CNAMEStrategy (string alias)

-

(Appears on: ACMEChallengeSolverDNS01)

+

(Appears on: ACMEChallengeSolverDNS01)

CNAMEStrategy configures how the DNS01 provider should handle CNAME records when found in DNS zones. By default, the None strategy will be applied (i.e. do not follow CNAMEs).

CertificateDNSNameSelector

-

(Appears on: ACMEChallengeSolver)

+

(Appears on: ACMEChallengeSolver)

CertificateDNSNameSelector selects certificates using a label selector, and can optionally select individual DNS names within those certificates. If both MatchLabels and DNSNames are empty, this selector will match all certificates and DNS names within them.

@@ -2343,7 +2339,7 @@ description: >-

ChallengeSpec

-

(Appears on: Challenge)

+

(Appears on: Challenge)

@@ -2380,7 +2376,7 @@ description: >- string @@ -2423,12 +2419,10 @@ description: >- string @@ -2456,7 +2450,7 @@ description: >-
-

dnsName is the identifier that this challenge is for, e.g., example.com. If the requested DNSName is a ‘wildcard’, this field MUST be set to the non-wildcard domain, e.g., for *.example.com, it must be example.com.

+

dnsName is the identifier that this challenge is for, e.g., example.com. If the requested DNSName is a ‘wildcard’, this field MUST be set to the non-wildcard domain, e.g., for *.example.com, it must be example.com.

-

- The ACME challenge key for this challenge For HTTP01 challenges, this is the value that must be responded with to complete the HTTP01 challenge in the format: +

The ACME challenge key for this challenge For HTTP01 challenges, this is the value that must be responded with to complete the HTTP01 challenge in the format: <private key JWK thumbprint>.<key from acme server for challenge>. For DNS01 challenges, this is the base64 encoded SHA256 sum of the <private key JWK thumbprint>.<key from acme server for challenge> - text that must be set as the TXT record content. -

+ text that must be set as the TXT record content.

ChallengeStatus

-

(Appears on: Challenge)

+

(Appears on: Challenge)

@@ -2485,7 +2479,7 @@ description: >- @@ -2515,7 +2509,7 @@ description: >-
(Optional) -

presented will be set to true if the challenge values for this challenge are currently ‘presented’. This does not imply the self check is passing. Only that the values have been ‘submitted’ for the appropriate challenge mechanism (i.e. the DNS01 TXT record has been presented, or the HTTP01 configuration has been configured).

+

presented will be set to true if the challenge values for this challenge are currently ‘presented’. This does not imply the self check is passing. Only that the values have been ‘submitted’ for the appropriate challenge mechanism (i.e. the DNS01 TXT record has been presented, or the HTTP01 configuration has been configured).

HMACKeyAlgorithm (string alias)

-

(Appears on: ACMEExternalAccountBinding)

+

(Appears on: ACMEExternalAccountBinding)

HMACKeyAlgorithm is the name of a key algorithm used for HMAC encryption

@@ -2548,7 +2542,7 @@ description: >-

OrderSpec

-

(Appears on: Order)

+

(Appears on: Order)

@@ -2586,7 +2580,7 @@ description: >- @@ -2638,7 +2632,7 @@ description: >-
(Optional) -

CommonName is the common name as specified on the DER encoded CSR. If specified, this value must also be present in dnsNames or ipAddresses. This field must match the corresponding field on the DER encoded CSR.

+

CommonName is the common name as specified on the DER encoded CSR. If specified, this value must also be present in dnsNames or ipAddresses. This field must match the corresponding field on the DER encoded CSR.

OrderStatus

-

(Appears on: Order)

+

(Appears on: Order)

@@ -2734,7 +2728,7 @@ description: >-

RFC2136UpdateProtocol (string alias)

-

(Appears on: ACMEIssuerDNS01ProviderRFC2136)

+

(Appears on: ACMEIssuerDNS01ProviderRFC2136)

@@ -2763,7 +2757,7 @@ description: >-

Route53Auth

-

(Appears on: ACMEIssuerDNS01ProviderRoute53)

+

(Appears on: ACMEIssuerDNS01ProviderRoute53)

Route53Auth is configuration used to authenticate with a Route53.

@@ -2790,7 +2784,7 @@ description: >-

Route53KubernetesAuth

-

(Appears on: Route53Auth)

+

(Appears on: Route53Auth)

Route53KubernetesAuth is a configuration to authenticate against Route53 using a bound Kubernetes ServiceAccount token.

@@ -2817,7 +2811,7 @@ description: >-

ServiceAccountRef

-

(Appears on: Route53KubernetesAuth)

+

(Appears on: Route53KubernetesAuth)

ServiceAccountRef is a service account used by cert-manager to request a token. The expiration of the token is also set by cert-manager to 10 minutes.

@@ -2847,18 +2841,16 @@ description: >- (Optional) -

TokenAudiences is an optional list of audiences to include in the token passed to AWS. The default token consisting of the issuer’s namespace and name is always included. If unset the audience defaults to sts.amazonaws.com.

+

TokenAudiences is an optional list of audiences to include in the token passed to AWS. The default token consisting of the issuer’s namespace and name is always included. If unset the audience defaults to sts.amazonaws.com.

State (string alias)

-

(Appears on: ACMEAuthorization, ChallengeStatus, OrderStatus)

+

(Appears on: ACMEAuthorization, ChallengeStatus, OrderStatus)

-

- State represents the state of an ACME resource, such as an Order. The possible options here map to the corresponding values in the ACME specification. Full details of these values can be found here: https://tools.ietf.org/html/draft-ietf-acme-acme-15#section-7.1.6 - Clients utilising this type must also gracefully handle unknown values, as the contents of this enumeration may be added to over time. -

+

State represents the state of an ACME resource, such as an Order. The possible options here map to the corresponding values in the ACME specification. Full details of these values can be found here: https://tools.ietf.org/html/draft-ietf-acme-acme-15#section-7.1.6 + Clients utilising this type must also gracefully handle unknown values, as the contents of this enumeration may be added to over time.

@@ -3032,10 +3024,8 @@ description: >- k8s.io/component-base/logs/api/v1.LoggingConfiguration @@ -3072,7 +3062,7 @@ description: >-
-

- logging configures the logging behaviour of the cainjector. - https://pkg.go.dev/k8s.io/component-base@v0.27.3/logs/api/v1#LoggingConfiguration -

+

logging configures the logging behaviour of the cainjector. + https://pkg.go.dev/k8s.io/component-base@v0.27.3/logs/api/v1#LoggingConfiguration

EnableDataSourceConfig

-

(Appears on: CAInjectorConfiguration)

+

(Appears on: CAInjectorConfiguration)

@@ -3095,7 +3085,7 @@ description: >-

EnableInjectableConfig

-

(Appears on: CAInjectorConfiguration)

+

(Appears on: CAInjectorConfiguration)

@@ -3169,8 +3159,8 @@ description: >-

Certificate

-

A Certificate resource should be created to ensure an up to date and signed X.509 certificate is stored in the Kubernetes Secret resource named in spec.secretName.

-

The stored certificate will be renewed before it expires (as configured by spec.renewBefore).

+

A Certificate resource should be created to ensure an up to date and signed X.509 certificate is stored in the Kubernetes Secret resource named in spec.secretName.

+

The stored certificate will be renewed before it expires (as configured by spec.renewBefore).

@@ -3210,7 +3200,7 @@ description: >- @@ -3225,10 +3215,8 @@ description: >- @@ -3549,7 +3531,7 @@ description: >-

CertificateRequest

A CertificateRequest is used to request a signed certificate from one of the configured issuers.

-

All fields within the CertificateRequest’s spec are immutable after creation. A CertificateRequest will either succeed or fail, as denoted by its Ready status condition and its status.failureTime field.

+

All fields within the CertificateRequest’s spec are immutable after creation. A CertificateRequest will either succeed or fail, as denoted by its Ready status condition and its status.failureTime field.

A CertificateRequest is a one-shot resource, meaning it represents a single point in time request for a certificate and cannot be re-used.

(Optional) -

Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

+

Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

Refer to the Kubernetes API documentation for the fields of the metadata field.
(Optional) -

- Specification of the desired state of the Certificate resource. - https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status -

+

Specification of the desired state of the Certificate resource. + https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status



@@ -3242,8 +3230,8 @@ description: >- @@ -3254,8 +3242,8 @@ description: >- @@ -3266,8 +3254,8 @@ description: >- @@ -3281,7 +3269,7 @@ description: >- @@ -3294,9 +3282,9 @@ description: >- @@ -3307,12 +3295,10 @@ description: >- @@ -3358,7 +3344,7 @@ description: >- @@ -3416,7 +3402,7 @@ description: >- @@ -3427,8 +3413,8 @@ description: >- @@ -3441,8 +3427,8 @@ description: >- @@ -3491,11 +3477,9 @@ description: >- @@ -3521,11 +3505,9 @@ description: >-
(Optional) -

Requested set of X509 certificate subject attributes. More info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6

-

The common name attribute is specified separately in the commonName field. Cannot be set if the literalSubject field is set.

+

Requested set of X509 certificate subject attributes. More info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6

+

The common name attribute is specified separately in the commonName field. Cannot be set if the literalSubject field is set.

(Optional) -

Requested X.509 certificate subject, represented using the LDAP “String Representation of a Distinguished Name” [1]. Important: the LDAP string format also specifies the order of the attributes in the subject, this is important when issuing certs for LDAP authentication. Example: CN=foo,DC=corp,DC=example,DC=com More info [1]: https://datatracker.ietf.org/doc/html/rfc4514 More info: https://github.com/cert-manager/cert-manager/issues/3203 More info: https://github.com/cert-manager/cert-manager/issues/4424

-

Cannot be set if the subject or commonName field is set.

+

Requested X.509 certificate subject, represented using the LDAP “String Representation of a Distinguished Name” [1]. Important: the LDAP string format also specifies the order of the attributes in the subject, this is important when issuing certs for LDAP authentication. Example: CN=foo,DC=corp,DC=example,DC=com More info [1]: https://datatracker.ietf.org/doc/html/rfc4514 More info: https://github.com/cert-manager/cert-manager/issues/3203 More info: https://github.com/cert-manager/cert-manager/issues/4424

+

Cannot be set if the subject or commonName field is set.

(Optional) -

Requested common name X509 certificate subject attribute. More info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6 NOTE: TLS clients will ignore this value when any subject alternative name is set (see https://tools.ietf.org/html/rfc6125#section-6.4.4).

-

Should have a length of 64 characters or fewer to avoid generating invalid CSRs. Cannot be set if the literalSubject field is set.

+

Requested common name X509 certificate subject attribute. More info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6 NOTE: TLS clients will ignore this value when any subject alternative name is set (see https://tools.ietf.org/html/rfc6125#section-6.4.4).

+

Should have a length of 64 characters or fewer to avoid generating invalid CSRs. Cannot be set if the literalSubject field is set.

(Optional)

Requested ‘duration’ (i.e. lifetime) of the Certificate. Note that the issuer may choose to ignore the requested duration, just like any other requested attribute.

-

If unset, this defaults to 90 days. Minimum accepted duration is 1 hour. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration.

+

If unset, this defaults to 90 days. Minimum accepted duration is 1 hour. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration.

(Optional) -

How long before the currently issued certificate’s expiry cert-manager should renew the certificate. For example, if a certificate is valid for 60 minutes, and renewBefore=10m, cert-manager will begin to attempt to renew the certificate 50 minutes after it was issued (i.e. when there are 10 minutes remaining until the certificate is no longer valid).

+

How long before the currently issued certificate’s expiry cert-manager should renew the certificate. For example, if a certificate is valid for 60 minutes, and renewBefore=10m, cert-manager will begin to attempt to renew the certificate 50 minutes after it was issued (i.e. when there are 10 minutes remaining until the certificate is no longer valid).

NOTE: The actual lifetime of the issued certificate is used to determine the renewal time. If an issuer returns a certificate with a different lifetime than the one requested, cert-manager will use the lifetime of the issued certificate.

-

If unset, this defaults to 13 of the issued certificate’s lifetime. Minimum accepted value is 5 minutes. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration. Cannot be set if the renewBeforePercentage field is set.

+

If unset, this defaults to 13 of the issued certificate’s lifetime. Minimum accepted value is 5 minutes. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration. Cannot be set if the renewBeforePercentage field is set.

(Optional) -

renewBeforePercentage is like renewBefore, except it is a relative percentage rather than an absolute duration. For example, if a certificate is valid for 60 minutes, and renewBeforePercentage=25, cert-manager will begin to attempt to renew the certificate 45 minutes after it was issued (i.e. when there are 15 minutes (25%) remaining until the certificate is no longer valid).

+

renewBeforePercentage is like renewBefore, except it is a relative percentage rather than an absolute duration. For example, if a certificate is valid for 60 minutes, and renewBeforePercentage=25, cert-manager will begin to attempt to renew the certificate 45 minutes after it was issued (i.e. when there are 15 minutes (25%) remaining until the certificate is no longer valid).

NOTE: The actual lifetime of the issued certificate is used to determine the renewal time. If an issuer returns a certificate with a different lifetime than the one requested, cert-manager will use the lifetime of the issued certificate.

-

- Value must be an integer in the range (0,100). The minimum effective - renewBefore derived from the renewBeforePercentage and duration fields is 5 minutes. Cannot be set if the renewBefore field is set. -

+

Value must be an integer in the range (0,100). The minimum effective + renewBefore derived from the renewBeforePercentage and duration fields is 5 minutes. Cannot be set if the renewBefore field is set.

(Optional) -

otherNames is an escape hatch for SAN that allows any type. We currently restrict the support to string like otherNames, cf RFC 5280 p 37 Any UTF8 String valued otherName can be passed with by setting the keys oid: x.x.x.x and UTF8Value: somevalue for otherName. Most commonly this would be UPN set with oid: 1.3.6.1.4.1.311.20.2.3 You should ensure that any OID passed is valid for the UTF8String type as we do not explicitly validate this.

+

otherNames is an escape hatch for SAN that allows any type. We currently restrict the support to string like otherNames, cf RFC 5280 p 37 Any UTF8 String valued otherName can be passed with by setting the keys oid: x.x.x.x and UTF8Value: somevalue for otherName. Most commonly this would be UPN set with oid: 1.3.6.1.4.1.311.20.2.3 You should ensure that any OID passed is valid for the UTF8String type as we do not explicitly validate this.

Reference to the issuer responsible for issuing the certificate. If the issuer is namespace-scoped, it must be in the same namespace as the Certificate. If the issuer is cluster-scoped, it can be used from any namespace.

-

The name field of the reference must always be specified.

+

The name field of the reference must always be specified.

(Optional) -

Requested basic constraints isCA value. The isCA value is used to set the isCA field on the created CertificateRequest resources. Note that the issuer may choose to ignore the requested isCA value, just like any other requested attribute.

-

If true, this will automatically add the cert sign usage to the list of requested usages.

+

Requested basic constraints isCA value. The isCA value is used to set the isCA field on the created CertificateRequest resources. Note that the issuer may choose to ignore the requested isCA value, just like any other requested attribute.

+

If true, this will automatically add the cert sign usage to the list of requested usages.

(Optional) -

Requested key usages and extended key usages. These usages are used to set the usages field on the created CertificateRequest resources. If encodeUsagesInRequest is unset or set to true, the usages will additionally be encoded in the request field which contains the CSR blob.

-

If unset, defaults to digital signature and key encipherment.

+

Requested key usages and extended key usages. These usages are used to set the usages field on the created CertificateRequest resources. If encodeUsagesInRequest is unset or set to true, the usages will additionally be encoded in the request field which contains the CSR blob.

+

If unset, defaults to digital signature and key encipherment.

(Optional) -

- The maximum number of CertificateRequest revisions that are maintained in the Certificate’s history. Each revision represents a single CertificateRequest - created by this Certificate, either when it was created, renewed, or Spec was changed. Revisions will be removed by oldest first if the number of revisions exceeds this number. -

-

If set, revisionHistoryLimit must be a value of 1 or greater. Default value is 1.

+

The maximum number of CertificateRequest revisions that are maintained in the Certificate’s history. Each revision represents a single CertificateRequest + created by this Certificate, either when it was created, renewed, or Spec was changed. Revisions will be removed by oldest first if the number of revisions exceeds this number.

+

If set, revisionHistoryLimit must be a value of 1 or greater. Default value is 1.

(Optional) -

x.509 certificate NameConstraint extension which MUST NOT be used in a non-CA certificate. More Info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10

-

- This is an Alpha Feature and is only enabled with the - --feature-gates=NameConstraints=true option set on both the controller and webhook components. -

+

x.509 certificate NameConstraint extension which MUST NOT be used in a non-CA certificate. More Info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10

+

This is an Alpha Feature and is only enabled with the + --feature-gates=NameConstraints=true option set on both the controller and webhook components.

@@ -3541,7 +3523,7 @@ description: >-
(Optional) -

Status of the Certificate. This is set and managed automatically. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

+

Status of the Certificate. This is set and managed automatically. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

@@ -3590,7 +3572,7 @@ description: >- @@ -3605,10 +3587,8 @@ description: >-
(Optional) -

Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

+

Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

Refer to the Kubernetes API documentation for the fields of the metadata field.
(Optional) -

- Specification of the desired state of the CertificateRequest resource. - https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status -

+

Specification of the desired state of the CertificateRequest resource. + https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status



@@ -3633,7 +3613,7 @@ description: >- @@ -3644,7 +3624,7 @@ description: >- @@ -3656,8 +3636,8 @@ description: >- @@ -3671,8 +3651,8 @@ description: >- @@ -3732,14 +3712,14 @@ description: >-

Reference to the issuer responsible for issuing the certificate. If the issuer is namespace-scoped, it must be in the same namespace as the Certificate. If the issuer is cluster-scoped, it can be used from any namespace.

-

The name field of the reference must always be specified.

+

The name field of the reference must always be specified.

The PEM-encoded X.509 certificate signing request to be submitted to the issuer for signing.

-

If the CSR has a BasicConstraints extension, its isCA attribute must match the isCA value of this CertificateRequest. If the CSR has a KeyUsage extension, its key usages must match the key usages in the usages field of this CertificateRequest. If the CSR has a ExtKeyUsage extension, its extended key usages must match the extended key usages in the usages field of this CertificateRequest.

+

If the CSR has a BasicConstraints extension, its isCA attribute must match the isCA value of this CertificateRequest. If the CSR has a KeyUsage extension, its key usages must match the key usages in the usages field of this CertificateRequest. If the CSR has a ExtKeyUsage extension, its extended key usages must match the extended key usages in the usages field of this CertificateRequest.

(Optional)

Requested basic constraints isCA value. Note that the issuer may choose to ignore the requested isCA value, just like any other requested attribute.

-

NOTE: If the CSR in the Request field has a BasicConstraints extension, it must have the same isCA value as specified here.

-

If true, this will automatically add the cert sign usage to the list of requested usages.

+

NOTE: If the CSR in the Request field has a BasicConstraints extension, it must have the same isCA value as specified here.

+

If true, this will automatically add the cert sign usage to the list of requested usages.

(Optional)

Requested key usages and extended key usages.

-

NOTE: If the CSR in the Request field has uses the KeyUsage or ExtKeyUsage extension, these extensions must have the same values as specified here without any additional values.

-

If unset, defaults to digital signature and key encipherment.

+

NOTE: If the CSR in the Request field has uses the KeyUsage or ExtKeyUsage extension, these extensions must have the same values as specified here without any additional values.

+

If unset, defaults to digital signature and key encipherment.

(Optional) -

Status of the CertificateRequest. This is set and managed automatically. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

+

Status of the CertificateRequest. This is set and managed automatically. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

ClusterIssuer

-

A ClusterIssuer represents a certificate issuing authority which can be referenced as part of issuerRef fields. It is similar to an Issuer, however it is cluster-scoped and therefore can be referenced by resources that exist in any namespace, not just the same namespace as the referent.

+

A ClusterIssuer represents a certificate issuing authority which can be referenced as part of issuerRef fields. It is similar to an Issuer, however it is cluster-scoped and therefore can be referenced by resources that exist in any namespace, not just the same namespace as the referent.

@@ -3804,7 +3784,7 @@ description: >-
-

(Members of IssuerConfig are embedded into this type.)

+

(Members of IssuerConfig are embedded into this type.)

@@ -3827,7 +3807,7 @@ description: >-

Issuer

-

An Issuer represents a certificate issuing authority which can be referenced as part of issuerRef fields. It is scoped to a single namespace and can therefore only be referenced by resources within the same namespace.

+

An Issuer represents a certificate issuing authority which can be referenced as part of issuerRef fields. It is scoped to a single namespace and can therefore only be referenced by resources within the same namespace.

@@ -3892,7 +3872,7 @@ description: >-
-

(Members of IssuerConfig are embedded into this type.)

+

(Members of IssuerConfig are embedded into this type.)

@@ -3914,7 +3894,7 @@ description: >-

CAIssuer

-

(Appears on: IssuerConfig)

+

(Appears on: IssuerConfig)

@@ -3953,7 +3933,7 @@ description: >- @@ -3964,13 +3944,13 @@ description: >-
(Optional) -

The OCSP server list is an X.509 v3 extension that defines a list of URLs of OCSP responders. The OCSP responders can be queried for the revocation status of an issued certificate. If not set, the certificate will be issued with no OCSP servers set. For example, an OCSP server URL could be “http://ocsp.int-x3.letsencrypt.org”.

+

The OCSP server list is an X.509 v3 extension that defines a list of URLs of OCSP responders. The OCSP responders can be queried for the revocation status of an issued certificate. If not set, the certificate will be issued with no OCSP servers set. For example, an OCSP server URL could be “http://ocsp.int-x3.letsencrypt.org”.

(Optional) -

IssuingCertificateURLs is a list of URLs which this issuer should embed into certificates it creates. See https://www.rfc-editor.org/rfc/rfc5280#section-4.2.2.1 for more details. As an example, such a URL might be “http://ca.domain.com/ca.crt”.

+

IssuingCertificateURLs is a list of URLs which this issuer should embed into certificates it creates. See https://www.rfc-editor.org/rfc/rfc5280#section-4.2.2.1 for more details. As an example, such a URL might be “http://ca.domain.com/ca.crt”.

CertificateAdditionalOutputFormat

-

(Appears on: CertificateSpec)

+

(Appears on: CertificateSpec)

CertificateAdditionalOutputFormat defines an additional output format of a Certificate resource. These contain supplementary data formats of the signed certificate chain and paired private key.

@@ -3997,7 +3977,7 @@ description: >-

CertificateCondition

-

(Appears on: CertificateStatus)

+

(Appears on: CertificateStatus)

CertificateCondition contains condition information for a Certificate.

@@ -4018,7 +3998,7 @@ description: >- -

Type of the condition, known values are (Ready, Issuing).

+

Type of the condition, known values are (Ready, Issuing).

@@ -4028,7 +4008,7 @@ description: >- github.com/cert-manager/cert-manager/pkg/apis/meta/v1.ConditionStatus -

Status of the condition, one of (True, False, Unknown).

+

Status of the condition, one of (True, False, Unknown).

@@ -4080,7 +4060,7 @@ description: >-

CertificateConditionType (string alias)

-

(Appears on: CertificateCondition)

+

(Appears on: CertificateCondition)

CertificateConditionType represents a Certificate condition value.

@@ -4097,10 +4077,8 @@ description: >-

"Issuing"

-

- A condition added to Certificate resources when an issuance is required. This condition will be automatically added and set to true if: * No keypair data exists in the target Secret * The data stored in the Secret cannot be decoded * The private key and certificate do not have matching public keys * If a CertificateRequest for the current revision exists and the certificate data stored in the Secret does not match the - status.certificate on the CertificateRequest. * If no CertificateRequest resource exists for the current revision, the options on the Certificate resource are compared against the X.509 data in the Secret, similar to what’s done in earlier versions. If there is a mismatch, an issuance is triggered. This condition may also be added by external API consumers to trigger a re-issuance manually for any other reason. -

+

A condition added to Certificate resources when an issuance is required. This condition will be automatically added and set to true if: * No keypair data exists in the target Secret * The data stored in the Secret cannot be decoded * The private key and certificate do not have matching public keys * If a CertificateRequest for the current revision exists and the certificate data stored in the Secret does not match the + status.certificate on the CertificateRequest. * If no CertificateRequest resource exists for the current revision, the options on the Certificate resource are compared against the X.509 data in the Secret, similar to what’s done in earlier versions. If there is a mismatch, an issuance is triggered. This condition may also be added by external API consumers to trigger a re-issuance manually for any other reason.

It will be removed by the ‘issuing’ controller upon completing issuance.

@@ -4115,7 +4093,7 @@ description: >-

CertificateKeystores

-

(Appears on: CertificateSpec)

+

(Appears on: CertificateSpec)

CertificateKeystores configures additional keystore output formats to be created in the Certificate’s output Secret.

@@ -4137,10 +4115,8 @@ description: >- (Optional) -

- JKS configures options for storing a JKS keystore in the - spec.secretName Secret resource. -

+

JKS configures options for storing a JKS keystore in the + spec.secretName Secret resource.

@@ -4153,21 +4129,17 @@ description: >- (Optional) -

- PKCS12 configures options for storing a PKCS12 keystore in the - spec.secretName Secret resource. -

+

PKCS12 configures options for storing a PKCS12 keystore in the + spec.secretName Secret resource.

CertificateOutputFormatType (string alias)

-

(Appears on: CertificateAdditionalOutputFormat)

+

(Appears on: CertificateAdditionalOutputFormat)

-

- CertificateOutputFormatType specifies which additional output formats should be written to the Certificate’s target Secret. Allowed values are DER or CombinedPEM. When Type is set to DER an additional entry key.der will be written to the Secret, containing the binary format of the private key. When Type is set to CombinedPEM an additional entry tls-combined.pem - will be written to the Secret, containing the PEM formatted private key and signed certificate chain (tls.key + tls.crt concatenated). -

+

CertificateOutputFormatType specifies which additional output formats should be written to the Certificate’s target Secret. Allowed values are DER or CombinedPEM. When Type is set to DER an additional entry key.der will be written to the Secret, containing the binary format of the private key. When Type is set to CombinedPEM an additional entry tls-combined.pem + will be written to the Secret, containing the PEM formatted private key and signed certificate chain (tls.key + tls.crt concatenated).

@@ -4182,10 +4154,8 @@ description: >-

"CombinedPEM"

@@ -4193,13 +4163,13 @@ description: >-

"DER"

-

- CertificateOutputFormatCombinedPEM writes the Certificate’s signed certificate chain and private key, in PEM format, to the - tls-combined.pem target Secret Data key. The value at this key will include the private key PEM document, followed by at least one new line character, followed by the chain of signed certificate PEM documents (<private key> + \n + <signed certificate chain>). -

+

CertificateOutputFormatCombinedPEM writes the Certificate’s signed certificate chain and private key, in PEM format, to the + tls-combined.pem target Secret Data key. The value at this key will include the private key PEM document, followed by at least one new line character, followed by the chain of signed certificate PEM documents (<private key> + \n + <signed certificate chain>).

-

CertificateOutputFormatDER writes the Certificate’s private key in DER binary format to the key.der target Secret Data key.

+

CertificateOutputFormatDER writes the Certificate’s private key in DER binary format to the key.der target Secret Data key.

CertificatePrivateKey

-

(Appears on: CertificateSpec)

+

(Appears on: CertificateSpec)

CertificatePrivateKey contains configuration options for private keys used by the Certificate controller. These include the key algorithm and size, the used encoding and the rotation policy.

@@ -4222,7 +4192,7 @@ description: >- (Optional)

RotationPolicy controls how private keys should be regenerated when a re-issuance is being processed.

-

If set to Never, a private key will only be generated if one does not already exist in the target spec.secretName. If one does exist but it does not have the correct algorithm or size, a warning will be raised to await user intervention. If set to Always, a private key matching the specified requirements will be generated whenever a re-issuance occurs. Default is Always. The default was changed from Never to Always in cert-manager >=v1.18.0.

+

If set to Never, a private key will only be generated if one does not already exist in the target spec.secretName. If one does exist but it does not have the correct algorithm or size, a warning will be raised to await user intervention. If set to Always, a private key matching the specified requirements will be generated whenever a re-issuance occurs. Default is Always. The default was changed from Never to Always in cert-manager >=v1.18.0.

@@ -4236,7 +4206,7 @@ description: >- (Optional)

The private key cryptography standards (PKCS) encoding for this certificate’s private key to be encoded in.

-

If provided, allowed values are PKCS1 and PKCS8 standing for PKCS#1 and PKCS#8, respectively. Defaults to PKCS1 if not specified.

+

If provided, allowed values are PKCS1 and PKCS8 standing for PKCS#1 and PKCS#8, respectively. Defaults to PKCS1 if not specified.

@@ -4250,7 +4220,7 @@ description: >- (Optional)

Algorithm is the private key algorithm of the corresponding private key for this certificate.

-

If provided, allowed values are either RSA, ECDSA or Ed25519. If algorithm is specified and size is not provided, key size of 2048 will be used for RSA key algorithm and key size of 256 will be used for ECDSA key algorithm. key size is ignored when using the Ed25519 key algorithm.

+

If provided, allowed values are either RSA, ECDSA or Ed25519. If algorithm is specified and size is not provided, key size of 2048 will be used for RSA key algorithm and key size of 256 will be used for ECDSA key algorithm. key size is ignored when using the Ed25519 key algorithm.

@@ -4262,13 +4232,13 @@ description: >- (Optional)

Size is the key bit size of the corresponding private key for this certificate.

-

If algorithm is set to RSA, valid values are 2048, 4096 or 8192, and will default to 2048 if not specified. If algorithm is set to ECDSA, valid values are 256, 384 or 521, and will default to 256 if not specified. If algorithm is set to Ed25519, Size is ignored. No other values are allowed.

+

If algorithm is set to RSA, valid values are 2048, 4096 or 8192, and will default to 2048 if not specified. If algorithm is set to ECDSA, valid values are 256, 384 or 521, and will default to 256 if not specified. If algorithm is set to Ed25519, Size is ignored. No other values are allowed.

CertificateRequestCondition

-

(Appears on: CertificateRequestStatus)

+

(Appears on: CertificateRequestStatus)

CertificateRequestCondition contains condition information for a CertificateRequest.

@@ -4289,7 +4259,7 @@ description: >- -

Type of the condition, known values are (Ready, InvalidRequest,Approved, Denied).

+

Type of the condition, known values are (Ready, InvalidRequest,Approved, Denied).

@@ -4299,7 +4269,7 @@ description: >- github.com/cert-manager/cert-manager/pkg/apis/meta/v1.ConditionStatus -

Status of the condition, one of (True, False, Unknown).

+

Status of the condition, one of (True, False, Unknown).

@@ -4340,7 +4310,7 @@ description: >-

CertificateRequestConditionType (string alias)

-

(Appears on: CertificateRequestCondition)

+

(Appears on: CertificateRequestCondition)

CertificateRequestConditionType represents a Certificate condition value.

@@ -4357,10 +4327,8 @@ description: >-

"Approved"

-

- CertificateRequestConditionApproved indicates that a certificate request is approved and ready for signing. Condition must never have a status of - False, and cannot be modified once set. Cannot be set alongside Denied. -

+

CertificateRequestConditionApproved indicates that a certificate request is approved and ready for signing. Condition must never have a status of + False, and cannot be modified once set. Cannot be set alongside Denied.

@@ -4368,10 +4336,8 @@ description: >-

"Denied"

-

- CertificateRequestConditionDenied indicates that a certificate request is denied, and must never be signed. Condition must never have a status of - False, and cannot be modified once set. Cannot be set alongside Approved. -

+

CertificateRequestConditionDenied indicates that a certificate request is denied, and must never be signed. Condition must never have a status of + False, and cannot be modified once set. Cannot be set alongside Approved.

@@ -4379,7 +4345,7 @@ description: >-

"InvalidRequest"

-

CertificateRequestConditionInvalidRequest indicates that a certificate signer has refused to sign the request due to at least one of the input parameters being invalid. Additional information about why the request was rejected can be found in the reason and message fields.

+

CertificateRequestConditionInvalidRequest indicates that a certificate signer has refused to sign the request due to at least one of the input parameters being invalid. Additional information about why the request was rejected can be found in the reason and message fields.

@@ -4393,7 +4359,7 @@ description: >-

CertificateRequestSpec

-

(Appears on: CertificateRequest)

+

(Appears on: CertificateRequest)

CertificateRequestSpec defines the desired state of CertificateRequest

NOTE: It is important to note that the issuer can choose to ignore or change any of the requested attributes. How the issuer maps a certificate request to a signed certificate is the full responsibility of the issuer itself. For example, as an edge case, an issuer that inverts the isCA value is free to do so.

@@ -4427,7 +4393,7 @@ description: >-

Reference to the issuer responsible for issuing the certificate. If the issuer is namespace-scoped, it must be in the same namespace as the Certificate. If the issuer is cluster-scoped, it can be used from any namespace.

-

The name field of the reference must always be specified.

+

The name field of the reference must always be specified.

@@ -4438,7 +4404,7 @@ description: >-

The PEM-encoded X.509 certificate signing request to be submitted to the issuer for signing.

-

If the CSR has a BasicConstraints extension, its isCA attribute must match the isCA value of this CertificateRequest. If the CSR has a KeyUsage extension, its key usages must match the key usages in the usages field of this CertificateRequest. If the CSR has a ExtKeyUsage extension, its extended key usages must match the extended key usages in the usages field of this CertificateRequest.

+

If the CSR has a BasicConstraints extension, its isCA attribute must match the isCA value of this CertificateRequest. If the CSR has a KeyUsage extension, its key usages must match the key usages in the usages field of this CertificateRequest. If the CSR has a ExtKeyUsage extension, its extended key usages must match the extended key usages in the usages field of this CertificateRequest.

@@ -4450,8 +4416,8 @@ description: >- (Optional)

Requested basic constraints isCA value. Note that the issuer may choose to ignore the requested isCA value, just like any other requested attribute.

-

NOTE: If the CSR in the Request field has a BasicConstraints extension, it must have the same isCA value as specified here.

-

If true, this will automatically add the cert sign usage to the list of requested usages.

+

NOTE: If the CSR in the Request field has a BasicConstraints extension, it must have the same isCA value as specified here.

+

If true, this will automatically add the cert sign usage to the list of requested usages.

@@ -4465,8 +4431,8 @@ description: >- (Optional)

Requested key usages and extended key usages.

-

NOTE: If the CSR in the Request field has uses the KeyUsage or ExtKeyUsage extension, these extensions must have the same values as specified here without any additional values.

-

If unset, defaults to digital signature and key encipherment.

+

NOTE: If the CSR in the Request field has uses the KeyUsage or ExtKeyUsage extension, these extensions must have the same values as specified here without any additional values.

+

If unset, defaults to digital signature and key encipherment.

@@ -4516,7 +4482,7 @@ description: >-

CertificateRequestStatus

-

(Appears on: CertificateRequest)

+

(Appears on: CertificateRequest)

CertificateRequestStatus defines the observed state of CertificateRequest and resulting signed certificate.

@@ -4538,7 +4504,7 @@ description: >- (Optional) -

List of status conditions to indicate the status of a CertificateRequest. Known condition types are Ready, InvalidRequest, Approved and Denied.

+

List of status conditions to indicate the status of a CertificateRequest. Known condition types are Ready, InvalidRequest, Approved and Denied.

@@ -4549,10 +4515,8 @@ description: >- (Optional) -

- The PEM encoded X.509 certificate resulting from the certificate signing request. If not set, the CertificateRequest has either not been completed or has failed. More information on failure can be found by checking the - conditions field. -

+

The PEM encoded X.509 certificate resulting from the certificate signing request. If not set, the CertificateRequest has either not been completed or has failed. More information on failure can be found by checking the + conditions field.

@@ -4582,9 +4546,9 @@ description: >-

CertificateSecretTemplate

-

(Appears on: CertificateSpec)

+

(Appears on: CertificateSpec)

-

CertificateSecretTemplate defines the default labels and annotations to be copied to the Kubernetes Secret resource named in CertificateSpec.secretName.

+

CertificateSecretTemplate defines the default labels and annotations to be copied to the Kubernetes Secret resource named in CertificateSpec.secretName.

@@ -4619,7 +4583,7 @@ description: >-

CertificateSpec

-

(Appears on: Certificate)

+

(Appears on: Certificate)

CertificateSpec defines the desired state of Certificate.

NOTE: The specification contains a lot of “requested” certificate attributes, it is important to note that the issuer can choose to ignore or change any of these requested attributes. How the issuer maps a certificate request to a signed certificate is the full responsibility of the issuer itself. For example, as an edge case, an issuer that inverts the isCA value is free to do so.

@@ -4643,8 +4607,8 @@ description: >- (Optional) -

Requested set of X509 certificate subject attributes. More info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6

-

The common name attribute is specified separately in the commonName field. Cannot be set if the literalSubject field is set.

+

Requested set of X509 certificate subject attributes. More info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6

+

The common name attribute is specified separately in the commonName field. Cannot be set if the literalSubject field is set.

@@ -4655,8 +4619,8 @@ description: >- (Optional) -

Requested X.509 certificate subject, represented using the LDAP “String Representation of a Distinguished Name” [1]. Important: the LDAP string format also specifies the order of the attributes in the subject, this is important when issuing certs for LDAP authentication. Example: CN=foo,DC=corp,DC=example,DC=com More info [1]: https://datatracker.ietf.org/doc/html/rfc4514 More info: https://github.com/cert-manager/cert-manager/issues/3203 More info: https://github.com/cert-manager/cert-manager/issues/4424

-

Cannot be set if the subject or commonName field is set.

+

Requested X.509 certificate subject, represented using the LDAP “String Representation of a Distinguished Name” [1]. Important: the LDAP string format also specifies the order of the attributes in the subject, this is important when issuing certs for LDAP authentication. Example: CN=foo,DC=corp,DC=example,DC=com More info [1]: https://datatracker.ietf.org/doc/html/rfc4514 More info: https://github.com/cert-manager/cert-manager/issues/3203 More info: https://github.com/cert-manager/cert-manager/issues/4424

+

Cannot be set if the subject or commonName field is set.

@@ -4667,8 +4631,8 @@ description: >- (Optional) -

Requested common name X509 certificate subject attribute. More info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6 NOTE: TLS clients will ignore this value when any subject alternative name is set (see https://tools.ietf.org/html/rfc6125#section-6.4.4).

-

Should have a length of 64 characters or fewer to avoid generating invalid CSRs. Cannot be set if the literalSubject field is set.

+

Requested common name X509 certificate subject attribute. More info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.6 NOTE: TLS clients will ignore this value when any subject alternative name is set (see https://tools.ietf.org/html/rfc6125#section-6.4.4).

+

Should have a length of 64 characters or fewer to avoid generating invalid CSRs. Cannot be set if the literalSubject field is set.

@@ -4682,7 +4646,7 @@ description: >- (Optional)

Requested ‘duration’ (i.e. lifetime) of the Certificate. Note that the issuer may choose to ignore the requested duration, just like any other requested attribute.

-

If unset, this defaults to 90 days. Minimum accepted duration is 1 hour. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration.

+

If unset, this defaults to 90 days. Minimum accepted duration is 1 hour. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration.

@@ -4695,9 +4659,9 @@ description: >- (Optional) -

How long before the currently issued certificate’s expiry cert-manager should renew the certificate. For example, if a certificate is valid for 60 minutes, and renewBefore=10m, cert-manager will begin to attempt to renew the certificate 50 minutes after it was issued (i.e. when there are 10 minutes remaining until the certificate is no longer valid).

+

How long before the currently issued certificate’s expiry cert-manager should renew the certificate. For example, if a certificate is valid for 60 minutes, and renewBefore=10m, cert-manager will begin to attempt to renew the certificate 50 minutes after it was issued (i.e. when there are 10 minutes remaining until the certificate is no longer valid).

NOTE: The actual lifetime of the issued certificate is used to determine the renewal time. If an issuer returns a certificate with a different lifetime than the one requested, cert-manager will use the lifetime of the issued certificate.

-

If unset, this defaults to 13 of the issued certificate’s lifetime. Minimum accepted value is 5 minutes. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration. Cannot be set if the renewBeforePercentage field is set.

+

If unset, this defaults to 13 of the issued certificate’s lifetime. Minimum accepted value is 5 minutes. Value must be in units accepted by Go time.ParseDuration https://golang.org/pkg/time/#ParseDuration. Cannot be set if the renewBeforePercentage field is set.

@@ -4708,12 +4672,10 @@ description: >- (Optional) -

renewBeforePercentage is like renewBefore, except it is a relative percentage rather than an absolute duration. For example, if a certificate is valid for 60 minutes, and renewBeforePercentage=25, cert-manager will begin to attempt to renew the certificate 45 minutes after it was issued (i.e. when there are 15 minutes (25%) remaining until the certificate is no longer valid).

+

renewBeforePercentage is like renewBefore, except it is a relative percentage rather than an absolute duration. For example, if a certificate is valid for 60 minutes, and renewBeforePercentage=25, cert-manager will begin to attempt to renew the certificate 45 minutes after it was issued (i.e. when there are 15 minutes (25%) remaining until the certificate is no longer valid).

NOTE: The actual lifetime of the issued certificate is used to determine the renewal time. If an issuer returns a certificate with a different lifetime than the one requested, cert-manager will use the lifetime of the issued certificate.

-

- Value must be an integer in the range (0,100). The minimum effective - renewBefore derived from the renewBeforePercentage and duration fields is 5 minutes. Cannot be set if the renewBefore field is set. -

+

Value must be an integer in the range (0,100). The minimum effective + renewBefore derived from the renewBeforePercentage and duration fields is 5 minutes. Cannot be set if the renewBefore field is set.

@@ -4759,7 +4721,7 @@ description: >- (Optional) -

otherNames is an escape hatch for SAN that allows any type. We currently restrict the support to string like otherNames, cf RFC 5280 p 37 Any UTF8 String valued otherName can be passed with by setting the keys oid: x.x.x.x and UTF8Value: somevalue for otherName. Most commonly this would be UPN set with oid: 1.3.6.1.4.1.311.20.2.3 You should ensure that any OID passed is valid for the UTF8String type as we do not explicitly validate this.

+

otherNames is an escape hatch for SAN that allows any type. We currently restrict the support to string like otherNames, cf RFC 5280 p 37 Any UTF8 String valued otherName can be passed with by setting the keys oid: x.x.x.x and UTF8Value: somevalue for otherName. Most commonly this would be UPN set with oid: 1.3.6.1.4.1.311.20.2.3 You should ensure that any OID passed is valid for the UTF8String type as we do not explicitly validate this.

@@ -4817,7 +4779,7 @@ description: >-

Reference to the issuer responsible for issuing the certificate. If the issuer is namespace-scoped, it must be in the same namespace as the Certificate. If the issuer is cluster-scoped, it can be used from any namespace.

-

The name field of the reference must always be specified.

+

The name field of the reference must always be specified.

@@ -4828,8 +4790,8 @@ description: >- (Optional) -

Requested basic constraints isCA value. The isCA value is used to set the isCA field on the created CertificateRequest resources. Note that the issuer may choose to ignore the requested isCA value, just like any other requested attribute.

-

If true, this will automatically add the cert sign usage to the list of requested usages.

+

Requested basic constraints isCA value. The isCA value is used to set the isCA field on the created CertificateRequest resources. Note that the issuer may choose to ignore the requested isCA value, just like any other requested attribute.

+

If true, this will automatically add the cert sign usage to the list of requested usages.

@@ -4842,8 +4804,8 @@ description: >- (Optional) -

Requested key usages and extended key usages. These usages are used to set the usages field on the created CertificateRequest resources. If encodeUsagesInRequest is unset or set to true, the usages will additionally be encoded in the request field which contains the CSR blob.

-

If unset, defaults to digital signature and key encipherment.

+

Requested key usages and extended key usages. These usages are used to set the usages field on the created CertificateRequest resources. If encodeUsagesInRequest is unset or set to true, the usages will additionally be encoded in the request field which contains the CSR blob.

+

If unset, defaults to digital signature and key encipherment.

@@ -4892,11 +4854,9 @@ description: >- (Optional) -

- The maximum number of CertificateRequest revisions that are maintained in the Certificate’s history. Each revision represents a single CertificateRequest - created by this Certificate, either when it was created, renewed, or Spec was changed. Revisions will be removed by oldest first if the number of revisions exceeds this number. -

-

If set, revisionHistoryLimit must be a value of 1 or greater. Default value is 1.

+

The maximum number of CertificateRequest revisions that are maintained in the Certificate’s history. Each revision represents a single CertificateRequest + created by this Certificate, either when it was created, renewed, or Spec was changed. Revisions will be removed by oldest first if the number of revisions exceeds this number.

+

If set, revisionHistoryLimit must be a value of 1 or greater. Default value is 1.

@@ -4922,17 +4882,15 @@ description: >- (Optional) -

x.509 certificate NameConstraint extension which MUST NOT be used in a non-CA certificate. More Info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10

-

- This is an Alpha Feature and is only enabled with the - --feature-gates=NameConstraints=true option set on both the controller and webhook components. -

+

x.509 certificate NameConstraint extension which MUST NOT be used in a non-CA certificate. More Info: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10

+

This is an Alpha Feature and is only enabled with the + --feature-gates=NameConstraints=true option set on both the controller and webhook components.

CertificateStatus

-

(Appears on: Certificate)

+

(Appears on: Certificate)

CertificateStatus defines the observed state of Certificate

@@ -4954,7 +4912,7 @@ description: >- (Optional) -

List of status conditions to indicate the status of certificates. Known condition types are Ready and Issuing.

+

List of status conditions to indicate the status of certificates. Known condition types are Ready and Issuing.

@@ -4980,7 +4938,7 @@ description: >- (Optional) -

The time after which the certificate stored in the secret named by this resource in spec.secretName is valid.

+

The time after which the certificate stored in the secret named by this resource in spec.secretName is valid.

@@ -4993,7 +4951,7 @@ description: >- (Optional) -

The expiration time of the certificate stored in the secret named by this resource in spec.secretName.

+

The expiration time of the certificate stored in the secret named by this resource in spec.secretName.

@@ -5018,10 +4976,8 @@ description: >- (Optional)

The current ‘revision’ of the certificate as issued.

-

- When a CertificateRequest resource is created, it will have the - cert-manager.io/certificate-revision set to one greater than the current value of this field. -

+

When a CertificateRequest resource is created, it will have the + cert-manager.io/certificate-revision set to one greater than the current value of this field.

Upon issuance, this field will be set to the value of the annotation on the CertificateRequest resource used to issue the certificate.

Persisting the value on the CertificateRequest resource allows the certificates controller to know whether a request is part of an old issuance or if it is part of the ongoing revision’s issuance by checking if the revision value in the annotation is greater than this field.

@@ -5034,10 +4990,8 @@ description: >- (Optional) -

- The name of the Secret resource containing the private key to be used for the next certificate iteration. The keymanager controller will automatically set this field if the - Issuing condition is set to True. It will automatically unset this field when the Issuing condition is not set or False. -

+

The name of the Secret resource containing the private key to be used for the next certificate iteration. The keymanager controller will automatically set this field if the + Issuing condition is set to True. It will automatically unset this field when the Issuing condition is not set or False.

@@ -5056,7 +5010,7 @@ description: >-

GenericIssuer

IssuerCondition

-

(Appears on: IssuerStatus)

+

(Appears on: IssuerStatus)

IssuerCondition contains condition information for an Issuer.

@@ -5077,7 +5031,7 @@ description: >- -

Type of the condition, known values are (Ready).

+

Type of the condition, known values are (Ready).

@@ -5087,7 +5041,7 @@ description: >- github.com/cert-manager/cert-manager/pkg/apis/meta/v1.ConditionStatus -

Status of the condition, one of (True, False, Unknown).

+

Status of the condition, one of (True, False, Unknown).

@@ -5139,7 +5093,7 @@ description: >-

IssuerConditionType (string alias)

-

(Appears on: IssuerCondition)

+

(Appears on: IssuerCondition)

IssuerConditionType represents an Issuer condition value.

@@ -5156,13 +5110,13 @@ description: >-

"Ready"

-

IssuerConditionReady represents the fact that a given Issuer condition is in ready state and able to issue certificates. If the status of this condition is False, CertificateRequest controllers should prevent attempts to sign certificates.

+

IssuerConditionReady represents the fact that a given Issuer condition is in ready state and able to issue certificates. If the status of this condition is False, CertificateRequest controllers should prevent attempts to sign certificates.

IssuerConfig

-

(Appears on: IssuerSpec)

+

(Appears on: IssuerSpec)

The configuration for the issuer. Only one of these can be set.

@@ -5242,7 +5196,7 @@ description: >-

IssuerSpec

-

(Appears on: ClusterIssuer, Issuer)

+

(Appears on: ClusterIssuer, Issuer)

IssuerSpec is the specification of an Issuer. This includes any configuration required for the issuer.

@@ -5263,13 +5217,13 @@ description: >- -

(Members of IssuerConfig are embedded into this type.)

+

(Members of IssuerConfig are embedded into this type.)

IssuerStatus

-

(Appears on: ClusterIssuer, Issuer)

+

(Appears on: ClusterIssuer, Issuer)

IssuerStatus contains status information about an Issuer

@@ -5291,7 +5245,7 @@ description: >- (Optional) -

List of status conditions to indicate the status of a CertificateRequest. Known condition types are Ready.

+

List of status conditions to indicate the status of a CertificateRequest. Known condition types are Ready.

@@ -5310,7 +5264,7 @@ description: >-

JKSKeystore

-

(Appears on: CertificateKeystores)

+

(Appears on: CertificateKeystores)

JKS configures options for storing a JKS keystore in the target secret. Either PasswordSecretRef or Password must be provided.

@@ -5329,10 +5283,8 @@ description: >- bool -

- Create enables JKS keystore creation for the Certificate. If true, a file named keystore.jks will be created in the target Secret resource, encrypted using the password stored in passwordSecretRef or password. The keystore file will be updated immediately. If the issuer provided a CA certificate, a file named truststore.jks will also be created in the target Secret resource, encrypted using the password stored in passwordSecretRef - containing the issuing Certificate Authority -

+

Create enables JKS keystore creation for the Certificate. If true, a file named keystore.jks will be created in the target Secret resource, encrypted using the password stored in passwordSecretRef or password. The keystore file will be updated immediately. If the issuer provided a CA certificate, a file named truststore.jks will also be created in the target Secret resource, encrypted using the password stored in passwordSecretRef + containing the issuing Certificate Authority

@@ -5343,7 +5295,7 @@ description: >- (Optional) -

Alias specifies the alias of the key in the keystore, required by the JKS format. If not provided, the default alias certificate will be used.

+

Alias specifies the alias of the key in the keystore, required by the JKS format. If not provided, the default alias certificate will be used.

@@ -5371,13 +5323,11 @@ description: >-

KeyUsage (string alias)

-

(Appears on: CertificateRequestSpec, CertificateSpec)

+

(Appears on: CertificateRequestSpec, CertificateSpec)

-

- KeyUsage specifies valid usage contexts for keys. See: +

KeyUsage specifies valid usage contexts for keys. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3 - https://tools.ietf.org/html/rfc5280#section-4.2.1.12 -

+ https://tools.ietf.org/html/rfc5280#section-4.2.1.12

Valid KeyUsage values are as follows: “signing”, “digital signature”, “content commitment”, “key encipherment”, “key agreement”, “data encipherment”, “cert sign”, “crl sign”, “encipher only”, “decipher only”, “any”, “server auth”, “client auth”, “code signing”, “email protection”, “s/mime”, “ipsec end system”, “ipsec tunnel”, “ipsec user”, “timestamping”, “ocsp signing”, “microsoft sgc”, “netscape sgc”

@@ -5529,7 +5479,7 @@ description: >-

NameConstraintItem

-

(Appears on: NameConstraints)

+

(Appears on: NameConstraints)

@@ -5586,7 +5536,7 @@ description: >-

NameConstraints

-

(Appears on: CertificateSpec)

+

(Appears on: CertificateSpec)

NameConstraints is a type to represent x509 NameConstraints

@@ -5638,7 +5588,7 @@ description: >-

OtherName

-

(Appears on: CertificateSpec)

+

(Appears on: CertificateSpec)

@@ -5671,12 +5621,10 @@ description: >-

PKCS12Keystore

-

(Appears on: CertificateKeystores)

+

(Appears on: CertificateKeystores)

-

- PKCS12 configures options for storing a PKCS12 keystore in the - spec.secretName Secret resource. -

+

PKCS12 configures options for storing a PKCS12 keystore in the + spec.secretName Secret resource.

@@ -5693,7 +5641,7 @@ description: >- bool @@ -5706,11 +5654,9 @@ description: >- @@ -5738,7 +5684,7 @@ description: >-
-

Create enables PKCS12 keystore creation for the Certificate. If true, a file named keystore.p12 will be created in the target Secret resource, encrypted using the password stored in passwordSecretRef or in password. The keystore file will be updated immediately. If the issuer provided a CA certificate, a file named truststore.p12 will also be created in the target Secret resource, encrypted using the password stored in passwordSecretRef containing the issuing Certificate Authority

+

Create enables PKCS12 keystore creation for the Certificate. If true, a file named keystore.p12 will be created in the target Secret resource, encrypted using the password stored in passwordSecretRef or in password. The keystore file will be updated immediately. If the issuer provided a CA certificate, a file named truststore.p12 will also be created in the target Secret resource, encrypted using the password stored in passwordSecretRef containing the issuing Certificate Authority

(Optional) -

Profile specifies the key and certificate encryption algorithms and the HMAC algorithm used to create the PKCS12 keystore. Default value is LegacyRC2 for backward compatibility.

-

- If provided, allowed values are: - LegacyRC2: Deprecated. Not supported by default in OpenSSL 3 or Java 20. LegacyDES: Less secure algorithm. Use this option for maximal compatibility. Modern2023: Secure algorithm. Use this option in case you have to always use secure algorithms (e.g., because of company policy). Please note that the security of the algorithm is not that important in reality, because the unencrypted certificate and private key are also stored in the Secret. -

+

Profile specifies the key and certificate encryption algorithms and the HMAC algorithm used to create the PKCS12 keystore. Default value is LegacyRC2 for backward compatibility.

+

If provided, allowed values are: + LegacyRC2: Deprecated. Not supported by default in OpenSSL 3 or Java 20. LegacyDES: Less secure algorithm. Use this option for maximal compatibility. Modern2023: Secure algorithm. Use this option in case you have to always use secure algorithms (e.g., because of company policy). Please note that the security of the algorithm is not that important in reality, because the unencrypted certificate and private key are also stored in the Secret.

PKCS12Profile (string alias)

-

(Appears on: PKCS12Keystore)

+

(Appears on: PKCS12Keystore)

@@ -5753,7 +5699,7 @@ description: >-

"LegacyDES"

@@ -5761,7 +5707,7 @@ description: >-

"LegacyRC2"

@@ -5769,13 +5715,13 @@ description: >-

"Modern2023"

-

see: https://pkg.go.dev/software.sslmate.com/src/go-pkcs12#LegacyDES

+

see: https://pkg.go.dev/software.sslmate.com/src/go-pkcs12#LegacyDES

-

see: https://pkg.go.dev/software.sslmate.com/src/go-pkcs12#LegacyRC2

+

see: https://pkg.go.dev/software.sslmate.com/src/go-pkcs12#LegacyRC2

-

see: https://pkg.go.dev/software.sslmate.com/src/go-pkcs12#Modern2023

+

see: https://pkg.go.dev/software.sslmate.com/src/go-pkcs12#Modern2023

PrivateKeyAlgorithm (string alias)

-

(Appears on: CertificatePrivateKey)

+

(Appears on: CertificatePrivateKey)

@@ -5812,7 +5758,7 @@ description: >-

PrivateKeyEncoding (string alias)

-

(Appears on: CertificatePrivateKey)

+

(Appears on: CertificatePrivateKey)

@@ -5827,7 +5773,7 @@ description: >-

"PKCS1"

@@ -5835,18 +5781,18 @@ description: >-

"PKCS8"

-

PKCS1 private key encoding. For RSA keys: produces PEM block with BEGIN RSA PRIVATE KEY header and private key in PKCS#1 format. For EC keys: produces PEM block with BEGIN EC PRIVATE KEY header and private key in SEC 1 format. For Ed25519 keys: option will be ignored and PKCS8 encoding will be used instead.

+

PKCS1 private key encoding. For RSA keys: produces PEM block with BEGIN RSA PRIVATE KEY header and private key in PKCS#1 format. For EC keys: produces PEM block with BEGIN EC PRIVATE KEY header and private key in SEC 1 format. For Ed25519 keys: option will be ignored and PKCS8 encoding will be used instead.

-

PKCS8 private key encoding. PKCS8 produces a PEM block with a static header and both the private key algorithm and the private key in the body. A key that uses this encoding can be recognised by its BEGIN PRIVATE KEY header.

+

PKCS8 private key encoding. PKCS8 produces a PEM block with a static header and both the private key algorithm and the private key in the body. A key that uses this encoding can be recognised by its BEGIN PRIVATE KEY header.

PrivateKeyRotationPolicy (string alias)

-

(Appears on: CertificatePrivateKey)

+

(Appears on: CertificatePrivateKey)

Denotes how private keys should be generated or sourced when a Certificate is being issued.

SelfSignedIssuer

-

(Appears on: IssuerConfig)

+

(Appears on: IssuerConfig)

Configures an issuer to ‘self sign’ certificates using the private key used to create the CertificateRequest object.

@@ -5872,9 +5818,9 @@ description: >-

ServiceAccountRef

-

(Appears on: VaultKubernetesAuth)

+

(Appears on: VaultKubernetesAuth)

-

ServiceAccountRef is a service account used by cert-manager to request a token. By default two audiences are included: the address of the Vault server as specified on the issuer, and a generated audience taking the form of vault://namespace-name/issuer-name for an Issuer and vault://issuer-name for a ClusterIssuer. The expiration of the token is also set by cert-manager to 10 minutes.

+

ServiceAccountRef is a service account used by cert-manager to request a token. By default two audiences are included: the address of the Vault server as specified on the issuer, and a generated audience taking the form of vault://namespace-name/issuer-name for an Issuer and vault://issuer-name for a ClusterIssuer. The expiration of the token is also set by cert-manager to 10 minutes.

@@ -5908,7 +5854,7 @@ description: >-

SignatureAlgorithm (string alias)

-

(Appears on: CertificateSpec)

+

(Appears on: CertificateSpec)

@@ -5963,7 +5909,7 @@ description: >-

VaultAppRole

-

(Appears on: VaultAuth)

+

(Appears on: VaultAuth)

VaultAppRole authenticates with Vault using the App Role auth mechanism, with the role and secret stored in a Kubernetes Secret resource.

@@ -6002,15 +5948,15 @@ description: >- github.com/cert-manager/cert-manager/pkg/apis/meta/v1.SecretKeySelector -

Reference to a key in a Secret that contains the App Role secret used to authenticate with Vault. The key field must be specified and denotes which entry within the Secret resource is used as the app role secret.

+

Reference to a key in a Secret that contains the App Role secret used to authenticate with Vault. The key field must be specified and denotes which entry within the Secret resource is used as the app role secret.

VaultAuth

-

(Appears on: VaultIssuer)

+

(Appears on: VaultIssuer)

-

VaultAuth is configuration used to authenticate with a Vault server. The order of precedence is [tokenSecretRef, appRole, clientCertificate or kubernetes].

+

VaultAuth is configuration used to authenticate with a Vault server. The order of precedence is [tokenSecretRef, appRole, clientCertificate or kubernetes].

@@ -6073,7 +6019,7 @@ description: >-

VaultClientCertificateAuth

-

(Appears on: VaultAuth)

+

(Appears on: VaultAuth)

VaultClientCertificateAuth is used to authenticate against Vault using a client certificate stored in a Secret.

@@ -6093,7 +6039,7 @@ description: >- (Optional) -

The Vault mountPath here is the mount path to use when authenticating with Vault. For example, setting a value to /v1/auth/foo, will use the path /v1/auth/foo/login to authenticate with Vault. If unspecified, the default value “/v1/auth/cert” will be used.

+

The Vault mountPath here is the mount path to use when authenticating with Vault. For example, setting a value to /v1/auth/foo, will use the path /v1/auth/foo/login to authenticate with Vault. If unspecified, the default value “/v1/auth/cert” will be used.

@@ -6121,7 +6067,7 @@ description: >-

VaultIssuer

-

(Appears on: IssuerConfig)

+

(Appears on: IssuerConfig)

Configures an issuer to sign certificates using a HashiCorp Vault PKI backend.

@@ -6152,7 +6098,7 @@ description: >- string -

Server is the connection address for the Vault server, e.g: “https://vault.example.com:8200”.

+

Server is the connection address for the Vault server, e.g: “https://vault.example.com:8200”.

@@ -6173,7 +6119,7 @@ description: >- string -

Path is the mount path of the Vault PKI backend’s sign endpoint, e.g: “my_pki_mount/sign/my-role-name”.

+

Path is the mount path of the Vault PKI backend’s sign endpoint, e.g: “my_pki_mount/sign/my-role-name”.

@@ -6184,7 +6130,7 @@ description: >- (Optional) -

Name of the vault namespace. Namespaces is a set of features within Vault Enterprise that allows Vault environments to support Secure Multi-tenancy. e.g: “ns1” More about namespaces can be found here https://www.vaultproject.io/docs/enterprise/namespaces

+

Name of the vault namespace. Namespaces is a set of features within Vault Enterprise that allows Vault environments to support Secure Multi-tenancy. e.g: “ns1” More about namespaces can be found here https://www.vaultproject.io/docs/enterprise/namespaces

@@ -6234,7 +6180,7 @@ description: >-

VaultKubernetesAuth

-

(Appears on: VaultAuth)

+

(Appears on: VaultAuth)

Authenticate against Vault using a Kubernetes ServiceAccount token stored in a Secret.

@@ -6254,7 +6200,7 @@ description: >- (Optional) -

The Vault mountPath here is the mount path to use when authenticating with Vault. For example, setting a value to /v1/auth/foo, will use the path /v1/auth/foo/login to authenticate with Vault. If unspecified, the default value “/v1/auth/kubernetes” will be used.

+

The Vault mountPath here is the mount path to use when authenticating with Vault. For example, setting a value to /v1/auth/foo, will use the path /v1/auth/foo/login to authenticate with Vault. If unspecified, the default value “/v1/auth/kubernetes” will be used.

@@ -6294,7 +6240,7 @@ description: >-

VenafiCloud

-

(Appears on: VenafiIssuer)

+

(Appears on: VenafiIssuer)

VenafiCloud defines connection configuration details for CyberArk Certificate Manager SaaS

@@ -6314,7 +6260,7 @@ description: >- (Optional) -

URL is the base URL for CyberArk Certificate Manager SaaS. Defaults to “https://api.venafi.cloud/”.

+

URL is the base URL for CyberArk Certificate Manager SaaS. Defaults to “https://api.venafi.cloud/”.

@@ -6330,7 +6276,7 @@ description: >-

VenafiIssuer

-

(Appears on: IssuerConfig)

+

(Appears on: IssuerConfig)

Configures an issuer to sign certificates using a CyberArk Certificate Manager Self-Hosted or SaaS policy zone.

@@ -6381,7 +6327,7 @@ description: >-

VenafiTPP

-

(Appears on: VenafiIssuer)

+

(Appears on: VenafiIssuer)

VenafiTPP defines connection configuration details for a CyberArk Certificate Manager Self-Hosted instance

@@ -6400,7 +6346,7 @@ description: >- string -

URL is the base URL for the vedsdk endpoint of the CyberArk Certificate Manager Self-Hosted instance, for example: “https://tpp.example.com/vedsdk”.

+

URL is the base URL for the vedsdk endpoint of the CyberArk Certificate Manager Self-Hosted instance, for example: “https://tpp.example.com/vedsdk”.

@@ -6438,7 +6384,7 @@ description: >-

X509Subject

-

(Appears on: CertificateSpec)

+

(Appears on: CertificateSpec)

X509Subject Full X509 name specification

@@ -6548,7 +6494,7 @@ description: >-

Resource Types:

    ACMEDNS01Config

    -

    (Appears on: ControllerConfiguration)

    +

    (Appears on: ControllerConfiguration)

    @@ -6565,7 +6511,7 @@ description: >- []string @@ -6591,7 +6537,7 @@ description: >-
    -

    Each nameserver can be either the IP address and port of a standard recursive DNS server, or the endpoint to an RFC 8484 DNS over HTTPS endpoint. For example, the following values are valid: - “8.8.8.8:53” (Standard DNS) - “https://1.1.1.1/dns-query” (DNS over HTTPS)

    +

    Each nameserver can be either the IP address and port of a standard recursive DNS server, or the endpoint to an RFC 8484 DNS over HTTPS endpoint. For example, the following values are valid: - “8.8.8.8:53” (Standard DNS) - “https://1.1.1.1/dns-query” (DNS over HTTPS)

    ACMEHTTP01Config

    -

    (Appears on: ControllerConfiguration)

    +

    (Appears on: ControllerConfiguration)

    @@ -6701,7 +6647,7 @@ description: >- @@ -6711,7 +6657,7 @@ description: >- float32 @@ -6763,7 +6709,7 @@ description: >- []string @@ -6903,10 +6849,8 @@ description: >- k8s.io/component-base/logs/api/v1.LoggingConfiguration @@ -6981,7 +6925,7 @@ description: >-

    apiServerHost is used to override the API server connection address.

    -

    Deprecated: use kubeConfig instead.

    +

    Deprecated: use kubeConfig instead.

    -

    Indicates the maximum queries-per-second requests to the Kubernetes apiserver TODO: floats are not recommended. Maybe we should use resource.Quantity? https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/

    +

    Indicates the maximum queries-per-second requests to the Kubernetes apiserver TODO: floats are not recommended. Maybe we should use resource.Quantity? https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/

    -

    A list of controllers to enable. [’’] enables all controllers, [‘foo’] enables only the foo controller [’’, ‘-foo’] disables the controller named foo.

    +

    A list of controllers to enable. [’’] enables all controllers, [‘foo’] enables only the foo controller [’’, ‘-foo’] disables the controller named foo.

    -

    - logging configures the logging behaviour of the controller. - https://pkg.go.dev/k8s.io/component-base@v0.27.3/logs/api/v1#LoggingConfiguration -

    +

    logging configures the logging behaviour of the controller. + https://pkg.go.dev/k8s.io/component-base@v0.27.3/logs/api/v1#LoggingConfiguration

    IngressShimConfig

    -

    (Appears on: ControllerConfiguration)

    +

    (Appears on: ControllerConfiguration)

    @@ -7044,7 +6988,7 @@ description: >-

    LeaderElectionConfig

    -

    (Appears on: ControllerConfiguration)

    +

    (Appears on: ControllerConfiguration)

    @@ -7061,7 +7005,7 @@ description: >- github.com/cert-manager/cert-manager/pkg/apis/config/shared/v1alpha1.LeaderElectionConfig @@ -7077,7 +7021,7 @@ description: >-
    -

    (Members of LeaderElectionConfig are embedded into this type.)

    +

    (Members of LeaderElectionConfig are embedded into this type.)

    PEMSizeLimitsConfig

    -

    (Appears on: ControllerConfiguration)

    +

    (Appears on: ControllerConfiguration)

    @@ -7194,7 +7138,7 @@ description: >- @@ -7224,10 +7168,8 @@ description: >- k8s.io/component-base/logs/api/v1.LoggingConfiguration @@ -7294,6 +7236,4 @@ description: >-

    apiServerHost is used to override the API server connection address.

    -

    Deprecated: use kubeConfig instead.

    +

    Deprecated: use kubeConfig instead.

    -

    - logging configures the logging behaviour of the webhook. - https://pkg.go.dev/k8s.io/component-base@v0.27.3/logs/api/v1#LoggingConfiguration -

    +

    logging configures the logging behaviour of the webhook. + https://pkg.go.dev/k8s.io/component-base@v0.27.3/logs/api/v1#LoggingConfiguration


    -

    - Generated with gen-crd-api-reference-docs on git commit 0d2f215. -

    +

    Generated with gen-crd-api-reference-docs on git commit 0bca8fd.

    From b4f4085a0b9b7a1e8dea1655baa1ea4c57f603cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 23:10:46 +0000 Subject: [PATCH 51/58] chore(deps): update makefile modules to 92aeb18 Signed-off-by: Renovate Bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 24 ++++++++++++------------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/klone.yaml b/klone.yaml index 38b83eb62e4..82f70211c5d 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd + repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd + repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd + repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd + repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd + repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 7835ffeb71d58535ebbd49142dfe266124d1c0bd + repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 5d0b879e4be..95b338fd4e7 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -70,7 +70,7 @@ NEEDS_CTR = __require-ctr tools := # https://github.com/helm/helm/releases # renovate: datasource=github-releases packageName=helm/helm -tools += helm=v4.2.0 +tools += helm=v4.2.2 # https://github.com/helm-unittest/helm-unittest/releases # renovate: datasource=github-releases packageName=helm-unittest/helm-unittest tools += helm-unittest=v1.1.1 @@ -82,7 +82,7 @@ tools += kubectl=v1.36.2 tools += kind=v0.32.0 # https://www.vaultproject.io/downloads # renovate: datasource=github-releases packageName=hashicorp/vault -tools += vault=v2.0.2 +tools += vault=v2.0.3 # https://github.com/Azure/azure-workload-identity/releases # renovate: datasource=github-releases packageName=Azure/azure-workload-identity tools += azwi=v1.6.0 @@ -181,13 +181,13 @@ tools += cmrel=v1.12.15-0.20241121151736-e3cbe5171488 tools += golangci-lint=v2.12.2 # https://pkg.go.dev/golang.org/x/vuln?tab=versions # renovate: datasource=go packageName=golang.org/x/vuln -tools += govulncheck=v1.3.0 +tools += govulncheck=v1.4.0 # https://github.com/operator-framework/operator-sdk/releases # renovate: datasource=github-releases packageName=operator-framework/operator-sdk tools += operator-sdk=v1.42.2 # https://pkg.go.dev/github.com/cli/cli/v2?tab=versions # renovate: datasource=go packageName=github.com/cli/cli/v2 -tools += gh=v2.94.0 +tools += gh=v2.95.0 # https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases # renovate: datasource=github-releases packageName=redhat-openshift-ecosystem/openshift-preflight tools += preflight=1.19.1 @@ -482,10 +482,10 @@ $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: $(CURL) https://go.dev/dl/go$(VENDORED_GO_VERSION).$(HOST_OS)-$(HOST_ARCH).tar.gz -o $(outfile); \ $(checkhash_script) $(outfile) $(go_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM) -helm_linux_amd64_SHA256SUM=97dbeb971be4ac4b27e3839976d9564c0fb35c6f3b1da89dd1e292d236af4096 -helm_linux_arm64_SHA256SUM=1f8de130dfbd04de64978e7b852a7a547be1404956a366608276d2520b678670 -helm_darwin_amd64_SHA256SUM=1376ea697140e4db316736e760d5a47d12afc1524dce704476ef06fd7fdeddc6 -helm_darwin_arm64_SHA256SUM=f13f959015447b6bc309f9fd506509926543988a39035c088b52522ec95e2acb +helm_linux_amd64_SHA256SUM=9adafecab4d406853bba163a70e9f104f47dbbf65ce24b7653bae7e36150bcb6 +helm_linux_arm64_SHA256SUM=78803142087a0069fa4b50d3f32a84d3ef25c14d1ee8a40fbccf86a6216d2f36 +helm_darwin_amd64_SHA256SUM=10c1e36ee8c5f2e2ee25a16599cb03ab74c0953cd889cacb980a49ba4b6574ba +helm_darwin_arm64_SHA256SUM=5410a0dae3d5d91f45653b161260d9301aabc4ae80ae50a6605d66884b6df8ea .PRECIOUS: $(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/helm@$(HELM_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools @@ -540,10 +540,10 @@ $(DOWNLOAD_DIR)/tools/kind@$(KIND_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD $(checkhash_script) $(outfile) $(kind_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \ chmod +x $(outfile) -vault_linux_amd64_SHA256SUM=71e87827fdf6e4cef291b1a1578ce8310d054210750dcfb9f495d51d7da0a9a4 -vault_linux_arm64_SHA256SUM=9e496af2f9b8142c0be80e486a46b8c86c87b96ec43e5cbd55d163255d560fd5 -vault_darwin_amd64_SHA256SUM=347c589302107d5debc1403761163fa01e1db558532acb5f8f55e5e8cb18f170 -vault_darwin_arm64_SHA256SUM=69eb2a89f5c9715105f80d834c5252b9ea2fc2d41297e8c7be595ff028f6efe7 +vault_linux_amd64_SHA256SUM=1e0ffb7a82491219c7242da6e05e2d756b05d1097c29799a42228661f229bc2a +vault_linux_arm64_SHA256SUM=9423a715aea0689f9e498fe7cc5ea692aa1eff282f8b9bc26af28cad69d6d841 +vault_darwin_amd64_SHA256SUM=a3462df67c00d1092727dd4fedfba256d2d22d5846fb514c96e03133f567b6af +vault_darwin_arm64_SHA256SUM=abf89e4e56a3af41471ccccdaac1b691874c5e8b20e72c053133d948be0cec42 .PRECIOUS: $(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/vault@$(VAULT_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From f31b79cae061d5d1fa8ab95ca257d2580826cf2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:43:12 +0000 Subject: [PATCH 52/58] chore(deps): update makefile modules to 5d90d75 Signed-off-by: Renovate Bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/klone.yaml b/klone.yaml index 82f70211c5d..898beb2641a 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 + repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 + repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 + repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 + repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 + repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 92aeb182ff3b965f8bb9bba572d8712494d48414 + repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 95b338fd4e7..c98d30a4a2d 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -132,7 +132,7 @@ tools += kustomize=v5.8.1 tools += gojq=v0.12.19 # https://pkg.go.dev/github.com/google/go-containerregistry/pkg/crane?tab=versions # renovate: datasource=go packageName=github.com/google/go-containerregistry -tools += crane=v0.21.5 +tools += crane=v0.21.7 # https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go?tab=versions # renovate: datasource=go packageName=google.golang.org/protobuf tools += protoc-gen-go=v1.36.11 From 089bd6980ad717a3fff9909fec86c2f9cb382d97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:43:18 +0000 Subject: [PATCH 53/58] chore(deps): update misc github actions to v7 Signed-off-by: Renovate Bot --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 905eec4da92..15907c265cd 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -8,7 +8,7 @@ jobs: pull-cert-manager-website-verify: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24 From 20ba7f18ce64eb6b9db1dfb4ae41bb6cc765d005 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:00:49 +0000 Subject: [PATCH 54/58] chore(deps): update makefile modules to 3968a05 Signed-off-by: Renovate Bot --- klone.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/klone.yaml b/klone.yaml index 898beb2641a..5e1210939de 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 + repo_hash: 3968a0520cf06baa2c94033876321d931900267b repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 + repo_hash: 3968a0520cf06baa2c94033876321d931900267b repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 + repo_hash: 3968a0520cf06baa2c94033876321d931900267b repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 + repo_hash: 3968a0520cf06baa2c94033876321d931900267b repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 + repo_hash: 3968a0520cf06baa2c94033876321d931900267b repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 5d90d75bd30dfece50c74e6f907ad1bb5c092d35 + repo_hash: 3968a0520cf06baa2c94033876321d931900267b repo_path: modules/tools From 53c7251117feed210f1df1f9e2134084572e3855 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:16:58 +0000 Subject: [PATCH 55/58] chore(deps): update makefile modules to 6c59e94 Signed-off-by: Renovate Bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/klone.yaml b/klone.yaml index 5e1210939de..2430b181ca6 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 3968a0520cf06baa2c94033876321d931900267b + repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 3968a0520cf06baa2c94033876321d931900267b + repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 3968a0520cf06baa2c94033876321d931900267b + repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 3968a0520cf06baa2c94033876321d931900267b + repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 3968a0520cf06baa2c94033876321d931900267b + repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 3968a0520cf06baa2c94033876321d931900267b + repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index c98d30a4a2d..5eda7fd4c3d 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -100,7 +100,7 @@ tools += ko=0.18.1 tools += protoc=v35.1 # https://github.com/aquasecurity/trivy/releases # renovate: datasource=github-releases packageName=aquasecurity/trivy -tools += trivy=v0.71.1 +tools += trivy=v0.71.2 # https://github.com/vmware-tanzu/carvel-ytt/releases # renovate: datasource=github-releases packageName=vmware-tanzu/carvel-ytt tools += ytt=v0.55.1 @@ -214,7 +214,7 @@ tools += defaulter-gen=$(K8S_CODEGEN_VERSION) tools += conversion-gen=$(K8S_CODEGEN_VERSION) # https://github.com/kubernetes/kube-openapi # renovate: datasource=go packageName=k8s.io/kube-openapi -tools += openapi-gen=v0.0.0-20260603220949-865597e52e25 +tools += openapi-gen=v0.0.0-20260618221249-bc653b64f974 # https://raw.githubusercontent.com/kubernetes-sigs/controller-tools/master/envtest-releases.yaml # FIXME: Find a way to configure Renovate to suggest upgrades @@ -653,10 +653,10 @@ $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN chmod +x $(outfile); \ rm -f $(outfile).zip -trivy_linux_amd64_SHA256SUM=3cbae37cd440cd8676e5ce9207fe460b5641c7579a17e9d00f8894928c41a88d -trivy_linux_arm64_SHA256SUM=a7daaee66817d67a4963e8f9ddf15f5238ee021b55d3cd8695b1b7801afd34a7 -trivy_darwin_amd64_SHA256SUM=de123352f519c6310d5471b5271b029c02b04f3cce33597b87f60064e1760a3f -trivy_darwin_arm64_SHA256SUM=5eb3576d4a41c9fa274dc8a62b2e6baebb2bf423eda908ed36d81d574e293c48 +trivy_linux_amd64_SHA256SUM=0510e71e2fd39bf863856d499c8dc19feb4e7336546394c502a8f5cc7ab27460 +trivy_linux_arm64_SHA256SUM=fe1c7106e15a5365d485b098a8c338f91e3b7ba71cb0e4963b98a3a098763cfc +trivy_darwin_amd64_SHA256SUM=c27bcf4ddd281aecb7267eb5df804ec49ac0f8fa23fe018d33932e17f30a38bf +trivy_darwin_arm64_SHA256SUM=a9f585cad53542a54ef286b5fa4199d081e5a061f8894635bdf3ce2608ece7a9 .PRECIOUS: $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH) $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools From 9f882da741fd8a37045c1e446737802348f44056 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 20:23:58 +0000 Subject: [PATCH 56/58] chore(deps): update makefile modules to e249911 Signed-off-by: Renovate Bot --- klone.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/klone.yaml b/klone.yaml index 2430b181ca6..32ed0af7c30 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be + repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be + repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be + repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be + repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be + repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: 6c59e948f030aec3d758dcaad0441d8ed2d794be + repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 repo_path: modules/tools From a21c400e53833f193e281eeb170566e4540e7e9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:45:22 +0000 Subject: [PATCH 57/58] chore(deps): update makefile modules to 2439727 Signed-off-by: Renovate Bot --- klone.yaml | 12 ++++++------ make/_shared/tools/00_mod.mk | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/klone.yaml b/klone.yaml index 32ed0af7c30..2fdd0a6b93a 100644 --- a/klone.yaml +++ b/klone.yaml @@ -10,30 +10,30 @@ targets: - folder_name: boilerplate repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 + repo_hash: 243972740a13ddfb9011c8d003d092ff5c40790a repo_path: modules/boilerplate - folder_name: generate-verify repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 + repo_hash: 243972740a13ddfb9011c8d003d092ff5c40790a repo_path: modules/generate-verify - folder_name: help repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 + repo_hash: 243972740a13ddfb9011c8d003d092ff5c40790a repo_path: modules/help - folder_name: klone repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 + repo_hash: 243972740a13ddfb9011c8d003d092ff5c40790a repo_path: modules/klone - folder_name: repository-base repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 + repo_hash: 243972740a13ddfb9011c8d003d092ff5c40790a repo_path: modules/repository-base - folder_name: tools repo_url: https://github.com/cert-manager/makefile-modules.git repo_ref: main - repo_hash: e249911ce86c03bcd8fcc8f23f930e56482c7d50 + repo_hash: 243972740a13ddfb9011c8d003d092ff5c40790a repo_path: modules/tools diff --git a/make/_shared/tools/00_mod.mk b/make/_shared/tools/00_mod.mk index 5eda7fd4c3d..6ca5f882a22 100644 --- a/make/_shared/tools/00_mod.mk +++ b/make/_shared/tools/00_mod.mk @@ -200,6 +200,9 @@ tools += yamlfmt=v0.21.0 # https://github.com/yannh/kubeconform/releases # renovate: datasource=github-releases packageName=yannh/kubeconform tools += kubeconform=v0.8.0 +# https://github.com/suzuki-shunsuke/pinact/releases +# renovate: datasource=github-releases packageName=suzuki-shunsuke/pinact +tools += pinact=v4.1.0 # FIXME(erikgb): cert-manager needs the ability to override the version set here # https://pkg.go.dev/k8s.io/code-generator/cmd?tab=versions @@ -431,6 +434,7 @@ go_dependencies += gh=github.com/cli/cli/v2/cmd/gh go_dependencies += gci=github.com/daixiang0/gci go_dependencies += yamlfmt=github.com/google/yamlfmt/cmd/yamlfmt go_dependencies += kubeconform=github.com/yannh/kubeconform/cmd/kubeconform +go_dependencies += pinact=github.com/suzuki-shunsuke/pinact/v4/cmd/pinact ################# # go build tags # From 922b1fb087fa023ff43e82062fff5ca4d5e66909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:55:18 +0000 Subject: [PATCH 58/58] chore(deps): update misc npm packages Signed-off-by: Renovate Bot --- package-lock.json | 316 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 159 insertions(+), 159 deletions(-) diff --git a/package-lock.json b/package-lock.json index 381f5751db8..09a25d7c9c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.9.0", + "@eslint-react/eslint-plugin": "5.9.1", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2", @@ -1258,15 +1258,15 @@ } }, "node_modules/@eslint-react/ast": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.9.0.tgz", - "integrity": "sha512-D5DmbsEGYYmHOC2J68BRC2iJhYsD4K0x8mllgB08SeSQ0T/nP2BRogg/ohn5ZeRMb87ZDqN6NtGR7G7qTwgOSw==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/@eslint-react/ast/-/ast-5.9.1.tgz", + "integrity": "sha512-PEBHBKxuKGrseO828u5/HFo89TdOa946q5veEjdDR+BjxlMuxhZxIqHkPyoS93dh6E+9mkZkcDerSGY5nCsm8Q==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/typescript-estree": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/typescript-estree": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1", "string-ts": "^2.3.1" }, "engines": { @@ -1278,20 +1278,20 @@ } }, "node_modules/@eslint-react/core": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.9.0.tgz", - "integrity": "sha512-GzARSlLTJT3FY9sUO9bYLoFtgiuUoNKzVv68oJkjAIembiu/6s1vyjs/I/1PEt+pEU6eu5hPjKHJXzd4boSDmQ==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/@eslint-react/core/-/core-5.9.1.tgz", + "integrity": "sha512-CQ7ZQCRoqaHSBxld2zzfvjPBWuH0R6Op9FvCq+Nfennv/k6gbecA7IV47SlaXC7TKVB7zxiiwD3kD8ftaL8+xA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.9.0", - "@eslint-react/eslint": "5.9.0", - "@eslint-react/jsx": "5.9.0", - "@eslint-react/shared": "5.9.0", - "@eslint-react/var": "5.9.0", - "@typescript-eslint/scope-manager": "^8.61.0", - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0", + "@eslint-react/ast": "5.9.1", + "@eslint-react/eslint": "5.9.1", + "@eslint-react/jsx": "5.9.1", + "@eslint-react/shared": "5.9.1", + "@eslint-react/var": "5.9.1", + "@typescript-eslint/scope-manager": "^8.61.1", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1", "ts-pattern": "^5.9.0" }, "engines": { @@ -1303,13 +1303,13 @@ } }, "node_modules/@eslint-react/eslint": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.9.0.tgz", - "integrity": "sha512-PEJPNXLjzlpdq2A4+9XlVdYziZPGq7wM+PB8jtmUzurQuZ8dqfCoBiQNuu+8TYMPGet1lUjHhijCO8MM9mEfrg==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint/-/eslint-5.9.1.tgz", + "integrity": "sha512-YJVfj1Z0+uaYI+KmdNDQpLT8KceLRjf8UH3gd/fJJ+Ye3jBuS5sXDxBBoG74OF61/mtTugrc9aBCes4hlouwBg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.61.0" + "@typescript-eslint/utils": "^8.61.1" }, "engines": { "node": ">=22.0.0" @@ -1320,19 +1320,19 @@ } }, "node_modules/@eslint-react/eslint-plugin": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.9.0.tgz", - "integrity": "sha512-BQFiLhxgYnGldiydecjjRXSIixHUsYb8YNSdlrGkoQU3ZFidW6d5R0I1Reooz8DAg/m6sjwZ17MRVRNm3Z4PyA==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/@eslint-react/eslint-plugin/-/eslint-plugin-5.9.1.tgz", + "integrity": "sha512-UVkd9g/NzpyoBIJb8O1OcjNLKe5BNGg+IZH5Pns/aPFdkdXqzmVHpgTtLg+w2fDNzv+hivqjUdWw99EQ7kC0fA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/shared": "5.9.0", - "eslint-plugin-react-dom": "5.9.0", - "eslint-plugin-react-jsx": "5.9.0", - "eslint-plugin-react-naming-convention": "5.9.0", - "eslint-plugin-react-rsc": "5.9.0", - "eslint-plugin-react-web-api": "5.9.0", - "eslint-plugin-react-x": "5.9.0" + "@eslint-react/shared": "5.9.1", + "eslint-plugin-react-dom": "5.9.1", + "eslint-plugin-react-jsx": "5.9.1", + "eslint-plugin-react-naming-convention": "5.9.1", + "eslint-plugin-react-rsc": "5.9.1", + "eslint-plugin-react-web-api": "5.9.1", + "eslint-plugin-react-x": "5.9.1" }, "engines": { "node": ">=22.0.0" @@ -1343,18 +1343,18 @@ } }, "node_modules/@eslint-react/jsx": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.9.0.tgz", - "integrity": "sha512-dc6hBagLgCt+CSkWSJjbyPDGGcs/J9qHTdymMQrw51bO+DIztQpuy42E42EjOdxWcaw3U0eUtu330nZEcKqGMw==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/@eslint-react/jsx/-/jsx-5.9.1.tgz", + "integrity": "sha512-rZVIWotHLOYdbsmBEMJCQlu2gUeHcU8dYa7EkhWPwuh3p1q1ydV+Jfn4whJwHVb/mTI8zy4957RnFbGGWVLa6g==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.9.0", - "@eslint-react/eslint": "5.9.0", - "@eslint-react/shared": "5.9.0", - "@eslint-react/var": "5.9.0", - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0", + "@eslint-react/ast": "5.9.1", + "@eslint-react/eslint": "5.9.1", + "@eslint-react/shared": "5.9.1", + "@eslint-react/var": "5.9.1", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1", "ts-pattern": "^5.9.0" }, "engines": { @@ -1366,14 +1366,14 @@ } }, "node_modules/@eslint-react/shared": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.9.0.tgz", - "integrity": "sha512-Ln255YTTUSlONr+e0Lu1wi2X9fTuOlNNJNXTz6PYaNZFAwCNWdlhkzFL8HdIBgPiWPUKrt+OMuah8o0xVoHswA==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/@eslint-react/shared/-/shared-5.9.1.tgz", + "integrity": "sha512-6VBZo5KTlyUrn27aW6u6nqVvX9igWxzQX0vVNCv/ObnCA6ElOn1TBC9ENwRoK73FJ86PcT25PWyz1LJRgwnefw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/eslint": "5.9.0", - "@typescript-eslint/utils": "^8.61.0", + "@eslint-react/eslint": "5.9.1", + "@typescript-eslint/utils": "^8.61.1", "ts-pattern": "^5.9.0", "zod": "^3.25.0 || ^4.0.0" }, @@ -1386,17 +1386,17 @@ } }, "node_modules/@eslint-react/var": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.9.0.tgz", - "integrity": "sha512-vNz4y4eFKRYetihXiiZueGgClsyTFhR3kltMDPwoZyJaERdkyeoUylY09OnWakJFitao1+s2eBkSVuFqA8dqrA==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/@eslint-react/var/-/var-5.9.1.tgz", + "integrity": "sha512-s+hb4H+6CzFsL2E6Yw6/c3bzSFfNc2XNOP2Q60k4G05VCbUew30Aqcf0Ehiac5wgGmpDZ9/9wkJiNanW2M1viA==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.9.0", - "@eslint-react/eslint": "5.9.0", - "@typescript-eslint/scope-manager": "^8.61.0", - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0", + "@eslint-react/ast": "5.9.1", + "@eslint-react/eslint": "5.9.1", + "@typescript-eslint/scope-manager": "^8.61.1", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1", "ts-pattern": "^5.9.0" }, "engines": { @@ -3413,14 +3413,14 @@ "license": "MIT" }, "node_modules/@typescript-eslint/project-service": { - "version": "8.61.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.0.tgz", - "integrity": "sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==", + "version": "8.61.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.1.tgz", + "integrity": "sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.61.0", - "@typescript-eslint/types": "^8.61.0", + "@typescript-eslint/tsconfig-utils": "^8.61.1", + "@typescript-eslint/types": "^8.61.1", "debug": "^4.4.3" }, "engines": { @@ -3435,14 +3435,14 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.61.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.0.tgz", - "integrity": "sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==", + "version": "8.61.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz", + "integrity": "sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.61.0", - "@typescript-eslint/visitor-keys": "8.61.0" + "@typescript-eslint/types": "8.61.1", + "@typescript-eslint/visitor-keys": "8.61.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3453,9 +3453,9 @@ } }, "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.61.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.0.tgz", - "integrity": "sha512-O5Amvdv9ztMpxpf+vmFULGG78IE6Qwdr3bCGvqwG4nwc9H2qXkOYJJnRbRHyMkQTjv1d03olqwwwzHLMqpFePQ==", + "version": "8.61.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz", + "integrity": "sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==", "dev": true, "license": "MIT", "engines": { @@ -3470,15 +3470,15 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.61.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.61.0.tgz", - "integrity": "sha512-TuBiQYIkd97yBfInHCTKVYMbX4kvEmpOEuixIuzCU9p8BGT1SfyyO0d0IfDMbPIHcjn/hWnusUX5e8v5Xg+X8A==", + "version": "8.61.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.61.1.tgz", + "integrity": "sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.61.0", - "@typescript-eslint/typescript-estree": "8.61.0", - "@typescript-eslint/utils": "8.61.0", + "@typescript-eslint/types": "8.61.1", + "@typescript-eslint/typescript-estree": "8.61.1", + "@typescript-eslint/utils": "8.61.1", "debug": "^4.4.3", "ts-api-utils": "^2.5.0" }, @@ -3495,9 +3495,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "8.61.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.0.tgz", - "integrity": "sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==", + "version": "8.61.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz", + "integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==", "dev": true, "license": "MIT", "engines": { @@ -3509,16 +3509,16 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.61.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.0.tgz", - "integrity": "sha512-42zatd5qSvvcV1JdDBCLxYRznvP4eIHpPoZXdkPFnAmanA4FuZ5dibSnCBggY8hQnqajPpoGjXFdZ7fIJKQnlA==", + "version": "8.61.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz", + "integrity": "sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/project-service": "8.61.0", - "@typescript-eslint/tsconfig-utils": "8.61.0", - "@typescript-eslint/types": "8.61.0", - "@typescript-eslint/visitor-keys": "8.61.0", + "@typescript-eslint/project-service": "8.61.1", + "@typescript-eslint/tsconfig-utils": "8.61.1", + "@typescript-eslint/types": "8.61.1", + "@typescript-eslint/visitor-keys": "8.61.1", "debug": "^4.4.3", "minimatch": "^10.2.2", "semver": "^7.7.3", @@ -3537,16 +3537,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.61.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.61.0.tgz", - "integrity": "sha512-3bzFt7ImFMW/jVYwJamDoe/dMOdFLSC6pom6rRjdh4SZJEYupyMzem8e7vKZLclLfpHjlwSAXOUxtKxGXUiLqA==", + "version": "8.61.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.61.1.tgz", + "integrity": "sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.61.0", - "@typescript-eslint/types": "8.61.0", - "@typescript-eslint/typescript-estree": "8.61.0" + "@typescript-eslint/scope-manager": "8.61.1", + "@typescript-eslint/types": "8.61.1", + "@typescript-eslint/typescript-estree": "8.61.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -3561,13 +3561,13 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.61.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.0.tgz", - "integrity": "sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==", + "version": "8.61.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz", + "integrity": "sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.61.0", + "@typescript-eslint/types": "8.61.1", "eslint-visitor-keys": "^5.0.0" }, "engines": { @@ -5194,18 +5194,18 @@ } }, "node_modules/eslint-plugin-react-dom": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.9.0.tgz", - "integrity": "sha512-gBlV304swaW2S0MqVFkQhii0C+KAy2WmxFtVtho39h5GzWdjKjNIxdUdOPQvLAFd7B1/lkbJflqGQKf6sjWGTg==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-dom/-/eslint-plugin-react-dom-5.9.1.tgz", + "integrity": "sha512-e0NpfKZOOvdTkYQEDJT7qLKoTX4jAjH8/qcCuOrp8zqX1LMKPrKgPe8DXGyXG5T+Bt4b81/ZQ/s3S2zkJLFuNg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.9.0", - "@eslint-react/eslint": "5.9.0", - "@eslint-react/jsx": "5.9.0", - "@eslint-react/shared": "5.9.0", - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0", + "@eslint-react/ast": "5.9.1", + "@eslint-react/eslint": "5.9.1", + "@eslint-react/jsx": "5.9.1", + "@eslint-react/shared": "5.9.1", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1", "compare-versions": "^6.1.1" }, "engines": { @@ -5217,19 +5217,19 @@ } }, "node_modules/eslint-plugin-react-jsx": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.9.0.tgz", - "integrity": "sha512-K/8RtAb8GDuhoIsR+Feo5Cr57Ts1N2juekocxk9TuF3azx2bCOuHiuU/rqMStMWi5oLTPrg2XqquD2LeS7x6iQ==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-jsx/-/eslint-plugin-react-jsx-5.9.1.tgz", + "integrity": "sha512-zzhCRbuXFiGMhvCrjpcwKsob0Gos8o7d28EnhGw28YapHXx1KYt0fzUDuWDoRZ2bhYhlDHzeU+l+jEgemPpaaw==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.9.0", - "@eslint-react/core": "5.9.0", - "@eslint-react/eslint": "5.9.0", - "@eslint-react/jsx": "5.9.0", - "@eslint-react/shared": "5.9.0", - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0" + "@eslint-react/ast": "5.9.1", + "@eslint-react/core": "5.9.1", + "@eslint-react/eslint": "5.9.1", + "@eslint-react/jsx": "5.9.1", + "@eslint-react/shared": "5.9.1", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1" }, "engines": { "node": ">=22.0.0" @@ -5240,18 +5240,18 @@ } }, "node_modules/eslint-plugin-react-naming-convention": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.9.0.tgz", - "integrity": "sha512-0VYdfPXZZLDiNzvp8DmgYFwZ+vO8pljU0Pcr83/Hj8PSilF4kL2rZWh4fkh+IVQv8iIpIv7HLRbBD/nU/QSh+w==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-naming-convention/-/eslint-plugin-react-naming-convention-5.9.1.tgz", + "integrity": "sha512-Ce1oAL4Et3RB+3akTSiFIZIYCexyG+oYrGYGKps0dky5iaRy8MUskh4EXcq4yI109IkBCVt52gtybmR3Te0lrQ==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.9.0", - "@eslint-react/core": "5.9.0", - "@eslint-react/eslint": "5.9.0", - "@eslint-react/var": "5.9.0", - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0", + "@eslint-react/ast": "5.9.1", + "@eslint-react/core": "5.9.1", + "@eslint-react/eslint": "5.9.1", + "@eslint-react/var": "5.9.1", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1", "ts-pattern": "^5.9.0" }, "engines": { @@ -5263,19 +5263,19 @@ } }, "node_modules/eslint-plugin-react-rsc": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.9.0.tgz", - "integrity": "sha512-hcP7lTqV5JNx8QpmMKric50IBEuFwj5mlM7cyaYB/2UWJaaQvScywHeg/CRZrDauFxkIVx9JXcORBqW+h7VGdQ==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-rsc/-/eslint-plugin-react-rsc-5.9.1.tgz", + "integrity": "sha512-+XNAuJeGZ6ld1jknOPOeJ8gdTINZeQjw2sbBP213+QdTmwJqZLV+CrwaAN63O+8D+EIGtdnSkfpYDBcm3jiSGg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.9.0", - "@eslint-react/core": "5.9.0", - "@eslint-react/eslint": "5.9.0", - "@eslint-react/shared": "5.9.0", - "@eslint-react/var": "5.9.0", - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0" + "@eslint-react/ast": "5.9.1", + "@eslint-react/core": "5.9.1", + "@eslint-react/eslint": "5.9.1", + "@eslint-react/shared": "5.9.1", + "@eslint-react/var": "5.9.1", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1" }, "engines": { "node": ">=22.0.0" @@ -5286,19 +5286,19 @@ } }, "node_modules/eslint-plugin-react-web-api": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.9.0.tgz", - "integrity": "sha512-AlKMpAFHbgJ10hcTIw80NXzEPKxB1zugA98joPnMKDSuf/wScoWGwl5X6SmigVn4KChPBudYchdN0OrBUqO02g==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-web-api/-/eslint-plugin-react-web-api-5.9.1.tgz", + "integrity": "sha512-D9M6wKT1fPxAy70YebHbfU+gzYv8k9RUtODXjUJYLjxrXoq2Z7o5kjB1yAZ1vi31EzbLJ+UYzGKi4hw98iwPjg==", "dev": true, "license": "MIT", "dependencies": { - "@eslint-react/ast": "5.9.0", - "@eslint-react/core": "5.9.0", - "@eslint-react/eslint": "5.9.0", - "@eslint-react/shared": "5.9.0", - "@eslint-react/var": "5.9.0", - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0", + "@eslint-react/ast": "5.9.1", + "@eslint-react/core": "5.9.1", + "@eslint-react/eslint": "5.9.1", + "@eslint-react/shared": "5.9.1", + "@eslint-react/var": "5.9.1", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1", "birecord": "^0.1.1", "ts-pattern": "^5.9.0" }, @@ -5311,23 +5311,23 @@ } }, "node_modules/eslint-plugin-react-x": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.9.0.tgz", - "integrity": "sha512-urgjMTtZpUzhkFBbQqp4+vdFhQmSkgeLnpq1h/2gemnzKjiMpDa9cCbo1vhjHnYQLzU6YRbxJ1hhqVv+9nXbjw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-react/ast": "5.9.0", - "@eslint-react/core": "5.9.0", - "@eslint-react/eslint": "5.9.0", - "@eslint-react/jsx": "5.9.0", - "@eslint-react/shared": "5.9.0", - "@eslint-react/var": "5.9.0", - "@typescript-eslint/scope-manager": "^8.61.0", - "@typescript-eslint/type-utils": "^8.61.0", - "@typescript-eslint/types": "^8.61.0", - "@typescript-eslint/typescript-estree": "^8.61.0", - "@typescript-eslint/utils": "^8.61.0", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-5.9.1.tgz", + "integrity": "sha512-0GwMpLdYx3HWMbDd1vqNr9VImkq34x/lQaLch2qDQmPOmi1DULL3yndl347wFhH4SbE6OUoJV2z0KCA72qnv5g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@eslint-react/ast": "5.9.1", + "@eslint-react/core": "5.9.1", + "@eslint-react/eslint": "5.9.1", + "@eslint-react/jsx": "5.9.1", + "@eslint-react/shared": "5.9.1", + "@eslint-react/var": "5.9.1", + "@typescript-eslint/scope-manager": "^8.61.1", + "@typescript-eslint/type-utils": "^8.61.1", + "@typescript-eslint/types": "^8.61.1", + "@typescript-eslint/typescript-estree": "^8.61.1", + "@typescript-eslint/utils": "^8.61.1", "compare-versions": "^6.1.1", "string-ts": "^2.3.1", "ts-api-utils": "^2.5.0", diff --git a/package.json b/package.json index c51082dbe4c..c5d3b959d6e 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "unist-util-visit": "5.1.0" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.9.0", + "@eslint-react/eslint-plugin": "5.9.1", "@eslint/js": "10.0.1", "@next/eslint-plugin-next": "16.2.9", "@tailwindcss/aspect-ratio": "0.4.2",