From 03af020c1e974541b8296456dae27266207c58a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:10:52 +0000 Subject: [PATCH 1/2] build(deps-dev)(deps-dev): bump tsx --- updated-dependencies: - dependency-name: tsx dependency-version: 4.23.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa514f19b1..27865ec9bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "sharp": "0.35.3", "terser": "5.49.0", "ts-api-utils": "2.5.0", - "tsx": "4.23.0", + "tsx": "4.23.1", "typedoc": "0.28.20", "typescript": "npm:@typescript/typescript6@6.0.2", "typescript-7": "npm:typescript@7.0.1-rc", @@ -9323,9 +9323,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.0.tgz", - "integrity": "sha512-eUdUIaCr963q2h5u3+QwvYp0+eqPvn+egeqZUm0hwERCqqx1E3kK5ehbGCvqSE5MQAULr67ww0cA3jKc3YkM1w==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", + "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index eb872eba5a..0a9b4765fa 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "sharp": "0.35.3", "terser": "5.49.0", "ts-api-utils": "2.5.0", - "tsx": "4.23.0", + "tsx": "4.23.1", "typedoc": "0.28.20", "typescript": "npm:@typescript/typescript6@6.0.2", "typescript-7": "npm:typescript@7.0.1-rc", From 6399078bf4163ed859c3ed20f69bc0bcef0f7ada Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:02:10 +0000 Subject: [PATCH 2/2] Add REUSE SPDX headers to CODEOWNERS Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index e3cfe60e3b..d6c922e743 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,4 @@ +# SPDX-FileCopyrightText: 2024-2026 Hack23 AB +# SPDX-License-Identifier: Apache-2.0 + * @pethers