Commit Graph

9 Commits

Author SHA1 Message Date
kyy
f464ba2d31 Update swagger-ui
Some checks failed
Node.js CI / build (push) Failing after 2s
Node.js CI / e2e-tests (+(a11y|security|bugs)/**/*cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/!(o|d|m)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/+(o|d)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/m*.cy.js) (push) Failing after 2s
CodeQL / Analyze (javascript) (push) Failing after 2m49s
Security scan for docker image / build (push) Failing after 54s
2025-06-24 13:40:26 +09:00
Vladimír Gorej
955c0ddbac build(babel): use browserslist explicitly (#9207) 2023-09-13 15:08:15 +02:00
Vladimír Gorej
aea093dbf8 build: use Node.js =20.3.0 for local dev env (#9204) 2023-09-13 10:54:06 +02:00
Vladimír Gorej
5dbfc1b416 fix(swagger-ui-react): avoid babel output in build fragments (#9194)
Problem was resolved by turning babel debug off.

Refs #9192
2023-09-06 07:36:36 +02:00
Vladimír Gorej
70b01404a7 fix(swagger-ui-react): fix build scripts and allow releasing (#9191)
Refs https://github.com/swagger-api/swagger-ui/releases/tag/v5.6.0
2023-09-05 15:17:06 +02:00
Vladimír Gorej
edd1153723 feat: expose plugins and presets on SwaggerUI global symbol (#9189)
Part of this commit is also:
- complete plugins consolidation
- complete presets consolidation
- build system consolidation

Refs #9188
2023-09-05 09:56:51 +02:00
Vladimir Gorej
9221ff801a fix(build): mitigate regressions to build framents in v4.13.1 (#8137)
List of regressions fixed in this commit:

1. need to polyfill util module
2. always transform logical nullish assignment with babel 

Refs #8136
2022-08-02 14:10:06 +02:00
Tim Lai
ac41813530 feat(build): use core-js@3 (#6410) 2020-09-17 11:51:43 -07:00
Tim Lai
2eaa6c10e4 feat(build): es2015 bundle artifact (#6291)
* es2015 bundle with dependencies via npm script build:es:bundle
* es2015 bundle without dependencies via npm script build:es:bundle
* jest dependency for test:artifact
* migrate babel.config.json to babel.config.js and maintain env support for commonjs and es2015
* remove polyfill
* fix es syntax: replace module.exports with export
* fix es syntax: remove .jsx extension inside import
2020-08-13 17:21:55 -07:00