Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D docusaurus-template
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FIT-ConnectFIT-Connect
  • docusaurus-template
  • Merge requests
  • !19

fix(deps): update docusaurus monorepo to v2.4.1

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Renovate requested to merge renovate/docusaurus-monorepo into main Jan 27, 2023
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 2

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@docusaurus/core 2.2.0 -> 2.4.1 age adoption passing confidence
@docusaurus/preset-classic 2.2.0 -> 2.4.1 age adoption passing confidence

Release Notes

facebook/docusaurus

v2.4.1

Compare Source

🐛 Bug Fix
  • docusaurus-theme-classic, docusaurus-theme-common
    • #​8971 fix(theme): fix collapsible sidebar behavior when prefers-reduced-motion (@​slorber)
  • docusaurus-theme-translations
    • #​8933 fix(theme-translations): fix Turkish translation for aria label "Enter key" (@​LiberaTeMetuMortis)
  • docusaurus
    • #​8908 fix(core): Correct yarn upgrade command for yarn 2.x (@​andrewnicols)
  • docusaurus-plugin-content-blog, docusaurus-theme-common, docusaurus-utils-common, docusaurus
    • #​8909 fix(theme): add __ prefix to technical anchors, search crawlers (Algolia) should ignore them (@​slorber)
  • docusaurus-theme-common
    • #​8906 fix(theme-common): fix collapsible component with prefers-reduced-motion (@​slorber)
    • #​8873 fix(theme-common): fix confusing theme error message: bad sidebar id suggestions (@​slorber)
  • docusaurus-utils
    • #​8874 fix(utils): handle Markdown links with spaces to route correctly (@​morsko1)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #​8842 fix(theme-translations): remove redundant navigation text in aria label (@​tarunrajput)
  • create-docusaurus
    • #​8831 fix(create): add missing await (@​SACHINnANYAKKARA)
💅 Polish
  • docusaurus-theme-classic
    • #​8862 refactor(theme): expose copy, success and word-wrap icons as standalone components (@​armano2)
Committers: 7
  • Aleksandr Vladykin (@​morsko1)
  • Andrew Lyons (@​andrewnicols)
  • Armano (@​armano2)
  • MetuMortis (@​LiberaTeMetuMortis)
  • Sachin Nanayakkara (@​SACHINnANYAKKARA)
  • Sébastien Lorber (@​slorber)
  • Tarun Chauhan (@​tarunrajput)

v2.4.0

Compare Source

🚀 New Feature
  • docusaurus-plugin-content-docs, docusaurus-theme-classic
    • #​8236 feat(content-docs): add support for sidebar item category/link descriptions in generated index page (@​ZarakiKanzaki)
  • docusaurus-theme-classic
    • #​8708 feat(theme): allow to load a Docusaurus page with theme from query-string: ?docusaurus-theme=dark (@​slorber)
    • #​8616 feat(theme): add ability to translate navbar+footer logo alt text (@​Mysterious-Dev)
  • docusaurus-remark-plugin-npm2yarn
    • #​8690 feat(npm-to-yarn): add support for PnPm and custom converters (@​armano2)
  • docusaurus
    • #​8677 feat(core): add script env variables: NODE_ENV + BABEL_ENV + DOCUSAURUS_CURRENT_LOCALE (temporary i18n workaround) (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #​8674 feat(theme-classic): respect prefers-reduced-motion: reduce mediaquery, bump Infima to alpha.43 (@​slorber)
  • docusaurus-theme-translations
    • #​8668 feat(theme-translations): add Hungarian theme translations (@​trueqap)
    • #​8631 feat(theme-translations): add Norwegian (Bokmål) theme translation (@​dr0nn1)
  • docusaurus-theme-common
    • #​8656 feat(theme-common): allow passing a string for details summary (@​pReya)
  • docusaurus-plugin-google-gtag
    • #​8620 feat(gtag-plugin): gtag should support multiple tracking ids, notably for the UA => GA4 transition (@​slorber)
