Skip to content

Commit d1e3647

Browse files
committed
updated deps and tests
1 parent ea4aabb commit d1e3647

File tree

8 files changed

+215
-212
lines changed

8 files changed

+215
-212
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ and this project try to adheres to [Semantic Versioning](https://semver.org/).
66
Go to the `v2` branch to see the changelog of Lume 2.
77
Go to the `v1` branch to see the changelog of Lume 1.
88

9-
## [Unreleased]
9+
## [3.1.3] - Unreleased
1010
### Fixed
11-
- Append search to redirect in `/core/server.ts` if path matches directory
11+
- Append search to redirect in `/core/server.ts` if path matches directory [#796].
12+
- Updated dependencies: `deno-loader`, `sass`, `xml`, `unocss` and icons.
1213

1314
## [3.1.2] - 2025-11-18
1415
### Added
@@ -329,7 +330,9 @@ Go to the `v1` branch to see the changelog of Lume 1.
329330
[#782]: https://github.com/lumeland/lume/issues/782
330331
[#785]: https://github.com/lumeland/lume/issues/785
331332
[#789]: https://github.com/lumeland/lume/issues/789
333+
[#796]: https://github.com/lumeland/lume/issues/796
332334

335+
[3.1.3]: https://github.com/lumeland/lume/compare/v3.1.2...HEAD
333336
[3.1.2]: https://github.com/lumeland/lume/compare/v3.1.1...v3.1.2
334337
[3.1.1]: https://github.com/lumeland/lume/compare/v3.1.0...v3.1.1
335338
[3.1.0]: https://github.com/lumeland/lume/compare/v3.0.11...v3.1.0

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/[email protected].1/",
45+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].2/",
4646
"lume/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts"
4747
},
4848
"lint": {

deps/deno_loader.ts

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

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.554.0/icons/{name}.svg",
36+
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.555.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.39.3/{variant}/{name}.svg",
42+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-100@0.40.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.39.3/{variant}/{name}.svg",
49+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-200@0.40.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.39.3/{variant}/{name}.svg",
56+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-300@0.40.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.39.3/{variant}/{name}.svg",
63+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.40.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.39.3/{variant}/{name}.svg",
70+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-500@0.40.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.39.3/{variant}/{name}.svg",
77+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-600@0.40.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.39.3/{variant}/{name}.svg",
84+
"https://cdn.jsdelivr.net/npm/@material-symbols/svg-700@0.40.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.21.0/icons/{name}.svg",
119+
src: "https://cdn.jsdelivr.net/npm/simple-icons@15.22.0/icons/{name}.svg",
120120
},
121121
{
122122
// https://tabler.io/icons

deps/sass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "npm:[email protected].1";
1+
export * from "npm:[email protected].2";

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

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";
8+
export { presetWind3 } from "npm:@unocss/[email protected].9";
9+
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].9";
10+
export { default as transformerDirectives } from "npm:@unocss/[email protected].9";
1111
export { default as MagicString } from "npm:[email protected]";
1212

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

deps/xml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/x/[email protected].2/mod.ts";
1+
export * from "https://deno.land/x/[email protected].3/mod.ts";

0 commit comments

Comments
 (0)