Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Aug 27, 2024
1 parent 5e5db1f commit 446c23b
Show file tree
Hide file tree
Showing 28 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Go to the `v1` branch to see the changelog of Lume 1.

### Fixed
- Escape the `%` character in the URI [#652].
- Updated deps: `std`, `liquidjs`, `preact`, `tailwindcss`, `xml`, `postcss`, `autoprefixer`, `unocss`, `terser`, `eta`, `lightningcss`, `markdown-it-attrs`, `decap-server`.
- Updated deps: `std`, `liquidjs`, `preact`, `tailwindcss`, `xml`, `postcss`, `autoprefixer`, `unocss`, `terser`, `eta`, `lightningcss`, `markdown-it-attrs`, `decap-server`, `liquidjs`, `preact-render-to-string`, `esbuild`, `react` types, `sharp`.
- Remove empty directories in `dest` folder.
- Watcher new files on Windows.
- Feed plugin: error when the updated/published value is a string [#638].
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/[email protected].9/"
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].10/"
}
}
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].2";
export * from "jsr:@std/[email protected].3";
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].1/base64";
export * from "jsr:@std/[email protected].3/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].3";
export * from "jsr:@std/[email protected].4";
2 changes: 1 addition & 1 deletion deps/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].0/colors";
export * from "jsr:@std/[email protected].1/colors";
2 changes: 1 addition & 1 deletion deps/crypto.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].2";
export * from "jsr:@std/[email protected].3";
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/[email protected].0/mod.js";
export * from "https://deno.land/x/[email protected].1/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].1/any";
export { test } from "jsr:@std/[email protected].1";
export * from "jsr:@std/[email protected].3/any";
export { test } from "jsr:@std/[email protected].3";
2 changes: 1 addition & 1 deletion deps/fs.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].1";
export * from "jsr:@std/[email protected].2";
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].1/hex";
export * from "jsr:@std/[email protected].3/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].2/file-server";
export { serveFile } from "jsr:@std/[email protected].4/file-server";
2 changes: 1 addition & 1 deletion deps/jsonc.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].0";
export * from "jsr:@std/[email protected].1";
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:[email protected].1";
export * from "npm:[email protected].4";

export type { LiquidOptions, Template } from "npm:[email protected].1";
export type { LiquidOptions, Template } from "npm:[email protected].4";
export type {
TagClass,
TagImplOptions,
} from "npm:[email protected].1/dist/template";
} from "npm:[email protected].4/dist/template";
2 changes: 1 addition & 1 deletion deps/log.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";
2 changes: 1 addition & 1 deletion deps/media_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].2";
export * from "jsr:@std/[email protected].3";
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].2";
export * as posix from "jsr:@std/[email protected].2/posix";
export * from "jsr:@std/[email protected].3";
export * as posix from "jsr:@std/[email protected].3/posix";
2 changes: 1 addition & 1 deletion deps/preact.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as preact from "npm:[email protected]";
export * as hooks from "npm:[email protected]/hooks";
export { renderToString } from "npm:[email protected].8";
export { renderToString } from "npm:[email protected].9";
export const specifier = "npm:[email protected]";
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].3"
// @deno-types="npm:@types/[email protected].4"
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/sharp.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default } from "npm:[email protected].4";
import sharp from "npm:[email protected].4";
export { default } from "npm:[email protected].5";
import sharp from "npm:[email protected].5";
import icoEndec from "npm:[email protected]";
import { svg2png } from "./svg2png.ts";

Expand Down
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].0/snapshot";
export * from "jsr:@std/[email protected].1/snapshot";
2 changes: 1 addition & 1 deletion deps/toml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].0";
export * from "jsr:@std/[email protected].1";
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].1";
export { presetUno } from "npm:@unocss/[email protected].1";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].1";
export { default as transformerDirectives } from "npm:@unocss/[email protected].1";
} 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";
export { default as MagicString } from "npm:[email protected]";

export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected].1";
export const resetUrl = "https://cdn.jsdelivr.net/npm/@unocss/[email protected].3";
2 changes: 1 addition & 1 deletion deps/xml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/[email protected].13/mod.ts";
export * from "https://deno.land/x/[email protected].14/mod.ts";
2 changes: 1 addition & 1 deletion deps/yaml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].2";
export * from "jsr:@std/[email protected].4";
4 changes: 2 additions & 2 deletions tests/__snapshots__/favicon.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ snapshot[`favicon plugin 2`] = `[]`;
snapshot[`favicon plugin 3`] = `
[
{
content: "Uint8Array(8443)",
content: "Uint8Array(8395)",
data: {
basename: "apple-touch-icon",
content: "Uint8Array(8443)",
content: "Uint8Array(8395)",
page: [
"src",
"data",
Expand Down
4 changes: 2 additions & 2 deletions tests/__snapshots__/og_images.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ snapshot[`OpenGraph images 2`] = `[]`;
snapshot[`OpenGraph images 3`] = `
[
{
content: "Uint8Array(13043)",
content: "Uint8Array(13013)",
data: {
basename: "index",
content: "Uint8Array(13043)",
content: "Uint8Array(13013)",
page: [
"src",
"data",
Expand Down
2 changes: 1 addition & 1 deletion tests/__snapshots__/unocss.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3926,7 +3926,7 @@ snapshot[`Unocss plugin (with transformers) 3`] = `
content: '/* https://unocss.dev/transformers/directives#usage */
.custom-div {
margin-top:0;margin-bottom:0;text-align:center;font-weight:500;

;
}.custom-div:hover{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity));}

.grid {
Expand Down

0 comments on commit 446c23b

Please sign in to comment.