From 3124128b496aa8657cedd7c6ac1cb446035de5e7 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Thu, 28 Mar 2024 21:39:29 +0100 Subject: [PATCH] updated deps --- CHANGELOG.md | 2 +- cms.ts | 10 +++++----- deps/assert.ts | 2 +- deps/base64.ts | 2 +- deps/cli.ts | 2 +- deps/colors.ts | 2 +- deps/crypto.ts | 2 +- deps/front_matter.ts | 4 ++-- deps/fs.ts | 2 +- deps/hex.ts | 2 +- deps/http.ts | 2 +- deps/jsonc.ts | 2 +- deps/log.ts | 2 +- deps/media_types.ts | 2 +- deps/path.ts | 4 ++-- deps/react.ts | 6 +++--- deps/snapshot.ts | 2 +- deps/terser.ts | 4 ++-- deps/toml.ts | 2 +- deps/unocss.ts | 10 +++++----- deps/vento.ts | 8 ++++---- deps/yaml.ts | 2 +- tests/__snapshots__/unocss.test.ts.snap | 2 +- 23 files changed, 39 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5392558..ea06097b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Go to the `v1` branch to see the changelog of Lume 1. ### Fixed - Reload site on rename/delete file. -- Updated dependencies: `std`, `esbuild`, `lightningcss`, `unocss`, `date-fns`, `cms`, `eta`, `katex`, `liquid`, `markdown-it`, `postcss`, `postcss-import`, `autoprefixer`, `preact`, `sharp`. +- Updated dependencies: `std`, `esbuild`, `lightningcss`, `unocss`, `date-fns`, `cms`, `eta`, `katex`, `liquid`, `markdown-it`, `postcss`, `postcss-import`, `autoprefixer`, `preact`, `sharp`, `tailwindcss`, `terser`, `vento`. ## [2.1.2] - 2024-03-14 ### Added diff --git a/cms.ts b/cms.ts index 4a9078d7..1ef1c264 100644 --- a/cms.ts +++ b/cms.ts @@ -1,5 +1,5 @@ -export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/adapters/lume.ts"; -export { default } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/mod.ts"; -export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/storage/kv.ts"; -export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/storage/fs.ts"; -export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.8/storage/github.ts"; +export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.9/adapters/lume.ts"; +export { default } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.9/mod.ts"; +export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.9/storage/kv.ts"; +export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.9/storage/fs.ts"; +export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.9/storage/github.ts"; diff --git a/deps/assert.ts b/deps/assert.ts index dee6d8b6..ba0e68fa 100644 --- a/deps/assert.ts +++ b/deps/assert.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/assert/mod.ts"; +export * from "https://deno.land/std@0.221.0/assert/mod.ts"; diff --git a/deps/base64.ts b/deps/base64.ts index 2ad90ea2..704ea57a 100644 --- a/deps/base64.ts +++ b/deps/base64.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/encoding/base64.ts"; +export * from "https://deno.land/std@0.221.0/encoding/base64.ts"; diff --git a/deps/cli.ts b/deps/cli.ts index a0dd1e26..4f52d66f 100644 --- a/deps/cli.ts +++ b/deps/cli.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/cli/mod.ts"; +export * from "https://deno.land/std@0.221.0/cli/mod.ts"; diff --git a/deps/colors.ts b/deps/colors.ts index 6e96bddb..5d2804d3 100644 --- a/deps/colors.ts +++ b/deps/colors.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/fmt/colors.ts"; +export * from "https://deno.land/std@0.221.0/fmt/colors.ts"; diff --git a/deps/crypto.ts b/deps/crypto.ts index 4fbd82f4..8799a2f6 100644 --- a/deps/crypto.ts +++ b/deps/crypto.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/crypto/mod.ts"; +export * from "https://deno.land/std@0.221.0/crypto/mod.ts"; diff --git a/deps/front_matter.ts b/deps/front_matter.ts index e72f1902..a6bc6e91 100644 --- a/deps/front_matter.ts +++ b/deps/front_matter.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.220.1/front_matter/any.ts"; -export { test } from "https://deno.land/std@0.220.1/front_matter/mod.ts"; +export * from "https://deno.land/std@0.221.0/front_matter/any.ts"; +export { test } from "https://deno.land/std@0.221.0/front_matter/mod.ts"; diff --git a/deps/fs.ts b/deps/fs.ts index ec711eff..354babfe 100644 --- a/deps/fs.ts +++ b/deps/fs.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/fs/mod.ts"; +export * from "https://deno.land/std@0.221.0/fs/mod.ts"; diff --git a/deps/hex.ts b/deps/hex.ts index d5863ff4..c003c193 100644 --- a/deps/hex.ts +++ b/deps/hex.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/encoding/hex.ts"; +export * from "https://deno.land/std@0.221.0/encoding/hex.ts"; diff --git a/deps/http.ts b/deps/http.ts index b12a289d..13b47c19 100644 --- a/deps/http.ts +++ b/deps/http.ts @@ -1 +1 @@ -export { serveFile } from "https://deno.land/std@0.220.1/http/file_server.ts"; +export { serveFile } from "https://deno.land/std@0.221.0/http/file_server.ts"; diff --git a/deps/jsonc.ts b/deps/jsonc.ts index 7ca90133..e893303b 100644 --- a/deps/jsonc.ts +++ b/deps/jsonc.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/jsonc/mod.ts"; +export * from "https://deno.land/std@0.221.0/jsonc/mod.ts"; diff --git a/deps/log.ts b/deps/log.ts index 636a402a..cddecb36 100644 --- a/deps/log.ts +++ b/deps/log.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/log/mod.ts"; +export * from "https://deno.land/std@0.221.0/log/mod.ts"; diff --git a/deps/media_types.ts b/deps/media_types.ts index fe424f7a..b516b92f 100644 --- a/deps/media_types.ts +++ b/deps/media_types.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/media_types/mod.ts"; +export * from "https://deno.land/std@0.221.0/media_types/mod.ts"; diff --git a/deps/path.ts b/deps/path.ts index 0806d507..a67a04d2 100644 --- a/deps/path.ts +++ b/deps/path.ts @@ -1,2 +1,2 @@ -export * from "https://deno.land/std@0.220.1/path/mod.ts"; -export * as posix from "https://deno.land/std@0.220.1/path/posix/mod.ts"; +export * from "https://deno.land/std@0.221.0/path/mod.ts"; +export * as posix from "https://deno.land/std@0.221.0/path/posix/mod.ts"; diff --git a/deps/react.ts b/deps/react.ts index 4b8256a7..de2c3e51 100644 --- a/deps/react.ts +++ b/deps/react.ts @@ -1,7 +1,7 @@ -// @deno-types="npm:@types/react@18.2.64" +// @deno-types="npm:@types/react@18.2.73" export { default as React } from "npm:react@18.2.0"; -// @deno-types="npm:@types/react-dom@18.2.21/server" +// @deno-types="npm:@types/react-dom@18.2.23/server" export { default as ReactDOMServer } from "npm:react-dom@18.2.0/server"; -// @deno-types="npm:@types/react-dom@18.2.21/client" +// @deno-types="npm:@types/react-dom@18.2.23/client" export { default as ReactDOMClient } from "npm:react-dom@18.2.0/client"; export const specifier = "npm:react@18.2.0"; diff --git a/deps/snapshot.ts b/deps/snapshot.ts index 51deb7fa..c827b8df 100644 --- a/deps/snapshot.ts +++ b/deps/snapshot.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/testing/snapshot.ts"; +export * from "https://deno.land/std@0.221.0/testing/snapshot.ts"; diff --git a/deps/terser.ts b/deps/terser.ts index 201928a3..e16efb26 100644 --- a/deps/terser.ts +++ b/deps/terser.ts @@ -1,2 +1,2 @@ -export { minify } from "npm:terser@5.29.2"; -export type { MinifyOptions } from "npm:terser@5.29.2"; +export { minify } from "npm:terser@5.30.0"; +export type { MinifyOptions } from "npm:terser@5.30.0"; diff --git a/deps/toml.ts b/deps/toml.ts index 358c76c4..e05c8aaa 100644 --- a/deps/toml.ts +++ b/deps/toml.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/toml/mod.ts"; +export * from "https://deno.land/std@0.221.0/toml/mod.ts"; diff --git a/deps/unocss.ts b/deps/unocss.ts index f31502f2..2de8551f 100644 --- a/deps/unocss.ts +++ b/deps/unocss.ts @@ -1,14 +1,14 @@ // https://github.com/denoland/deno/issues/19096 -import transformerVariantGroupImport from "npm:@unocss/transformer-variant-group@0.58.6"; -import transformerDirectivesImport from "npm:@unocss/transformer-directives@0.58.6"; +import transformerVariantGroupImport from "npm:@unocss/transformer-variant-group@0.58.8"; +import transformerDirectivesImport from "npm:@unocss/transformer-directives@0.58.8"; export { createGenerator, type SourceCodeTransformer, type UnocssPluginContext, type UserConfig, -} from "npm:@unocss/core@0.58.6"; -export { presetUno } from "npm:@unocss/preset-uno@0.58.6"; +} from "npm:@unocss/core@0.58.8"; +export { presetUno } from "npm:@unocss/preset-uno@0.58.8"; export { default as MagicString } from "npm:magic-string@0.30.8"; // https://github.com/denoland/deno/issues/16458#issuecomment-1295003089 @@ -17,4 +17,4 @@ export const transformerVariantGroup = export const transformerDirectives = transformerDirectivesImport as unknown as typeof transformerDirectivesImport.default; -export const resetUrl = "https://unpkg.com/@unocss/reset@0.58.6"; +export const resetUrl = "https://unpkg.com/@unocss/reset@0.58.8"; diff --git a/deps/vento.ts b/deps/vento.ts index c119b878..0fcc9f6d 100644 --- a/deps/vento.ts +++ b/deps/vento.ts @@ -1,8 +1,8 @@ -export { default as engine } from "https://deno.land/x/vento@v0.12.1/mod.ts"; -export { FileLoader } from "https://deno.land/x/vento@v0.12.1/src/loader.ts"; +export { default as engine } from "https://deno.land/x/vento@v0.12.4/mod.ts"; +export { FileLoader } from "https://deno.land/x/vento@v0.12.4/src/loader.ts"; export type { Environment, Plugin, -} from "https://deno.land/x/vento@v0.12.1/src/environment.ts"; -export type { Token } from "https://deno.land/x/vento@v0.12.1/src/tokenizer.ts"; +} from "https://deno.land/x/vento@v0.12.4/src/environment.ts"; +export type { Token } from "https://deno.land/x/vento@v0.12.4/src/tokenizer.ts"; diff --git a/deps/yaml.ts b/deps/yaml.ts index ecda0b70..9674915d 100644 --- a/deps/yaml.ts +++ b/deps/yaml.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.220.1/yaml/mod.ts"; +export * from "https://deno.land/std@0.221.0/yaml/mod.ts"; diff --git a/tests/__snapshots__/unocss.test.ts.snap b/tests/__snapshots__/unocss.test.ts.snap index a565f639..5c273119 100644 --- a/tests/__snapshots__/unocss.test.ts.snap +++ b/tests/__snapshots__/unocss.test.ts.snap @@ -3926,7 +3926,7 @@ snapshot[`Unocss plugin (with transformers) 3`] = ` }.custom-div:hover{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity));} .grid { - display:grid;grid-template-columns:repeat(2,minmax(0,1fr));; + display:grid;grid-template-columns:repeat(2,minmax(0,1fr)); } @media (min-width: 640px) {