🐛 Bug Fix
  • docusaurus-theme-classic
    • #​8803 fix(theme): codeblock buttons should be kept on the right when using RTL locale (@​Vishruta-Patil)
    • #​8615 fix(theme): improve color toggle when using dark navbar (@​dewanshDT)
    • #​8699 fix(theme-classic): fix tab focus bug in dropdown (#​8697) (@​kagankan)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #​8801 fix(theme): allow tabs children to be falsy (@​Josh-Cena)
  • docusaurus-theme-common, docusaurus-theme-search-algolia
    • #​8757 fix(search): search page should react to querystring changes + cleanup/refactor (@​slorber)
  • docusaurus
    • #​8746 fix(core): baseUrl error banner link anchor case (@​slorber)
  • docusaurus-theme-translations
    • #​8744 fix(theme-translations): fix wrong arabic words (tip/next) (@​Anasqx)
💅 Polish
  • create-docusaurus
    • #​8712 polish(create-docusaurus): the starter template should use a navbar item "docSidebar" instead of "doc" (less fragile on updates) (@​biplavmz)
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-utils-common, docusaurus
    • #​8735 polish(theme): better error messages on navbar item rendering failures + ErrorCauseBoundary API (@​tannerdolby)
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus
    • #​8736 polish(core): better styling for error screens (@​tannerdolby)
Committers: 14
  • Anas (@​Anasqx)
  • Armano (@​armano2)
  • Davide Donadio (@​ZarakiKanzaki)
  • Dewansh Thakur (@​dewanshDT)
  • Joshua Chen (@​Josh-Cena)
  • Kagan (@​kagankan)
  • Moritz Stückler (@​pReya)
  • Mysterious_Dev (@​Mysterious-Dev)
  • Petter Drønnen (@​dr0nn1)
  • Sébastien Lorber (@​slorber)
  • Tanner Dolby (@​tannerdolby)
  • TrueQAP (@​trueqap)
  • Vishruta Patil (@​Vishruta-Patil)
  • @​biplavmz

v2.3.1

Compare Source

🐛 Bug Fix
  • docusaurus-theme-common
    • #​8628 fix(theme-common): fix issue in tab scroll position restoration on tab click (@​slorber)
    • #​8619 fix(theme-common): localStorage utils dispatch too many storage events leading to infinite loop (@​slorber)
    • #​8618 fix(theme-common): prepare usage of useSyncExternalStore compatibility with React 18 (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #​8593 fix(theme-classic): allow rendering single tab item (@​Josh-Cena)
  • docusaurus-utils
    • #​8606 fix(utils): handle CRLF when parsing MDX imports (@​scastiel)
  • docusaurus-preset-classic
    • #​8597 fix(preset-classic): install the right plugin for googleTagManager (@​Josh-Cena)
💅 Polish
  • docusaurus-theme-translations
    • #​8614 chore(theme-translations): complete zh translations (@​Josh-Cena)
🤖 Dependencies
  • docusaurus-plugin-client-redirects, docusaurus-theme-search-algolia, docusaurus
    • #​8610 chore(deps): bump eta from 1.12.3 to 2.0.0 (@​dependabot[bot])
Committers: 3
  • Joshua Chen (@​Josh-Cena)
  • Sébastien Castiel (@​scastiel)
  • Sébastien Lorber (@​slorber)

v2.3.0

Compare Source

🚀 New Feature
  • docusaurus-theme-translations
    • #​8541 feat(theme-translations): default translations for Slovenian (sl-SI) (@​MatijaSi)
  • docusaurus-plugin-content-blog
    • #​8378 feat(blog): add options.createFeedItems to filter/limit/transform feed items (@​johnnyreilly)
  • docusaurus-theme-classic, docusaurus-theme-common, docusaurus
    • #​8225 feat(theme-classic): store selected tab in query string. (@​mturoci)
  • docusaurus
    • #​8397 feat(core): deploy CLI - add support for git url "insteadOf": use 'remote get-url' to determine source repo url (@​friederbluemle)
  • docusaurus-theme-search-algolia
    • #​8428 feat(theme-algolia): add option.replaceSearchResultPathname to process/replaceAll search result urls
  • docusaurus-plugin-google-tag-manager
    • #​8470 feat(plugin-google-tag-manager): add new google-tag-manager plugin + deprecate google-analytics plugin (@​lanegoolsby)
