Skip to content

Bump axios, @cmfcmf/docusaurus-search-local, @docusaurus/core, @docusaurus/plugin-debug, @docusaurus/preset-classic, docusaurus-plugin-openapi-docs, docusaurus-theme-openapi-docs and redocusaurus#360

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-462614d446

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Removes axios. It's no longer used after updating ancestor dependencies axios, @cmfcmf/docusaurus-search-local, @docusaurus/core, @docusaurus/plugin-debug, @docusaurus/preset-classic, docusaurus-plugin-openapi-docs, docusaurus-theme-openapi-docs and redocusaurus. These dependencies need to be updated together.

Removes axios

Updates @cmfcmf/docusaurus-search-local from 0.10.0 to 2.0.1

Release notes

Sourced from @​cmfcmf/docusaurus-search-local's releases.

v2.0.1

Bug Fixes

  • Do not flicker Docusaurus logo on load (9ebd7fa)

v2.0.0

⚠ BREAKING CHANGES

  • Update to Docusaurus v3 and support React v19
  • Update minimum supported Node.js version to ^20

Features

  • Add many more (AI-generated) translations (621f02c)
  • Update to Docusaurus v3 and support React v19 (b8d4351)

Bug Fixes

  • Minor updates to existing translations for CS, ES, IT, JA, SK (6bba3e7)
  • Support hash parsing of URLs (fixes Docusaurus 3 compat) (#216) (96c7803)

Other

  • Update dependencies (a9188ca)
  • Update minimum supported Node.js version to ^20 (4e52d33)

v1.2.0

Note: This version is not yet compatible with Docusaurus v3. Please follow cmfcmf/docusaurus-search-local#205 for updates.

Features

v1.1.0

Features

Bug Fixes

  • Re-add support for using this plugin on Windows (0337ada), closes #175 #179

v1.0.0

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from @​cmfcmf/docusaurus-search-local's changelog.

2.0.1 (2025-10-25)

Bug Fixes

  • Do not flicker Docusaurus logo on load (9ebd7fa)

2.0.0 (2025-10-18)

⚠ BREAKING CHANGES

  • Update to Docusaurus v3 and support React v19
  • Update minimum supported Node.js version to ^20
  • The lowest supported Node.js version is now 18.18.

Features

  • Add many more (AI-generated) translations (621f02c)
  • Update to Docusaurus v3 and support React v19 (b8d4351)

Bug Fixes

  • Minor updates to existing translations for CS, ES, IT, JA, SK (6bba3e7)
  • Support hash parsing of URLs (fixes Docusaurus 3 compat) (#216) (96c7803)

Other

  • Update dependencies (a9188ca)
  • Update minimum supported Node.js version to ^20 (4e52d33)

1.2.0 (2024-06-09)

Features

1.1.0 (2023-04-10)

Features

Bug Fixes

  • Re-add support for using this plugin on Windows (0337ada), closes #175 #179

... (truncated)

Commits
  • 72b800b ci: Fix publish workflow (again) (hopefully)
  • ab9fffc ci: Fix publish workflow (hopefully)
  • 30de7db chore(release): 2.0.1
  • ed4b926 ci: Automatically release package through GitHub Actions
  • 9ebd7fa fix: Do not flicker Docusaurus logo on load
  • 540d224 chore(release): 2.0.0
  • 4dae846 chore: Update build to React 19
  • b8d4351 feat!: Update to Docusaurus v3 and support React v19
  • d749838 chore: Commitlint on both push and pull_request
  • 625a2c6 chore: Make peer dependencies strict
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​cmfcmf/docusaurus-search-local since your current version.


Updates @docusaurus/core from 2.4.1 to 3.9.2

Release notes

Sourced from @​docusaurus/core's releases.

3.9.2 (2025-10-17)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #11490 fix(docs): add support for missing sidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11466 fix(theme): Fix CSS scroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

  • docusaurus-theme-mermaid

💅 Polish

  • docusaurus-theme-classic

🤖 Dependencies

🌐 Translations

Committers: 9

... (truncated)

Changelog

Sourced from @​docusaurus/core's changelog.

Docusaurus Changelog - v2.x

2.4.3 (2023-09-20)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #9107 fix(content-docs): sidebar generator should return customProps for doc items (@​TheCatLady)
  • docusaurus-theme-classic
    • #9108 feat(theme-classic): add description & keywords microdata to blog posts (@​TheCatLady)
    • #9099 fix(theme): only set classname on ul elements if they have an existing class (@​homotechsual)
    • #9243 fix(theme-common): ThemedComponent should display something when JS is disabled (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #9130 fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash (@​ori-shalom)

Committers: 4

2.4.2 (2023-09-20)

Bad npm publish, please use 2.4.3

Commits
  • abfbe56 v3.9.2
  • 598af3b fix(core): allow i18n.localeConfigs.translate in validation (#11452)
  • c3e5db1 chore: release v3.9.1 (#11436)
  • e41fa2e fix(core): fix Docusaurus outDir for sites using baseUrl (#11434)
  • c24d7dc chore: release v3.9 (#11419)
  • 4dc0576 fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard ...
  • a9bab41 feat(faster): upgrade Rspack to 1.5, use lazyBarrel experiment, remove deprec...
  • af3d5ca fix(deps): upgrade webpack-dev-server to v5, fix security warning (#11410)
  • 1c484e1 chore: drop support for Node 18, that reached End-of-Life (#11408)
  • 2febb76 feat(core): Add i18n.localeConfigs[locale].{url,baseUrl} config options (#1...
  • Additional commits viewable in compare view

Updates @docusaurus/plugin-debug from 2.4.1 to 3.9.2

Release notes

Sourced from @​docusaurus/plugin-debug's releases.

3.9.2 (2025-10-17)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #11490 fix(docs): add support for missing sidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11466 fix(theme): Fix CSS scroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

  • docusaurus-theme-mermaid

💅 Polish

  • docusaurus-theme-classic

🤖 Dependencies

🌐 Translations

Committers: 9

... (truncated)

Changelog

Sourced from @​docusaurus/plugin-debug's changelog.

Docusaurus Changelog - v2.x

2.4.3 (2023-09-20)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #9107 fix(content-docs): sidebar generator should return customProps for doc items (@​TheCatLady)
  • docusaurus-theme-classic
    • #9108 feat(theme-classic): add description & keywords microdata to blog posts (@​TheCatLady)
    • #9099 fix(theme): only set classname on ul elements if they have an existing class (@​homotechsual)
    • #9243 fix(theme-common): ThemedComponent should display something when JS is disabled (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #9130 fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash (@​ori-shalom)

Committers: 4

2.4.2 (2023-09-20)

Bad npm publish, please use 2.4.3

Commits

Updates @docusaurus/preset-classic from 2.4.1 to 3.9.2

Release notes

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

3.9.2 (2025-10-17)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #11490 fix(docs): add support for missing sidebar_key front matter attribute (@​slorber)
  • docusaurus-cssnano-preset
    • #11487 fix(cssnano-preset): disable CSS counter minification (@​YDKK)
  • docusaurus-theme-search-algolia
  • docusaurus-theme-translations
  • docusaurus-theme-classic, docusaurus-theme-common
    • #11466 fix(theme): Fix CSS scroll-margin-top when clicking footnote items, factorize code (@​slorber)
  • docusaurus
  • docusaurus-theme-mermaid
    • #11437 fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 (@​slorber)

🏃‍♀️ Performance

  • docusaurus-theme-mermaid

💅 Polish

  • docusaurus-theme-classic

🤖 Dependencies

🌐 Translations

Committers: 9

... (truncated)

Changelog

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

Docusaurus Changelog - v2.x

2.4.3 (2023-09-20)

🐛 Bug Fix

  • docusaurus-plugin-content-docs
    • #9107 fix(content-docs): sidebar generator should return customProps for doc items (@​TheCatLady)
  • docusaurus-theme-classic
    • #9108 feat(theme-classic): add description & keywords microdata to blog posts (@​TheCatLady)
    • #9099 fix(theme): only set classname on ul elements if they have an existing class (@​homotechsual)
    • #9243 fix(theme-common): ThemedComponent should display something when JS is disabled (@​slorber)
  • docusaurus-theme-classic, docusaurus-theme-common
    • #9130 fix(theme): canonical url should be not change after hydration if url accessed with/without trailing slash (@​ori-shalom)

Committers: 4

2.4.2 (2023-09-20)

Bad npm publish, please use 2.4.3

Commits

Updates docusaurus-plugin-openapi-docs from 2.2.3 to 4.5.1

Release notes

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

v4.5.1

What's Changed

Full Changelog: PaloAltoNetworks/docusaurus-openapi-docs@v4.5.0...v4.5.1

v4.5.0

What's Changed

New Contributors

Full Changelog: PaloAltoNetworks/docusaurus-openapi-docs@v4.4.0...v4.5.0

v4.4.0

What's Changed

New Contributors

... (truncated)

Changelog

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

4.5.1 (Jun 27, 2025)

High level enhancements

  • Various bug fixes

Other enhancements and bug fixes

  • Fix Postman request initialization (#1181)
  • Add AGENTS guidelines (#1179)

4.5.0 (Jun 27, 2025)

High level enhancements

  • Support const values, null type, and vendor extensions for sidebar order
  • Improve schema support for array items, type, and format

Other enhancements and bug fixes

  • docs: update compatibility for docusaurus 3.8.1 (#1177)
  • chore(demo): upgrade Docusaurus to v3.8.1 (#1176)
  • chore: add typings and remove placeholders (#1175)
  • fix types for plugin openapi (#1174)
  • refactor: replace Map type with Record (#1173)
  • refactor(theme): clean up type definitions (#1172)
  • refactor: change ResponseSamples to CodeSamples (#1162)
  • refactor: refactor request and response example (#1161)
  • Change the tab label of anyOf/oneOf (#1167)
  • docs: fix typos and tables (#1170)
  • chore: restrict workflows to main repo (#1169)
  • [Enhancement] Add vendor extension support for positioning sidebar items (#1160)
  • feat: support allOf, anyOf, and oneOf schemas with properties in array items (#1156)
  • feat: support null type (#1155)
  • Add support for apiKey in query and cookie param (#1151)
  • Add type and format to schema (#1148)
  • feat: support const for OAS 3.1.1 (#1143)

4.4.0 (May 2, 2025)

High level enhancements

  • Extend template support to info, tag and schema docs
  • Add support for Server-Sent Events (SSE) to API Explorer
  • Various bug fixes

Other enhancements and bug fixes

  • conditionally apply info template (#1137)
  • Fixes for enums with no type and anyof/oneof schemas (#1136)

... (truncated)

Commits

Updates docusaurus-theme-openapi-docs from 2.2.3 to 4.5.1

Release notes

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

v4.5.1

What's Changed

Full Changelog: PaloAltoNetworks/docusaurus-openapi-docs@v4.5.0...v4.5.1

v4.5.0

What's Changed

…aurus/plugin-debug, @docusaurus/preset-classic, docusaurus-plugin-openapi-docs, docusaurus-theme-openapi-docs and redocusaurus

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependencies [axios](https://github.com/axios/axios), [@cmfcmf/docusaurus-search-local](https://github.com/cmfcmf/docusaurus-search-local), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/plugin-debug](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-debug), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic), [docusaurus-plugin-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-plugin-openapi-docs), [docusaurus-theme-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-theme-openapi-docs) and [redocusaurus](https://github.com/rohit-gohri/redocusaurus). These dependencies need to be updated together.


Removes `axios`

Updates `@cmfcmf/docusaurus-search-local` from 0.10.0 to 2.0.1
- [Release notes](https://github.com/cmfcmf/docusaurus-search-local/releases)
- [Changelog](https://github.com/cmfcmf/docusaurus-search-local/blob/main/CHANGELOG.md)
- [Commits](cmfcmf/docusaurus-search-local@v0.10.0...v2.0.1)

Updates `@docusaurus/core` from 2.4.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus)

Updates `@docusaurus/plugin-debug` from 2.4.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-plugin-debug)

Updates `@docusaurus/preset-classic` from 2.4.1 to 3.9.2
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG-v2.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-preset-classic)

Updates `docusaurus-plugin-openapi-docs` from 2.2.3 to 4.5.1
- [Release notes](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/releases)
- [Changelog](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/commits/v4.5.1/packages/docusaurus-plugin-openapi-docs)

Updates `docusaurus-theme-openapi-docs` from 2.2.3 to 4.5.1
- [Release notes](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/releases)
- [Changelog](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/commits/v4.5.1/packages/docusaurus-theme-openapi-docs)

Updates `redocusaurus` from 1.6.3 to 2.5.0
- [Release notes](https://github.com/rohit-gohri/redocusaurus/releases)
- [Changelog](https://github.com/rohit-gohri/redocusaurus/blob/main/CHANGELOG.md)
- [Commits](rohit-gohri/redocusaurus@v1.6.3...v2.5.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@cmfcmf/docusaurus-search-local"
  dependency-version: 2.0.1
  dependency-type: direct:production
- dependency-name: "@docusaurus/core"
  dependency-version: 3.9.2
  dependency-type: direct:production
- dependency-name: "@docusaurus/plugin-debug"
  dependency-version: 3.9.2
  dependency-type: direct:production
- dependency-name: "@docusaurus/preset-classic"
  dependency-version: 3.9.2
  dependency-type: direct:production
- dependency-name: docusaurus-plugin-openapi-docs
  dependency-version: 4.5.1
  dependency-type: direct:production
- dependency-name: docusaurus-theme-openapi-docs
  dependency-version: 4.5.1
  dependency-type: direct:production
- dependency-name: redocusaurus
  dependency-version: 2.5.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 1, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 1, 2026
@netlify
Copy link

netlify bot commented Jan 1, 2026

Deploy Preview for tremor-www failed. Why did it fail? →

Name Link
🔨 Latest commit 76c4d96
🔍 Latest deploy log https://app.netlify.com/projects/tremor-www/deploys/6956f480bb947e000884f3ac

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2026

Superseded by #362.

@dependabot dependabot bot closed this Jan 27, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-462614d446 branch January 27, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants