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 the major group across 1 directory with 3 updates #1037

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2024

Bumps the major group with 3 updates in the / directory: @open-rpc/schema-utils-js, docusaurus-plugin-openapi-docs and docusaurus-theme-openapi-docs.

Updates @open-rpc/schema-utils-js from 1.16.2 to 2.0.5

Release notes

Sourced from @​open-rpc/schema-utils-js's releases.

2.0.5

2.0.5 (2024-10-08)

Bug Fixes

  • add failing test around bug with dereffing and leaving .components around (ffd6c84)
  • remove extra components (39c2120)

2.0.4

2.0.4 (2024-10-03)

Bug Fixes

  • handle notification examples (ae110e0)

2.0.3

2.0.3 (2024-06-27)

Bug Fixes

2.0.2

2.0.2 (2024-05-09)

Bug Fixes

  • use default reference resolver (f442cec)

2.0.1

2.0.1 (2024-05-09)

Bug Fixes

  • add metaSchema to ajv + upgrade typescript to 4 (437eb78)
  • added test for new error (1f4e913)
  • better error for ajv blow up issue (3691390)
  • bump node version (023870e)
  • package-lock.json (851b3d8)
  • remove console log and fix ts-jest config (1879da6)
  • testing ajv not worth (1434c99)
  • update @​open-rpc/meta-schema to latest (5f8502e)
  • update jest ts-jest and typedoc (59fda50)
  • update json-schema-tools/meta-schema & dereferencer (040c6ea)

... (truncated)

Changelog

Sourced from @​open-rpc/schema-utils-js's changelog.

2.0.5 (2024-10-08)

Bug Fixes

  • add failing test around bug with dereffing and leaving .components around (ffd6c84)
  • remove extra components (39c2120)

2.0.4 (2024-10-03)

Bug Fixes

  • handle notification examples (ae110e0)

2.0.3 (2024-06-27)

Bug Fixes

2.0.2 (2024-05-09)

Bug Fixes

  • use default reference resolver (f442cec)

2.0.1 (2024-05-09)

Bug Fixes

  • add metaSchema to ajv + upgrade typescript to 4 (437eb78)
  • added test for new error (1f4e913)
  • better error for ajv blow up issue (3691390)
  • bump node version (023870e)
  • package-lock.json (851b3d8)
  • remove console log and fix ts-jest config (1879da6)
  • testing ajv not worth (1434c99)
  • update @​open-rpc/meta-schema to latest (5f8502e)
  • update jest ts-jest and typedoc (59fda50)
  • update json-schema-tools/meta-schema & dereferencer (040c6ea)

2.0.0 (2024-05-07)

Documentation

... (truncated)

Commits
  • 7bd6c2a chore(release): 2.0.5 [skip ci]
  • e95b2d5 Merge pull request #937 from open-rpc/fix/deref-leaving-components
  • 39c2120 fix: remove extra components
  • ffd6c84 fix: add failing test around bug with dereffing and leaving .components around
  • 5b899f6 chore(release): 2.0.4 [skip ci]
  • 1c1ad70 Merge pull request #934 from open-rpc/fix/handle-notification-examples
  • ae110e0 fix: handle notification examples
  • b1a793c Merge pull request #891 from open-rpc/dependabot/npm_and_yarn/webpack-5.92.1
  • 6c2a545 chore(deps-dev): bump webpack from 5.91.0 to 5.92.1
  • 0d4f063 chore(release): 2.0.3 [skip ci]
  • Additional commits viewable in compare view

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

Release notes

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

v4.1.0

What's Changed

New Contributors

Full Changelog: PaloAltoNetworks/docusaurus-openapi-docs@v4.0.1...v4.1.0

v4.0.1

What's Changed

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

v4.0.0

What's Changed

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

v3.0.2

... (truncated)

Changelog

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

4.1.0 (Oct 4, 2024)

