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

Bump async and docusaurus-plugin-openapi-docs #758

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps async to 3.2.4 and updates ancestor dependency docusaurus-plugin-openapi-docs. These dependencies need to be updated together.

Updates async from 3.2.1 to 3.2.4

Changelog

Sourced from async's changelog.

v3.2.4

  • Fix a bug in priorityQueue where it didn't wait for the result. (#1725)
  • Fix a bug where unshiftAsync was included in priorityQueue. (#1790)

v3.2.3

  • Fix bugs in comment parsing in autoInject. (#1767, #1780)

v3.2.2

  • Fix potential prototype pollution exploit
Commits
Maintainer changes

This version was pushed to npm by hargasinski, a new releaser for async since your current version.


Updates docusaurus-plugin-openapi-docs from 3.0.0-beta.5 to 3.0.1

Release notes

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

v3.0.1

What's Changed

Full Changelog: PaloAltoNetworks/docusaurus-openapi-docs@v3.0.0...v3.0.1

v3.0.0

What's Changed

New Contributors

Full Changelog: PaloAltoNetworks/docusaurus-openapi-docs@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 typo in attribute (#864)
  • uncomment version dropdown styles (#863)
  • Support flexible code snippet ordering and options (#862)
  • migrate back to canonical postman deps (#860)
  • Support custom downloadUrl for versions (#859)
  • [V3] Fix tagGroup display when showSchemas is configured (#852)
  • check to avoid tagGroup config before concat operation, api, schemas (#853)
  • handle various additionalProperties cases (#803)
  • cleanup legacy ApiDemoPanel component
  • cleanup legacy docusaurus config
  • upgrade to docusaurus 3.4.0 (#850)
  • support empty object schema type (#849)
  • ensure readOnly/writeOnly are evaluated first (#848)
  • transparent bg color when showing placeholder (#847)
  • Bug/set accept (#846)
  • Implement the x-tags extension for schema objects (#837)
  • fix col row padding footer&pagination (#810)
  • Update index.tsx (#839)
  • fix: markdown table within the description attribute cannot be rendered correctly (#831)
  • upgrade demo to docusaurus 3.3.2 (#822)
  • add missing types and cast ref to LegacyRef (#818)
  • Add option to disable frontmatter api prop compression (#800)
  • preventing to send form onClick left/right arrows in SchemaTabs component (#796)
  • Ensure sidebars.ts and schemas are properly cleaned (#817)
  • changed theme and plugin to headings (#786)
  • Allow custom plugin to render (#784)
  • Remove scrollbar width for Tab components (#785)

3.0.0-beta.10 (Mar 25, 2024)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [async](https://github.com/caolan/async) to 3.2.4 and updates ancestor dependency [docusaurus-plugin-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-plugin-openapi-docs). These dependencies need to be updated together.


Updates `async` from 3.2.1 to 3.2.4
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v3.2.1...v3.2.4)

Updates `docusaurus-plugin-openapi-docs` from 3.0.0-beta.5 to 3.0.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/v3.0.1/packages/docusaurus-plugin-openapi-docs)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
- dependency-name: docusaurus-plugin-openapi-docs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from AmsterGet as a code owner August 7, 2024 12:06
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants