From 173d8b079851779120105c0481dc7710300ac228 Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger Date: Tue, 23 Sep 2025 16:06:08 -0500 Subject: [PATCH 1/2] changelog --- configuration | 2 +- news/changelog-1.9.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration b/configuration index 0f3e41927b8..350c198b428 100644 --- a/configuration +++ b/configuration @@ -16,7 +16,7 @@ export DENO=v2.3.1 export DENO_DOM=v0.1.41-alpha-artifacts export PANDOC=3.6.3 export DARTSASS=1.87.0 -export ESBUILD=0.25.3 +export ESBUILD=0.25.10 export TYPST=0.13.0 diff --git a/news/changelog-1.9.md b/news/changelog-1.9.md index 5316eafe4b7..159969e716a 100644 --- a/news/changelog-1.9.md +++ b/news/changelog-1.9.md @@ -1,3 +1,6 @@ All changes included in 1.9: +## Dependencies + +- Update `esbuild` to 0.25.10 From 8b4c18e46379c257ccc27ab6263a69e72a5de85d Mon Sep 17 00:00:00 2001 From: Carlos Scheidegger Date: Tue, 23 Sep 2025 16:46:06 -0500 Subject: [PATCH 2/2] [chore] upgrade deno dependency -> 2.4.5 --- configuration | 2 +- news/changelog-1.9.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration b/configuration index 350c198b428..63c8647e469 100644 --- a/configuration +++ b/configuration @@ -11,7 +11,7 @@ # in src/command/check/check.ts # Binary dependencies -export DENO=v2.3.1 +export DENO=v2.4.5 # TODO figure out where 0.1.41 apple silicon libs are available export DENO_DOM=v0.1.41-alpha-artifacts export PANDOC=3.6.3 diff --git a/news/changelog-1.9.md b/news/changelog-1.9.md index 159969e716a..08db84d9bce 100644 --- a/news/changelog-1.9.md +++ b/news/changelog-1.9.md @@ -3,4 +3,5 @@ All changes included in 1.9: ## Dependencies - Update `esbuild` to 0.25.10 +- Update `deno` to 2.4.5