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

[Snyk] Upgrade @docusaurus/preset-classic from 2.3.0 to 2.4.0 #72

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade @docusaurus/preset-classic from 2.3.0 to 2.4.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2023-03-23.
Release notes
Package name: @docusaurus/preset-classic
  • 2.4.0 - 2023-03-23

    2.4.0 (2023-03-23)

    Blog post: https://docusaurus.io/blog/releases/2.4/

    🚀 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
    • docusaurus-theme-classic, docusaurus-theme-common
    • docusaurus-theme-common, docusaurus-theme-search-algolia
      • #8757 fix(search): search page should react to querystring changes + cleanup/refactor (@ slorber)
    • docusaurus
    • 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

    Committers: 14

  • 2.3.1 - 2023-02-03

    2.3.1 (2023-02-03)

    🐛 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
    • docusaurus-utils
    • docusaurus-preset-classic
      • #8597 fix(preset-classic): install the right plugin for googleTagManager (@ Josh-Cena)

    💅 Polish

    • docusaurus-theme-translations

    🤖 Dependencies

    • docusaurus-plugin-client-redirects, docusaurus-theme-search-algolia, docusaurus

    Committers: 3

  • 2.3.0 - 2023-01-27
    Read more
from @docusaurus/preset-classic GitHub release notes
Commit messages
Package name: @docusaurus/preset-classic
  • 898b85e v2.4.0
  • ac61ed0 fix doc link
  • 5509d57 chore: fix translations consistency test after bad translation backport
  • 1f42511 fix(theme): codeblock buttons should be kept on the right when using RTL locale (#8803)
  • 002b0ee fix(theme): allow tabs children to be falsy (#8801)
  • 4694dd2 polish(create-docusaurus): the starter template should use a navbar item "docSidebar" instead of "doc" (less fragile on updates) (#8712)
  • ba688bc feat(content-docs): add support for sidebar item category/link descriptions in generated index page (#8236)
  • a3eef99 fix(search): search page should react to querystring changes + cleanup/refactor (#8757)
  • 4b37c01 polish(theme): better error messages on navbar item rendering failures + ErrorCauseBoundary API (#8735)
  • 6deecd7 polish(core): better styling for error screens (#8736)
  • 8e2cfac fix(core): baseUrl error banner link anchor case (#8746)
  • 7bca0e5 fix(theme-translations): fix wrong arabic words (tip/next) (#8744)
  • 186d670 feat(theme): allow to load a Docusaurus page with theme from query-string: ?docusaurus-theme=dark (#8708)
  • a8ab309 feat(npm-to-yarn): add support for PnPm and custom converters (#8690)
  • 3a73ce5 feat(core): add script env variables: NODE_ENV + BABEL_ENV + DOCUSAURUS_CURRENT_LOCALE (temporary i18n workaround) (#8677)
  • e8d971d fix(theme): improve color toggle when using dark navbar (#8615)
  • a12c6f8 fix(theme-classic): fix tab focus bug in dropdown (#8697) (#8699)
  • 147e0a8 feat(theme-classic): respect `prefers-reduced-motion: reduce` mediaquery, bump Infima to alpha.43 (#8674)
  • 3721659 feat(theme-translations): add Hungarian theme translations (#8668)
  • c0f3675 feat(theme): add ability to translate navbar+footer logo alt text (#8616)
  • f54e305 feat(theme-common): allow passing a string for details summary (#8656)
  • 3bd6010 feat(theme-translations): add Norwegian (Bokmål) theme translation (#8631)
  • e5dcd4e feat(gtag-plugin): gtag should support multiple tracking ids, notably for the UA => GA4 transition (#8620)
  • 985a64a fix(theme-classic): fix docs layout issue (#8707)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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

Successfully merging this pull request may close these issues.

None yet

1 participant