Skip to content

Commit a5bccf3

Browse files
committed
updated deps
1 parent b4b44b4 commit a5bccf3

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
2222
- Renamed `Config` interface of `seo` and `validate_html` plugins to `Options`.
2323
- Added export-ignore paths to `.gitattributes`.
2424
- `site.remote()`: support commit SHA for GitHub versions.
25-
- Updated dependencies: `deno-loader`, `tailwindcss`, `html-validate`, `magic-string`, `minify-html`, `sass`, `esbuild`, `terser`, `sharp`, `decap-cms`, `unocss` and some icons.
25+
- Updated dependencies: `deno-loader`, `tailwindcss`, `html-validate`, `magic-string`, `minify-html`, `sass`, `esbuild`, `terser`, `sharp`, `decap-cms`, `unocss`, `eta` and some icons.
2626

2727
## [3.1.1] - 2025-10-20
2828
### Added

deps/eta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { Eta } from "https://cdn.jsdelivr.net/gh/bgub/eta@eta-v4.0.1/src/index.ts";
2-
export type { EtaConfig } from "https://cdn.jsdelivr.net/gh/bgub/eta@eta-v4.0.1/src/config.ts";
1+
export { Eta } from "https://cdn.jsdelivr.net/gh/bgub/eta@4.1.0/src/index.ts";
2+
export type { EtaConfig } from "https://cdn.jsdelivr.net/gh/bgub/eta@4.1.0/src/config.ts";

deps/icons.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,49 +39,49 @@ export const catalogs: Catalog[] = [
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].1/{variant}/{name}.svg",
42+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{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].1/{variant}/{name}.svg",
49+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{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].1/{variant}/{name}.svg",
56+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{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].1/{variant}/{name}.svg",
63+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{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].1/{variant}/{name}.svg",
70+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{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].1/{variant}/{name}.svg",
77+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{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].1/{variant}/{name}.svg",
84+
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg",
8585
variants: ["outlined", "rounded", "sharp"],
8686
},
8787
{
@@ -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/[email protected].313/icons/{name}_{variant}.svg",
178+
"https://cdn.jsdelivr.net/npm/@fluentui/[email protected].314/icons/{name}_{variant}.svg",
179179
variants: [
180180
{ id: "outlined", path: "regular" },
181181
"filled",
@@ -186,7 +186,7 @@ export const catalogs: Catalog[] = [
186186
// https://primer.style/foundations/icons
187187
id: "octicons",
188188
src:
189-
"https://cdn.jsdelivr.net/npm/@primer/octicons@19.20.0/build/svg/{name}-{variant}.svg",
189+
"https://cdn.jsdelivr.net/npm/@primer/octicons@19.21.0/build/svg/{name}-{variant}.svg",
190190
variants: ["24", "16", "12", "48", "96"],
191191
},
192192
{

deps/sass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "npm:sass@1.93.3";
1+
export * from "npm:sass@1.94.0";

deps/unocss.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ export {
33
type SourceCodeTransformer,
44
type UnocssPluginContext,
55
type UserConfig,
6-
} from "npm:@unocss/[email protected].5";
6+
} from "npm:@unocss/[email protected].6";
77

8-
export { presetWind3 } from "npm:@unocss/[email protected].5";
9-
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].5";
10-
export { default as transformerDirectives } from "npm:@unocss/[email protected].5";
8+
export { presetWind3 } from "npm:@unocss/[email protected].6";
9+
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].6";
10+
export { default as transformerDirectives } from "npm:@unocss/[email protected].6";
1111
export { default as MagicString } from "npm:[email protected]";
1212

13-
export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected].5";
13+
export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected].6";

0 commit comments

Comments
 (0)