Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 4, 2024
1 parent 864fb83 commit 38a6609
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 35 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.3.1] - Unreleased
### Fixed
- Updated deps: `sass`, `std`, `pagefind`, `xml`, `postcss`, `decap-cms`.

## [2.3.0] - 2024-08-30
### Added
- New function `site.parseBasename`, to register new custom parsers to extract data from basenames.
Expand Down Expand Up @@ -512,6 +516,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
[#652]: https://github.com/lumeland/lume/issues/652
[#655]: https://github.com/lumeland/lume/issues/655

[2.3.1]: https://github.com/lumeland/lume/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/lumeland/lume/compare/v2.2.4...v2.3.0
[2.2.4]: https://github.com/lumeland/lume/compare/v2.2.3...v2.2.4
[2.2.3]: https://github.com/lumeland/lume/compare/v2.2.2...v2.2.3
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 "jsr:@std/[email protected].3";
export * from "jsr:@std/[email protected].4";
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].3/base64";
export * from "jsr:@std/[email protected].4/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].4";
export * from "jsr:@std/[email protected].5";
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].1/colors";
export * from "jsr:@std/[email protected].2/colors";
2 changes: 1 addition & 1 deletion deps/decap.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const decapUrl =
"https://cdn.jsdelivr.net/npm/[email protected].2/dist/decap-cms.js";
"https://cdn.jsdelivr.net/npm/[email protected].3/dist/decap-cms.js";
export const serverUrl = "npm:[email protected]";
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].3/any";
export { test } from "jsr:@std/[email protected].3";
export * from "jsr:@std/[email protected].4/any";
export { test } from "jsr:@std/[email protected].4";
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].2";
export * from "jsr:@std/[email protected].3";
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].3/hex";
export * from "jsr:@std/[email protected].4/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].4/file-server";
export { serveFile } from "jsr:@std/[email protected].5/file-server";
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].6";
export * from "jsr:@std/[email protected].7";
4 changes: 2 additions & 2 deletions deps/pagefind.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * as pagefind from "npm:[email protected].0";
export type { CustomRecord } from "npm:[email protected].0";
export * as pagefind from "npm:[email protected].1";
export type { CustomRecord } from "npm:[email protected].1";

export interface TranslationsOptions {
/** English default: "Search" */
Expand Down
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].3";
export * as posix from "jsr:@std/[email protected].3/posix";
export * from "jsr:@std/[email protected].4";
export * as posix from "jsr:@std/[email protected].4/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].41";
export { default as postcss } from "npm:[email protected].45";
export { default as postcssImport } from "npm:[email protected]";
export { default as autoprefixer } 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.77.8";
export * from "npm:sass@1.78.0";
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].1/snapshot";
export * from "jsr:@std/[email protected].2/snapshot";
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].14/mod.ts";
export * from "https://deno.land/x/[email protected].16/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].4";
export * from "jsr:@std/[email protected].5";
4 changes: 2 additions & 2 deletions tests/__snapshots__/decap_cms.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ local_backend: false
<title>Admin</title>
</head>
<body>
<link href="/admin/config.yml" type="text/yaml" rel="cms-config-url"><script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/decap-cms.js"></script><script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<link href="/admin/config.yml" type="text/yaml" rel="cms-config-url"><script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/decap-cms.js"></script><script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</body>
</html>
',
Expand All @@ -173,7 +173,7 @@ local_backend: false
<title>Admin</title>
</head>
<body>
<link href="/admin/config.yml" type="text/yaml" rel="cms-config-url"><script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/decap-cms.js"></script><script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<link href="/admin/config.yml" type="text/yaml" rel="cms-config-url"><script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/decap-cms.js"></script><script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</body>
</html>
',
Expand Down
26 changes: 13 additions & 13 deletions tests/__snapshots__/pagefind.test.ts.snap

Large diffs are not rendered by default.

0 comments on commit 38a6609

Please sign in to comment.