🐛 Bug Fix
  • docusaurus-mdx-loader
    • #​8303 fix(mdx-loader): support nested admonitions
    • #​8282 fix(mermaid): fix Mermaid integration for v9.2 release
  • docusaurus-theme-common
    • #​8539 fix(algolia): make search footer respect searchPagePath (@​Josh-Cena)
  • docusaurus
    • #​8538 fix(core): avoid hash collision when generating chunk names (@​Josh-Cena)
    • #​8481 fix(core): explicitly define CopyWebpackPlugin toType: 'dir' (@​Thomascogez)
    • #​8342 fix(core): normalize input for poll option (@​mhnaeem)
  • docusaurus-theme-classic, docusaurus
    • #​8445 fix(theme-classic) extract HomeBreadcrumbItem + fix swizzle bugs (@​3v0k4)
  • docusaurus-theme-search-algolia
    • #​8462 fix(search-algolia): pass custom transformItems function to SearchBar (@​mturoci)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #​8486 fix(theme): refactor Tabs, make groupId + queryString work fine together (@​slorber)
  • docusaurus-theme-classic
    • #​8463 fix(theme-classic): content container grow to take all the available space (@​Djunnni)
    • #​8328 fix(theme): preserve sidebar height on collapse (@​0916dhkim)
    • #​8350 fix(theme): forward className prop in theme-classic's Heading (@​JoshuaKGoldberg)
  • docusaurus-theme-translations
    • #​8424 fix(translations): typo in lastUpdatedAtBy Vietnamese translation (@​slorber)
    • #​8289 fix(theme-translations): complete Turkish theme translations
    • #​8406 fix(translations): complete farsi theme translations
    • #​8450 fix(theme-translations): complete Vietnamese theme translations
    • #​8525 chore(theme-translations): complete pl translations
  • docusaurus-plugin-content-blog
    • #​8381 fix(content-blog): blog Atom feed id + RSS feed guid should be fully qualified urls (@​johnnyreilly)
  • docusaurus-plugin-content-docs
    • #​8275 fix(content-docs): add trailing slash to contentDirs, before passing it to isMDXPartial (@​denis-alkhelali)
  • docusaurus-utils
    • #​8314 fix(utils): allow partially backticked markdown h1 contentTitles (@​JoshuaKGoldberg)
  • create-docusaurus, docusaurus-theme-classic
    • #​8279 fix(create-docusaurus): improve init template misleading doc + add Docuaurus social card (@​slorber)
💅 Polish
  • docusaurus-theme-classic, docusaurus
    • #​8445 fix(theme-classic) extract HomeBreadcrumbItem + fix swizzle bugs (@​3v0k4)
  • docusaurus-theme-translations
    • #​8423 fix(translations): complete Chinese theme translations (@​SJFCS)
    • #​8312 fix(theme-translations): complete Swedish theme translations (@​stnor)
  • eslint-plugin
    • #​8281 feat(eslint-plugin): add plugin to exported configs (@​lachieh)
Committers: 16
  • Danny Kim (@​0916dhkim)
  • Denis Al-Khelali (@​denis-alkhelali)
  • Dongjoon Lee (@​Djunnni)
  • Frieder Bluemle (@​friederbluemle)
  • John Reilly (@​johnnyreilly)
  • Josh Goldberg (@​JoshuaKGoldberg)
  • Joshua Chen (@​Josh-Cena)
  • Lachlan Heywood (@​lachieh)
  • Lane Goolsby (@​lanegoolsby)
  • Matija Sirk (@​MatijaSi)
  • Muhammad Hammad (@​mhnaeem)
  • Riccardo (@​3v0k4)
  • Stefan Norberg (@​stnor)
  • Sébastien Lorber (@​slorber)
  • Thomas.CA (@​Thomascogez)
  • @​mturoci
  • 宋锦丰 (@​SJFCS)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited May 22, 2023 by Renovate
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/docusaurus-monorepo