edgelesssys / contrast

Deploy and manage confidential containers on Kubernetes
https://docs.edgeless.systems/contrast
GNU Affero General Public License v3.0
200 stars 8 forks source link

deps: update docusaurus monorepo to v3.3.2 #448

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@docusaurus/core (source) 3.2.1 -> 3.3.2 age adoption passing confidence
@docusaurus/module-type-aliases (source) 3.2.1 -> 3.3.2 age adoption passing confidence
@docusaurus/plugin-google-gtag (source) 3.2.1 -> 3.3.2 age adoption passing confidence
@docusaurus/preset-classic (source) 3.2.1 -> 3.3.2 age adoption passing confidence
@docusaurus/theme-mermaid (source) 3.2.1 -> 3.3.2 age adoption passing confidence

Release Notes

facebook/docusaurus (@​docusaurus/core) ### [`v3.3.2`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#332-2024-05-03) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.3.1...v3.3.2) ##### :bug: Bug Fix - `docusaurus-module-type-aliases`, `docusaurus` - [#​10103](https://togithub.com/facebook/docusaurus/pull/10103) fix(core): do not recreate ReactDOM Root, fix React warning on hot reload ([@​slorber](https://togithub.com/slorber)) ##### Committers: 1 - Sébastien Lorber ([@​slorber](https://togithub.com/slorber)) ### [`v3.3.1`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#331-2024-05-03) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.3.0...v3.3.1) Failed release ### [`v3.3.0`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#330-2024-05-03) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.2.1...v3.3.0) ##### :rocket: New Feature - `docusaurus-plugin-sitemap` - [#​10083](https://togithub.com/facebook/docusaurus/pull/10083) feat: add createSitemapItems hook ([@​johnnyreilly](https://togithub.com/johnnyreilly)) - `docusaurus-mdx-loader`, `docusaurus-types`, `docusaurus` - [#​10064](https://togithub.com/facebook/docusaurus/pull/10064) feat(core): add new site config option `siteConfig.markdown.anchors.maintainCase` ([@​iAdramelk](https://togithub.com/iAdramelk)) - `docusaurus` - [#​9767](https://togithub.com/facebook/docusaurus/pull/9767) feat(cli): docusaurus deploy should support a --target-dir option ([@​SandPod](https://togithub.com/SandPod)) - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-plugin-debug`, `docusaurus-types`, `docusaurus` - [#​10042](https://togithub.com/facebook/docusaurus/pull/10042) feat(core): simplify plugin API, support route.props ([@​slorber](https://togithub.com/slorber)) - `docusaurus-plugin-content-pages`, `docusaurus-theme-classic`, `docusaurus-theme-common` - [#​10032](https://togithub.com/facebook/docusaurus/pull/10032) feat(pages): add LastUpdateAuthor & LastUpdateTime & editUrl ([@​OzakIOne](https://togithub.com/OzakIOne)) ##### :bug: Bug Fix - `docusaurus-cssnano-preset`, `docusaurus-utils`, `docusaurus` - [#​10092](https://togithub.com/facebook/docusaurus/pull/10092) chore: Upgrade svgr / svgo / cssnano ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-classic` - [#​10091](https://togithub.com/facebook/docusaurus/pull/10091) fix(theme): `` props should allow overriding defaults ([@​gagdiez](https://togithub.com/gagdiez)) - [#​10080](https://togithub.com/facebook/docusaurus/pull/10080) fix(theme): `` should render properly without heading/icon ([@​andrmaz](https://togithub.com/andrmaz)) - `docusaurus` - [#​10090](https://togithub.com/facebook/docusaurus/pull/10090) fix(core): `docusaurus serve` redirects should include the site `/baseUrl/` prefix ([@​slorber](https://togithub.com/slorber)) - `docusaurus-module-type-aliases`, `docusaurus-preset-classic`, `docusaurus-theme-classic`, `docusaurus-theme-live-codeblock`, `docusaurus` - [#​10079](https://togithub.com/facebook/docusaurus/pull/10079) fix: handle React v18.3 warnings ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-translations` - [#​10070](https://togithub.com/facebook/docusaurus/pull/10070) fix(theme-translations): add missing theme translations for pt-BR ([@​h3nr1ke](https://togithub.com/h3nr1ke)) - [#​10051](https://togithub.com/facebook/docusaurus/pull/10051) fix(theme-translations): correct label for tip admonition in italian ([@​tomsotte](https://togithub.com/tomsotte)) - `docusaurus-theme-search-algolia` - [#​10048](https://togithub.com/facebook/docusaurus/pull/10048) fix(algolia): add insights property on Algolia Theme Config object TS definition ([@​Virgil993](https://togithub.com/Virgil993)) - `docusaurus-plugin-content-docs`, `docusaurus` - [#​10054](https://togithub.com/facebook/docusaurus/pull/10054) fix(core): sortRoutes shouldn't have a default baseUrl value, this led to a bug ([@​slorber](https://togithub.com/slorber)) - `docusaurus-plugin-content-docs` - [#​10025](https://togithub.com/facebook/docusaurus/pull/10025) fix(docs): sidebar item label impact the pagination label of docs ([@​Abdullah-03](https://togithub.com/Abdullah-03)) - `docusaurus-utils` - [#​10022](https://togithub.com/facebook/docusaurus/pull/10022) fix(utils): getFileCommitDate should support `log.showSignature=true` ([@​slorber](https://togithub.com/slorber)) ##### :running_woman: Performance - `docusaurus` - [#​10060](https://togithub.com/facebook/docusaurus/pull/10060) refactor(core): optimize App entrypoint, it should not re-render when navigating ([@​slorber](https://togithub.com/slorber)) ##### :nail_care: Polish - `docusaurus-theme-classic` - [#​10061](https://togithub.com/facebook/docusaurus/pull/10061) refactor(theme): simplify CSS solution to solve empty search container ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-common` - [#​10023](https://togithub.com/facebook/docusaurus/pull/10023) refactor(website): refactor showcase components ([@​slorber](https://togithub.com/slorber)) ##### :memo: Documentation - [#​10096](https://togithub.com/facebook/docusaurus/pull/10096) docs: Fix `déja` to `déjà` in `swizzling.mdx` ([@​Zwyx](https://togithub.com/Zwyx)) - [#​10093](https://togithub.com/facebook/docusaurus/pull/10093) docs: Fix dead Typesense links ([@​kaihoffman](https://togithub.com/kaihoffman)) - [#​10085](https://togithub.com/facebook/docusaurus/pull/10085) docs: make `ThemedImage` example work out of the box ([@​lebalz](https://togithub.com/lebalz)) - [#​10082](https://togithub.com/facebook/docusaurus/pull/10082) docs: add note regarding ts extension for config file. ([@​homotechsual](https://togithub.com/homotechsual)) - [#​9490](https://togithub.com/facebook/docusaurus/pull/9490) docs: add troubleshooting steps to migration/upgrade page ([@​homotechsual](https://togithub.com/homotechsual)) - [#​10056](https://togithub.com/facebook/docusaurus/pull/10056) docs(search): Algolia troubleshooting section for index configuration problems ([@​slorber](https://togithub.com/slorber)) - [#​10039](https://togithub.com/facebook/docusaurus/pull/10039) docs: visit is a named export of unist-util-visit ([@​pearmini](https://togithub.com/pearmini)) - [#​10020](https://togithub.com/facebook/docusaurus/pull/10020) docs: Fix wrong path example ([@​tomy0000000](https://togithub.com/tomy0000000)) - [#​10011](https://togithub.com/facebook/docusaurus/pull/10011) docs: add stormkit as deployment platform ([@​eldemcan](https://togithub.com/eldemcan)) ##### :robot: Dependencies - [#​10097](https://togithub.com/facebook/docusaurus/pull/10097) chore(deps): bump ejs from 3.1.9 to 3.1.10 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​10089](https://togithub.com/facebook/docusaurus/pull/10089) chore(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.1 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​10088](https://togithub.com/facebook/docusaurus/pull/10088) chore(deps): bump preactjs/compressed-size-action from 2.5.0 to 2.6.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​10034](https://togithub.com/facebook/docusaurus/pull/10034) chore(deps): bump semver from 7.3.4 to 7.6.0 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### :wrench: Maintenance - `create-docusaurus`, `docusaurus-cssnano-preset`, `docusaurus-logger`, `docusaurus-mdx-loader`, `docusaurus-plugin-client-redirects`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-plugin-debug`, `docusaurus-plugin-google-analytics`, `docusaurus-plugin-google-gtag`, `docusaurus-plugin-google-tag-manager`, `docusaurus-plugin-ideal-image`, `docusaurus-plugin-pwa`, `docusaurus-plugin-sitemap`, `docusaurus-plugin-vercel-analytics`, `docusaurus-preset-classic`, `docusaurus-remark-plugin-npm2yarn`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-theme-live-codeblock`, `docusaurus-theme-mermaid`, `docusaurus-theme-search-algolia`, `docusaurus-theme-translations`, `docusaurus-utils-common`, `docusaurus-utils-validation`, `docusaurus-utils`, `docusaurus`, `eslint-plugin`, `lqip-loader`, `stylelint-copyright` - [#​10065](https://togithub.com/facebook/docusaurus/pull/10065) refactor: extract base TS client config + upgrade TS + refactor TS setup ([@​slorber](https://togithub.com/slorber)) - Other - [#​10063](https://togithub.com/facebook/docusaurus/pull/10063) test(e2e): TypeCheck website/starter in min/max range of TS versions ([@​slorber](https://togithub.com/slorber)) - [#​10049](https://togithub.com/facebook/docusaurus/pull/10049) fix(website): fix website manifest.json name "Docusaurus v2" to just "Docusaurus" ([@​volcanofr](https://togithub.com/volcanofr)) ##### Committers: 20 - Abdullah Saud ([@​Abdullah-03](https://togithub.com/Abdullah-03)) - Alexander Sandor ([@​SandPod](https://togithub.com/SandPod)) - Alexey Ivanov ([@​iAdramelk](https://togithub.com/iAdramelk)) - Andrea Mazzucchelli ([@​andrmaz](https://togithub.com/andrmaz)) - Bairui Su ([@​pearmini](https://togithub.com/pearmini)) - Balthasar Hofer ([@​lebalz](https://togithub.com/lebalz)) - Can Eldem ([@​eldemcan](https://togithub.com/eldemcan)) - Daniel Li ([@​d4nyll](https://togithub.com/d4nyll)) - Guille ([@​gagdiez](https://togithub.com/gagdiez)) - H3NR1KE ([@​h3nr1ke](https://togithub.com/h3nr1ke)) - John Reilly ([@​johnnyreilly](https://togithub.com/johnnyreilly)) - Kai Hoffman ([@​kaihoffman](https://togithub.com/kaihoffman)) - Mikey O'Toole ([@​homotechsual](https://togithub.com/homotechsual)) - Sébastien Lorber ([@​slorber](https://togithub.com/slorber)) - Tommaso Sotte ([@​tomsotte](https://togithub.com/tomsotte)) - Tomy Hsieh ([@​tomy0000000](https://togithub.com/tomy0000000)) - Zwyx ([@​Zwyx](https://togithub.com/Zwyx)) - [@​Virgil993](https://togithub.com/Virgil993) - [@​volcanofr](https://togithub.com/volcanofr) - ozaki ([@​OzakIOne](https://togithub.com/OzakIOne))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 6 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

github-actions[bot] commented 6 months ago

PR Preview Action v1.4.7 :---: Preview removed because the pull request was closed. 2024-05-13 11:46 UTC