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

build(deps): update dependency swagger-ui-react to v5.20.0 #700

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
swagger-ui-react 5.12.3 -> 5.20.0 age adoption passing confidence
@types/swagger-ui-react (source) 4.18.3 -> 5.18.0 age adoption passing confidence

Release Notes

swagger-api/swagger-ui (swagger-ui-react)

v5.20.0: Swagger UI v5.20.0 Released!

Compare Source

Bug Fixes
  • docker: add OpenContainer labels
  • json-schema-5: fix JumpToPath feature for schemas, closes swagger-api/swagger-editor#4035
  • fix JumpToPath feature for auth methods
  • display the correct name of security methods
  • fix console errors appearing when security scheme is not defined
  • components: render examples only when their shape is correct
  • swagger-client: allow resolving URLs without extensions, closes swagger-api/apidom#4298
  • css: fix css sourcemaps
  • security: update axios to address CVE-2024-39338
  • swagger-client: do not encode server variables, closes swagger-api/swagger-js#3656
  • security: fix unsafe cookie serialization, addresses CVE-2024-47764, GHSA-pxg6-pf52-xh8x
  • spec: compensate if OpenAPI.paths field is defined as unexpected structure
  • json-schema-2020-12: check for schema type before extracting extension keywords, closes swagger-ui/issues#9376
  • json-schema-2020-12: fix rendering of uniqueItems keyword
  • json-schema-2020-12: fix overrides of JSON Schema extension keywords
  • spec: clear JSON state when loading a new definition
  • oas31: fix caching of JSON Schema 2020-12 context
  • json-schema-2020-12: fix default expansion being applied to components after initial render
  • json-schema-2020-12: fix complex schemas expanding beyond the default expansion depth
  • json-schema-2020-12: fix deep expansion not expanding some of the keywords
  • oas31: fix expansion of Schema Object fixed fields
Features
  • swagger-ui-react: add support for initialState prop
  • add horizontal scrollbar for schemas, refs swagger-api/swagger-ui#8940
  • display schema of complex parameters
  • display schema of complex request body properties
  • json-schema-2020-12: allow to use fn outside of React context
  • oas31: display schema of complex parameters with union type
  • oas31: display schema of complex request body properties with union type
  • oas31: display textarea for parameters with complex union type
  • json-schema-2020-12: allow to use getTitle outside of JSON Schema 2020-12 context
  • json-schema-2020-12: introduce system bound HOC
  • json-schema-2020-12: add support for rendering extension keywords, closes swagger-ui/issues#9376
  • json-schema-2020-12: add support for rendering examples keyword
  • json-schema-2020-12: use JSON Viewer to display keywords with complex values
  • json-schema-2020-12: handle empty objects and arrays in JSONViewer
  • oas3: more support for OpenAPI 3.0.4
  • introduce custom URL sanitization mechanism
  • apply additional fixes for custom URL sanitization mechanism
  • oas31: add support for OpenAPI extensions
  • json-schema-2020-12: respect showExtensions config option

Attributions (alphabetical order)

@​char0n
@​glowcloud
@​robert-hebel-sb

v5.19.0: Swagger UI v5.19.0 Released!

Compare Source

Features

v5.18.3: Swagger UI v5.18.3 Released!

Compare Source

Enhancements

SwaggerUI Docker image is now served under the new authoritative registry URL:

Before:

$ docker pull swaggerapi/swagger-ui

Now:

$ docker pull docker.swagger.io/swaggerapi/swagger-ui

v5.18.2: Swagger UI v5.18.2 Released!

Compare Source

Bug Fixes

v5.18.1: Swagger UI v5.18.1 Released!

Compare Source

Bug Fixes

v5.18.0: Swagger UI v5.18.0 Released!

Compare Source

