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 #1073

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 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.2.0

Release notes

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

v4.2.0

What's Changed

New Contributors

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

v4.1.0

What's Changed

New Contributors

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

v4.0.1

... (truncated)

Changelog

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

4.2.0 (Nov 1, 2024)

High level enhancements

  • Massive refactor of plugin and theme that dramatically optimizes and reduces generated MDX.
  • Added sample JSON code snippet component to schema pages.
  • Improvements to how allOf, additonalProperties and discriminators are processed/handled.

Other enhancements and bug fixes

Features/Enhancements

  • discriminators
    • Improve handling of discriminators (#1009)
  • schema
    • Migrate schema page to Schema component and refactor layout (#1001)
    • Refactor to use new theme components
    • Add new RequestSchema and Schema components
  • additional properties
    • Add additionalProperties examples to tests
    • Support object as primitive additional properties
    • Improve Items support for allOf and primitives
  • allOf handling
    • Refactor items allOf to new pattern/library
    • Extend allOf tests
    • Migrate to allof-merge library to improve merging
    • Improve handling of top-level primitives
    • Improve support for allOf
    • Avoid returning on first schema match and improve support for AnyOneOf
  • UI/UX improvements
    • Implement skeleton loader component
    • Try lazy loading on all
    • Implement lazy loading without BrowserOnly
    • Render loading spinner instead of text
    • Add language tabs back
    • Add default logo for http and shell
    • Add margin top to enum descriptions
    • Change label from generated to auto
    • Add Summary component, cleanup PropertyDiscriminator and SchemaNodeDetails
    • Rename Edge to SchemaEdge and fix props and types
    • Rename SchemaComponent to SchemaNode
    • Cleanup Properties and add missing props
    • Port x-enumDescription fix from #981
    • Add additional schema support to edge
    • Support single mime type schemas
    • Make props optional
    • Add DetailsNode component and markdown rendering for description and qualifier
    • Add StatusCodes component
    • Use ExecutionEnvironment to avoid SSR
    • Render ParamsDetails client-side

... (truncated)

Commits
  • e7295a8 Prepare release v4.2.0 (#1010)
  • 320fc1c Migrate schema page to Schema component and refactor layout (#1001)
  • ef8b1d9 refactor items allof to new pattern/library
  • ae8639b Merge branch 'main' into params-details
  • 6557a3d [Fix] all of items in array for api response
  • fb837ea fix linter errors
  • 6db4252 update test snapshot
  • 5d0684d fix create allof request/response samples
  • f10ceb8 migrate to allof-merge library to improve merging
  • e5973ef cleanup api doc template imports
  • Additional commits viewable in compare view

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

Release notes

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

v4.2.0

What's Changed

New Contributors

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

v4.1.0

What's Changed

New Contributors

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

v4.0.1

... (truncated)

Changelog

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

4.2.0 (Nov 1, 2024)

High level enhancements

  • Massive refactor of plugin and theme that dramatically optimizes and reduces generated MDX.
  • Added sample JSON code snippet component to schema pages.
  • Improvements to how allOf, additonalProperties and discriminators are processed/handled.

Other enhancements and bug fixes

Features/Enhancements

  • discriminators
    • Improve handling of discriminators (#1009)
  • schema
    • Migrate schema page to Schema component and refactor layout (#1001)
    • Refactor to use new theme components
    • Add new RequestSchema and Schema components
  • additional properties
    • Add additionalProperties examples to tests
    • Support object as primitive additional properties
    • Improve Items support for allOf and primitives
  • allOf handling
    • Refactor items allOf to new pattern/library
    • Extend allOf tests
    • Migrate to allof-merge library to improve merging
    • Improve handling of top-level primitives
    • Improve support for allOf
    • Avoid returning on first schema match and improve support for AnyOneOf
  • UI/UX improvements
    • Implement skeleton loader component
    • Try lazy loading on all
    • Implement lazy loading without BrowserOnly
    • Render loading spinner instead of text
    • Add language tabs back
    • Add default logo for http and shell
    • Add margin top to enum descriptions
    • Change label from generated to auto
    • Add Summary component, cleanup PropertyDiscriminator and SchemaNodeDetails
    • Rename Edge to SchemaEdge and fix props and types
    • Rename SchemaComponent to SchemaNode
    • Cleanup Properties and add missing props
    • Port x-enumDescription fix from #981
    • Add additional schema support to edge
    • Support single mime type schemas
    • Make props optional
    • Add DetailsNode component and markdown rendering for description and qualifier
    • Add StatusCodes component
    • Use ExecutionEnvironment to avoid SSR
    • Render ParamsDetails client-side

... (truncated)

Commits
  • e7295a8 Prepare release v4.2.0 (#1010)
  • a42f4bf improve handling of discriminators (#1009)
  • 320fc1c Migrate schema page to Schema component and refactor layout (#1001)
  • 10600c6 support object as primitive additional properties
  • f10ceb8 migrate to allof-merge library to improve merging
  • 6c6071e improve handling of top-level primitives
  • a7b9d3f remove unused imports
  • 3880c89 implement skeleton loader component
  • 6845e76 try lazy loading on all
  • 8cca337 implement lazy loading without BrowserOnly
  • 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 Nov 3, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-c835ffe527 branch from 2c08751 to 60f4a3b Compare November 10, 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.2.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.2.0/packages/docusaurus-plugin-openapi-docs)

Updates `docusaurus-theme-openapi-docs` from 3.0.1 to 4.2.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.2.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-c835ffe527 branch from 60f4a3b to dfcc7aa Compare November 17, 2024 02:45
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