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

Bump the website group in /website with 5 updates #573

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

Bumps the website group in /website with 5 updates:

Package From To
@docusaurus/core 3.1.1 3.2.0
@docusaurus/plugin-client-redirects 3.1.1 3.2.0
@docusaurus/preset-classic 3.1.1 3.2.0
@docusaurus/theme-mermaid 3.1.1 3.2.0
@docusaurus/module-type-aliases 3.1.1 3.2.0

Updates @docusaurus/core from 3.1.1 to 3.2.0

Release notes

Sourced from @​docusaurus/core's releases.

3.2.0 (2024-03-29)

🚀 New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

🐛 Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

🏃‍♀️ Performance

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

3.2.0 (2024-03-29)

🚀 New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

🐛 Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

🏃‍♀️ Performance

... (truncated)

Commits
  • 5af1436 v3.2.0
  • 8212471 refactor(utils): remove duplicated function (#9972)
  • efbe474 refactor(core): improve dev perf, fine-grained site reloads - part 3 (#9975)
  • 93a09ea refactor(core): improve dev perf, fine-grained site reloads - part2 (#9968)
  • 9017fb9 feat(sitemap): add support for "lastmod" (#9954)
  • 8d115a9 feat(core): add new plugin allContentLoaded lifecycle (#9931)
  • d02b96f refactor(core): improve dev perf, fine-grained site reloads - part1 (#9903)
  • 6bf21d2 fix(core): fix default i18n calendar used, infer it from locale if possible (...
  • b26e262 fix(core): ensure core error boundary is able to render theme layout (#9852)
  • 8abd189 feat(swizzle): ask user preferred language if no language CLI option provided...
  • Additional commits viewable in compare view

Updates @docusaurus/plugin-client-redirects from 3.1.1 to 3.2.0

Release notes

Sourced from @​docusaurus/plugin-client-redirects's releases.

3.2.0 (2024-03-29)

🚀 New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

🐛 Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

🏃‍♀️ Performance

... (truncated)

Changelog

Sourced from @​docusaurus/plugin-client-redirects's changelog.

3.2.0 (2024-03-29)

🚀 New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

🐛 Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

🏃‍♀️ Performance

... (truncated)

Commits
  • 5af1436 v3.2.0
  • 8212471 refactor(utils): remove duplicated function (#9972)
  • fb3138d refactor(client-redirects): elaborate documentation, minor refactor (#7607)
  • 613d938 chore: prepare v2.0.0-beta.21 release (#7513)
  • 47a2cca chore: require Node 16.14 (#7501)
  • e2e40b8 test: fix some type errors in test files (#7486)
  • bf1513a refactor: fix a lot of errors in type-aware linting (#7477)
  • 6b53d42 misc: make copyUntypedFiles work for watch mode (#7445)
  • a555fd1 refactor: make each tsconfig explicitly declare module and include/exclude (#...
  • See full diff in compare view

Updates @docusaurus/preset-classic from 3.1.1 to 3.2.0

Release notes

Sourced from @​docusaurus/preset-classic's releases.

3.2.0 (2024-03-29)

🚀 New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

🐛 Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

🏃‍♀️ Performance

... (truncated)

Changelog

Sourced from @​docusaurus/preset-classic's changelog.

3.2.0 (2024-03-29)

🚀 New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

🐛 Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

🏃‍♀️ Performance

... (truncated)

Commits
  • 5af1436 v3.2.0
  • 6fa5189 chore: prepare v2.0.0-beta.19 release (#7325)
  • a2c993b fix(*): make TypeScript realize that each plugin package has a default export...
  • 03516dc fix(sitemap): exclude pages with robots noindex from sitemap (#7143)
  • f4ab7c6 feat(preset-classic, content-docs/client): JSDoc (#7148)
  • 0963bff feat(preset-classic): exclude debug plugin routes from sitemap (#7122)
  • 73deaa8 chore: prepare v2.0.0-beta.18 release (#7001)
  • 8dbd656 chore: prepare v2.0.0-beta.17 release (#6829)
  • 124511f chore: prepare v2.0.0-beta.16 release (#6760)
  • See full diff in compare view

Updates @docusaurus/theme-mermaid from 3.1.1 to 3.2.0

Release notes

Sourced from @​docusaurus/theme-mermaid's releases.

3.2.0 (2024-03-29)

🚀 New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

🐛 Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(core): ensure core error boundary is able to render theme layout (@​slorber)
  • docusaurus-remark-plugin-npm2yarn
    • #9861 fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax (@​OzakIOne)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #9851 fix(theme-classic): should use plurals for category items description (@​baradusov)

🏃‍♀️ Performance

... (truncated)

Changelog

Sourced from @​docusaurus/theme-mermaid's changelog.

3.2.0 (2024-03-29)

🚀 New Feature

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-sitemap, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-validation, docusaurus-utils
  • docusaurus-plugin-debug, docusaurus-types, docusaurus
  • docusaurus-theme-translations
  • docusaurus-plugin-content-blog
    • #9886 feat(blog): allow processing blog posts through a processBlogPosts function (@​OzakIOne)
    • #9838 feat(blog): add blog pageBasePath plugin option (@​ilg-ul)
  • docusaurus
    • #9681 feat(swizzle): ask user preferred language if no language CLI option provided (@​yixiaojiu)
  • create-docusaurus, docusaurus-utils
    • #9442 feat(create-docusaurus): ask user for preferred language when no language CLI option provided (@​Rafael-Martins)
  • docusaurus-plugin-vercel-analytics
    • #9687 feat(plugin-vercel-analytics): add new vercel analytics plugin (@​OzakIOne)
  • docusaurus-mdx-loader
    • #9684 feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (@​anatolykopyl)

🐛 Bug Fix

  • docusaurus-mdx-loader
    • #9999 fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak (@​slorber)
  • docusaurus-theme-search-algolia
    • #9945 fix(a11y): move focus algolia-search focus back to search input on Escape (@​mxschmitt)
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
    • #9944 fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button (@​mxschmitt)
  • docusaurus-theme-translations
  • docusaurus-utils
  • docusaurus
    • #9878 fix(core): fix default i18n calendar used, infer it from locale if possible (@​slorber)
    • #9852 fix(c...

      Description has been truncated

Bumps the website group in /website with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.1.1` | `3.2.0` |
| [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects) | `3.1.1` | `3.2.0` |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.1.1` | `3.2.0` |
| [@docusaurus/theme-mermaid](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid) | `3.1.1` | `3.2.0` |
| [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) | `3.1.1` | `3.2.0` |


Updates `@docusaurus/core` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.2.0/packages/docusaurus)

Updates `@docusaurus/plugin-client-redirects` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.2.0/packages/docusaurus-plugin-client-redirects)

Updates `@docusaurus/preset-classic` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.2.0/packages/docusaurus-preset-classic)

Updates `@docusaurus/theme-mermaid` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.2.0/packages/docusaurus-theme-mermaid)

Updates `@docusaurus/module-type-aliases` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.2.0/packages/docusaurus-module-type-aliases)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website
- dependency-name: "@docusaurus/plugin-client-redirects"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website
- dependency-name: "@docusaurus/theme-mermaid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: website
- dependency-name: "@docusaurus/module-type-aliases"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: website
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners April 2, 2024 19:19
@dependabot dependabot bot requested a review from jamengual April 2, 2024 19:19
@dependabot dependabot bot added the no-release Do not create a new release (wait for additional code changes) label Apr 2, 2024
@dependabot dependabot bot requested a review from joe-niland April 2, 2024 19:19
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2024

Superseded by #577.

@dependabot dependabot bot closed this Apr 7, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/website/website-07d2d70c67 branch April 7, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-release Do not create a new release (wait for additional code changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants