Commit Graph

5632 Commits

Author SHA1 Message Date
Vladimír Gorej
d7099793a4 refactor(oas31): introduce selector composition mechanism (#8484)
Refs #8474
2023-03-20 08:34:11 +01:00
Vladimír Gorej
47e12f1de3 refactor(oas31): simplify Webhooks component by utilizing selectors (#8481)
Refs #8474
2023-03-17 18:14:23 +01:00
Vladimír Gorej
865d98d6be refactor(oas31): change Info compnent to be smart (#8479)
Refs #8474
2023-03-17 10:55:49 +01:00
Vladimír Gorej
a3d3f26c42 refactor(oas31): change Contact component to be smart (#8478)
Refs #8474
2023-03-17 10:30:19 +01:00
Vladimír Gorej
91ba415632 refactor(oas31): consolidate plugin selectors (#8477)
Refs #8474
2023-03-16 17:15:27 +01:00
Vladimír Gorej
990d1f288e refactor(oas31): change License component to be smart (#8476)
Refs #8474
2023-03-16 15:54:59 +01:00
Vladimír Gorej
8b274414ab refactor(oas31): concentrate OpenAPI 3.1.0 code to separate plugin (#8475)
Refs #8474
2023-03-16 12:05:19 +01:00
dependabot[bot]
b0ab561879 chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (#8473) 2023-03-15 11:36:08 +00:00
Enzzo
44e2700c74 fix: decode model schema name on model component (#8400)
Refs #5626
2023-03-13 11:59:44 +01:00
swagger-bot
c9d94066d4 chore(release): cut the v4.18.1 release 2023-03-10 09:49:43 +00:00
Vladimír Gorej
ceccb218d3 ci(release): prepare configs for v5 alpha pre-releases (#8468)
Refs #8403
2023-03-10 10:26:15 +01:00
swagger-bot
de04ec1513 chore(release): cut the v5.0.0-alpha.0 release 2023-03-10 08:55:37 +00:00
Vladimír Gorej
6825126240 ci(release): prepare configs for v5 major release (#8467)
Refs #8403
2023-03-10 09:27:58 +01:00
Vladimir Gorej
b62a2dc696 Merge branch 'master' into next 2023-03-10 09:20:56 +01:00
Vladimír Gorej
c9156f0549 build(webpack): amend build configs to compensate for ApiDOM (#8460)
Refs #8403
2023-03-08 15:35:15 +01:00
Vladimír Gorej
cab47a36c8 test(core): fix unit test assertion (#8456)
Refs #8403
2023-03-08 13:55:39 +01:00
dependabot[bot]
1ea30f1531 chore(deps-dev): bump @babel/register from 7.17.0 to 7.21.0 (#8459) 2023-03-08 12:14:58 +00:00
dependabot[bot]
1adaf8f992 chore(deps-dev): bump @babel/plugin-proposal-optional-chaining (#8457) 2023-03-08 12:07:14 +00:00
Vladimir Gorej
aca53e3902 Merge branch 'master' into next 2023-03-08 11:22:47 +01:00
Vladimír Gorej
1a9b3c1098 ci(nodejs): run workflow on next branch (#8455)
Refs #8403
2023-03-08 11:22:18 +01:00
Vladimir Gorej
0d0e6d9b23 feat: integrate swagger-client@3.19.1 2023-03-08 11:08:49 +01:00
Vladimir Gorej
187b0e743d Merge branch 'master' into next 2023-03-08 10:31:48 +01:00
swagger-bot
32b3894aa8 chore(release): cut the v4.18.0 release 2023-03-08 09:07:26 +00:00
Vladimír Gorej
4751ab610d chore(deps): update swagger-client from v3.19.0 to v3.19.1 (#8454) 2023-03-08 09:44:23 +01:00
Vladimír Gorej
66ce6434f8 chore(deps): update swagger-client from v3.19.0 to v3.19.1 (#8453) 2023-03-08 08:55:31 +01:00
afrkorsakow
6b56e3828e feat(swagger-ui-react): add showCommonExtensions option (#8436) 2023-03-07 15:25:08 +01:00
dependabot[bot]
9895e37078 chore(deps-dev): bump rimraf from 3.0.2 to 4.3.1 (#8451)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.3.1.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.2...v4.3.1)

---
updated-dependencies:
- dependency-name: rimraf
  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-03-07 15:15:32 +01:00
dependabot[bot]
f3162d3501 chore(deps): bump react-redux from 7.2.9 to 8.0.5 (#8452)
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.9 to 8.0.5.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.9...v8.0.5)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  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-03-07 14:59:02 +01:00
Vladimír Gorej
51f8ccb018 fix(docker): enable IPv6 explicitly by env variable (#8449)
Enabling IPv6 address and port for IPv6 addresses
caused backward incompatible issues in the docker image.
If one wants to use it, it must be turned on explicitly
with PORT_IPV6 env variable.

Refs #8447
Refs #8437
2023-03-07 14:38:07 +01:00
dependabot[bot]
78697221a2 chore(deps-dev): bump @babel/plugin-transform-runtime (#8450) 2023-03-07 12:07:12 +00:00
dependabot[bot]
b348af66cc chore(deps-dev): bump postcss-preset-env from 7.8.3 to 8.0.1 (#8434)
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 7.8.3 to 8.0.1.
- [Release notes](https://github.com/csstools/postcss-plugins/releases)
- [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-03-06 16:46:00 +01:00
dependabot[bot]
a83666d749 chore(deps-dev): bump lint-staged from 11.2.6 to 13.1.2 (#8439)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.6 to 13.1.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v11.2.6...v13.1.2)

---
updated-dependencies:
- dependency-name: lint-staged
  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-03-06 16:37:26 +01:00
swagger-bot
3314d7f7fc chore(release): cut the v4.17.1 release 2023-03-06 15:25:30 +00:00
Barnaby Keene
51b45e740d fix(docker): add missing ipv6 all-interfaces binding (#8438)
Closes #8437
2023-03-06 15:55:59 +01:00
Vladimír Gorej
97a198bc76 chore(deps): update swagger-client to v3.19.0 (#8445) 2023-03-06 15:36:04 +01:00
Vladimír Gorej
a88f02bfef fix(docker): use vulnerability free Node.js=>18.14.1-r0 (#8440)
Node.js@18.12.1-r0 got installed by default.
CVE-2023-24807 was manifesting in image security
scans.

Refs https://github.com/swagger-api/swagger-ui/actions/runs/4310624218/jobs/7519243077
2023-03-02 15:56:54 +01:00
dependabot[bot]
f606c77ebf chore(deps-dev): bump cssnano from 5.1.12 to 5.1.15 (#8432) 2023-03-01 12:07:53 +00:00
swagger-bot
ea0ee85ee2 chore(release): cut the v4.17.0 release 2023-03-01 10:29:25 +00:00
Vladimír Gorej
1bb4daf784 feat: integrate swagger-client@3.19.0-beta.8 (#8431)
Refs #8401
2023-03-01 10:49:54 +01:00
dependabot[bot]
7bd7c46059 chore(deps-dev): bump sinon from 12.0.1 to 15.0.1 (#8429)
Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 15.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v12.0.1...v15.0.1)

---
updated-dependencies:
- dependency-name: sinon
  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-03-01 10:43:58 +01:00
dependabot[bot]
17a4eafe98 chore(deps-dev): bump @jest/globals from 27.0.6 to 29.4.3 (#8428)
Bumps [@jest/globals](https://github.com/facebook/jest/tree/HEAD/packages/jest-globals) from 27.0.6 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest-globals)

---
updated-dependencies:
- dependency-name: "@jest/globals"
  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-03-01 10:34:30 +01:00
swagger-bot
cea6642894 chore(release): cut the v4.16.1 release 2023-02-25 18:18:34 +00:00
Vladimír Gorej
d3a1e9433f revert: integrate swagger-client@3.19.0-beta.7 (#8426)
swagger-client has been reverted back to ^3.18.5,
because it introduces backward incompatible behavior
for yarn@2 package manager.

Refs 61642927b6
Refs d293555a8f
Refs #8418
2023-02-25 18:30:28 +01:00
dependabot[bot]
136456be2a chore(deps-dev): bump jsdom from 20.0.0 to 21.1.0 (#8417)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.0 to 21.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/20.0.0...21.1.0)

---
updated-dependencies:
- dependency-name: jsdom
  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-02-25 18:24:56 +01:00
dependabot[bot]
cbeb9124b3 chore(deps-dev): bump @commitlint/config-conventional (#8423)
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 16.2.4 to 17.4.4.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.4.4/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  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-02-25 18:13:32 +01:00
dependabot[bot]
7b47886b38 chore(deps): bump @braintree/sanitize-url from 6.0.0 to 6.0.2 (#8422) 2023-02-24 12:15:44 +00:00
dependabot[bot]
d95428eed2 chore(deps-dev): bump @babel/core from 7.14.6 to 7.21.0 (#8421) 2023-02-24 12:08:42 +00:00
dependabot[bot]
7a6b9244d2 chore(deps-dev): bump react-refresh from 0.11.0 to 0.14.0 (#8420) 2023-02-24 12:01:53 +00:00
dependabot[bot]
fe6ebc68a8 chore(deps-dev): bump json-server from 0.17.0 to 0.17.2 (#8419) 2023-02-24 11:53:15 +00:00
dependabot[bot]
b6648c5493 chore(deps-dev): bump @babel/cli from 7.16.8 to 7.21.0 (#8416) 2023-02-24 11:29:05 +00:00