Skip to content

Commit

Permalink
chore(deps): bump swagger-ui from cf7b769 to 0ce792c
Browse files Browse the repository at this point in the history
Bumps [swagger-ui](https://github.com/swagger-api/swagger-ui) from `cf7b769` to `0ce792c`.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@cf7b769...0ce792c)

---
updated-dependencies:
- dependency-name: swagger-ui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 96b53af commit 3a60d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger-ui
Submodule swagger-ui updated 70 files
+2 −0 .github/dependabot.yaml
+1 −1 .github/workflows/dependabot-merge.yml
+0 −3 .npmignore
+1 −1 Dockerfile
+6 −5 SECURITY.md
+1 −2 dist/swagger-ui-bundle.js
+1 −1 dist/swagger-ui-bundle.js.map
+1 −1 dist/swagger-ui-es-bundle-core.js
+1 −1 dist/swagger-ui-es-bundle-core.js.map
+1 −2 dist/swagger-ui-es-bundle.js
+1 −1 dist/swagger-ui-es-bundle.js.map
+1 −2 dist/swagger-ui-standalone-preset.js
+1 −1 dist/swagger-ui-standalone-preset.js.map
+1 −1 dist/swagger-ui.css.map
+1 −1 dist/swagger-ui.js
+1 −1 dist/swagger-ui.js.map
+1 −1 docs/customization/add-plugin.md
+0 −4 docs/customization/plugin-api.md
+4 −3 docs/development/setting-up.md
+1 −9 docs/usage/configuration.md
+59 −45 flavors/swagger-ui-react/index.jsx
+0 −2 flavors/swagger-ui-react/release/run.sh
+4,331 −4,633 package-lock.json
+34 −53 package.json
+0 −13 patches/tachyons-sass+4.9.5.patch
+19 −5 src/core/components/parameter-row.jsx
+2 −2 src/core/components/response.jsx
+9 −9 src/core/config/defaults.js
+0 −1 src/core/config/factorization/inline-plugin.js
+2 −3 src/core/config/factorization/system.js
+1 −2 src/core/config/index.js
+0 −16 src/core/config/sources/system.js
+13 −8 src/core/config/sources/url.js
+24 −5 src/core/config/type-cast/mappings.js
+7 −0 src/core/config/type-cast/type-casters/function.js
+7 −0 src/core/config/type-cast/type-casters/nullable-function.js
+7 −0 src/core/config/type-cast/type-casters/sorter.js
+66 −58 src/core/index.js
+34 −2 src/core/plugins/configs/actions.js
+1 −1 src/core/plugins/configs/fn.js
+0 −14 src/core/plugins/configs/index.js
+0 −25 src/core/plugins/configs/spec-actions.js
+16 −4 src/core/plugins/json-schema-2020-12-samples/fn/main.js
+2 −2 src/core/plugins/json-schema-5/components/enum-model.jsx
+1 −1 src/core/plugins/json-schema-5/components/primitive-model.jsx
+2 −1 src/core/plugins/oas31/components/webhooks.jsx
+1 −1 src/core/plugins/oas31/spec-extensions/selectors.js
+3 −2 src/core/plugins/request-snippets/fn.js
+5 −8 src/core/system.js
+14 −1 src/core/utils/index.js
+0 −4 swagger-config.yaml
+49 −0 test/e2e-cypress/e2e/features/parameters-one-of-any-of.cy.js
+35 −0 test/e2e-cypress/e2e/features/plugins/oas31/oas31-webhook-examples.cy.js
+16 −0 test/e2e-cypress/e2e/features/response-empty-examples-object.cy.js
+59 −0 test/e2e-cypress/static/documents/features/oas31-webhook-examples.yaml
+50 −0 test/e2e-cypress/static/documents/features/parameters-one-of-any-of-oas3.yaml
+50 −0 test/e2e-cypress/static/documents/features/parameters-one-of-any-of-oas31.yaml
+25 −0 test/e2e-cypress/static/documents/features/response-empty-examples-object.yaml
+2 −0 test/unit/bugs/4557-default-parameter-values.jsx
+4 −0 test/unit/components/parameter-row.jsx
+1 −1 test/unit/core/plugins/configs/actions.js
+30 −0 test/unit/core/plugins/json-schema-2020-12-samples/fn.js
+1 −4 test/unit/core/system/wrapComponent.jsx
+16 −0 test/unit/core/utils.js
+3 −8 webpack/_config-builder.js
+6 −0 webpack/_helpers.js
+1 −1 webpack/bundle.js
+2 −1 webpack/es-bundle-core.js
+1 −1 webpack/es-bundle.js
+1 −1 webpack/standalone.js

0 comments on commit 3a60d65

Please sign in to comment.