Commit Graph

5657 Commits

Author SHA1 Message Date
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
Vladimír Gorej
cb15dbb6e5 fix(oas3): expand Callback operation without browser error (#8510)
Refs #7465
2023-03-23 15:35:46 +01:00
Vladimír Gorej
4dc83b900d fix(oas3): expand Callback operation without browser error (#8509)
Refs #8508
2023-03-23 15:12:17 +01:00
Vladimír Gorej
3d3fea09c6 fix(oas31): render Callback operations only (#8507)
Before this fix, other Path Item fields were
included into rendering of Operation Objects under
a specific Callback Object.

Refs #8504
2023-03-23 13:38:35 +01:00
Vladimir Gorej
7bdb605dcf docs(oas31): provide docs for createOnlyOAS31SelectorWrapper 2023-03-23 11:05:26 +01:00
Vladimír Gorej
e1816a5937 refactor(oas31): use OpenAPI 3.1 specific component wrapper util (#8503) 2023-03-23 10:55:41 +01:00
Vladimír Gorej
16224263d1 feat(oas31): add support for OpenAPI 3.1.0 badge (#8502)
Refs #8501
2023-03-23 10:13:20 +01:00
swagger-bot
1333d4dd2e chore(release): cut the v5.0.0-alpha.4 release 2023-03-22 08:25:27 +00:00
Vladimír Gorej
5c11bb5a45 fix(oas31): detect user request body edits in OpenAPI.paths (#8500)
Affected wrapped selector was hasUserEditedBody.
This commit fixes the bug by calling the original
selector when path+method combination is not found
in OpenAPI.webhooks field.

Refs #8498
2023-03-22 09:12:27 +01:00
swagger-bot
39ccc0f900 chore(release): cut the v5.0.0-alpha.3 release 2023-03-21 20:35:52 +00:00
Vladimír Gorej
25edb232f0 fix(oas31): fix recursive bug in hasUserEditedBody selector wrapper (#8499)
Refs #8498
2023-03-21 21:22:23 +01: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
Vladimír Gorej
18681857c6 feat(oas31): add support for rendering OpenAPI.jsonSchemaDialect field (#8496)
Refs #8491
2023-03-21 14:13:18 +01:00
Vladimír Gorej
4810801f77 feat(oas31): add support for OpenAPI 3.1.0 in VersionPragmaFilter (#8495)
Refs #8492
2023-03-21 11:52:07 +01:00
swagger-bot
97c9471049 chore(release): cut the v5.0.0-alpha.1 release 2023-03-20 12:59:13 +00:00
Vladimír Gorej
d837b2b511 refactor(oas31): disable try it out mechanism explicitly for webhooks (#8485)
Refs #8474
2023-03-20 09:44:22 +01:00
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