hyperledger / identus-docs

Documentation website for the Identus Platform
Apache License 2.0
8 stars 1 forks source link

chore(deps): bump the npm_and_yarn group across 1 directory with 17 updates #124

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the npm_and_yarn group with 14 updates in the / directory:

Package From To
@docusaurus/core 2.4.3 3.4.0
@docusaurus/preset-classic 2.4.3 3.4.0
@docusaurus/theme-mermaid 2.4.3 3.4.0
docusaurus-plugin-openapi-docs 1.7.3 3.0.1
docusaurus-theme-openapi-docs 1.7.3 2.2.1
docusaurus-theme-redoc 1.6.4 2.1.1
redocusaurus 1.6.4 2.1.1
axios 0.25.0 removed
docusaurus-theme-openapi-docs 2.2.1 3.0.1
@docusaurus/theme-common 2.4.3 3.4.0
braces 3.0.2 3.0.3
express 4.18.2 4.19.2
follow-redirects 1.15.4 1.15.6
webpack-dev-middleware 5.3.3 5.3.4
ws 7.5.9 7.5.10

Updates @docusaurus/core from 2.4.3 to 3.4.0

Release notes

Sourced from @​docusaurus/core's releases.

3.4.0 (2024-05-31)

:rocket: New Feature

  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-utils-validation, docusaurus-utils
    • #10137 feat(docs, blog): add support for tags.yml, predefined list of tags (@​OzakIOne)
  • docusaurus-theme-translations
    • #10151 feat(theme-translations): Added Turkmen (tk) default theme translations (@​ilmedova)
    • #10111 feat(theme-translations): Add Bulgarian default theme translations (bg) (@​PetarMc1)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #9859 feat(core): hash router option - browse site offline (experimental) (@​slorber)
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus

:bug: Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #10185 fix(docs, blog): Markdown link resolution does not support hot reload (@​slorber)
  • docusaurus-theme-search-algolia
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils
    • #10168 fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
    • #10145 fix(core): fix serve workaround regexp (@​slorber)
    • #10142 fix(core): fix docusaurus serve broken for assets when using trailingSlash (@​slorber)
    • #10130 fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #10144 fix(theme): fix announcement bar layout shift due to missing storage key namespace (@​slorber)
  • docusaurus-plugin-content-docs, docusaurus
    • #10132 fix(core): configurePostCss() should run after configureWebpack() (@​slorber)
  • docusaurus-utils, docusaurus
    • #10131 fix(core): codegen should generate unique route prop filenames (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #10118 fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals (@​slorber)

:memo: Documentation

:robot: Dependencies

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

3.4.0 (2024-05-31)

:rocket: New Feature

  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-utils-validation, docusaurus-utils
    • #10137 feat(docs, blog): add support for tags.yml, predefined list of tags (@​OzakIOne)
  • docusaurus-theme-translations
    • #10151 feat(theme-translations): Added Turkmen (tk) default theme translations (@​ilmedova)
    • #10111 feat(theme-translations): Add Bulgarian default theme translations (bg) (@​PetarMc1)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #9859 feat(core): hash router option - browse site offline (experimental) (@​slorber)
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus

:bug: Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #10185 fix(docs, blog): Markdown link resolution does not support hot reload (@​slorber)
  • docusaurus-theme-search-algolia
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils
    • #10168 fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
    • #10145 fix(core): fix serve workaround regexp (@​slorber)
    • #10142 fix(core): fix docusaurus serve broken for assets when using trailingSlash (@​slorber)
    • #10130 fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #10144 fix(theme): fix announcement bar layout shift due to missing storage key namespace (@​slorber)
  • docusaurus-plugin-content-docs, docusaurus
    • #10132 fix(core): configurePostCss() should run after configureWebpack() (@​slorber)
  • docusaurus-utils, docusaurus
    • #10131 fix(core): codegen should generate unique route prop filenames (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #10118 fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals (@​slorber)

:memo: Documentation

:robot: Dependencies

... (truncated)

