Skip to content

Commit 38da034

Browse files
committed
updated dependencies
1 parent d0ca1b2 commit 38da034

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
3333
- Added export-ignore paths to `.gitattributes`.
3434
- `site.remote()`: support commit SHA for GitHub versions.
3535
- Don't prompt for the CMS login credentials in local development to access to the site.
36-
- Updated dependencies: `deno-loader`, `tailwindcss`, `html-validate`, `magic-string`, `minify-html`, `sass`, `esbuild`, `terser`, `sharp`, `decap-cms`, `unocss`, `eta` and some icons.
36+
- Updated dependencies: `deno-loader`, `tailwindcss`, `html-validate`, `magic-string`, `minify-html`, `sass`, `esbuild`, `terser`, `sharp`, `decap-cms`, `unocss`, `eta`, `std` and some icons.
3737

3838
## [3.1.1] - 2025-10-20
3939
### Added

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"imports": {
4444
"lume/": "./",
45-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.13.0/",
45+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.14.1/",
4646
"lume/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts"
4747
},
4848
"lint": {

deps/assert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/[email protected].15";
1+
export * from "jsr:@std/[email protected].16";

deps/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/[email protected].23";
1+
export * from "jsr:@std/[email protected].24";

deps/fs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "jsr:@std/[email protected].19";
1+
export * from "jsr:@std/[email protected].20";

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.3.1";
1+
export * from "npm:html-validate@10.4.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/[email protected].21/file-server";
1+
export { serveFile } from "jsr:@std/[email protected].22/file-server";

deps/icons.ts

Lines changed: 9 additions & 9 deletions
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.553.0/icons/{name}.svg",
36+
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.554.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/[email protected].2/{variant}/{name}.svg",
42+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].3/{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/[email protected].2/{variant}/{name}.svg",
49+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].3/{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/[email protected].2/{variant}/{name}.svg",
56+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].3/{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/[email protected].2/{variant}/{name}.svg",
63+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].3/{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/[email protected].2/{variant}/{name}.svg",
70+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].3/{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/[email protected].2/{variant}/{name}.svg",
77+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].3/{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/[email protected].2/{variant}/{name}.svg",
84+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].3/{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@15.20.0/icons/{name}.svg",
119+
src: "https://cdn.jsdelivr.net/npm/simple-icons@15.21.0/icons/{name}.svg",
120120
},
121121
{
122122
// https://tabler.io/icons

deps/path.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from "jsr:@std/[email protected].2";
2-
export * as posix from "jsr:@std/[email protected].2/posix";
1+
export * from "jsr:@std/[email protected].3";
2+
export * as posix from "jsr:@std/[email protected].3/posix";

deps/semver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ export {
44
maxSatisfying,
55
parse,
66
parseRange,
7-
} from "jsr:@std/[email protected].6";
7+
} from "jsr:@std/[email protected].7";

0 commit comments

Comments
 (0)