diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c70ec1..66beff37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ Go to the `v1` branch to see the changelog of Lume 1. - New plugin: `purgecss` to remove unused CSS. [#693] - New middleware `router`. +### Fixed +- Updated deps: `sass`, `preact`, `xml` and some plugins. + ## [2.4.3] - 2024-12-11 ### Added - New option `finalHandler` to `Server` class. diff --git a/deno.json b/deno.json index bb832dec..9c49ac4c 100644 --- a/deno.json +++ b/deno.json @@ -26,10 +26,10 @@ }, "update-deps": { "description": "Update all dependencies to the latest version. Add `--dry-run` to don't write the changes", - "command": "deno task update deps/*.ts deno.json" + "command": "deno task update 'deps/*.ts' deno.json" } }, "imports": { - "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.4/" + "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.5/" } } diff --git a/deps/icons.ts b/deps/icons.ts index 62fbb360..d5d398dd 100644 --- a/deps/icons.ts +++ b/deps/icons.ts @@ -175,7 +175,7 @@ export const catalogs: Catalog[] = [ // https://react.fluentui.dev/?path=/docs/icons-catalog--docs id: "fluent", src: - "https://cdn.jsdelivr.net/npm/@fluentui/svg-icons@1.1.267/icons/{name}_{variant}.svg", + "https://cdn.jsdelivr.net/npm/@fluentui/svg-icons@1.1.269/icons/{name}_{variant}.svg", variants: [ { id: "outlined", path: "regular" }, "filled", @@ -186,7 +186,7 @@ export const catalogs: Catalog[] = [ // https://primer.style/foundations/icons id: "octicons", src: - "https://cdn.jsdelivr.net/npm/@primer/octicons@19.13.0/build/svg/{name}-{variant}.svg", + "https://cdn.jsdelivr.net/npm/@primer/octicons@19.14.0/build/svg/{name}-{variant}.svg", variants: ["24", "16", "12", "48", "96"], }, { diff --git a/deps/preact.ts b/deps/preact.ts index 2c8b9c55..0fedc37f 100644 --- a/deps/preact.ts +++ b/deps/preact.ts @@ -1,4 +1,4 @@ -export * as preact from "npm:preact@10.25.1"; -export * as hooks from "npm:preact@10.25.1/hooks"; -export { renderToString } from "npm:preact-render-to-string@6.5.11"; -export const specifier = "npm:preact@10.25.1"; +export * as preact from "npm:preact@10.25.2"; +export * as hooks from "npm:preact@10.25.2/hooks"; +export { renderToString } from "npm:preact-render-to-string@6.5.12"; +export const specifier = "npm:preact@10.25.2"; diff --git a/deps/purgecss.ts b/deps/purgecss.ts index b60cca4d..f4d91ff9 100644 --- a/deps/purgecss.ts +++ b/deps/purgecss.ts @@ -1,2 +1,2 @@ -export * from "npm:purgecss@6.0.0"; -export { default as purgeHtml } from "npm:purgecss-from-html@6.0.0/lib/purgecss-from-html.esm.js"; +export * from "npm:purgecss@7.0.2"; +export { default as purgeHtml } from "npm:purgecss-from-html@7.0.2/lib/purgecss-from-html.esm.js"; diff --git a/deps/sass.ts b/deps/sass.ts index 1af11e72..569385bf 100644 --- a/deps/sass.ts +++ b/deps/sass.ts @@ -1 +1 @@ -export * from "npm:sass@1.82.0"; +export * from "npm:sass@1.83.0"; diff --git a/deps/xml.ts b/deps/xml.ts index d1c0c0ff..6ec14dfe 100644 --- a/deps/xml.ts +++ b/deps/xml.ts @@ -1 +1 @@ -export * from "jsr:@libs/xml@6.0.3"; +export * from "https://deno.land/x/xml@6.0.4/mod.ts";