Commits
  • 49e9a21 v3.4.0
  • 17f3e02 feat(core): hash router option - browse site offline (experimental) (#9859)
  • b73ad1e fix(core): fix serve workaround regexp (#10145)
  • 87f0023 fix(core): fix docusaurus serve broken for assets when using trailingSlash ...
  • ff5039f fix(core): configurePostCss() should run after configureWebpack() (#10132)
  • 29b7a4d fix(core): codegen should generate unique route prop filenames (#10131)
  • 394ce84 fix(core): the broken anchor checker should not be sensitive pathname trailin...
  • 02e38d8 refactor: fix i18n bug in node v22 (#10129)
  • 620e463 feat(core): site storage config options (experimental) (#10121)
  • c125f7a chore: release Docusaurus 3.3.0 + 3.3.1 + 3.3.2 (#10101)
  • Additional commits viewable in compare view


Updates @docusaurus/preset-classic from 2.4.3 to 3.4.0

Release notes

Sourced from @​docusaurus/preset-classic's releases.

3.4.0 (2024-05-31)

:rocket: New Feature

  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-utils-validation, docusaurus-utils
    • #10137 feat(docs, blog): add support for tags.yml, predefined list of tags (@​OzakIOne)
  • docusaurus-theme-translations
    • #10151 feat(theme-translations): Added Turkmen (tk) default theme translations (@​ilmedova)
    • #10111 feat(theme-translations): Add Bulgarian default theme translations (bg) (@​PetarMc1)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #9859 feat(core): hash router option - browse site offline (experimental) (@​slorber)
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus

:bug: Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #10185 fix(docs, blog): Markdown link resolution does not support hot reload (@​slorber)
  • docusaurus-theme-search-algolia
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils
    • #10168 fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
    • #10145 fix(core): fix serve workaround regexp (@​slorber)
    • #10142 fix(core): fix docusaurus serve broken for assets when using trailingSlash (@​slorber)
    • #10130 fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #10144 fix(theme): fix announcement bar layout shift due to missing storage key namespace (@​slorber)
  • docusaurus-plugin-content-docs, docusaurus
    • #10132 fix(core): configurePostCss() should run after configureWebpack() (@​slorber)
  • docusaurus-utils, docusaurus
    • #10131 fix(core): codegen should generate unique route prop filenames (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #10118 fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals (@​slorber)

:memo: Documentation

:robot: Dependencies

... (truncated)

Changelog

Sourced from @​docusaurus/preset-classic's changelog.

3.4.0 (2024-05-31)

:rocket: New Feature

  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-utils-validation, docusaurus-utils
    • #10137 feat(docs, blog): add support for tags.yml, predefined list of tags (@​OzakIOne)
  • docusaurus-theme-translations
    • #10151 feat(theme-translations): Added Turkmen (tk) default theme translations (@​ilmedova)
    • #10111 feat(theme-translations): Add Bulgarian default theme translations (bg) (@​PetarMc1)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #9859 feat(core): hash router option - browse site offline (experimental) (@​slorber)
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus

:bug: Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #10185 fix(docs, blog): Markdown link resolution does not support hot reload (@​slorber)
  • docusaurus-theme-search-algolia
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils
    • #10168 fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
    • #10145 fix(core): fix serve workaround regexp (@​slorber)
    • #10142 fix(core): fix docusaurus serve broken for assets when using trailingSlash (@​slorber)
    • #10130 fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #10144 fix(theme): fix announcement bar layout shift due to missing storage key namespace (@​slorber)
  • docusaurus-plugin-content-docs, docusaurus
    • #10132 fix(core): configurePostCss() should run after configureWebpack() (@​slorber)
  • docusaurus-utils, docusaurus
    • #10131 fix(core): codegen should generate unique route prop filenames (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #10118 fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals (@​slorber)

:memo: Documentation

:robot: Dependencies

... (truncated)

Commits


Updates @docusaurus/theme-mermaid from 2.4.3 to 3.4.0

Release notes

Sourced from @​docusaurus/theme-mermaid's releases.

3.4.0 (2024-05-31)

:rocket: New Feature

  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-utils-validation, docusaurus-utils
    • #10137 feat(docs, blog): add support for tags.yml, predefined list of tags (@​OzakIOne)
  • docusaurus-theme-translations
    • #10151 feat(theme-translations): Added Turkmen (tk) default theme translations (@​ilmedova)
    • #10111 feat(theme-translations): Add Bulgarian default theme translations (bg) (@​PetarMc1)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #9859 feat(core): hash router option - browse site offline (experimental) (@​slorber)
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus

:bug: Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #10185 fix(docs, blog): Markdown link resolution does not support hot reload (@​slorber)
  • docusaurus-theme-search-algolia
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils
    • #10168 fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
    • #10145 fix(core): fix serve workaround regexp (@​slorber)
    • #10142 fix(core): fix docusaurus serve broken for assets when using trailingSlash (@​slorber)
    • #10130 fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #10144 fix(theme): fix announcement bar layout shift due to missing storage key namespace (@​slorber)
  • docusaurus-plugin-content-docs, docusaurus
    • #10132 fix(core): configurePostCss() should run after configureWebpack() (@​slorber)
  • docusaurus-utils, docusaurus
    • #10131 fix(core): codegen should generate unique route prop filenames (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #10118 fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals (@​slorber)

:memo: Documentation

:robot: Dependencies

... (truncated)

Changelog

Sourced from @​docusaurus/theme-mermaid's changelog.

3.4.0 (2024-05-31)

:rocket: New Feature

  • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-utils-validation, docusaurus-utils
    • #10137 feat(docs, blog): add support for tags.yml, predefined list of tags (@​OzakIOne)
  • docusaurus-theme-translations
    • #10151 feat(theme-translations): Added Turkmen (tk) default theme translations (@​ilmedova)
    • #10111 feat(theme-translations): Add Bulgarian default theme translations (bg) (@​PetarMc1)
  • docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
    • #9859 feat(core): hash router option - browse site offline (experimental) (@​slorber)
  • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus

:bug: Bug Fix

  • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
    • #10185 fix(docs, blog): Markdown link resolution does not support hot reload (@​slorber)
  • docusaurus-theme-search-algolia
  • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils
    • #10168 fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (@​slorber)
  • docusaurus-theme-translations
  • docusaurus
    • #10145 fix(core): fix serve workaround regexp (@​slorber)
    • #10142 fix(core): fix docusaurus serve broken for assets when using trailingSlash (@​slorber)
    • #10130 fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #10144 fix(theme): fix announcement bar layout shift due to missing storage key namespace (@​slorber)
  • docusaurus-plugin-content-docs, docusaurus
    • #10132 fix(core): configurePostCss() should run after configureWebpack() (@​slorber)
  • docusaurus-utils, docusaurus
    • #10131 fix(core): codegen should generate unique route prop filenames (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-translations
    • #10118 fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals (@​slorber)

:memo: Documentation

:robot: Dependencies

... (truncated)

Commits


Updates docusaurus-plugin-openapi-docs from 1.7.3 to 3.0.1

Release notes

Sourced from docusaurus-plugin-openapi-docs's releases.

v3.0.1

What's Changed

Full Changelog: https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v3.0.0...v3.0.1

v3.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v3.0.0-beta.10...v3.0.0

v3.0.0-beta.10

No release notes provided.

v3.0.0-beta.9

No release notes provided.

v3.0.0-beta.8

No release notes provided.

v3.0.0-beta.7

What's Changed

... (truncated)

Changelog

Sourced from docusaurus-plugin-openapi-docs's changelog.

3.0.1 (Jul 3, 2024)

High level enhancements

  • Fixed regression bug

Other enhancements and bug fixes

  • Fall back to languageSet if no languageTabs provided (#871)

3.0.0 (Jul 3, 2024)

First official v3 release!

  • Added support for Docusaurus v3.0.1 - v3.4.0 (and hopefully beyond)
  • Complete feature parity with v2.2.0 including bug fixes

Other enhancements and bug fixes

  • Support absolute or relative downloadUrl (#865)
  • fix... _Description has been truncated_
dependabot[bot] commented 1 week ago

Looks like these dependencies are updatable in another way, so this is no longer needed.