Update docusaurus monorepo to v3.2.0 #65

Zusammengeführt
nickslowinski hat 1 Commit von renovate/docusaurus-monorepo nach main 2024-03-30 21:11:38 +01:00 zusammengeführt
Mitglied

This PR contains the following updates:

Package Type Update Change
@docusaurus/core (source) dependencies minor 3.1.1 -> 3.2.0
@docusaurus/module-type-aliases (source) devDependencies minor 3.1.1 -> 3.2.0
@docusaurus/preset-classic (source) dependencies minor 3.1.1 -> 3.2.0
@docusaurus/types (source) devDependencies minor 3.1.1 -> 3.2.0

Release Notes

facebook/docusaurus (@​docusaurus/core)

v3.2.0

Compare Source

🚀 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
  • docusaurus
  • create-docusaurus, docusaurus-utils
  • docusaurus-plugin-vercel-analytics
  • 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
  • docusaurus-plugin-content-blog
  • docusaurus-theme-classic
  • 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
🏃‍♀️ Performance
  • docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-types, docusaurus
  • docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
  • docusaurus
💅 Polish
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common
    • #​9868 refactor(theme): dates should be formatted on the client-side instead of in nodejs code (@​OzakIOne)
  • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types
  • docusaurus-plugin-content-docs
    • #​9839 refactor(blog): improve doc global data hook error message + add doc warning to blogOnly mode (@​OzakIOne)
📝 Documentation
🤖 Dependencies
🔧 Maintenance
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-docs, docusaurus-utils-common, docusaurus-utils-validation, docusaurus-utils, docusaurus
  • Other
  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils
    • #​9963 refactor(docs,blog): last update timestamp should be in milliseconds instead of seconds (@​slorber)
