arcus-azure / arcus.scripting

Scripting with Microsoft Azure in a breeze.
https://scripting.arcus-azure.net/
MIT License
9 stars 11 forks source link

chore: [Snyk] Upgrade @docusaurus/core from 2.3.1 to 2.4.1 #401

Closed stijnmoreels closed 8 months ago

stijnmoreels commented 12 months ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @docusaurus/core from 2.3.1 to 2.4.1.

:information_source: 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-05-15.
Release notes
Package name: @docusaurus/core
  • 2.4.1 - 2023-05-15

    2.4.1 (2023-05-15)

    🐛 Bug Fix

    • docusaurus-theme-classic, docusaurus-theme-common
      • #8971 fix(theme): fix collapsible sidebar behavior when prefers-reduced-motion (@ slorber)
    • docusaurus-theme-translations
    • docusaurus
    • 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

    💅 Polish

    • docusaurus-theme-classic
      • #8862 refactor(theme): expose copy, success and word-wrap icons as standalone components (@ armano2)

    Committers: 7

  • 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

from @docusaurus/core GitHub release notes
Commit messages
Package name: @docusaurus/core
  • 60e657d v2.4.1
  • 941f717 fix(theme): fix collapsible sidebar behavior when prefers-reduced-motion (#8971)
  • 2a16f63 fix(theme-translations): fix Turkish translation for aria label "Enter key" (#8933)
  • 704841f fix(core): Correct yarn upgrade command for yarn 2.x (#8908)
  • b345e9b fix(theme): add __ prefix to technical anchors, search crawlers (Algolia) should ignore them (#8909)
  • 8346c23 fix(theme-common): fix collapsible component with prefers-reduced-motion (#8906)
  • aa49226 fix(theme-common): fix confusing theme error message: bad sidebar id suggestions (#8873)
  • 6fae23b fix(utils): handle Markdown links with spaces to route correctly (#8874)
  • d20e9c4 refactor(theme): expose copy, success and word-wrap icons as standalone components (#8862)
  • 74781b0 fix(theme-translations): remove redundant navigation text in aria label (#8842)
  • b6d5262 fix(create): add missing await (#8831)
  • 4fb67ef chore: backport retro compatible commits for the Docusaurus v2.4 release (#8809)
  • 985a64a fix(theme-classic): fix docs layout issue (#8707)
  • c60387d chore: backport retro compatible commits for the Docusaurus v2.3.1 release (#8621)
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](https://app.snyk.io/org/stijnmoreels/project/e73fdaf3-f6ab-49ff-b50e-1b5a7e7ca6c3?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/stijnmoreels/project/e73fdaf3-f6ab-49ff-b50e-1b5a7e7ca6c3/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/stijnmoreels/project/e73fdaf3-f6ab-49ff-b50e-1b5a7e7ca6c3/settings/integration?pkg=@docusaurus/core&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades)
netlify[bot] commented 12 months ago

Deploy Preview for arcus-scripting ready!

Name Link
Latest commit 63e9cf52401c4a3a9a9f01319a09b577680109a6
Latest deploy log https://app.netlify.com/sites/arcus-scripting/deploys/64a71c6b0d731a000804b6d7
Deploy Preview https://deploy-preview-401--arcus-scripting.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.