Skip to content

Commit

Permalink
updated deps, new patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 25, 2023
1 parent 9b09eb9 commit 5ad9848
Show file tree
Hide file tree
Showing 20 changed files with 27 additions and 26 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project try to adheres to [Semantic Versioning](https://semver.org/),
but not always is possible (due the use of unstable features from Deno).
Any BREAKING CHANGE between minor versions will be documented here in upper case.

## [Unreleased]
## [1.17.4] - 2023-05-25
### Added
- The env variable `LUME_ENV=development` is created when `deno task lume --dev`.
- New `site.searcher` property with a instance of `Searcher` class.
Expand All @@ -33,6 +33,7 @@ Any BREAKING CHANGE between minor versions will be documented here in upper case
- Ignore `/.git` folder by the watcher.
- Don't show the full path of the files in the output.
- Don't remove unchanged files [#418].
- Updated dependencies: `std`, `preact`, `terser`, `remark-parse`, `esbuild`.

## [1.17.3] - 2023-05-10
### Fixed
Expand Down Expand Up @@ -2254,7 +2255,7 @@ The first version.
[#418]: https://github.com/lumeland/lume/issues/418
[#419]: https://github.com/lumeland/lume/issues/419

[Unreleased]: https://github.com/lumeland/lume/compare/v1.17.3...HEAD
[1.17.4]: https://github.com/lumeland/lume/compare/v1.17.3...v1.17.4
[1.17.3]: https://github.com/lumeland/lume/compare/v1.17.2...v1.17.3
[1.17.2]: https://github.com/lumeland/lume/compare/v1.17.1...v1.17.2
[1.17.1]: https://github.com/lumeland/lume/compare/v1.17.0...v1.17.1
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 "https://deno.land/std@0.186.0/testing/asserts.ts";
export * from "https://deno.land/std@0.189.0/testing/asserts.ts";
2 changes: 1 addition & 1 deletion deps/base64.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/encoding/base64.ts";
export * from "https://deno.land/std@0.189.0/encoding/base64.ts";
2 changes: 1 addition & 1 deletion deps/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/fmt/colors.ts";
export * from "https://deno.land/std@0.189.0/fmt/colors.ts";
2 changes: 1 addition & 1 deletion deps/crypto.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/crypto/mod.ts";
export * from "https://deno.land/std@0.189.0/crypto/mod.ts";
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].18/mod.js";
export * from "https://deno.land/x/[email protected].19/mod.js";
4 changes: 2 additions & 2 deletions deps/eta.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "https://deno.land/x/eta@v2.0.1/mod.ts";
export type { EtaConfig } from "https://deno.land/x/eta@v2.0.1/config.ts";
export * from "https://deno.land/x/eta@v2.2.0/mod.ts";
export type { EtaConfig } from "https://deno.land/x/eta@v2.2.0/config.ts";
2 changes: 1 addition & 1 deletion deps/flags.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/flags/mod.ts";
export * from "https://deno.land/std@0.189.0/flags/mod.ts";
2 changes: 1 addition & 1 deletion deps/front_matter.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/front_matter/yaml.ts";
export * from "https://deno.land/std@0.189.0/front_matter/yaml.ts";
2 changes: 1 addition & 1 deletion deps/fs.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/fs/mod.ts";
export * from "https://deno.land/std@0.189.0/fs/mod.ts";
2 changes: 1 addition & 1 deletion deps/hex.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/encoding/hex.ts";
export * from "https://deno.land/std@0.189.0/encoding/hex.ts";
6 changes: 3 additions & 3 deletions deps/http.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { serveFile } from "https://deno.land/std@0.186.0/http/file_server.ts";
export { Server } from "https://deno.land/std@0.186.0/http/server.ts";
export { serveFile } from "https://deno.land/std@0.189.0/http/file_server.ts";
export { Server } from "https://deno.land/std@0.189.0/http/server.ts";

export type { ConnInfo } from "https://deno.land/std@0.186.0/http/server.ts";
export type { ConnInfo } from "https://deno.land/std@0.189.0/http/server.ts";
2 changes: 1 addition & 1 deletion deps/jsonc.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/jsonc/mod.ts";
export * from "https://deno.land/std@0.189.0/jsonc/mod.ts";
2 changes: 1 addition & 1 deletion deps/media_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/media_types/mod.ts";
export * from "https://deno.land/std@0.189.0/media_types/mod.ts";
2 changes: 1 addition & 1 deletion deps/path.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/path/mod.ts";
export * from "https://deno.land/std@0.189.0/path/mod.ts";
4 changes: 2 additions & 2 deletions deps/preact.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * as preact from "npm:preact@10.13.2";
export * as hooks from "npm:preact@10.13.2/hooks";
export * as preact from "npm:preact@10.15.0";
export * as hooks from "npm:preact@10.15.0/hooks";
export { renderToString } from "npm:[email protected]";
2 changes: 1 addition & 1 deletion deps/remark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export { default as rehypeRaw } from "npm:[email protected]";
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].1";
export { default as remarkParse } from "npm:[email protected].2";
export { default as remarkRehype } from "npm:[email protected]";
export * as unified from "npm:[email protected]";
2 changes: 1 addition & 1 deletion deps/snapshot.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/testing/snapshot.ts";
export * from "https://deno.land/std@0.189.0/testing/snapshot.ts";
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:[email protected].1";
export type { MinifyOptions } from "npm:[email protected].1";
export { minify } from "npm:[email protected].6";
export type { MinifyOptions } from "npm:[email protected].6";
2 changes: 1 addition & 1 deletion deps/yaml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.186.0/yaml/mod.ts";
export * from "https://deno.land/std@0.189.0/yaml/mod.ts";

0 comments on commit 5ad9848

Please sign in to comment.