Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docusaurus monorepo to v3.5.2 #293

Merged

Conversation

joomla-dependency-bot
Copy link
Contributor

@joomla-dependency-bot joomla-dependency-bot commented Aug 9, 2024

This PR contains the following updates:

Package Type Update Change
@docusaurus/core dependencies minor 3.4.0 -> 3.5.2
@docusaurus/module-type-aliases devDependencies minor 3.4.0 -> 3.5.2
@docusaurus/plugin-sitemap dependencies minor 3.4.0 -> 3.5.2
@docusaurus/preset-classic dependencies minor 3.4.0 -> 3.5.2
@docusaurus/theme-mermaid dependencies minor 3.4.0 -> 3.5.2

Release Notes

facebook/docusaurus

v3.5.2

Compare Source

3.5.2 (2024-08-13)
🐛 Bug Fix
  • docusaurus-theme-common
    • #​10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@​slorber)
  • docusaurus
    • #​10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@​slorber)
  • create-docusaurus, docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #​10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@​josh-wong)
💅 Polish
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations
📝 Documentation
🤖 Dependencies
Committers: 4

v3.5.1

Compare Source

🐛 Bug Fix
  • docusaurus-plugin-content-blog, docusaurus-theme-search-algolia
  • docusaurus-theme-search-algolia
Committers: 2

v3.5.0

Compare Source

🚀 New Feature
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations
  • create-docusaurus, docusaurus-plugin-content-blog
    • #​9252 feat(blog): add feed xlst options to render beautiful RSS and Atom feeds (@​Xebec19)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations, docusaurus-utils
  • docusaurus-theme-translations
  • docusaurus-mdx-loader
    • #​10335 feat(mdx-loader): wrap mdx content title (# Title) in <header> for concistency (@​OzakIOne)
  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-utils
  • docusaurus-plugin-client-redirects, docusaurus-plugin-google-analytics, docusaurus-plugin-google-gtag, docusaurus-plugin-google-tag-manager, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-plugin-vercel-analytics, docusaurus-types, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common
  • docusaurus-plugin-content-blog, docusaurus-utils
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils-validation
🐛 Bug Fix
💅 Polish
  • docusaurus-theme-translations
📝 Documentation
🤖 Dependencies
🔧 Maintenance
  • Other
  • docusaurus-theme-classic
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-search-algolia
  • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common
  • 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
Committers: 25

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, click this checkbox.

This PR has been generated by Renovate Bot.

Copy link
Contributor

PR Reviewer Guide 🔍

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No key issues to review

Copy link
Contributor

PR Code Suggestions ✨

CategorySuggestion                                                                                                                                    Score
Best practice
Allow minor updates for the "@docusaurus/core" dependency

Consider using a caret (^) version range for the dependency "@docusaurus/core" to
allow minor updates that are usually non-breaking according to semantic versioning.

package.json [19]

-"@docusaurus/core": "3.5.0",
+"@docusaurus/core": "^3.5.0",
 
  • Apply this suggestion
Suggestion importance[1-10]: 7

Why: Using a caret (^) version range for the "@docusaurus/core" dependency allows for minor updates that are usually non-breaking, which can help keep the project up-to-date with minimal risk.

7
Allow minor updates for the "@docusaurus/plugin-sitemap" dependency

Consider using a caret (^) version range for the dependency
"@docusaurus/plugin-sitemap" to allow minor updates that are usually non-breaking
according to semantic versioning.

package.json [20]

-"@docusaurus/plugin-sitemap": "3.5.0",
+"@docusaurus/plugin-sitemap": "^3.5.0",
 
  • Apply this suggestion
Suggestion importance[1-10]: 7

Why: Using a caret (^) version range for the "@docusaurus/plugin-sitemap" dependency allows for minor updates that are usually non-breaking, which can help keep the project up-to-date with minimal risk.

7
Allow minor updates for the "@docusaurus/preset-classic" dependency

Consider using a caret (^) version range for the dependency
"@docusaurus/preset-classic" to allow minor updates that are usually non-breaking
according to semantic versioning.

package.json [21]

-"@docusaurus/preset-classic": "3.5.0",
+"@docusaurus/preset-classic": "^3.5.0",
 
  • Apply this suggestion
Suggestion importance[1-10]: 7

Why: Using a caret (^) version range for the "@docusaurus/preset-classic" dependency allows for minor updates that are usually non-breaking, which can help keep the project up-to-date with minimal risk.

7
Allow minor updates for the "@docusaurus/theme-mermaid" dependency

Consider using a caret (^) version range for the dependency
"@docusaurus/theme-mermaid" to allow minor updates that are usually non-breaking
according to semantic versioning.

package.json [22]

-"@docusaurus/theme-mermaid": "3.5.0",
+"@docusaurus/theme-mermaid": "^3.5.0",
 
  • Apply this suggestion
Suggestion importance[1-10]: 7

Why: Using a caret (^) version range for the "@docusaurus/theme-mermaid" dependency allows for minor updates that are usually non-breaking, which can help keep the project up-to-date with minimal risk.

7

@joomla-dependency-bot joomla-dependency-bot changed the title Update docusaurus monorepo to v3.5.0 Update docusaurus monorepo to v3.5.1 Aug 9, 2024
@HLeithner
Copy link
Member

upstream broke api, this is tracked at ds local search confirmed by @slorber (thanks for confirming this bug) hopefully automatically fixed by docusaurus 3.5.2

@joomla-dependency-bot joomla-dependency-bot changed the title Update docusaurus monorepo to v3.5.1 Update docusaurus monorepo to v3.5.2 Aug 13, 2024
@HLeithner HLeithner merged commit 9ef05d2 into joomla:main Aug 13, 2024
2 checks passed
@HLeithner
Copy link
Member

Thanks @slorber 3.5.2 seems to work.

@joomla-dependency-bot joomla-dependency-bot deleted the renovate/docusaurus-monorepo branch August 13, 2024 13:45
@slorber
Copy link

slorber commented Aug 13, 2024

thanks for confirming 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants