fix(deps): update docusaurus monorepo to v3.1.0 #65

Merged
kjuulh merged 1 commits from renovate/docusaurus-monorepo into main 2024-01-05 20:18:44 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@docusaurus/core dependencies minor 3.0.1 -> 3.1.0
@docusaurus/preset-classic dependencies minor 3.0.1 -> 3.1.0

Release Notes

facebook/docusaurus

v3.1.0

Compare Source

🚀 New Feature
  • docusaurus-mdx-loader, docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-types, docusaurus-utils, docusaurus
    • #​9528 feat(core): make broken link checker detect broken anchors - add onBrokenAnchors config (@​OzakIOne)
  • docusaurus-mdx-loader, docusaurus-types, docusaurus
    • #​9674 feat(mdx-loader): add support for siteConfig.markdown.remarkRehypeOptions (@​slorber)
  • docusaurus-theme-common
    • #​9671 feat(theme-common): code block MagicComments support for (Visual) Basic/Batch/Fortran/COBOL/ML (@​tats-u)
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-types, docusaurus-utils, docusaurus
  • docusaurus-utils
🐛 Bug Fix
  • docusaurus-theme-classic, docusaurus-theme-live-codeblock
  • create-docusaurus
    • #​9696 fix(create-docusaurus): fix init template code blocks, and little improvements (@​slorber)
  • docusaurus-plugin-pwa
  • docusaurus
  • docusaurus-theme-live-codeblock
    • #​9631 fix(live-codeblock): stabilize react-live transformCode callback, fix editor/preview desync (@​slorber)
  • docusaurus-utils
  • docusaurus-module-type-aliases
  • docusaurus-plugin-content-blog
  • docusaurus-theme-translations
    • #​9477 fix(i18n): complete translations for theme-common.json Brazilian Portuguese (pt-BR) (@​c0h1b4)
💅 Polish
  • docusaurus-theme-common
    • #​9335 refactor(theme-common): allow optional desktopBreakpoint param in useWindowSize (@​jgarrow)
🔧 Maintenance
Committers: 8

Configuration

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

