Skip to content

Commit f33a6e6

Browse files
committed
Bump Dart Sass to 1.101.0, esbuild to 0.28.1, veraPDF to 1.30.2
Riding along in the same S3-publish branch as the Pandoc/Typst bump, since Carlos is already archiving from this branch. Version bump only, no risk analysis done yet for these three, same as Pandoc and Typst this is prep for archiving, not a verified upgrade.
1 parent 3aebce4 commit f33a6e6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

configuration

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ export DENO=v2.7.14
1414
# TODO figure out where 0.1.41 apple silicon libs are available
1515
export DENO_DOM=v0.1.41-alpha-artifacts
1616
export PANDOC=3.10
17-
export DARTSASS=1.87.0
18-
export ESBUILD=0.25.10
17+
export DARTSASS=1.101.0
18+
export ESBUILD=0.28.1
1919
export TYPST=0.15.0
2020
export TYPST_GATHER=0.2.3
21-
export VERAPDF=1.28.2
21+
export VERAPDF=1.30.2
2222

2323

2424
# NB: we can't put comments in the same line as export statements because it

src/command/check/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ async function checkVersions(conf: CheckConfiguration) {
245245
// with our installers
246246
const versionConstraints: [string | undefined, string, string][] = [
247247
[pandocVersion, "3.10", "Pandoc"],
248-
[sassVersion, "1.87.0", "Dart Sass"],
248+
[sassVersion, "1.101.0", "Dart Sass"],
249249
[denoVersion, "2.7.14", "Deno"],
250250
[typstVersion, "0.15.0", "Typst"],
251251
];

0 commit comments

Comments
 (0)