Features
  • analytics: use Scarf.js to provide anonymized installation analytics (#​10194) (fb55b9c)

Anonymized analytics

SwaggerUI uses Scarf to collect anonymized installation analytics. These analytics help support the maintainers of this library and ONLY run during installation. To opt out, you can set the scarfSettings.enabled field to false in your project's package.json:

// package.json
{
  // ...
  "scarfSettings": {
    "enabled": false
  }
  // ...
}

Alternatively, you can set the environment variable SCARF_ANALYTICS to false as part of the environment that installs your npm packages, e.g., SCARF_ANALYTICS=false npm install.

v5.17.14: Swagger UI v5.17.14 Released!

Compare Source

Bug Fixes

v5.17.13: Swagger UI v5.17.13 Released!

Compare Source

Bug Fixes

v5.17.12: Swagger UI v5.17.12 Released!

Compare Source

Bug Fixes

v5.17.10: Swagger UI v5.17.10 Released!

Compare Source

Bug Fixes

v5.17.9: Swagger UI v5.17.9 Released!

Compare Source

Bug Fixes

v5.17.8: Swagger UI v5.17.8 Released!

Compare Source

Bug Fixes
  • components: fix rendering for empty examples in responses (#​9926) (94f2d82), closes #​9499
  • swagger-client: resolve multiple path parameters with the same name in path templates, closes #​9928

v5.17.7: Swagger UI v5.17.7 Released!

Compare Source

Bug Fixes

v5.17.6: Swagger UI v5.17.6 Released!

Compare Source

Bug Fixes

v5.17.5: Swagger UI v5.17.5 Released!

Compare Source

Bug Fixes
  • config: perform configuration synchronously (5fa60ce)
  • try-it-out: fix parsing null values when building requests (#​9914) (fc7410b)

v5.17.4: Swagger UI v5.17.4 Released!

Compare Source

Bug Fixes
  • security: remove patch-package production dependency (#​9909) (cb9a06f)

v5.17.3: Swagger UI v5.17.3 Released!

Compare Source

Bug Fixes

v5.17.2: Swagger UI v5.17.2 Released!

Compare Source

Bug Fixes
  • config: remove system config source (#​9875) (333e5e3), closes #​5148
  • allow to create SwaggerUI instances without rendering to the DOM container by default

v5.17.1: Swagger UI v5.17.1 Released!

Compare Source

Bug Fixes

v5.17.0: Swagger UI v5.17.0 Released!

Compare Source

Features

v5.16.2: Swagger UI v5.16.2 Released!

Compare Source

Bug Fixes

v5.16.1: Swagger UI v5.16.1 Released!

Compare Source

Bug Fixes

v5.16.0: Swagger UI v5.16.0 Released!

Compare Source

Bug Fixes
Features

v5.15.2: Swagger UI v5.15.2 Released!

Compare Source

Bug Fixes
  • try-it-out: fix objects in arrays being stringified twice when building requests (#​9805) (9e02f47)
  • utils: make URL search params parsing and serialization WHATWG URL compliant (#​9809) (52c4b95), closes #​9804

v5.15.1: Swagger UI v5.15.1 Released!

Compare Source

Bug Fixes

v5.15.0: Swagger UI v5.15.0 Released!

Compare Source

Bug Fixes
Features

v5.14.0: Swagger UI v5.14.0 Released!

Compare Source

Bug Fixes
Features
  • consolidate syntax highlighting code into standalone plugin (#​9783) (7260005)

v5.13.0: Swagger UI v5.13.0 Released!

Compare Source

Bug Fixes
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Mar 29, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 29, 2024
Copy link

vercel bot commented Mar 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
zws ⬜️ Ignored (Inspect) Visit Preview Feb 27, 2025 3:40pm

@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch 16 times, most recently from 63902f0 to 1a6636b Compare April 5, 2024 18:44
@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch 2 times, most recently from 596b51d to 9315b85 Compare April 8, 2024 11:59
@renovate renovate bot changed the title build(deps): update dependency swagger-ui-react to v5.13.0 build(deps): update dependency swagger-ui-react to v5.14.0 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch 6 times, most recently from df961df to 6d731dd Compare April 10, 2024 11:41
@renovate renovate bot changed the title build(deps): update dependency swagger-ui-react to v5.14.0 build(deps): update dependency swagger-ui-react to v5.15.0 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from 6d731dd to 8d494be Compare April 11, 2024 02:26
@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from 6835a0a to 333cf99 Compare November 14, 2024 15:08
Copy link

vercel bot commented Nov 14, 2024

Deployment failed with the following error:

Resource is limited - try again in 24 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch 5 times, most recently from 3d43444 to 1cf64a5 Compare November 26, 2024 19:43
Copy link

vercel bot commented Nov 26, 2024

Deployment failed with the following error:

Resource is limited - try again in 19 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch 2 times, most recently from 6b00936 to f5dbc67 Compare December 4, 2024 12:59
Copy link

vercel bot commented Dec 4, 2024

Deployment failed with the following error:

Resource is limited - try again in 29 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from f5dbc67 to 0d3a57d Compare December 9, 2024 19:43
Copy link

vercel bot commented Dec 9, 2024

Deployment failed with the following error:

Resource is limited - try again in 31 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from 0d3a57d to 4743a1a Compare December 13, 2024 21:40
Copy link

vercel bot commented Dec 13, 2024

Deployment failed with the following error:

Resource is limited - try again in 28 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from 4743a1a to b02b705 Compare January 15, 2025 01:33
Copy link

vercel bot commented Jan 15, 2025

Deployment failed with the following error:

Resource is limited - try again in 7 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch 3 times, most recently from 6ca5f6a to 9627456 Compare January 17, 2025 00:33
Copy link

vercel bot commented Jan 17, 2025

Deployment failed with the following error:

Resource is limited - try again in 6 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from 9627456 to af02ac0 Compare January 17, 2025 09:42
@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from af02ac0 to 541ee4d Compare January 28, 2025 14:24
@renovate renovate bot changed the title build(deps): update dependency swagger-ui-react to v5.18.2 build(deps): update dependency swagger-ui-react to v5.18.3 Jan 28, 2025
@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from 541ee4d to b6dc5e0 Compare January 29, 2025 13:00
@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from b6dc5e0 to 1149590 Compare February 17, 2025 19:02
@renovate renovate bot changed the title build(deps): update dependency swagger-ui-react to v5.18.3 build(deps): update dependency swagger-ui-react to v5.19.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/swagger-ui-react-5.x branch from 1149590 to 06965bc Compare February 27, 2025 15:40
@renovate renovate bot changed the title build(deps): update dependency swagger-ui-react to v5.19.0 build(deps): update dependency swagger-ui-react to v5.20.0 Feb 27, 2025
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
Development

Successfully merging this pull request may close these issues.

0 participants