🚦 Automerge: Enabled.

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) | dependencies | minor | [`3.0.1` -> `3.1.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fcore/3.0.1/3.1.0) | | [@docusaurus/preset-classic](https://github.com/facebook/docusaurus) | dependencies | minor | [`3.0.1` -> `3.1.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fpreset-classic/3.0.1/3.1.0) | --- ### Release Notes <details> <summary>facebook/docusaurus</summary> ### [`v3.1.0`](https://github.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#&#8203;310-2024-01-05) [Compare Source](https://github.com/facebook/docusaurus/compare/v3.0.1...v3.1.0) ##### :rocket: New Feature - `docusaurus-mdx-loader`, `docusaurus-module-type-aliases`, `docusaurus-theme-classic`, `docusaurus-types`, `docusaurus-utils`, `docusaurus` - [#&#8203;9528](https://github.com/facebook/docusaurus/pull/9528) feat(core): make broken link checker detect broken anchors - add `onBrokenAnchors` config ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - `docusaurus-mdx-loader`, `docusaurus-types`, `docusaurus` - [#&#8203;9674](https://github.com/facebook/docusaurus/pull/9674) feat(mdx-loader): add support for siteConfig.markdown.remarkRehypeOptions ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-theme-common` - [#&#8203;9671](https://github.com/facebook/docusaurus/pull/9671) feat(theme-common): code block MagicComments support for (Visual) Basic/Batch/Fortran/COBOL/ML ([@&#8203;tats-u](https://github.com/tats-u)) - `docusaurus-mdx-loader`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-types`, `docusaurus-utils`, `docusaurus` - [#&#8203;9624](https://github.com/facebook/docusaurus/pull/9624) feat: siteConfig.markdown.parseFrontMatter hook ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-utils` - [#&#8203;9610](https://github.com/facebook/docusaurus/pull/9610) feat(core): enable port configuration via environment variable ([@&#8203;OzakIOne](https://github.com/OzakIOne)) ##### :bug: Bug Fix - `docusaurus-theme-classic`, `docusaurus-theme-live-codeblock` - [#&#8203;9704](https://github.com/facebook/docusaurus/pull/9704) fix(theme): allow empty code blocks and live playgrounds ([@&#8203;slorber](https://github.com/slorber)) - `create-docusaurus` - [#&#8203;9696](https://github.com/facebook/docusaurus/pull/9696) fix(create-docusaurus): fix init template code blocks, and little improvements ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-plugin-pwa` - [#&#8203;9668](https://github.com/facebook/docusaurus/pull/9668) fix(pwa-plugin): upgrade workbox ([@&#8203;SimenB](https://github.com/SimenB)) - `docusaurus` - [#&#8203;9648](https://github.com/facebook/docusaurus/pull/9648) fix(cli): output help when no conventional config + no subcommand ([@&#8203;Josh-Cena](https://github.com/Josh-Cena)) - `docusaurus-theme-live-codeblock` - [#&#8203;9631](https://github.com/facebook/docusaurus/pull/9631) fix(live-codeblock): stabilize react-live transformCode callback, fix editor/preview desync ([@&#8203;slorber](https://github.com/slorber)) - `docusaurus-utils` - [#&#8203;9617](https://github.com/facebook/docusaurus/pull/9617) fix(utils): Markdown link replacement with <> but no spaces ([@&#8203;Josh-Cena](https://github.com/Josh-Cena)) - `docusaurus-module-type-aliases` - [#&#8203;9612](https://github.com/facebook/docusaurus/pull/9612) fix(type-aliases): add `title` prop for imported inline SVG React components ([@&#8203;axmmisaka](https://github.com/axmmisaka)) - `docusaurus-plugin-content-blog` - [#&#8203;9581](https://github.com/facebook/docusaurus/pull/9581) fix(content-blog): add baseUrl for author.image_url ([@&#8203;OzakIOne](https://github.com/OzakIOne)) - `docusaurus-theme-translations` - [#&#8203;9477](https://github.com/facebook/docusaurus/pull/9477) fix(i18n): complete translations for theme-common.json Brazilian Portuguese (pt-BR) ([@&#8203;c0h1b4](https://github.com/c0h1b4)) ##### :nail_care: Polish - `docusaurus-theme-common` - [#&#8203;9335](https://github.com/facebook/docusaurus/pull/9335) refactor(theme-common): allow optional desktopBreakpoint param in useWindowSize ([@&#8203;jgarrow](https://github.com/jgarrow)) ##### :wrench: Maintenance - `docusaurus-theme-search-algolia` - [#&#8203;9604](https://github.com/facebook/docusaurus/pull/9604) chore: add lint autofix CI job ([@&#8203;slorber](https://github.com/slorber)) ##### Committers: 8 - Janessa Garrow ([@&#8203;jgarrow](https://github.com/jgarrow)) - Joshua Chen ([@&#8203;Josh-Cena](https://github.com/Josh-Cena)) - Simen Bekkhus ([@&#8203;SimenB](https://github.com/SimenB)) - Sébastien Lorber ([@&#8203;slorber](https://github.com/slorber)) - Tatsunori Uchino ([@&#8203;tats-u](https://github.com/tats-u)) - [@&#8203;c0h1b4](https://github.com/c0h1b4) - axmmisaka ([@&#8203;axmmisaka](https://github.com/axmmisaka)) - ozaki ([@&#8203;OzakIOne](https://github.com/OzakIOne)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2024-01-05 19:50:47 +01:00
fix(deps): update docusaurus monorepo to v3.1.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
318c8a2f21
kjuulh merged commit 318c8a2f21 into main 2024-01-05 20:18:44 +01:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/dagger#65
No description provided.