From d83d5858af30fdc165aaa46695b0643100d93e6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:09:35 +0000 Subject: [PATCH] chore(main): release 0.1.25 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++ Cargo.lock | 30 ++++++++++++------------- Cargo.toml | 2 +- crates/css-definition-syntax/Cargo.toml | 2 +- crates/css-syntax-types/Cargo.toml | 2 +- crates/css-syntax/Cargo.toml | 2 +- crates/diff-test/Cargo.toml | 2 +- crates/rari-data/Cargo.toml | 2 +- crates/rari-deps/Cargo.toml | 2 +- crates/rari-doc/Cargo.toml | 2 +- crates/rari-linter/Cargo.toml | 2 +- crates/rari-md/Cargo.toml | 2 +- crates/rari-sitemap/Cargo.toml | 2 +- crates/rari-templ-func/Cargo.toml | 2 +- crates/rari-tools/Cargo.toml | 2 +- crates/rari-types/Cargo.toml | 2 +- crates/rari-utils/Cargo.toml | 2 +- rari-npm/package-lock.json | 4 ++-- rari-npm/package.json | 2 +- 20 files changed, 55 insertions(+), 34 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91afe94e..326017c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.24" + ".": "0.1.25" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5726c98f..e8ecd063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.25](https://github.com/mdn/rari/compare/v0.1.24...v0.1.25) (2025-02-14) + + +### Features + +* **build:** support --file-list ([fe44b01](https://github.com/mdn/rari/commit/fe44b01b04803f3d363d18406ee3eb5e8427a96a)) +* **deps:** support DEPS_DATA_DIR env var to set data dir ([8dce98a](https://github.com/mdn/rari/commit/8dce98ad628724435cd2efdbd4ca12a85a0aa10e)) +* **templ:** support sandbox attr in embedlivesample ([dd5ac86](https://github.com/mdn/rari/commit/dd5ac867f5ffc55793ccc0837ec6f11282c6fa78)) +* **title:** update root_doc_url ([d2930a0](https://github.com/mdn/rari/commit/d2930a06ee6c39b3b916fad8c22938f9f66e7c27)) +* **tools:** remove redirects that reference to deleted docs ([#126](https://github.com/mdn/rari/issues/126)) ([7f99fc6](https://github.com/mdn/rari/commit/7f99fc6035979a26183e3d0277b1cdba83f4b767)) + + +### Bug Fixes + +* **npm:** use `import` to dynamically load esm modules ([#130](https://github.com/mdn/rari/issues/130)) ([9fcfe1a](https://github.com/mdn/rari/commit/9fcfe1a8a516e683e8e1c024a9787e79011dc529)) +* **redirects:** check for actual doc instead of path ([f9be824](https://github.com/mdn/rari/commit/f9be8240700d9952d458c7248e07d76fa1b2e817)) +* **templ:** fix grouping for in cssref sidebar ([da781c5](https://github.com/mdn/rari/commit/da781c5a8e44b214ffda498c4fa6076429e8d4cd)) +* **templ:** htmlelement/htmlxref don't lowercase ([4e331b3](https://github.com/mdn/rari/commit/4e331b38cd5d8be134f4836c7e70a19ae6a631a3)) +* **workflows:** assign explicit permissions ([#123](https://github.com/mdn/rari/issues/123)) ([e446222](https://github.com/mdn/rari/commit/e4462229eb73e67a0b2d8ea2850cd05bef46a276)) +* **workflows:** pin 3rd party actions ([#124](https://github.com/mdn/rari/issues/124)) ([0edec41](https://github.com/mdn/rari/commit/0edec412c012c82d08383b71f5dd2b652fc82cbb)) + ## [0.1.24](https://github.com/mdn/rari/compare/v0.1.23...v0.1.24) (2025-02-06) diff --git a/Cargo.lock b/Cargo.lock index c3064272..ed7b892f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,14 +559,14 @@ dependencies = [ [[package]] name = "css-definition-syntax" -version = "0.1.24" +version = "0.1.25" dependencies = [ "thiserror 1.0.69", ] [[package]] name = "css-syntax" -version = "0.1.24" +version = "0.1.25" dependencies = [ "anyhow", "css-definition-syntax", @@ -583,7 +583,7 @@ dependencies = [ [[package]] name = "css-syntax-types" -version = "0.1.24" +version = "0.1.25" dependencies = [ "regress", "serde", @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "diff-test" -version = "0.1.24" +version = "0.1.25" dependencies = [ "ansi-to-html", "anyhow", @@ -2583,7 +2583,7 @@ dependencies = [ [[package]] name = "rari" -version = "0.1.24" +version = "0.1.25" dependencies = [ "anyhow", "axum", @@ -2610,7 +2610,7 @@ dependencies = [ [[package]] name = "rari-data" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "indexmap", @@ -2625,7 +2625,7 @@ dependencies = [ [[package]] name = "rari-deps" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "css-syntax-types", @@ -2646,7 +2646,7 @@ dependencies = [ [[package]] name = "rari-doc" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "constcat", @@ -2698,14 +2698,14 @@ dependencies = [ [[package]] name = "rari-linter" -version = "0.1.24" +version = "0.1.25" dependencies = [ "thiserror 1.0.69", ] [[package]] name = "rari-md" -version = "0.1.24" +version = "0.1.25" dependencies = [ "anyhow", "base64", @@ -2718,7 +2718,7 @@ dependencies = [ [[package]] name = "rari-sitemap" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "flate2", @@ -2732,7 +2732,7 @@ dependencies = [ [[package]] name = "rari-templ-func" -version = "0.1.24" +version = "0.1.25" dependencies = [ "anyhow", "quote", @@ -2742,7 +2742,7 @@ dependencies = [ [[package]] name = "rari-tools" -version = "0.1.24" +version = "0.1.25" dependencies = [ "assert-json-diff", "chrono", @@ -2772,7 +2772,7 @@ dependencies = [ [[package]] name = "rari-types" -version = "0.1.24" +version = "0.1.25" dependencies = [ "chrono", "config", @@ -2791,7 +2791,7 @@ dependencies = [ [[package]] name = "rari-utils" -version = "0.1.24" +version = "0.1.25" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 7e2f6119..b6abef47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari" -version = "0.1.24" +version = "0.1.25" edition = "2021" license = "MPL-2.0" authors = [ diff --git a/crates/css-definition-syntax/Cargo.toml b/crates/css-definition-syntax/Cargo.toml index 30de8fc0..09f375d5 100644 --- a/crates/css-definition-syntax/Cargo.toml +++ b/crates/css-definition-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-definition-syntax" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax-types/Cargo.toml b/crates/css-syntax-types/Cargo.toml index d9ec199c..fa1c918d 100644 --- a/crates/css-syntax-types/Cargo.toml +++ b/crates/css-syntax-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax-types" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/css-syntax/Cargo.toml b/crates/css-syntax/Cargo.toml index 8e7f20d8..81170482 100644 --- a/crates/css-syntax/Cargo.toml +++ b/crates/css-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-syntax" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/diff-test/Cargo.toml b/crates/diff-test/Cargo.toml index 1a7a03d6..f8cb6047 100644 --- a/crates/diff-test/Cargo.toml +++ b/crates/diff-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diff-test" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-data/Cargo.toml b/crates/rari-data/Cargo.toml index d2036082..971299c5 100644 --- a/crates/rari-data/Cargo.toml +++ b/crates/rari-data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-data" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-deps/Cargo.toml b/crates/rari-deps/Cargo.toml index 668df34c..d86d8d08 100644 --- a/crates/rari-deps/Cargo.toml +++ b/crates/rari-deps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-deps" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-doc/Cargo.toml b/crates/rari-doc/Cargo.toml index bbd387f9..7ce43d0a 100644 --- a/crates/rari-doc/Cargo.toml +++ b/crates/rari-doc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-doc" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-linter/Cargo.toml b/crates/rari-linter/Cargo.toml index 1478909f..657f2f31 100644 --- a/crates/rari-linter/Cargo.toml +++ b/crates/rari-linter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-linter" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-md/Cargo.toml b/crates/rari-md/Cargo.toml index cc28dba4..8ab2f6f3 100644 --- a/crates/rari-md/Cargo.toml +++ b/crates/rari-md/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-md" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-sitemap/Cargo.toml b/crates/rari-sitemap/Cargo.toml index 43602414..fdd856d8 100644 --- a/crates/rari-sitemap/Cargo.toml +++ b/crates/rari-sitemap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-sitemap" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-templ-func/Cargo.toml b/crates/rari-templ-func/Cargo.toml index 05d54c79..f8656c92 100644 --- a/crates/rari-templ-func/Cargo.toml +++ b/crates/rari-templ-func/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-templ-func" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-tools/Cargo.toml b/crates/rari-tools/Cargo.toml index cdd052f9..5a7550ef 100644 --- a/crates/rari-tools/Cargo.toml +++ b/crates/rari-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-tools" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors = [ "Andi Pieper ", diff --git a/crates/rari-types/Cargo.toml b/crates/rari-types/Cargo.toml index e9643697..57de701c 100644 --- a/crates/rari-types/Cargo.toml +++ b/crates/rari-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-types" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/rari-utils/Cargo.toml b/crates/rari-utils/Cargo.toml index bd55b219..fafdab85 100644 --- a/crates/rari-utils/Cargo.toml +++ b/crates/rari-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rari-utils" -version = "0.1.24" +version = "0.1.25" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/rari-npm/package-lock.json b/rari-npm/package-lock.json index 6b67d7f9..5e59b995 100644 --- a/rari-npm/package-lock.json +++ b/rari-npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/rari", - "version": "0.1.24", + "version": "0.1.25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/rari", - "version": "0.1.24", + "version": "0.1.25", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/rari-npm/package.json b/rari-npm/package.json index adc43d09..2a43c22d 100644 --- a/rari-npm/package.json +++ b/rari-npm/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/rari", - "version": "0.1.24", + "version": "0.1.25", "description": "npm package for rari", "main": "./lib/index.js", "types": "./lib/index.d.ts",