Skip to content

Commit c83d2d2

Browse files
committed
updated deps, fixed tailwind tests
1 parent fd76d7c commit c83d2d2

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
1313
- Added missing tests for SEO plugin.
1414
- Renamed `Config` interface of `seo` and `validate_html` plugins to `Options`.
1515
- Added export-ignore paths to `.gitattributes`.
16-
- Updated dependencies: `deno-loader`, `tailwindcss`, `html-validate`, `magic-string` and some icons.
16+
- Updated dependencies: `deno-loader`, `tailwindcss`, `html-validate`, `magic-string`, `minify-html` and some icons.
1717

1818
## [3.1.1] - 2025-10-20
1919
### Added

deps/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const catalogs: Catalog[] = [
116116
{
117117
// https://simpleicons.org/
118118
id: "simpleicons",
119-
src: "https://cdn.jsdelivr.net/npm/simple-icons@15.17.0/icons/{name}.svg",
119+
src: "https://cdn.jsdelivr.net/npm/simple-icons@15.18.0/icons/{name}.svg",
120120
},
121121
{
122122
// https://tabler.io/icons

deps/minify_html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { minify } from "jsr:/@minify-html/deno@0.16.4";
1+
export { minify } from "jsr:@minify-html/deno@0.18.1";
22

33
export interface Options {
44
/** Do not minify DOCTYPEs. Minified DOCTYPEs may not be spec compliant. */

tests/__snapshots__/tailwindcss.test.ts.snap

Lines changed: 7 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)