Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 23, 2024
1 parent 4fd6147 commit ccddaa6
Show file tree
Hide file tree
Showing 25 changed files with 153 additions and 153 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Go to the `v1` branch to see the changelog of Lume 1.
## [2.3.3] - Unreleased
### Added
- Basic auth middleware: Added `errorMessage` option.
### Fixed
- Updated dependencies: `linkedom`, `sass`, `satori`, `terser`, `liquidjs`, `tailwind`, `date-fns`, `std`, `esbuild`, `preact`, `lightningcss`, `postcss`, `remark-rehype`, `react` types, `unocss`.

## [2.3.2] - 2024-09-10
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"update-deps": "deno run -A --quiet 'https://deno.land/x/[email protected]/cli.ts' update deps/*.ts deno.json"
},
"imports": {
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.5.10/"
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.6.3/"
}
}
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].4";
export * from "jsr:@std/[email protected].5";
2 changes: 1 addition & 1 deletion deps/base64.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].4/base64";
export * from "jsr:@std/[email protected].5/base64";
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].5";
export * from "jsr:@std/[email protected].6";
8 changes: 4 additions & 4 deletions deps/date.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { format } from "npm:date-fns@3.6.0/format";
export { formatDistanceToNow } from "npm:date-fns@3.6.0/formatDistanceToNow";
export { formatDistanceToNowStrict } from "npm:date-fns@3.6.0/formatDistanceToNowStrict";
export type { Locale } from "npm:date-fns@3.6.0/locale";
export { format } from "npm:date-fns@4.1.0/format";
export { formatDistanceToNow } from "npm:date-fns@4.1.0/formatDistanceToNow";
export { formatDistanceToNowStrict } from "npm:date-fns@4.1.0/formatDistanceToNowStrict";
export type { Locale } from "npm:date-fns@4.1.0/locale";
2 changes: 1 addition & 1 deletion deps/esbuild.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/esbuild@v0.23.1/mod.js";
export * from "https://deno.land/x/esbuild@v0.24.0/mod.js";
4 changes: 2 additions & 2 deletions deps/front_matter.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "jsr:@std/[email protected].4/any";
export { test } from "jsr:@std/[email protected].4";
export * from "jsr:@std/[email protected].5/any";
export { test } from "jsr:@std/[email protected].5";
2 changes: 1 addition & 1 deletion deps/hex.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].4/hex";
export * from "jsr:@std/[email protected].5/hex";
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].5/file-server";
export { serveFile } from "jsr:@std/[email protected].6/file-server";
2 changes: 1 addition & 1 deletion deps/lightningcss.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:lightningcss-wasm@1.26.0";
export * from "npm:lightningcss-wasm@1.27.0";
2 changes: 1 addition & 1 deletion deps/linkedom.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// <reference lib="dom" />
/// <reference lib="dom.iterable" />
export * from "npm:[email protected].4";
export * from "npm:[email protected].5";
6 changes: 3 additions & 3 deletions deps/liquid.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from "npm:liquidjs@10.16.7";
export * from "npm:liquidjs@10.17.0";

export type { LiquidOptions, Template } from "npm:liquidjs@10.16.7";
export type { LiquidOptions, Template } from "npm:liquidjs@10.17.0";
export type {
TagClass,
TagImplOptions,
} from "npm:liquidjs@10.16.7/dist/template";
} from "npm:liquidjs@10.17.0/dist/template";
4 changes: 2 additions & 2 deletions deps/path.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "jsr:@std/[email protected].4";
export * as posix from "jsr:@std/[email protected].4/posix";
export * from "jsr:@std/[email protected].6";
export * as posix from "jsr:@std/[email protected].6/posix";
2 changes: 1 addition & 1 deletion deps/postcss.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default as postcss } from "npm:[email protected].45";
export { default as postcss } from "npm:[email protected].47";
export { default as postcssImport } from "npm:[email protected]";
export { default as autoprefixer } from "npm:[email protected]";
8 changes: 4 additions & 4 deletions deps/preact.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as preact from "npm:preact@10.23.2";
export * as hooks from "npm:preact@10.23.2/hooks";
export { renderToString } from "npm:[email protected].10";
export const specifier = "npm:preact@10.23.2";
export * as preact from "npm:preact@10.24.0";
export * as hooks from "npm:preact@10.24.0/hooks";
export { renderToString } from "npm:[email protected].11";
export const specifier = "npm:preact@10.24.0";
2 changes: 1 addition & 1 deletion deps/react.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @deno-types="npm:@types/[email protected].5"
// @deno-types="npm:@types/[email protected].8"
export { default as React } from "npm:[email protected]";
// @deno-types="npm:@types/[email protected]/server"
export { default as ReactDOMServer } from "npm:[email protected]/server";
Expand Down
4 changes: 2 additions & 2 deletions deps/remark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export { default as rehypeSanitize } from "npm:[email protected]";
export { default as rehypeStringify } from "npm:[email protected]";
export { default as remarkGfm } from "npm:[email protected]";
export { default as remarkParse } from "npm:[email protected]";
export { default as remarkRehype } from "npm:[email protected].0";
export { default as remarkRehype } from "npm:[email protected].1";
export * as unified from "npm:[email protected]";

export type { Options as RehypeOptions } from "npm:[email protected].0";
export type { Options as RehypeOptions } from "npm:[email protected].1";
export type { PluggableList } from "npm:[email protected]";
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.78.0";
export * from "npm:sass@1.79.3";
4 changes: 2 additions & 2 deletions deps/satori.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from "npm:satori@0.10.14";
export * from "npm:satori@0.10.14";
export { default } from "npm:satori@0.11.1";
export * from "npm:satori@0.11.1";
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].10";
export type { Config } from "npm:[email protected].10";
export { default } from "npm:[email protected].13";
export type { Config } from "npm:[email protected].13";
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.32.0";
export type { MinifyOptions } from "npm:terser@5.32.0";
export { minify } from "npm:terser@5.33.0";
export type { MinifyOptions } from "npm:terser@5.33.0";
10 changes: 5 additions & 5 deletions deps/unocss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export {
type SourceCodeTransformer,
type UnocssPluginContext,
type UserConfig,
} from "npm:@unocss/[email protected].3";
export { presetUno } from "npm:@unocss/[email protected].3";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].3";
export { default as transformerDirectives } from "npm:@unocss/[email protected].3";
} from "npm:@unocss/[email protected].4";
export { presetUno } from "npm:@unocss/[email protected].4";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].4";
export { default as transformerDirectives } from "npm:@unocss/[email protected].4";
export { default as MagicString } from "npm:[email protected]";

export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected].3";
export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected].4";
6 changes: 3 additions & 3 deletions tests/__snapshots__/source_maps.test.ts.snap

Large diffs are not rendered by default.

218 changes: 108 additions & 110 deletions tests/__snapshots__/tailwindcss.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,114 @@ snapshot[`postcss plugin 3`] = `
},
},
{
content: "/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
content: "*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}/*
! tailwindcss v3.4.13 | 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 Expand Up @@ -1365,114 +1471,6 @@ video {
[hidden] {
display: none;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
.container {
width: 100%;
}
Expand Down

0 comments on commit ccddaa6

Please sign in to comment.