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/plugin-google-gtag from 3.0.1 to 3.1.0 #175

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

jlenon7
Copy link
Member

@jlenon7 jlenon7 commented Jan 26, 2024

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


Snyk has created this PR to upgrade @docusaurus/plugin-google-gtag from 3.0.1 to 3.1.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 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2024-01-05.
Release notes
Package name: @docusaurus/plugin-google-gtag
  • 3.1.0 - 2024-01-05

    3.1.0 (2024-01-05)

    🚀 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
      • #9610 feat(core): enable port configuration via environment variable (@ OzakIOne)

    🐛 Bug Fix

    • docusaurus-theme-classic, docusaurus-theme-live-codeblock
      • #9704 fix(theme): allow empty code blocks and live playgrounds (@ slorber)
    • create-docusaurus
      • #9696 fix(create-docusaurus): fix init template code blocks, and little improvements (@ slorber)
    • docusaurus-plugin-pwa
    • docusaurus
      • #9648 fix(cli): output help when no conventional config + no subcommand (@ Josh-Cena)
    • docusaurus-theme-live-codeblock
      • #9631 fix(live-codeblock): stabilize react-live transformCode callback, fix editor/preview desync (@ slorber)
    • docusaurus-utils
      • #9617 fix(utils): Markdown link replacement with <> but no spaces (@ Josh-Cena)
    • docusaurus-module-type-aliases
      • #9612 fix(type-aliases): add title prop for imported inline SVG React components (@ axmmisaka)
    • 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

    • docusaurus-theme-search-algolia

    Committers: 8

  • 3.0.1 - 2023-11-30

    3.0.1 (2023-11-30)

    🐛 Bug Fix

    • docusaurus-utils
      • #9570 fix: add v2 retrocompatible support for quoted admonitions (@ slorber)
      • #9535 fix: v3 admonitions should support v2 title syntax for nested admonitions (@ slorber)
    • create-docusaurus, docusaurus-theme-classic, docusaurus-theme-common
      • #9567 fix(theme): upgrade prism-react-renderer, fix html script and style tag highlighting (@ slorber)
    • docusaurus-theme-common
      • #9531 fix(theme): docs html sidebar items should always be visible (@ slorber)
    • docusaurus-theme-classic
    • create-docusaurus
      • #9487 fix(create-docusaurus): fix readme docusaurus 2 ref (@ slorber)

    🤖 Dependencies

    • docusaurus-plugin-debug
      • #9566 chore(debug-plugin): migrate to a new maintained JSON Viewer (@ mcrstudio)
    • create-docusaurus, docusaurus-theme-classic, docusaurus-theme-common
      • #9572 chore: upgrade prism-react-renderer to 2.3.0 to avoid older clsx (@ harryzcy)
      • #9567 fix(theme): upgrade prism-react-renderer, fix html script and style tag highlighting (@ slorber)
    • create-docusaurus, docusaurus-plugin-pwa, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-live-codeblock, docusaurus-theme-search-algolia
    • docusaurus
    • docusaurus-plugin-pwa, docusaurus

    Committers: 6

from @docusaurus/plugin-google-gtag GitHub release notes
Commit messages
Package name: @docusaurus/plugin-google-gtag
  • a5e6758 v3.1.0
  • a97a74f update lockfile
  • 0da5936 remove problematic @ ts-expect-error
  • 9088efb docs: broken link in release 3.0 page (#9573)
  • 643c33c update lockfile
  • 921fa24 refactor: apply lint autofix
  • a9cef92 fix(theme): allow empty code blocks and live playgrounds (#9704)
  • a779857 fix(create-docusaurus): fix init template code blocks, and little improvements (#9696)
  • 760a5ae feat(core): make broken link checker detect broken anchors - add `onBrokenAnchors` config (#9528)
  • 6d1897d fix(pwa-plugin): upgrade workbox (#9668)
  • 31bd1b1 feat(mdx-loader): add support for siteConfig.markdown.remarkRehypeOptions (#9674)
  • 539fd73 feat(theme-common): code block MagicComments support for (Visual) Basic/Batch/Fortran/COBOL/ML (#9671)
  • 803ccee chore: attempt fo fix Lint Autofix workflow (#9632)
  • 6c06a70 chore: add lint autofix CI job (#9604)
  • 839ccbd fix(cli): output help when no conventional config + no subcommand (#9648)
  • 1a91145 feat: siteConfig.markdown.parseFrontMatter hook (#9624)
  • 85e32fd fix(live-codeblock): stabilize react-live transformCode callback, fix editor/preview desync (#9631)
  • 3c051ee feat(core): enable port configuration via environment variable (#9610)
  • 17a2751 fix(utils): Markdown link replacement with <> but no spaces (#9617)
  • ab6147a fix(type-aliases): add `title` prop for imported inline SVG React components (#9612)
  • ed758fc fix(content-blog): add baseUrl for author.image_url (#9581)
  • 68cc281 refactor(theme-common): allow optional desktopBreakpoint param in useWindowSize (#9335)
  • 97278be fix(i18n): complete translations for theme-common.json Brazilian Portuguese (pt-BR) (#9477)
  • a2e05d2 chore: release Docusaurus 3.0.1 (#9596)

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

@jlenon7 jlenon7 merged commit f7734b7 into develop Feb 10, 2024
2 checks passed
@jlenon7 jlenon7 deleted the snyk-upgrade-107d56fb2d2c50d4f67329ee8af51de0 branch February 10, 2024 10:42
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.

2 participants