diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e973203..c2b95ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project try to adheres to [Semantic Versioning](https://semver.org/). Go to the `v1` branch to see the changelog of Lume 1. -## [2.0.1] - Unreleased +## [2.0.1] - 2023-12-10 ### Added - `mdx` plugin: New `rehypeOptions` option [#517] @@ -16,6 +16,7 @@ Go to the `v1` branch to see the changelog of Lume 1. - Type of `Lume.Data.results`. - Improved log messages of empty and ondemand pages [#525]. - `picture` plugin using the wrong attribute name [#526]. +- Updated deps: `markdown-it`, `preact`, `terser`, `esbuild`. ## [2.0.0] - 2023-12-08 ### Added @@ -184,5 +185,5 @@ Go to the `v1` branch to see the changelog of Lume 1. [#525]: https://github.com/lumeland/lume/issues/525 [#526]: https://github.com/lumeland/lume/issues/526 -[2.0.1]: https://github.com/lumeland/lume/compare/v2.0.0...HEAD +[2.0.1]: https://github.com/lumeland/lume/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/lumeland/lume/releases/tag/v2.0.0 diff --git a/deps/esbuild.ts b/deps/esbuild.ts index 804bc179..da329468 100644 --- a/deps/esbuild.ts +++ b/deps/esbuild.ts @@ -1 +1 @@ -export * from "https://deno.land/x/esbuild@v0.19.8/mod.js"; +export * from "https://deno.land/x/esbuild@v0.19.9/mod.js"; diff --git a/deps/markdown_it.ts b/deps/markdown_it.ts index 6aa7445f..69a178aa 100644 --- a/deps/markdown_it.ts +++ b/deps/markdown_it.ts @@ -1,4 +1,4 @@ -export { default as markdownIt } from "npm:markdown-it@13.0.2"; +export { default as markdownIt } from "npm:markdown-it@14.0.0"; export { default as markdownItAttrs } from "npm:markdown-it-attrs@4.1.6"; export { default as markdownItDeflist } from "npm:markdown-it-deflist@3.0.0"; diff --git a/deps/preact.ts b/deps/preact.ts index ed13f656..a3fecca8 100644 --- a/deps/preact.ts +++ b/deps/preact.ts @@ -1,4 +1,4 @@ -export * as preact from "npm:preact@10.19.2"; -export * as hooks from "npm:preact@10.19.2/hooks"; +export * as preact from "npm:preact@10.19.3"; +export * as hooks from "npm:preact@10.19.3/hooks"; export { renderToString } from "npm:preact-render-to-string@6.3.1"; -export const specifier = "npm:preact@10.19.2"; +export const specifier = "npm:preact@10.19.3"; diff --git a/deps/terser.ts b/deps/terser.ts index f3a03475..072d105b 100644 --- a/deps/terser.ts +++ b/deps/terser.ts @@ -1,2 +1,2 @@ -export { minify } from "npm:terser@5.25.0"; -export type { MinifyOptions } from "npm:terser@5.25.0"; +export { minify } from "npm:terser@5.26.0"; +export type { MinifyOptions } from "npm:terser@5.26.0";