High level enhancements

  • Added support for rendering schema item example (#985)
  • Improved support for enum descriptions (#981 and #951)
  • Added support for sidebarGenerators (#963)
  • Added OpenAPI 3.1 webhooks support (#961)
  • Improved code snippets support(#945 and #984)

Other enhancements and bug fixes

  • Merge pull request #985 from PaloAltoNetworks/edge-allof
    • Combined merged schema with original to ensure no properties are lost
    • Add support for rendering example to SchemaItem
  • Merge pull request #984 from PaloAltoNetworks/fix-code-snippet-scroll
    • Adjust offset for glow effect around active tab
    • Avoid scrolling if first item in scroll area
    • Use scrollLeft to avoid scrolling entire page to active code tab
  • Merge pull request #981 from tuanpt-0634/support-schema-enum-descriptions
    • Support enum descriptions in schema object
  • Merge pull request #971 from robbieaverill/children-reactnode
    • Restore fallback to empty string when children is falsy
    • Revert string casting in plugin utils
    • Revert changes to plugin guard() and render() methods, they will not accept ReactNode
    • Children interface is now ReactNode, theme utility methods are deprecated in favour of plugin methods
  • Merge pull request #969 from tuanpt-0634/fix_button_show_optional_parameters
    • Fix change type of Show optional parameters button
  • Merge pull request #963 from robbieaverill/feature/custom-doc-item-generator
    • Move createDocItem() into a sidebarGenerators object
    • Add line-through style to deprecated sidebar items
    • Add support for custom sidebar DocItem generators supporting customisation
    • Add markdownGenerators example and update docs
  • Merge pull request #961 from PaloAltoNetworks/webhooks
    • Add example OpenAPI 3.1 petstore
    • Add support for OpenAPI 3.1 webhooks
  • Merge pull request #960 from PaloAltoNetworks/deprecation-notice
    • Fix deprecation notice
  • Merge pull request #958 from PaloAltoNetworks/default-values
    • Ensure description comes before qualifier and default value
    • Render default value after description
    • Fix defaultValue and cleanup unused code
    • Update packages
    • Apply changes to ParamsItem
    • Render default value as string literal instead of markdown
    • Fix curl logoClass
  • Merge pull request #957 from PaloAltoNetworks/security-schemes
    • Apply border radius to summary
  • Merge pull request #951 from omonk/ollie.monk/x-enumDescriptions
    • Add missing security schemes component

... (truncated)

Commits
  • bb7f7ac Prepare release v4.1.0
  • 1283280 combined merged schema with original to ensure no properties are lost
  • 3eed555 Support enum descriptions in schema object
  • 4a81586 Revert string casting in plugin utils
  • 3aa807a Revert changes to plugin guard() and render() methods, they will not accept R...
  • a6fc12e Children interface is now ReactNode, theme utility methods are deprecated in ...
  • c712e7c update docs
  • 7a76077 update docs
  • ee9790c Move createDocItem() into a sidebarGenerators object
  • cf354d0 Add support for custom sidebar DocItem generators supporting customisation
  • Additional commits viewable in compare view

Updates docusaurus-theme-openapi-docs from 3.0.1 to 4.1.0

Release notes

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

v4.1.0

What's Changed

New Contributors

Full Changelog: PaloAltoNetworks/docusaurus-openapi-docs@v4.0.1...v4.1.0

v4.0.1

What's Changed

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

v4.0.0

What's Changed

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

v3.0.2

... (truncated)

Changelog

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

4.1.0 (Oct 4, 2024)

High level enhancements

  • Added support for rendering schema item example (#985)
  • Improved support for enum descriptions (#981 and #951)
  • Added support for sidebarGenerators (#963)
  • Added OpenAPI 3.1 webhooks support (#961)
  • Improved code snippets support(#945 and #984)

Other enhancements and bug fixes

  • Merge pull request #985 from PaloAltoNetworks/edge-allof
    • Combined merged schema with original to ensure no properties are lost
    • Add support for rendering example to SchemaItem
  • Merge pull request #984 from PaloAltoNetworks/fix-code-snippet-scroll
    • Adjust offset for glow effect around active tab
    • Avoid scrolling if first item in scroll area
    • Use scrollLeft to avoid scrolling entire page to active code tab
  • Merge pull request #981 from tuanpt-0634/support-schema-enum-descriptions
    • Support enum descriptions in schema object
  • Merge pull request #971 from robbieaverill/children-reactnode
    • Restore fallback to empty string when children is falsy
    • Revert string casting in plugin utils
    • Revert changes to plugin guard() and render() methods, they will not accept ReactNode
    • Children interface is now ReactNode, theme utility methods are deprecated in favour of plugin methods
  • Merge pull request #969 from tuanpt-0634/fix_button_show_optional_parameters
    • Fix change type of Show optional parameters button
  • Merge pull request #963 from robbieaverill/feature/custom-doc-item-generator
    • Move createDocItem() into a sidebarGenerators object
    • Add line-through style to deprecated sidebar items
    • Add support for custom sidebar DocItem generators supporting customisation
    • Add markdownGenerators example and update docs
  • Merge pull request #961 from PaloAltoNetworks/webhooks
    • Add example OpenAPI 3.1 petstore
    • Add support for OpenAPI 3.1 webhooks
  • Merge pull request #960 from PaloAltoNetworks/deprecation-notice
    • Fix deprecation notice
  • Merge pull request #958 from PaloAltoNetworks/default-values
    • Ensure description comes before qualifier and default value
    • Render default value after description
    • Fix defaultValue and cleanup unused code
    • Update packages
    • Apply changes to ParamsItem
    • Render default value as string literal instead of markdown
    • Fix curl logoClass
  • Merge pull request #957 from PaloAltoNetworks/security-schemes
    • Apply border radius to summary
  • Merge pull request #951 from omonk/ollie.monk/x-enumDescriptions
    • Add missing security schemes component

... (truncated)

Commits
  • bb7f7ac Prepare release v4.1.0
  • 2a46f82 add support for rendering example to SchemaItem
  • 1337735 adjust offset for glow effect around active tab
  • b702763 avoid scrolling if first item in scroll area
  • 2ae5a6f use scrollLeft to avoid scrolling entire page to active code tab
  • 296475b Merge pull request #971 from robbieaverill/children-reactnode
  • 2fcfe32 Restore fallback to empty string when children is falsy
  • 3aa807a Revert changes to plugin guard() and render() methods, they will not accept R...
  • a6fc12e Children interface is now ReactNode, theme utility methods are deprecated in ...
  • bab3b6b Fix change type of Show optional parameters button
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-32100197b0 branch from 68166d2 to c55142b Compare October 20, 2024 02:25
Bumps the major group with 3 updates in the / directory: [@open-rpc/schema-utils-js](https://github.com/open-rpc/schema-utils-js), [docusaurus-plugin-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-plugin-openapi-docs) and [docusaurus-theme-openapi-docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/HEAD/packages/docusaurus-theme-openapi-docs).


Updates `@open-rpc/schema-utils-js` from 1.16.2 to 2.0.5
- [Release notes](https://github.com/open-rpc/schema-utils-js/releases)
- [Changelog](https://github.com/open-rpc/schema-utils-js/blob/master/CHANGELOG.md)
- [Commits](open-rpc/schema-utils-js@1.16.2...2.0.5)

Updates `docusaurus-plugin-openapi-docs` from 3.0.1 to 4.1.0
- [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.1.0/packages/docusaurus-plugin-openapi-docs)

Updates `docusaurus-theme-openapi-docs` from 3.0.1 to 4.1.0
- [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.1.0/packages/docusaurus-theme-openapi-docs)

---
updated-dependencies:
- dependency-name: "@open-rpc/schema-utils-js"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: docusaurus-plugin-openapi-docs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: docusaurus-theme-openapi-docs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-32100197b0 branch from c55142b to c1ed647 Compare October 27, 2024 02:44
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2024

Superseded by #1073.

@dependabot dependabot bot closed this Nov 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/major-32100197b0 branch November 3, 2024 02:17
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