Skip to content

Commit f2b5a30

Browse files
committed
updated deps
1 parent 60233e1 commit f2b5a30

21 files changed

+53
-50
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
1717
- `transform_images` plugin incorrectly deduplicates when format is an object [#823]
1818
- `extract_order` plugin: convert the order to number if cascade option is disabled.
1919
- Added names to some processor functions to show up in the debug bar.
20-
- Updated dependencies: `cliffy`, `zip-js`, `markdown-it` and some icons.
20+
- Updated dependencies: `cliffy`, `zip-js`, `markdown-it`, `std`, `katex`, `html-validate`, `autoprefixer`, `tailwind`, `vento`, `decap`, `satori`, `unocss` and some icons.
2121

2222
## [3.2.1] - 2026-02-10
2323
### Fixed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"changelog": {
2828
"description": "Run the changelog utility to format the CHANGELOG.md file",
29-
"command": "deno run --allow-read --allow-write https://deno.land/x/changelog@v2.8.0/bin.ts"
29+
"command": "deno run --allow-read --allow-write https://deno.land/x/changelog@v3.0.2/bin.ts"
3030
},
3131
"update": {
3232
"description": "Run the nudd utility to update dependencies. I.e. `deno task update deps/dom.ts`",

deps/assert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/assert@1.0.18";
1+
export * from "jsr:@std/assert@1.0.19";

deps/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/cli@1.0.27";
1+
export * from "jsr:@std/cli@1.0.28";

deps/decap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const decapUrl =
2-
"https://cdn.jsdelivr.net/npm/decap-cms@3.10.0/dist/decap-cms.js";
3-
export const serverUrl = "npm:decap-server@3.5.0";
2+
"https://cdn.jsdelivr.net/npm/decap-cms@3.10.1/dist/decap-cms.js";
3+
export const serverUrl = "npm:decap-server@3.5.2";

deps/deno_loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@deno/loader@0.3.12";
1+
export * from "jsr:@deno/loader@0.3.13";

deps/fs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/fs@1.0.22";
1+
export * from "jsr:@std/fs@1.0.23";

deps/html_validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "npm:html-validate@10.7.0";
1+
export * from "npm:html-validate@10.9.0";

deps/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { serveFile } from "jsr:@std/http@1.0.24/file-server";
1+
export { serveFile } from "jsr:@std/http@1.0.25/file-server";

deps/icons.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const catalogs: Catalog[] = [
3333
{
3434
// https://lucide.dev/
3535
id: "lucide",
36-
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.564.0/icons/{name}.svg",
36+
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.576.0/icons/{name}.svg",
3737
},
3838
{
3939
// https://fonts.google.com/icons?icon.set=Material+Symbols
@@ -116,13 +116,13 @@ export const catalogs: Catalog[] = [
116116
{
117117
// https://simpleicons.org/
118118
id: "simpleicons",
119-
src: "https://cdn.jsdelivr.net/npm/simple-icons@16.9.0/icons/{name}.svg",
119+
src: "https://cdn.jsdelivr.net/npm/simple-icons@16.10.0/icons/{name}.svg",
120120
},
121121
{
122122
// https://tabler.io/icons
123123
id: "tabler",
124124
src:
125-
"https://cdn.jsdelivr.net/npm/@tabler/icons@3.36.1/icons/{variant}/{name}.svg",
125+
"https://cdn.jsdelivr.net/npm/@tabler/icons@3.38.0/icons/{variant}/{name}.svg",
126126
variants: ["filled", "outline"],
127127
},
128128
{
@@ -175,7 +175,7 @@ export const catalogs: Catalog[] = [
175175
// https://react.fluentui.dev/?path=/docs/icons-catalog--docs
176176
id: "fluent",
177177
src:
178-
"https://cdn.jsdelivr.net/npm/@fluentui/svg-icons@1.1.319/icons/{name}_{variant}.svg",
178+
"https://cdn.jsdelivr.net/npm/@fluentui/svg-icons@1.1.320/icons/{name}_{variant}.svg",
179179
variants: [
180180
{ id: "outlined", path: "regular" },
181181
"filled",

0 commit comments

Comments
 (0)