Commit Graph

1157 Commits

Author SHA1 Message Date
swagger-bot
dbd8931161 chore(release): cut the v5.0.0-alpha.6 release 2023-04-04 08:28:34 +00:00
Vladimír Gorej
0fabcafdf7 fix(oas31): fix rendering Path Items containing schemas with cycles (#8547)
The fix comes from updating the swagger-client to v3.19.6.

Refs #8537
2023-04-04 10:14:31 +02:00
Vladimir Gorej
f4423ef87e Merge branch 'master' into next 2023-04-04 09:56:32 +02:00
dependabot[bot]
0d88549f4d chore(deps-dev): bump open from 8.4.2 to 9.1.0 (#8539)
Bumps [open](https://github.com/sindresorhus/open) from 8.4.2 to 9.1.0.
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](https://github.com/sindresorhus/open/compare/v8.4.2...v9.1.0)

---
updated-dependencies:
- dependency-name: open
  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-04-04 09:46:51 +02:00
dependabot[bot]
bc43aa31a6 chore(deps-dev): bump deepmerge from 4.3.0 to 4.3.1 (#8544)
Bumps [deepmerge](https://github.com/TehShrike/deepmerge) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/TehShrike/deepmerge/releases)
- [Changelog](https://github.com/TehShrike/deepmerge/blob/master/changelog.md)
- [Commits](https://github.com/TehShrike/deepmerge/compare/v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: deepmerge
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 09:39:12 +02:00
dependabot[bot]
624a4f77d0 chore(deps-dev): bump @babel/preset-env from 7.20.2 to 7.21.4 (#8540) 2023-03-31 12:13:27 +00:00
dependabot[bot]
8d68a3ce7d chore(deps-dev): bump eslint from 8.34.0 to 8.37.0 (#8538) 2023-03-31 12:05:00 +00:00
swagger-bot
747033e1ad chore(release): cut the v5.0.0-alpha.5 release 2023-03-31 07:47:07 +00:00
Vladimír Gorej
a21e843cbb fix(oas31): fix resolver error about immutable Headers (#8536)
This bug fix comes via swagger-client@3.19.5.

Refs #8532
2023-03-31 09:23:36 +02:00
swagger-bot
d4adabdb84 chore(release): cut the v4.18.2 release 2023-03-30 17:09:15 +00:00
Vladimír Gorej
186bfa46cc chore(deps): update dependencies (#8534)
- swagger-client from 3.19.1 to 3.19.5
- babel-loader from 8.3.0 to 9.1.2
- lint-staged from 13.1.2 to 13.2.0

Closes #8515
Closes #8531
2023-03-30 18:25:21 +02:00
dependabot[bot]
809e744d3c chore(deps-dev): bump cssnano from 5.1.15 to 6.0.0 (#8529)
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.15 to 6.0.0.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.15...cssnano@6.0.0)

---
updated-dependencies:
- dependency-name: cssnano
  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-30 18:11:27 +02:00
Vladimír Gorej
7132e16f98 fix: add relative reference support for baseDoc option (#8533)
This support comes with swagger-client@3.19.4 update.

Refs #8525
2023-03-30 16:16:23 +02:00
dependabot[bot]
ce837af1fe chore(deps-dev): bump json-server from 0.17.2 to 0.17.3 (#8530) 2023-03-29 12:05:23 +00:00
dependabot[bot]
eb2affcb3f chore(deps-dev): bump webpack-stats-plugin from 1.0.3 to 1.1.1 (#8528) 2023-03-28 12:12:20 +00:00
dependabot[bot]
7a2e0bf847 chore(deps-dev): bump postcss-loader from 7.0.2 to 7.1.0 (#8527) 2023-03-28 12:05:00 +00:00
dependabot[bot]
efc2ac0961 chore(deps-dev): bump @commitlint/cli from 17.4.4 to 17.5.0 (#8522) 2023-03-27 15:33:18 +00:00
dependabot[bot]
1df5872d6b chore(deps-dev): bump webpack from 5.76.0 to 5.76.3 (#8521) 2023-03-27 14:52:34 +00:00
dependabot[bot]
8513237f61 chore(deps-dev): bump postcss-preset-env from 8.0.1 to 8.1.0 (#8520) 2023-03-27 12:07:01 +00:00
dependabot[bot]
14bb960e9a chore(deps-dev): bump prettier from 2.8.4 to 2.8.7 (#8516) 2023-03-24 12:18:46 +00:00
dependabot[bot]
9370ab7c70 chore(deps-dev): bump terser-webpack-plugin from 5.3.6 to 5.3.7 (#8514) 2023-03-24 12:11:33 +00:00
Vladimír Gorej
4db964378b test(core): align test with dependency update (#8512) 2023-03-24 09:40:27 +01:00
Vladimir Gorej
d6b3d52b92 Merge branch 'master' into next 2023-03-24 09:01:42 +01:00
dependabot[bot]
48426836b3 chore(deps-dev): bump local-web-server from 4.2.1 to 5.3.0 (#8458)
Bumps [local-web-server](https://github.com/lwsjs/local-web-server) from 4.2.1 to 5.3.0.
- [Release notes](https://github.com/lwsjs/local-web-server/releases)
- [Commits](https://github.com/lwsjs/local-web-server/compare/v4.2.1...v5.3.0)

---
updated-dependencies:
- dependency-name: local-web-server
  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-24 08:42:18 +01:00
dependabot[bot]
f8196c6199 chore(deps-dev): bump expect from 28.1.3 to 29.5.0 (#8462)
Bumps [expect](https://github.com/facebook/jest/tree/HEAD/packages/expect) from 28.1.3 to 29.5.0.
- [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.5.0/packages/expect)

---
updated-dependencies:
- dependency-name: expect
  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-24 08:31:38 +01:00
dependabot[bot]
4fa4453f5e chore(deps): bump dompurify from 2.3.10 to 3.0.1 (#8463)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.10 to 3.0.1.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.10...3.0.1)

---
updated-dependencies:
- dependency-name: dompurify
  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-23 19:37:32 +01:00
swagger-bot
1333d4dd2e chore(release): cut the v5.0.0-alpha.4 release 2023-03-22 08:25:27 +00:00
swagger-bot
39ccc0f900 chore(release): cut the v5.0.0-alpha.3 release 2023-03-21 20:35:52 +00:00
swagger-bot
35daf1979f chore(release): cut the v5.0.0-alpha.2 release 2023-03-21 13:42:24 +00:00
Vladimir Gorej
10a2397e81 Merge branch 'master' into next 2023-03-21 14:19:43 +01:00
swagger-bot
97c9471049 chore(release): cut the v5.0.0-alpha.1 release 2023-03-20 12:59:13 +00: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
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
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
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
66ce6434f8 chore(deps): update swagger-client from v3.19.0 to v3.19.1 (#8453) 2023-03-08 08:55:31 +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
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