Committers: 22

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@docusaurus/core](https://github.com/facebook/docusaurus) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus)) | dependencies | minor | [`3.1.1` -> `3.2.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fcore/3.1.1/3.2.0) | | [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases)) | devDependencies | minor | [`3.1.1` -> `3.2.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fmodule-type-aliases/3.1.1/3.2.0) | | [@docusaurus/preset-classic](https://github.com/facebook/docusaurus) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic)) | dependencies | minor | [`3.1.1` -> `3.2.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fpreset-classic/3.1.1/3.2.0) | | [@docusaurus/types](https://github.com/facebook/docusaurus) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types)) | devDependencies | minor | [`3.1.1` -> `3.2.0`](https://renovatebot.com/diffs/npm/@docusaurus%2ftypes/3.1.1/3.2.0) | --- ### Release Notes <details> <summary>facebook/docusaurus (@&#8203;docusaurus/core)</summary> ### [`v3.2.0`](https://github.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#320-2024-03-29) [Compare Source](https://github.com/facebook/docusaurus/compare/v3.1.1...v3.2.0) ##### :rocket: New Feature - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-plugin-sitemap`, `docusaurus-types`, `docusaurus-utils`, `docusaurus` - [#&#8203;9954](https://github.com/facebook/docusaurus/pull/9954) feat(sitemap): add support for "lastmod" ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-utils-validation`, `docusaurus-utils` - [#&#8203;9912](https://github.com/facebook/docusaurus/pull/9912) feat(blog): add LastUpdateAuthor & LastUpdateTime ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - `docusaurus-plugin-debug`, `docusaurus-types`, `docusaurus` - [#&#8203;9931](https://github.com/facebook/docusaurus/pull/9931) feat(core): add new plugin allContentLoaded lifecycle ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-theme-translations` - [#&#8203;9928](https://github.com/facebook/docusaurus/pull/9928) feat(theme-translations) Icelandic (is) ([@&#8203;Hallinn](https://github.com/Hallinn)) - `docusaurus-plugin-content-blog` - [#&#8203;9886](https://github.com/facebook/docusaurus/pull/9886) feat(blog): allow processing blog posts through a processBlogPosts function ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - [#&#8203;9838](https://github.com/facebook/docusaurus/pull/9838) feat(blog): add blog pageBasePath plugin option ([@&#8203;ilg-ul](https://github.com/ilg-ul)) - `docusaurus` - [#&#8203;9681](https://github.com/facebook/docusaurus/pull/9681) feat(swizzle): ask user preferred language if no language CLI option provided ([@&#8203;yixiaojiu](https://github.com/yixiaojiu)) - `create-docusaurus`, `docusaurus-utils` - [#&#8203;9442](https://github.com/facebook/docusaurus/pull/9442) feat(create-docusaurus): ask user for preferred language when no language CLI option provided ([@&#8203;Rafael-Martins](https://github.com/Rafael-Martins)) - `docusaurus-plugin-vercel-analytics` - [#&#8203;9687](https://github.com/facebook/docusaurus/pull/9687) feat(plugin-vercel-analytics): add new vercel analytics plugin ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - `docusaurus-mdx-loader` - [#&#8203;9684](https://github.com/facebook/docusaurus/pull/9684) feat(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials ([@&#8203;anatolykopyl](https://github.com/anatolykopyl)) ##### :bug: Bug Fix - `docusaurus-mdx-loader` - [#&#8203;9999](https://github.com/facebook/docusaurus/pull/9999) fix(mdx-loader): Ignore contentTitle coming after Markdown thematicBreak ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-theme-search-algolia` - [#&#8203;9945](https://github.com/facebook/docusaurus/pull/9945) fix(a11y): move focus algolia-search focus back to search input on Escape ([@&#8203;mxschmitt](https://github.com/mxschmitt)) - `docusaurus-plugin-content-blog` - [#&#8203;9920](https://github.com/facebook/docusaurus/pull/9920) fix(blog): apply trailing slash to blog feed ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - `docusaurus-theme-classic` - [#&#8203;9944](https://github.com/facebook/docusaurus/pull/9944) fix(theme): improve a11y of DocSidebarItemCategory expand/collapsed button ([@&#8203;mxschmitt](https://github.com/mxschmitt)) - `docusaurus-theme-translations` - [#&#8203;9915](https://github.com/facebook/docusaurus/pull/9915) fix(theme-translations): complete and modify Japanese translations ([@&#8203;Suenaga-Ryuya](https://github.com/Suenaga-Ryuya)) - [#&#8203;9910](https://github.com/facebook/docusaurus/pull/9910) fix(theme-translations): add Japanese translations ([@&#8203;Suenaga-Ryuya](https://github.com/Suenaga-Ryuya)) - [#&#8203;9872](https://github.com/facebook/docusaurus/pull/9872) fix(theme-translations): complete and improve Spanish theme translations ([@&#8203;4troDev](https://github.com/4troDev)) - [#&#8203;9812](https://github.com/facebook/docusaurus/pull/9812) fix(i18n): add missing theme translations for fa locale ([@&#8203;VahidNaderi](https://github.com/VahidNaderi)) - `docusaurus-utils` - [#&#8203;9897](https://github.com/facebook/docusaurus/pull/9897) fix(mdx-loader): mdx-code-block should support CRLF ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus` - [#&#8203;9878](https://github.com/facebook/docusaurus/pull/9878) fix(core): fix default i18n calendar used, infer it from locale if possible ([@&#8203;slorber](https://github.com/slorber)) - [#&#8203;9852](https://github.com/facebook/docusaurus/pull/9852) fix(core): ensure core error boundary is able to render theme layout ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-remark-plugin-npm2yarn` - [#&#8203;9861](https://github.com/facebook/docusaurus/pull/9861) fix(remark-npm2yarn): update npm-to-yarn from 2.0.0 to 2.2.1, fix pnpm extra args syntax ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - `docusaurus-theme-classic`, `docusaurus-theme-translations` - [#&#8203;9851](https://github.com/facebook/docusaurus/pull/9851) fix(theme-classic): should use plurals for category items description ([@&#8203;baradusov](https://github.com/baradusov)) ##### :running_woman: Performance - `docusaurus-types`, `docusaurus-utils`, `docusaurus` - [#&#8203;9975](https://github.com/facebook/docusaurus/pull/9975) refactor(core): improve dev perf, fine-grained site reloads - part 3 ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-types`, `docusaurus` - [#&#8203;9968](https://github.com/facebook/docusaurus/pull/9968) refactor(core): improve dev perf, fine-grained site reloads - part2 ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-types`, `docusaurus` - [#&#8203;9903](https://github.com/facebook/docusaurus/pull/9903) refactor(core): improve dev perf, fine-grained site reloads - part1 ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-utils` - [#&#8203;9890](https://github.com/facebook/docusaurus/pull/9890) perf: optimize getFileCommitDate, make it async ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus` - [#&#8203;9798](https://github.com/facebook/docusaurus/pull/9798) refactor(core): internalize, simplify and optimize the SSG logic ([@&#8203;slorber](https://github.com/slorber)) ##### :nail_care: Polish - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-theme-classic`, `docusaurus-theme-common` - [#&#8203;9868](https://github.com/facebook/docusaurus/pull/9868) refactor(theme): dates should be formatted on the client-side instead of in nodejs code ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - `docusaurus-plugin-content-blog`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-types` - [#&#8203;9669](https://github.com/facebook/docusaurus/pull/9669) refactor(theme): use JSON-LD instead of microdata for blog structured data ([@&#8203;johnnyreilly](https://github.com/johnnyreilly)) - `docusaurus-plugin-content-docs` - [#&#8203;9839](https://github.com/facebook/docusaurus/pull/9839) refactor(blog): improve doc global data hook error message + add doc warning to blogOnly mode ([@&#8203;OzakIOne](https://github.com/OzakIOne)) ##### :memo: Documentation - [#&#8203;9937](https://github.com/facebook/docusaurus/pull/9937) docs: use official GitHub Action to deploy to GitHub Pages ([@&#8203;vlad-nestorov](https://github.com/vlad-nestorov)) - [#&#8203;9971](https://github.com/facebook/docusaurus/pull/9971) docs: replace VuePress by VitePress on tool comparison section ([@&#8203;sunkanmii](https://github.com/sunkanmii)) - [#&#8203;9914](https://github.com/facebook/docusaurus/pull/9914) docs: update legacy MDX v1 links to markdown links ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - [#&#8203;9913](https://github.com/facebook/docusaurus/pull/9913) docs: update legacy MDX v1 links to markdown links ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - [#&#8203;9906](https://github.com/facebook/docusaurus/pull/9906) docs: emphasize "index slug" convention ([@&#8203;Josh-Cena](https://github.com/Josh-Cena)) - [#&#8203;9877](https://github.com/facebook/docusaurus/pull/9877) docs: fix typos in deployment.mdx ([@&#8203;Oreoxmt](https://github.com/Oreoxmt)) - [#&#8203;9845](https://github.com/facebook/docusaurus/pull/9845) docs: typo ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - [#&#8203;9816](https://github.com/facebook/docusaurus/pull/9816) docs: Add docs for Mermaid Component ([@&#8203;Its-Just-Nans](https://github.com/Its-Just-Nans)) ##### :robot: Dependencies - [#&#8203;9981](https://github.com/facebook/docusaurus/pull/9981) chore(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9982](https://github.com/facebook/docusaurus/pull/9982) chore(deps): bump katex from 0.16.8 to 0.16.10 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9983](https://github.com/facebook/docusaurus/pull/9983) chore(deps): bump express from 4.18.2 to 4.19.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9977](https://github.com/facebook/docusaurus/pull/9977) chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9958](https://github.com/facebook/docusaurus/pull/9958) chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9892](https://github.com/facebook/docusaurus/pull/9892) chore(deps): bump actions/dependency-review-action from 4.1.2 to 4.1.3 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9869](https://github.com/facebook/docusaurus/pull/9869) chore(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9874](https://github.com/facebook/docusaurus/pull/9874) chore(deps): bump ip from 2.0.0 to 2.0.1 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9843](https://github.com/facebook/docusaurus/pull/9843) chore(deps): bump actions/setup-node from 4.0.1 to 4.0.2 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9824](https://github.com/facebook/docusaurus/pull/9824) chore(deps): bump treosh/lighthouse-ci-action from 10.1.0 to 11.4.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) - [#&#8203;9823](https://github.com/facebook/docusaurus/pull/9823) chore(deps): bump marocchino/sticky-pull-request-comment from 2.8.0 to 2.9.0 ([@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot)) ##### :wrench: Maintenance - `docusaurus-plugin-client-redirects`, `docusaurus-plugin-content-docs`, `docusaurus-utils-common`, `docusaurus-utils-validation`, `docusaurus-utils`, `docusaurus` - [#&#8203;9972](https://github.com/facebook/docusaurus/pull/9972) refactor(utils): remove duplicated function ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - Other - [#&#8203;9965](https://github.com/facebook/docusaurus/pull/9965) refactor(website): organise blog posts by year ([@&#8203;GingerGeek](https://github.com/GingerGeek)) - [#&#8203;9865](https://github.com/facebook/docusaurus/pull/9865) chore(website): update [@&#8203;crowdin/crowdin-api-client](https://github.com/crowdin/crowdin-api-client) ([@&#8203;chris-bateman](https://github.com/chris-bateman)) - `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-utils` - [#&#8203;9963](https://github.com/facebook/docusaurus/pull/9963) refactor(docs,blog): last update timestamp should be in milliseconds instead of seconds ([@&#8203;slorber](https://github.com/slorber)) ##### Committers: 22 - Aolin ([@&#8203;Oreoxmt](https://github.com/Oreoxmt)) - Anatoly Kopyl ([@&#8203;anatolykopyl](https://github.com/anatolykopyl)) - Chris Bateman ([@&#8203;chris-bateman](https://github.com/chris-bateman)) - Fafowora Sunkanmi ([@&#8203;sunkanmii](https://github.com/sunkanmii)) - Hallbjörn Magnússon ([@&#8203;Hallinn](https://github.com/Hallinn)) - John Reilly ([@&#8203;johnnyreilly](https://github.com/johnnyreilly)) - Joshua Chen ([@&#8203;Josh-Cena](https://github.com/Josh-Cena)) - Josue \[4tro] A ([@&#8203;4troDev](https://github.com/4troDev)) - Liviu Ionescu ([@&#8203;ilg-ul](https://github.com/ilg-ul)) - Max Schmitt ([@&#8203;mxschmitt](https://github.com/mxschmitt)) - Rafael Martins ([@&#8203;Rafael-Martins](https://github.com/Rafael-Martins)) - Sébastien Lorber ([@&#8203;slorber](https://github.com/slorber)) - Vahid Naderi ([@&#8203;VahidNaderi](https://github.com/VahidNaderi)) - Vlad Nestorov ([@&#8203;vlad-nestorov](https://github.com/vlad-nestorov)) - Zed Spencer-Milnes ([@&#8203;GingerGeek](https://github.com/GingerGeek)) - axel7083 ([@&#8203;axel7083](https://github.com/axel7083)) - krinza.eth ([@&#8203;kaymomin](https://github.com/kaymomin)) - n4n5 ([@&#8203;Its-Just-Nans](https://github.com/Its-Just-Nans)) - ozaki ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - suenryu ([@&#8203;Suenaga-Ryuya](https://github.com/Suenaga-Ryuya)) - Нуриль Барадусов ([@&#8203;baradusov](https://github.com/baradusov)) - 翊小久 ([@&#8203;yixiaojiu](https://github.com/yixiaojiu)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot hat 1 Commit 2024-03-29 17:51:07 +01:00 hinzugefügt
nickslowinski hat Commit 125ba492cf in main 2024-03-30 21:11:38 +01:00 zusammengeführt
nickslowinski löschte den Branch renovate/docusaurus-monorepo 2024-03-30 21:11:38 +01:00
Anmelden, um an der Diskussion teilzunehmen.
Keine Reviewer
Kein Meilenstein
Kein Projekt
Niemand zuständig
1 Beteiligter
Nachrichten
Fällig am
Das Fälligkeitsdatum ist ungültig oder außerhalb des zulässigen Bereichs. Bitte verwende das Format „jjjj-mm-tt“.

Kein Fälligkeitsdatum gesetzt.

Abhängigkeiten

Keine Abhängigkeiten gesetzt.

Referenz: nick-slowinski.de/docs#65
Keine Beschreibung angegeben.