finos / git-proxy

Deploy custom push protections and policies on top of Git
https://git-proxy.finos.org
Apache License 2.0
110 stars 72 forks source link

fix(deps): update docusaurus monorepo to v3.4.0 #616

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@docusaurus/core (source) 3.3.2 -> 3.4.0 age adoption passing confidence
@docusaurus/preset-classic (source) 3.3.2 -> 3.4.0 age adoption passing confidence

Release Notes

facebook/docusaurus (@​docusaurus/core) ### [`v3.4.0`](https://togithub.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#340-2024-05-31) [Compare Source](https://togithub.com/facebook/docusaurus/compare/v3.3.2...v3.4.0) ##### :rocket: New Feature - `create-docusaurus`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-theme-classic`, `docusaurus-utils-validation`, `docusaurus-utils` - [#​10137](https://togithub.com/facebook/docusaurus/pull/10137) feat(docs, blog): add support for `tags.yml`, predefined list of tags ([@​OzakIOne](https://togithub.com/OzakIOne)) - `docusaurus-theme-translations` - [#​10151](https://togithub.com/facebook/docusaurus/pull/10151) feat(theme-translations): Added Turkmen (tk) default theme translations ([@​ilmedova](https://togithub.com/ilmedova)) - [#​10111](https://togithub.com/facebook/docusaurus/pull/10111) feat(theme-translations): Add Bulgarian default theme translations (bg) ([@​PetarMc1](https://togithub.com/PetarMc1)) - `docusaurus-plugin-client-redirects`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-pwa`, `docusaurus-plugin-sitemap`, `docusaurus-theme-search-algolia`, `docusaurus-types`, `docusaurus-utils`, `docusaurus` - [#​9859](https://togithub.com/facebook/docusaurus/pull/9859) feat(core): hash router option - browse site offline (experimental) ([@​slorber](https://togithub.com/slorber)) - `docusaurus-module-type-aliases`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-types`, `docusaurus` - [#​10121](https://togithub.com/facebook/docusaurus/pull/10121) feat(core): site storage config options (experimental) ([@​slorber](https://togithub.com/slorber)) ##### :bug: Bug Fix - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-utils` - [#​10185](https://togithub.com/facebook/docusaurus/pull/10185) fix(docs, blog): Markdown link resolution does not support hot reload ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-search-algolia` - [#​10178](https://togithub.com/facebook/docusaurus/pull/10178) fix(theme): SearchPage should respect `contextualSearch: false` setting ([@​ncoughlin](https://togithub.com/ncoughlin)) - [#​10164](https://togithub.com/facebook/docusaurus/pull/10164) fix(search): fix algolia search container bug ([@​slorber](https://togithub.com/slorber)) - `docusaurus-mdx-loader`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-utils` - [#​10168](https://togithub.com/facebook/docusaurus/pull/10168) fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-translations` - [#​10165](https://togithub.com/facebook/docusaurus/pull/10165) fix(theme-translation): add missing Korean (ko) theme translations ([@​revi](https://togithub.com/revi)) - [#​10157](https://togithub.com/facebook/docusaurus/pull/10157) fix(theme-translations): complete Vietnamese theme translations ([@​namnguyenthanhwork](https://togithub.com/namnguyenthanhwork)) - `docusaurus` - [#​10145](https://togithub.com/facebook/docusaurus/pull/10145) fix(core): fix serve workaround regexp ([@​slorber](https://togithub.com/slorber)) - [#​10142](https://togithub.com/facebook/docusaurus/pull/10142) fix(core): fix `docusaurus serve` broken for assets when using trailingSlash ([@​slorber](https://togithub.com/slorber)) - [#​10130](https://togithub.com/facebook/docusaurus/pull/10130) fix(core): the broken anchor checker should not be sensitive pathname trailing slashes ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-classic`, `docusaurus-theme-common` - [#​10144](https://togithub.com/facebook/docusaurus/pull/10144) fix(theme): fix announcement bar layout shift due to missing storage key namespace ([@​slorber](https://togithub.com/slorber)) - `docusaurus-plugin-content-docs`, `docusaurus` - [#​10132](https://togithub.com/facebook/docusaurus/pull/10132) fix(core): `configurePostCss()` should run after `configureWebpack()` ([@​slorber](https://togithub.com/slorber)) - `docusaurus-utils`, `docusaurus` - [#​10131](https://togithub.com/facebook/docusaurus/pull/10131) fix(core): codegen should generate unique route prop filenames ([@​slorber](https://togithub.com/slorber)) - `docusaurus-theme-classic`, `docusaurus-theme-translations` - [#​10118](https://togithub.com/facebook/docusaurus/pull/10118) fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals ([@​slorber](https://togithub.com/slorber)) ##### :memo: Documentation - [#​10176](https://togithub.com/facebook/docusaurus/pull/10176) docs: add community plugin docusaurus-graph ([@​Arsero](https://togithub.com/Arsero)) - [#​10173](https://togithub.com/facebook/docusaurus/pull/10173) docs: improve how to use `
` ([@​tats-u](https://togithub.com/tats-u)) - [#​10167](https://togithub.com/facebook/docusaurus/pull/10167) docs: suggest using `{<...>...}` if don't use Markdown in migra… ([@​tats-u](https://togithub.com/tats-u)) - [#​10143](https://togithub.com/facebook/docusaurus/pull/10143) docs: recommend users to remove hast-util-is-element in migration to v3 ([@​tats-u](https://togithub.com/tats-u)) - [#​10124](https://togithub.com/facebook/docusaurus/pull/10124) docs: v3 prepare your site blog post should point users to the upgrade guide ([@​homotechsual](https://togithub.com/homotechsual)) ##### :robot: Dependencies - [#​10155](https://togithub.com/facebook/docusaurus/pull/10155) chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​10154](https://togithub.com/facebook/docusaurus/pull/10154) chore(deps): bump github/codeql-action from 2.13.4 to 3.25.6 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - [#​10112](https://togithub.com/facebook/docusaurus/pull/10112) chore(deps): bump actions/dependency-review-action from 4.3.1 to 4.3.2 ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) ##### Committers: 11 - Azzedine E. ([@​Arsero](https://togithub.com/Arsero)) - CodeDoctor ([@​CodeDoctorDE](https://togithub.com/CodeDoctorDE)) - Mahri Ilmedova ([@​ilmedova](https://togithub.com/ilmedova)) - Mikey O'Toole ([@​homotechsual](https://togithub.com/homotechsual)) - Nguyễn Thành Nam ([@​namnguyenthanhwork](https://togithub.com/namnguyenthanhwork)) - Nick Coughlin ([@​ncoughlin](https://togithub.com/ncoughlin)) - Petar_mc ([@​PetarMc1](https://togithub.com/PetarMc1)) - Sébastien Lorber ([@​slorber](https://togithub.com/slorber)) - Tatsunori Uchino ([@​tats-u](https://togithub.com/tats-u)) - Yongmin ([@​revi](https://togithub.com/revi)) - 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.


  • [ ] If you want to rebase/retry this PR, check this box

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

netlify[bot] commented 3 months ago

Deploy Preview for endearing-brigadeiros-63f9d0 ready!

Name Link
Latest commit 752eb57eafab3df6bf9f992771592a1cece725e1
Latest deploy log https://app.netlify.com/sites/endearing-brigadeiros-63f9d0/deploys/6672a3b20235b90008bd9823
Deploy Preview https://deploy-preview-616--endearing-brigadeiros-63f9d0.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 3 months ago

Dependency Review

The following issues were found:

View full job summary

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.39%. Comparing base (6b9a536) to head (752eb57).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #616 +/- ## ======================================= Coverage 57.39% 57.39% ======================================= Files 46 46 Lines 1582 1582 ======================================= Hits 908 908 Misses 674 674 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.