Commit Graph

6375 Commits

Author SHA1 Message Date
Oliwia Rogala
0f395c2adf fix(spec): format validation errors for nested parameters (#9775)
Refs #9774
2024-04-10 13:11:31 +02:00
Vladimír Gorej
3b72ee18bc refactor: consolidate all JSON Schema 5 rendering code into json-schema-5 plugin (#9798) 2024-04-10 12:11:51 +02:00
Daniel Kaneider
46c849b0b3 docs(configuration): fix wrong syntaxHighlight option name (#9776) 2024-04-10 10:46:18 +02:00
swagger-bot
13aa3bfae5 chore(release): cut the v5.15.0 release 2024-04-10 08:40:09 +00:00
Oliwia Rogala
3bea389715 fix(oas3): compensate for JSON Schemas left unresolved by swagger-client (#9794)
Refs #9790
2024-04-10 08:41:49 +02:00
Vladimír Gorej
b6b0d2879a fix(json-schema-2020-12-samples): apply string constraints sensibly (#9796)
Refs #9739
2024-04-09 15:58:37 +02:00
Vladimír Gorej
7db9c9879b feat(json-schema-2020-12-sample): introduce option API (#9795)
Refs #9739
2024-04-09 14:50:47 +02:00
dependabot[bot]
1267c04230 chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.2.0 (#9793)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.2.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.9.0...v28.2.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  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>
2024-04-09 14:11:20 +02:00
dependabot[bot]
6e91056859 chore(deps): bump dompurify from 3.0.11 to 3.1.0 (#9789) 2024-04-08 11:53:13 +00:00
Vladimír Gorej
111e420c98 fix(oas31): allow override names of top level schemas (#9787)
Refs #9713

Co-authored-by: Oliwia Rogala <oliwia.rogala@smartbear.com>
2024-04-08 13:43:38 +02:00
dependabot[bot]
af538a3800 chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#9729)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  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>
2024-04-08 12:29:35 +02:00
swagger-bot
7bcf090d98 chore(release): cut the v5.14.0 release 2024-04-08 08:27:58 +00:00
Vladimír Gorej
a94dd2808b fix(docker): fix CVE-2024-27983 related to Node.js (#9786) 2024-04-08 10:05:31 +02:00
Vladimír Gorej
ac0d2a3cc8 refactor(syntax-highlighting): use component wrapping for syntax highlighting activation (#9784) 2024-04-06 00:16:00 +02:00
Vladimír Gorej
7260005bd8 feat: consolidate syntax highlighting code into standalone plugin (#9783) 2024-04-05 21:12:25 +02:00
dependabot[bot]
f844319188 chore(deps-dev): bump sass from 1.72.0 to 1.74.1 (#9781) 2024-04-05 11:13:37 +00:00
dependabot[bot]
4a5a8798d3 chore(deps): bump swagger-client from 3.26.4 to 3.26.5 (#9780) 2024-04-05 11:07:25 +00:00
dependabot[bot]
086ffeb55b chore(deps-dev): bump @babel/core from 7.24.3 to 7.24.4 (#9778) 2024-04-04 12:03:15 +00:00
dependabot[bot]
5e95ffa7bf chore(deps): bump @babel/runtime-corejs3 from 7.24.1 to 7.24.4 (#9779) 2024-04-04 11:57:41 +00:00
dependabot[bot]
cf1300021f chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.4 (#9777) 2024-04-04 11:51:36 +00:00
dependabot[bot]
3110954767 chore(deps-dev): bump postcss-preset-env from 9.5.3 to 9.5.4 (#9773) 2024-04-03 11:25:12 +00:00
dependabot[bot]
a0b164be24 chore(deps-dev): bump cypress from 13.7.1 to 13.7.2 (#9772) 2024-04-03 11:19:24 +00:00
dependabot[bot]
1735ea8f12 chore(deps-dev): bump postcss-preset-env from 9.5.2 to 9.5.3 (#9770) 2024-04-01 11:49:47 +00:00
dependabot[bot]
407b8512bd chore(deps-dev): bump local-web-server from 5.3.1 to 5.3.3 (#9769) 2024-04-01 11:44:12 +00:00
dependabot[bot]
f3e3b4a71d chore(deps-dev): bump html-webpack-skip-assets-plugin (#9768) 2024-04-01 11:38:11 +00:00
swagger-bot
65e4f23822 chore(release): cut the v5.13.0 release 2024-03-29 13:42:47 +00:00
Oliwia Rogala
ed983eb260 fix(oas3): add support for oneOf/anyOf JSON Schema keywords in request-body rendering (#9767)
Refs #9763
2024-03-29 14:08:48 +01:00
Oliwia Rogala
8086d97e76 fix(oas3): fix getting initial values for request body in OpenAPI 3.x (#9762)
Refs #9745
2024-03-29 13:36:16 +01:00
Oliwia Rogala
6a493fb4f3 feat(plugins): expose JSON Schema merging mechanism from samples plugins (#9766)
Refs #9765
2024-03-29 12:56:20 +01:00
shandongbinzhou
c0e3eb63d0 docs: remove repetitive word in docs (#9764)
Signed-off-by: shandongbinzhou <shandongbinzhou@outlook.com>
2024-03-29 08:37:11 +01:00
dependabot[bot]
3a78973fa5 chore(deps-dev): bump @babel/preset-env from 7.24.0 to 7.24.3 (#9757) 2024-03-27 12:19:45 +00:00
dependabot[bot]
8668ad006b chore(deps-dev): bump postcss from 8.4.36 to 8.4.38 (#9759) 2024-03-27 12:12:09 +00:00
dependabot[bot]
a59365899f chore(deps-dev): bump @babel/core from 7.24.1 to 7.24.3 (#9758) 2024-03-27 12:04:42 +00:00
swagger-bot
7f4e4809ef chore(release): cut the v5.12.3 release 2024-03-27 06:58:31 +00:00
Oliwia Rogala
c002e59791 fix(json-schema-2020-12-samples): fix constraints for integer example values (#9749)
Refs #9740
2024-03-26 14:55:25 +01:00
dependabot[bot]
a82f6448d4 chore(deps-dev): bump cssnano from 6.1.1 to 6.1.2 (#9751) 2024-03-26 12:19:16 +00:00
dependabot[bot]
3e73e5c88b chore(deps-dev): bump @babel/plugin-transform-runtime (#9753) 2024-03-26 12:12:09 +00:00
dependabot[bot]
024734a261 chore(deps): bump @babel/runtime-corejs3 from 7.24.0 to 7.24.1 (#9752) 2024-03-26 12:05:42 +00:00
swagger-bot
b2cf964dac chore(release): cut the v5.12.2 release 2024-03-26 11:07:23 +00:00
Vladimír Gorej
fd90a688de chore: fix latest release version (#9750) 2024-03-26 11:46:11 +01:00
Vladimír Gorej
7101272de4 fix: fix failed v5.12.1 release (#9748) 2024-03-26 11:21:09 +01:00
dependabot[bot]
3afed64403 chore(deps-dev): bump express from 4.19.1 to 4.19.2 (#9747) 2024-03-26 09:35:34 +00:00
Oliwia Rogala
b2e673d237 fix(try-it-out): fix issues related to building requests from parameters (#9746)
Refs #9550
2024-03-26 10:30:07 +01:00
dependabot[bot]
8225cfd586 chore(deps-dev): bump @babel/cli from 7.23.9 to 7.24.1 (#9743) 2024-03-25 11:50:16 +00:00
dependabot[bot]
357dff39ff chore(deps-dev): bump autoprefixer from 10.4.18 to 10.4.19 (#9742) 2024-03-25 11:43:32 +00:00
dependabot[bot]
0dc3c7c892 chore(deps): bump dompurify from 3.0.10 to 3.0.11 (#9741) 2024-03-25 11:37:22 +00:00
dependabot[bot]
bf65c4e9d7 chore(deps-dev): bump cssnano from 6.1.0 to 6.1.1 (#9737) 2024-03-22 11:31:49 +00:00
dependabot[bot]
9694620dbe chore(deps-dev): bump cypress from 13.7.0 to 13.7.1 (#9735) 2024-03-22 11:25:57 +00:00
dependabot[bot]
ec4e982eaf chore(deps): bump @braintree/sanitize-url from 7.0.0 to 7.0.1 (#9736) 2024-03-22 11:19:40 +00:00
dependabot[bot]
a2fdae9009 chore(deps-dev): bump webpack from 5.90.3 to 5.91.0 (#9726) 2024-03-21 11:47:14 +00:00