From 69cc12b3da1da91eb94d4e33662e2bdfc1985e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20G=C3=B3mez?= Date: Wed, 4 Mar 2026 08:40:32 +0100 Subject: [PATCH 1/3] Upgrade dependencies --- imports.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/imports.json b/imports.json index 2bd9dc2..ef81b2f 100644 --- a/imports.json +++ b/imports.json @@ -2,19 +2,19 @@ "imports": { "@util-path": "./lib/utilities/src/path.ts", - "eslint/config": "npm:eslint@9.39.2/config", + "eslint/config": "npm:eslint@10.0.2/config", "fontoxpath": "npm:fontoxpath@3.34.0", "jszip": "npm:jszip@3.10.1", "slimdom": "npm:slimdom@4.3.5", - "std/expect": "jsr:@std/expect@1.0.17", - "std/fmt/colors": "jsr:@std/fmt@1.0.8/colors", + "std/expect": "jsr:@std/expect@1.0.18", + "std/fmt/colors": "jsr:@std/fmt@1.0.9/colors", "std/path": "jsr:@std/path@1.1.4", "std/path/posix/basename": "jsr:@std/path@1.1.4/posix/basename", "std/path/posix/dirname": "jsr:@std/path@1.1.4/posix/dirname", "std/path/posix/join": "jsr:@std/path@1.1.4/posix/join", "std/path/posix/relative": "jsr:@std/path@1.1.4/posix/relative", "std/path/posix/resolve": "jsr:@std/path@1.1.4/posix/resolve", - "std/testing/bdd": "jsr:@std/testing@1.0.16/bdd", + "std/testing/bdd": "jsr:@std/testing@1.0.17/bdd", "xml_renderer": "./vendor/xml_renderer/mod.ts" } From e7ab959a0a03a3b4e50da9fd3eddfc1578142e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20G=C3=B3mez?= Date: Wed, 4 Mar 2026 08:43:41 +0100 Subject: [PATCH 2/3] Bump version to 5.19.0 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 6635c7b..629a17c 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@fontoxml/docxml", - "version": "5.18.0", + "version": "5.19.0", "description": "A module for making .docx documents from scratch or from an existing .docx or .dotx template.", "license": "MIT", "homepage": "https://jsr.io/@fontoxml/docxml", From 7469a09f2b8d83929bbf08fdc921cda4863c00fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20G=C3=B3mez?= Date: Wed, 4 Mar 2026 08:50:36 +0100 Subject: [PATCH 3/3] Update workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 182a8b4..103a47e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Deno uses: denoland/setup-deno@v2 with: - deno-version: "2.2.13" + deno-version: "2.7.2" - name: Run linter run: deno task lint