Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 6, 2024
1 parent 9ea5e14 commit a8ef3a8
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 45 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
- Added tests for middlewares.
- Types errors in Deno 2.1.
- `og_images` plugin: make satori options type partial.
- Updates dependencies: `std`, `sass`, `liquidjs`, `tailwindcss`, `postcss`, `lightningcss`, `preact`, `decap-cms`, `unocss`, `magic-string`, `vento`, `satori` and some icons.
- Updates dependencies: `std`, `sass`, `liquidjs`, `tailwindcss`, `postcss`, `lightningcss`, `preact`, `decap-cms`, `unocss`, `magic-string`, `vento`, `satori`, `terser`, `markdown-it-attrs` and some icons.

## [2.4.2] - 2024-11-10
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion deps/assert.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].8";
export * from "jsr:@std/[email protected].9";
2 changes: 1 addition & 1 deletion deps/cli.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].7";
export * from "jsr:@std/[email protected].8";
2 changes: 1 addition & 1 deletion deps/http.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { serveFile } from "jsr:@std/[email protected].11/file-server";
export { serveFile } from "jsr:@std/[email protected].12/file-server";
24 changes: 12 additions & 12 deletions deps/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,55 +33,55 @@ export const catalogs: Catalog[] = [
{
// https://lucide.dev/
id: "lucide",
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.460.0/icons/{name}.svg",
src: "https://cdn.jsdelivr.net/npm/lucide-static@0.468.0/icons/{name}.svg",
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-100",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-200",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-300",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-400",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-500",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-600",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
// https://fonts.google.com/icons?icon.set=Material+Symbols
id: "material-700",
src:
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].1/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@material-symbols/[email protected].2/{variant}/{name}.svg",
variants: ["outlined", "rounded", "sharp"],
},
{
Expand Down Expand Up @@ -116,13 +116,13 @@ export const catalogs: Catalog[] = [
{
// https://simpleicons.org/
id: "simpleicons",
src: "https://cdn.jsdelivr.net/npm/simple-icons@13.18.0/icons/{name}.svg",
src: "https://cdn.jsdelivr.net/npm/simple-icons@13.19.0/icons/{name}.svg",
},
{
// https://tabler.io/icons
id: "tabler",
src:
"https://cdn.jsdelivr.net/npm/@tabler/icons@3.22.0/icons/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@tabler/icons@3.24.0/icons/{variant}/{name}.svg",
variants: ["filled", "outline"],
},
{
Expand All @@ -139,7 +139,7 @@ export const catalogs: Catalog[] = [
// https://iconoir.com/
id: "iconoir",
src:
"https://cdn.jsdelivr.net/npm/[email protected].0/icons/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/[email protected].1/icons/{variant}/{name}.svg",
variants: ["regular", "solid"],
},
{
Expand Down Expand Up @@ -186,7 +186,7 @@ export const catalogs: Catalog[] = [
// https://primer.style/foundations/icons
id: "octicons",
src:
"https://cdn.jsdelivr.net/npm/@primer/octicons@19.12.0/build/svg/{name}-{variant}.svg",
"https://cdn.jsdelivr.net/npm/@primer/octicons@19.13.0/build/svg/{name}-{variant}.svg",
variants: ["24", "16", "12", "48", "96"],
},
{
Expand Down
2 changes: 1 addition & 1 deletion deps/markdown_it.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as markdownIt } from "npm:[email protected]";
export { default as markdownItAttrs } from "npm:markdown-it-attrs@4.2.0";
export { default as markdownItAttrs } from "npm:markdown-it-attrs@4.3.0";
export { default as markdownItDeflist } from "npm:[email protected]";

export interface MarkdownItOptions {
Expand Down
6 changes: 3 additions & 3 deletions deps/preact.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as preact from "npm:[email protected].0";
export * as hooks from "npm:[email protected].0/hooks";
export * as preact from "npm:[email protected].1";
export * as hooks from "npm:[email protected].1/hooks";
export { renderToString } from "npm:[email protected]";
export const specifier = "npm:[email protected].0";
export const specifier = "npm:[email protected].1";
2 changes: 1 addition & 1 deletion deps/sass.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:sass@1.81.0";
export * from "npm:sass@1.82.0";
2 changes: 1 addition & 1 deletion deps/snapshot.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].5/snapshot";
export * from "jsr:@std/[email protected].6/snapshot";
4 changes: 2 additions & 2 deletions deps/tailwindcss.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from "npm:[email protected].15";
export type { Config } from "npm:[email protected].15";
export { default } from "npm:[email protected].16";
export type { Config } from "npm:[email protected].16";
4 changes: 2 additions & 2 deletions deps/terser.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { minify } from "npm:terser@5.36.0";
export type { MinifyOptions } from "npm:terser@5.36.0";
export { minify } from "npm:terser@5.37.0";
export type { MinifyOptions } from "npm:terser@5.37.0";
48 changes: 31 additions & 17 deletions tests/__snapshots__/esbuild.test.ts.snap

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tests/__snapshots__/mdx.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ snapshot[`Build a mdx site 3`] = `
"__",
"__b",
"__e",
"__d",
"__c",
"constructor",
"__v",
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/tailwindcss.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ snapshot[`postcss plugin 3`] = `
--tw-contain-paint: ;
--tw-contain-style: ;
}/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
Expand Down

0 comments on commit a8ef3a8

Please sign in to comment.