Skip to content

Commit cef9d94

Browse files
committed
updated deps
1 parent d954eeb commit cef9d94

File tree

5 files changed

+21
-18
lines changed

5 files changed

+21
-18
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Go to the `v1` branch to see the changelog of Lume 1.
1010
### Added
1111
- `filter_pages` plugin: New option `beforeRender` to filter the pages before is rendered.
1212

13+
### Fixed
14+
- Updated dependencies: `bar`, `unocss`, and some plugins.
15+
1316
## [3.0.6] - 2025-08-07
1417
### Added
1518
- New `idle` event, triggered when the `build` or `update` process has finished or stopped.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"imports": {
4444
"lume/": "./",
4545
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/",
46-
"lume/jsx-runtime": "https://deno.land/x/[email protected].11/jsx-runtime.ts"
46+
"lume/jsx-runtime": "https://deno.land/x/[email protected].12/jsx-runtime.ts"
4747
},
4848
"lint": {
4949
"plugins": [

deps/debugbar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ export type {
22
Action,
33
Collection,
44
Item,
5-
} from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].10/types.ts";
5+
} from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].11/types.ts";
66
export const specifier =
7-
"https://cdn.jsdelivr.net/gh/lumeland/[email protected].10/lume-bar.js";
7+
"https://cdn.jsdelivr.net/gh/lumeland/[email protected].11/lume-bar.js";

deps/icons.ts

Lines changed: 10 additions & 10 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.537.0/icons/{name}.svg",
36+
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.539.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.33.0/{variant}/{name}.svg",
42+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.34.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.33.0/{variant}/{name}.svg",
49+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.34.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.33.0/{variant}/{name}.svg",
56+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.34.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.33.0/{variant}/{name}.svg",
63+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.34.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.33.0/{variant}/{name}.svg",
70+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.34.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.33.0/{variant}/{name}.svg",
77+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.34.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.33.0/{variant}/{name}.svg",
84+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.34.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@15.9.0/icons/{name}.svg",
119+
src: "https://cdn.jsdelivr.net/npm/simple-icons@15.10.0/icons/{name}.svg",
120120
},
121121
{
122122
// https://tabler.io/icons
@@ -193,7 +193,7 @@ export const catalogs: Catalog[] = [
193193
// https://openmoji.org/
194194
id: "openmoji",
195195
src:
196-
"https://cdn.jsdelivr.net/npm/openmoji@15.1.0/{variant}/svg/{name}.svg",
196+
"https://cdn.jsdelivr.net/npm/openmoji@16.0.0/{variant}/svg/{name}.svg",
197197
variants: ["color", "black"],
198198
},
199199
{

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].1";
6+
} from "npm:@unocss/[email protected].2";
77

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

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

0 commit comments

Comments
 (0)