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

fix(deps): update dependency swagger-ui to v3.32.4 #2070

Merged
merged 1 commit into from
Aug 23, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2020

This PR contains the following updates:

Package Type Update Change
swagger-ui dependencies minor 3.28.0 -> 3.32.4

Release Notes

swagger-api/swagger-ui

v3.32.4

Compare Source

Bug Fixes
  • remove unused and redux@4 non-compliant system method inside 'err' reducer (#​6330) (6742cbd)
  • deps: revert to redux@3 and react-redux@4 (#​6331) (e82aaae)

v3.32.3

Compare Source

This release is intended to enable npm to include es2015 bundle files. There are no source code changes in this release.

Bug Fixes
  • build: add es-bundle to .npmignore non-exclusion list (#​6328) (560b428)

v3.32.2

Compare Source

Bug Fixes
Security Update
  • deps: update react-syntax-highlighter from 12.2.1 to 13.5.0, which includes dependency security update fixed by prismjs@1.21.0 (#​6312)

Additional dependency updates via #​6317, #​6316, #​6313, #​6310

v3.32.1

Compare Source

This release should properly include swagger-ui-es-bundle and swagger-ui-es-bundle-core in the /dist directory. There are no other source code changes in this release.

Bug Fixes

v3.32.0

Compare Source

Features
  • build: SwaggerUI now also has an es2015 bundle artifact (#​6291) (2eaa6c1)
  • swagger-ui-react: SwaggerUI-React now also includes an es2015 module (#​6303) (c575324)
Bug Fixes

v3.31.1

Compare Source

Bug Fixes

v3.31.0

Compare Source

Bug Fixes
Features
  • Display minProperties an maxProperties for object schemas (#​6272) (fd5a59a)
  • swagger-ui-react: option for showMutatedRequest (#​6273) (b99ebe7)
  • swagger-ui-react: support for presets and defaultModelsExpandDepth (#​6275) (aebfccc)

v3.30.2

Compare Source

Fixes
  • Remove LodashModuleReplacementPlugin that made v3.30.1 unusable (#​6255). Fixes #​6249.

v3.30.1

Compare Source

Housekeeping

This build was reduced to 963 KiB

v3.30.0

Compare Source

Features
Security
  • housekeeping(deps): lodash@4.17.19 security

v3.29.0

Compare Source

Features
Fixes
  • Docker: Bug where SWAGGER_JSON is used without mount (#​6212), closes #​6211
Housekeeping
  • Deps swagger-client@3.10.12 (#​6216)
  • Config: increase max bundle size to 1024 KiB (#​6231)
Reverts

Renovate configuration

📅 Schedule: 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 this update again.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/swagger-ui-3.x branch from ed9d4b1 to 748b7e1 Compare July 17, 2020 22:54
@renovate renovate bot changed the title Update dependency swagger-ui to v3.29.0 Update dependency swagger-ui to v3.30.0 Jul 17, 2020
@renovate renovate bot force-pushed the renovate/swagger-ui-3.x branch from 748b7e1 to 28132d6 Compare July 19, 2020 23:17
@renovate renovate bot changed the title Update dependency swagger-ui to v3.30.0 fix(deps): update dependency swagger-ui to v3.30.0 Jul 20, 2020
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.30.0 Update dependency swagger-ui to v3.30.0 Jul 20, 2020
@renovate renovate bot changed the title Update dependency swagger-ui to v3.30.0 fix(deps): update dependency swagger-ui to v3.30.0 Jul 21, 2020
@renovate renovate bot force-pushed the renovate/swagger-ui-3.x branch from 28132d6 to b046e82 Compare July 21, 2020 19:40
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.30.0 fix(deps): update dependency swagger-ui to v3.30.1 Jul 21, 2020
@renovate renovate bot force-pushed the renovate/swagger-ui-3.x branch from b046e82 to 4b79325 Compare July 22, 2020 20:42
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.30.1 fix(deps): update dependency swagger-ui to v3.30.2 Jul 22, 2020
@edalex-ian
Copy link
Member

Well, whatever changed it's broken the ApiDocs test. Will need to look closer and fix - probably a string or css navigator definition I'd guess.

@edalex-ian edalex-ian added good first issue A good issue for first-time contributors help wanted labels Jul 26, 2020
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.30.2 Update dependency swagger-ui to v3.30.2 Jul 27, 2020
@renovate renovate bot force-pushed the renovate/swagger-ui-3.x branch from 4b79325 to dccb532 Compare July 30, 2020 17:03
@renovate renovate bot changed the title Update dependency swagger-ui to v3.30.2 Update dependency swagger-ui to v3.31.0 Jul 30, 2020
@renovate renovate bot force-pushed the renovate/swagger-ui-3.x branch from dccb532 to 1c51edf Compare July 30, 2020 18:13
@renovate renovate bot changed the title Update dependency swagger-ui to v3.31.0 Update dependency swagger-ui to v3.31.1 Jul 30, 2020
@renovate renovate bot changed the title Update dependency swagger-ui to v3.31.1 fix(deps): update dependency swagger-ui to v3.31.1 Jul 30, 2020
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.31.1 Update dependency swagger-ui to v3.31.1 Aug 3, 2020
@PenghaiZhang
Copy link
Contributor

PenghaiZhang commented Aug 10, 2020

The issue in this PR is very likely to be caused by refractor which parcel bundler fails to compile.
There is already an issue on Swagger Github.
And more information can be found here.

The solution seems to be updating parcel to v2, however v2 is still in beta version.

@PenghaiZhang
Copy link
Contributor

I suggest we don't update swagger-ui for now. Let's wait for a while and see if their future releases can fix the issue.

@renovate renovate bot changed the title Update dependency swagger-ui to v3.31.1 fix(deps): update dependency swagger-ui to v3.31.1 Aug 12, 2020
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.31.1 Update dependency swagger-ui to v3.31.1 Aug 12, 2020
@renovate renovate bot changed the title Update dependency swagger-ui to v3.31.1 fix(deps): update dependency swagger-ui to v3.31.1 Aug 13, 2020
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.31.1 fix(deps): update dependency swagger-ui to v3.32.0 Aug 14, 2020
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.32.0 fix(deps): update dependency swagger-ui to v3.32.1 Aug 14, 2020
@PenghaiZhang
Copy link
Contributor

The latest version does not fix the problem 😞 .I need to do more investigation

@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.32.1 Update dependency swagger-ui to v3.32.1 Aug 18, 2020
@renovate renovate bot changed the title Update dependency swagger-ui to v3.32.1 Update dependency swagger-ui to v3.32.2 Aug 19, 2020
@renovate renovate bot changed the title Update dependency swagger-ui to v3.32.2 fix(deps): update dependency swagger-ui to v3.32.2 Aug 19, 2020
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.32.2 fix(deps): update dependency swagger-ui to v3.32.3 Aug 19, 2020
@renovate renovate bot changed the title fix(deps): update dependency swagger-ui to v3.32.3 fix(deps): update dependency swagger-ui to v3.32.4 Aug 20, 2020
@PenghaiZhang
Copy link
Contributor

Finally, it's good to go I believe.

@edalex-ian edalex-ian merged commit 0e77d08 into develop Aug 23, 2020
@edalex-ian edalex-ian deleted the renovate/swagger-ui-3.x branch August 23, 2020 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good issue for first-time contributors help wanted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants