Commit Graph

5907 Commits

Author SHA1 Message Date
Vladimír Gorej
73a726d1b3 docs(swagger-ui-react): drop claim about no custom plugins support (#9058) 2023-07-25 11:25:23 +02:00
dependabot[bot]
c1680d3f08 chore(deps-dev): bump jest-environment-jsdom from 29.6.0 to 29.6.1 (#9054) 2023-07-24 11:44:06 +00:00
swagger-bot
3f51747011 chore(release): cut the v5.2.0 release 2023-07-24 09:24:06 +00:00
Vladimír Gorej
5b2629e26b chore(deps): regenerate package-lock.json (#9053) 2023-07-24 10:52:38 +02:00
Adam Davis
62abd787aa docs(setting-up): fix dev-helper-initializer.js file name (#9024) 2023-07-24 10:06:30 +02:00
Adam Davis
d9375dbddf fix(samples): fix handling of additionalProperties in JSON Schema 2020-12 (#9023)
This change is specific to JSON Schema 2020-12 and OpenAPI 3.1.0.

Refs #9022
2023-07-24 10:04:00 +02:00
dependabot[bot]
36583bc042 chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0 (#9051) 2023-07-21 11:33:11 +00:00
Damian Polewski
f3ea2a251d feat: add Icons plugin
* Change existing icons to React wrapper components

* Add `icons` plugin to expose Icon components to plugin system

* Create components that re-export Lock and Unlock components so they can be changed separately in Authorise top button and Authorise operation summary button

* Add new Lock and Unlock icons to `auth` plugin

---------

Co-authored-by: Vladimír Gorej <vladimir.gorej@smartbear.com>
2023-07-20 14:51:17 +02:00
dependabot[bot]
be9f94490b chore(deps-dev): bump @commitlint/cli from 17.6.6 to 17.6.7 (#9046) 2023-07-20 11:41:26 +00:00
dependabot[bot]
d90e2373db chore(deps): bump dompurify from 3.0.4 to 3.0.5 (#9044) 2023-07-19 11:59:28 +00:00
dependabot[bot]
ad749b3052 chore(deps-dev): bump @babel/eslint-parser from 7.22.5 to 7.22.9 (#9043) 2023-07-19 11:52:36 +00:00
dependabot[bot]
e2b2f5a88b chore(deps-dev): bump expect from 29.5.0 to 29.6.1 (#9042) 2023-07-19 11:44:40 +00:00
dependabot[bot]
b646624904 chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#9041) 2023-07-19 01:54:37 +00:00
dependabot[bot]
1f79e2e9fc chore(deps): bump patch-package from 7.0.0 to 7.0.2 (#9040) 2023-07-18 12:01:32 +00:00
dependabot[bot]
445ab34446 chore(deps-dev): bump @babel/plugin-transform-runtime (#9038) 2023-07-18 11:53:45 +00:00
dependabot[bot]
3d60dc0511 chore(deps-dev): bump jest from 29.5.0 to 29.6.1 (#9037) 2023-07-18 11:46:04 +00:00
dependabot[bot]
d12194c0bd chore(deps-dev): bump babel-loader from 9.1.2 to 9.1.3 (#9036) 2023-07-18 11:37:41 +00:00
swagger-bot
60f39c92d7 chore(release): cut the v5.1.3 release 2023-07-18 08:20:42 +00:00
Vladimír Gorej
21a2ef5b70 fix(swagger-ui-react): re-enable SSR support (#9035)
SSR support was re-enabled by passing the oauth2RedirectUrl
prop only when defined.

Refs #8976
2023-07-18 09:43:39 +02:00
Vladimír Gorej
58f83b6195 fix(docker): fix libtiff NULL Pointer dereference issue (#9034)
Refs https://security.snyk.io/vuln/SNYK-ALPINE317-TIFF-5747689
2023-07-17 18:48:15 +02:00
Vladimír Gorej
45e9ece967 fix(docker): update libtiff to non-vulnerable version (#9033)
Refs CVE-2023-0801
Refs 2ff8986dbc
2023-07-17 18:35:32 +02:00
Vladimír Gorej
2ff8986dbc fix(docker): remove vulnerable libtiff (#9032)
We will keep the removal in the image untill
it's fixed in upstream nginx base image.

Ref CVE-2023-0801
2023-07-17 17:14:41 +02:00
Vladimír Gorej
94fac4b3a1 fix(json-schema-2020-12): add rendering support for type='integer' (#9031)
Refs #9013
2023-07-17 15:10:21 +02:00
Vladimír Gorej
70d7986ad0 fix(json-schema-2020-12): fix rendering of exclusiveMin|Max keywords (#9030)
Refs #9013
2023-07-17 14:52:48 +02:00
dependabot[bot]
b0d937e2a9 chore(deps-dev): bump @jest/globals from 29.6.0 to 29.6.1 (#9028) 2023-07-17 12:11:15 +00:00
dependabot[bot]
2e1b7a2f0e chore(deps-dev): bump @babel/cli from 7.22.5 to 7.22.9 (#9027) 2023-07-17 12:05:22 +00:00
dependabot[bot]
12e9e10c04 chore(deps-dev): bump @babel/preset-env from 7.22.5 to 7.22.9 (#9026) 2023-07-17 11:59:10 +00:00
swagger-bot
9b9ea40667 chore(release): cut the v5.1.2 release 2023-07-17 08:58:08 +00:00
Vladimír Gorej
990ff7d3f2 fix(swagger-ui-react): fix default value for spec prop (#9025)
Default value must be set to  (empty string) and
not to {} (empty object).

Refs #8976
2023-07-17 10:24:36 +02:00
swagger-bot
89f04d3f11 chore(release): cut the v5.1.1 release 2023-07-14 13:07:26 +00:00
Vladimír Gorej
565aed71a5 chore(deps-dev): bump sinon from 15.1.0 to 15.2.0 (#9021)
Closes #8948
2023-07-14 14:15:48 +02:00
dependabot[bot]
ccfb5c7adf chore(deps-dev): bump postcss-preset-env from 8.5.1 to 9.0.0 (#8981)
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 8.5.1 to 9.0.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-14 13:54:06 +02:00
Vladimír Gorej
b70e276d8d fix: fix critial bug in OpenAPI 3.1.0 resolution (#9020)
Refs https://github.com/swagger-api/apidom/issues/2934
2023-07-14 13:46:41 +02:00
Oleksandr Redko
a62d340120 docs(swagger-ui-react): fix a typo in README (#9016) 2023-07-14 13:44:42 +02:00
dependabot[bot]
4328fd06d6 chore(deps-dev): bump postcss from 8.4.24 to 8.4.26 (#9019) 2023-07-14 11:37:35 +00:00
dependabot[bot]
337fd39993 chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.9 (#9014) 2023-07-13 11:31:28 +00:00
dependabot[bot]
ddefc3dfde chore(deps-dev): bump eslint from 8.43.0 to 8.44.0 (#9003) 2023-07-12 15:27:29 +00:00
dependabot[bot]
309be1865d chore(deps): bump semver from 5.7.1 to 5.7.2 (#9012) 2023-07-12 15:20:04 +00:00
dependabot[bot]
f7d6a10850 chore(deps-dev): bump @jest/globals from 29.5.0 to 29.6.0 (#9002) 2023-07-06 11:33:47 +00:00
dependabot[bot]
8503c0b681 chore(deps-dev): bump jest-environment-jsdom from 29.5.0 to 29.6.0 (#8997) 2023-07-05 11:11:22 +00:00
dependabot[bot]
c9d992455a chore(deps): bump @babel/runtime-corejs3 from 7.22.5 to 7.22.6 (#8984) 2023-07-04 11:34:54 +00:00
dependabot[bot]
cbcc557580 chore(deps-dev): bump cypress from 12.14.0 to 12.16.0 (#8982) 2023-07-03 11:56:05 +00:00
Vladimír Gorej
f287339280 fix(swagger-ui-react): use correct default prop values (#8976) 2023-06-30 16:14:32 +02:00
dependabot[bot]
cf5cfde690 chore(deps-dev): bump lint-staged from 13.2.2 to 13.2.3 (#8979) 2023-06-30 11:35:46 +00:00
dependabot[bot]
70c2528855 chore(deps-dev): bump @babel/preset-react from 7.18.6 to 7.22.5 (#8978) 2023-06-30 11:28:45 +00:00
dependabot[bot]
bc9acf2a09 chore(deps): bump dompurify from 3.0.3 to 3.0.4 (#8977) 2023-06-30 11:21:02 +00:00
dependabot[bot]
879300afd7 chore(deps-dev): bump @babel/plugin-transform-runtime (#8973) 2023-06-29 11:37:57 +00:00
dependabot[bot]
bc8e1ea300 chore(deps-dev): bump webpack from 5.88.0 to 5.88.1 (#8972) 2023-06-29 11:29:18 +00:00
dependabot[bot]
284f6621ed chore(deps-dev): bump @babel/register from 7.21.0 to 7.22.5 (#8970) 2023-06-28 12:13:55 +00:00
dependabot[bot]
56088f366e chore(deps): bump react-redux from 8.0.7 to 8.1.1 (#8969) 2023-06-28 12:05:33 +00:00