Skip to content

Commit 745c0d3

Browse files
committed
updated deps
1 parent 19982fb commit 745c0d3

15 files changed

+35
-39
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
8383
- Improved reload after renaming or removing a folder.
8484
- Added live-reload to the 404 page.
8585
- Log an error if prism and codeHighlight plugins are registered at the same time [#497].
86+
- Updated all dependencies to the latest version.
8687

8788
[#497]: https://github.com/lumeland/lume/issues/497
8889
[#660]: https://github.com/lumeland/lume/issues/660

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"temporal"
4242
],
4343
"imports": {
44-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.11.1/",
44+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.11.3/",
4545
"lume/jsx-runtime": "https://deno.land/x/ssx@v0.1.8/jsx-runtime.ts"
4646
}
4747
}

deps/base64.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/encoding@1.0.8/base64";
1+
export * from "jsr:@std/encoding@1.0.9/base64";

deps/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/cli@1.0.15";
1+
export * from "jsr:@std/cli@1.0.16";

deps/fs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/fs@1.0.15";
1+
export * from "jsr:@std/fs@1.0.16";

deps/hex.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/encoding@1.0.8/hex";
1+
export * from "jsr:@std/encoding@1.0.9/hex";

deps/http.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { serveFile } from "jsr:@std/http@1.0.13/file-server";
1+
export { serveFile } from "jsr:@std/http@1.0.14/file-server";

deps/icons.ts

+11-11
Original file line numberDiff line numberDiff line change
@@ -33,55 +33,55 @@ export const catalogs: Catalog[] = [
3333
{
3434
// https://lucide.dev/
3535
id: "lucide",
36-
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.487.0/icons/{name}.svg",
36+
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.488.0/icons/{name}.svg",
3737
},
3838
{
3939
// https://fonts.google.com/icons?icon.set=Material+Symbols
4040
id: "material-100",
4141
src:
42-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.29.2/{variant}/{name}.svg",
42+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.31.0/{variant}/{name}.svg",
4343
variants: ["outlined", "rounded", "sharp"],
4444
},
4545
{
4646
// https://fonts.google.com/icons?icon.set=Material+Symbols
4747
id: "material-200",
4848
src:
49-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.29.2/{variant}/{name}.svg",
49+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.31.0/{variant}/{name}.svg",
5050
variants: ["outlined", "rounded", "sharp"],
5151
},
5252
{
5353
// https://fonts.google.com/icons?icon.set=Material+Symbols
5454
id: "material-300",
5555
src:
56-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.29.2/{variant}/{name}.svg",
56+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.31.0/{variant}/{name}.svg",
5757
variants: ["outlined", "rounded", "sharp"],
5858
},
5959
{
6060
// https://fonts.google.com/icons?icon.set=Material+Symbols
6161
id: "material-400",
6262
src:
63-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.29.2/{variant}/{name}.svg",
63+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.31.0/{variant}/{name}.svg",
6464
variants: ["outlined", "rounded", "sharp"],
6565
},
6666
{
6767
// https://fonts.google.com/icons?icon.set=Material+Symbols
6868
id: "material-500",
6969
src:
70-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.29.2/{variant}/{name}.svg",
70+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.31.0/{variant}/{name}.svg",
7171
variants: ["outlined", "rounded", "sharp"],
7272
},
7373
{
7474
// https://fonts.google.com/icons?icon.set=Material+Symbols
7575
id: "material-600",
7676
src:
77-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.29.2/{variant}/{name}.svg",
77+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.31.0/{variant}/{name}.svg",
7878
variants: ["outlined", "rounded", "sharp"],
7979
},
8080
{
8181
// https://fonts.google.com/icons?icon.set=Material+Symbols
8282
id: "material-700",
8383
src:
84-
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.29.2/{variant}/{name}.svg",
84+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.31.0/{variant}/{name}.svg",
8585
variants: ["outlined", "rounded", "sharp"],
8686
},
8787
{
@@ -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@14.12.0/icons/{name}.svg",
119+
src: "https://cdn.jsdelivr.net/npm/simple-icons@14.12.2/icons/{name}.svg",
120120
},
121121
{
122122
// https://tabler.io/icons
@@ -139,7 +139,7 @@ export const catalogs: Catalog[] = [
139139
// https://iconoir.com/
140140
id: "iconoir",
141141
src:
142-
"https://cdn.jsdelivr.net/npm/iconoir@7.10.1/icons/{variant}/{name}.svg",
142+
"https://cdn.jsdelivr.net/npm/iconoir@7.11.0/icons/{variant}/{name}.svg",
143143
variants: ["regular", "solid"],
144144
},
145145
{
@@ -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.294/icons/{name}_{variant}.svg",
178+
"https://cdn.jsdelivr.net/npm/@fluentui/svg-icons@1.1.297/icons/{name}_{variant}.svg",
179179
variants: [
180180
{ id: "outlined", path: "regular" },
181181
"filled",

deps/katex.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import katex, { type KatexOptions as BaseOptions } from "npm:katex@0.16.21";
1+
import katex, { type KatexOptions as BaseOptions } from "npm:katex@0.16.22";
22

3-
export const assetsUrl = "https://cdn.jsdelivr.net/npm/katex@0.16.21/dist";
3+
export const assetsUrl = "https://cdn.jsdelivr.net/npm/katex@0.16.22/dist";
44

55
export { katex };
66

deps/sharp.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { default } from "npm:sharp@0.34.0";
2-
import sharp from "npm:sharp@0.34.0";
1+
export { default } from "npm:sharp@0.34.1";
2+
import sharp from "npm:sharp@0.34.1";
33
import icoEndec from "npm:ico-endec@0.1.6";
44
import { svg2png } from "./svg2png.ts";
55

deps/snapshot.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/testing@1.0.10/snapshot";
1+
export * from "jsr:@std/testing@1.0.11/snapshot";

deps/tailwindcss.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { compile } from "npm:tailwindcss@4.1.3";
2-
export { type ChangedContent, Scanner } from "npm:@tailwindcss/oxide@4.1.3";
3-
export const specifier = "https://cdn.jsdelivr.net/npm/tailwindcss@4.1.3";
1+
export { compile } from "npm:tailwindcss@4.1.4";
2+
export { type ChangedContent, Scanner } from "npm:@tailwindcss/oxide@4.1.4";
3+
export const specifier = "https://cdn.jsdelivr.net/npm/tailwindcss@4.1.4";

deps/toml.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/toml@1.0.3";
1+
export * from "jsr:@std/toml@1.0.4";

tests/__snapshots__/katex.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ c = \\\\pm\\\\sqrt{a^2 + b^2}
17961796
border-color: currentColor;
17971797
}
17981798
.katex .katex-version::after {
1799-
content: "0.16.21";
1799+
content: "0.16.22";
18001800
}
18011801
.katex .katex-mathml {
18021802
/* Accessibility hack to only show to screen readers

tests/__snapshots__/tailwindcss.test.ts.snap

+7-12
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ snapshot[`Tailwindcss plugin 3`] = `
930930
},
931931
},
932932
{
933-
content: '/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
933+
content: '/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
934934
@layer properties;
935935
@layer theme, base, components, utilities;
936936
@layer theme {
@@ -1596,7 +1596,7 @@ snapshot[`Tailwindcss plugin 3`] = `
15961596
}
15971597
.lg\\\\:transform {
15981598
@media (width >= 64rem) {
1599-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
1599+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
16001600
}
16011601
}
16021602
.lg\\\\:text-base {
@@ -1622,39 +1622,34 @@ snapshot[`Tailwindcss plugin 3`] = `
16221622
@property --tw-rotate-x {
16231623
syntax: "*";
16241624
inherits: false;
1625-
initial-value: rotateX(0);
16261625
}
16271626
@property --tw-rotate-y {
16281627
syntax: "*";
16291628
inherits: false;
1630-
initial-value: rotateY(0);
16311629
}
16321630
@property --tw-rotate-z {
16331631
syntax: "*";
16341632
inherits: false;
1635-
initial-value: rotateZ(0);
16361633
}
16371634
@property --tw-skew-x {
16381635
syntax: "*";
16391636
inherits: false;
1640-
initial-value: skewX(0);
16411637
}
16421638
@property --tw-skew-y {
16431639
syntax: "*";
16441640
inherits: false;
1645-
initial-value: skewY(0);
16461641
}
16471642
@layer properties {
16481643
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
16491644
*, ::before, ::after, ::backdrop {
16501645
--tw-space-y-reverse: 0;
16511646
--tw-font-weight: initial;
16521647
--tw-tracking: initial;
1653-
--tw-rotate-x: rotateX(0);
1654-
--tw-rotate-y: rotateY(0);
1655-
--tw-rotate-z: rotateZ(0);
1656-
--tw-skew-x: skewX(0);
1657-
--tw-skew-y: skewY(0);
1648+
--tw-rotate-x: initial;
1649+
--tw-rotate-y: initial;
1650+
--tw-rotate-z: initial;
1651+
--tw-skew-x: initial;
1652+
--tw-skew-y: initial;
16581653
}
16591654
}
16601655
}

0 commit comments

Comments
 (0)