careworry
|
d57866973e
|
docs: fix typos in code comments (#9841)
Signed-off-by: careworry <worrycare@outlook.com>
|
2024-04-20 08:01:39 +02:00 |
|
dependabot[bot]
|
8c43f17bac
|
chore(deps-dev): bump babel-plugin-module-resolver from 5.0.1 to 5.0.2 (#9852)
|
2024-04-19 11:49:52 +00:00 |
|
dependabot[bot]
|
974237885b
|
chore(deps-dev): bump cypress from 13.7.3 to 13.8.0 (#9851)
|
2024-04-19 11:43:18 +00:00 |
|
dependabot[bot]
|
6434c19c50
|
chore(deps-dev): bump postcss-preset-env from 9.5.5 to 9.5.6 (#9850)
|
2024-04-19 11:36:57 +00:00 |
|
swagger-bot
|
6bb5e288c9
|
chore(release): cut the v5.16.2 release
|
2024-04-19 06:54:48 +00:00 |
|
Vladimír Gorej
|
12d6685255
|
style(core): apply prettier formatting (#9848)
|
2024-04-19 08:28:52 +02:00 |
|
Vladimír Gorej
|
3a671c61d3
|
fix(swagger-ui-react): avoid triggering implicit system rendering (#9847)
Refs #9846
|
2024-04-19 08:28:30 +02:00 |
|
swagger-bot
|
aa36114cdc
|
chore(release): cut the v5.16.1 release
|
2024-04-18 15:27:57 +00:00 |
|
Oliwia Rogala
|
60670d1bbd
|
fix(config): add options defined during runtime (#9845)
Refs #9844
|
2024-04-18 16:40:04 +02:00 |
|
Oliwia Rogala
|
bcd7388a2d
|
fix(config): sync SwaggerUI default options with swagger-ui-react (#9843)
Refs #9838
|
2024-04-18 16:09:39 +02:00 |
|
Oliwia Rogala
|
dc9650b80b
|
fix(config): address getting configUrl from options (#9840)
Refs #9819
|
2024-04-18 14:35:50 +02:00 |
|
dependabot[bot]
|
6cba05706e
|
chore(deps-dev): bump babel-plugin-module-resolver from 5.0.0 to 5.0.1 (#9842)
|
2024-04-18 11:54:00 +00:00 |
|
swagger-bot
|
c3b6f50d44
|
chore(release): cut the v5.16.0 release
|
2024-04-18 09:30:01 +00:00 |
|
Vladimir Gorej
|
2354788e5a
|
chore: regenerate package-lock.json
|
2024-04-18 11:08:02 +02:00 |
|
Oliwia Rogala
|
7378821669
|
fix(config): cast configuration values into proper types (#9829)
Refs #9808
|
2024-04-18 11:04:05 +02:00 |
|
Vladimír Gorej
|
c2b63ab4d7
|
style(request-snippets): change name of active tab class (#9839)
Refs https://github.com/swagger-api/swagger-ui/pull/9826
|
2024-04-18 10:55:09 +02:00 |
|
Vladimír Gorej
|
c452527cb2
|
fix(resolve): fix infinite recursions and cycle detection in OpenAPI 3.1.0 resolution (#9837)
|
2024-04-18 10:31:53 +02:00 |
|
koichi uchinishi
|
3b786748a9
|
docs(REAMDE): use absolute GitHub links (#9834)
Co-authored-by: Vladimír Gorej <vladimir.gorej@gmail.com>
|
2024-04-18 10:14:04 +02:00 |
|
Oliwia Rogala
|
2720d76365
|
fix(config): fix precedence for system options (#9831)
Refs #9818
|
2024-04-17 15:42:02 +02:00 |
|
dependabot[bot]
|
211297501e
|
chore(deps-dev): bump mini-css-extract-plugin from 2.8.1 to 2.9.0 (#9836)
|
2024-04-17 11:44:25 +00:00 |
|
dependabot[bot]
|
f4ac23b3a8
|
chore(deps-dev): bump sass-loader from 14.2.0 to 14.2.1 (#9835)
|
2024-04-17 11:38:15 +00:00 |
|
dependabot[bot]
|
f7b9f8ddf1
|
chore(deps-dev): bump postcss-preset-env from 9.5.4 to 9.5.5 (#9828)
|
2024-04-16 11:48:14 +00:00 |
|
dependabot[bot]
|
f310135177
|
chore(deps-dev): bump @commitlint/config-conventional (#9827)
|
2024-04-16 11:42:31 +00:00 |
|
Vladimír Gorej
|
06e6dfac21
|
feat(request-snippets): use active class modifier for active snippet (#9826)
|
2024-04-16 12:22:11 +02:00 |
|
Oliwia Rogala
|
692311105b
|
fix(config): handle query config options (#9824)
Refs #9807
---------
Co-authored-by: Vladimír Gorej <vladimir.gorej@gmail.com>
|
2024-04-16 09:22:28 +02:00 |
|
dependabot[bot]
|
cd7fb2778d
|
chore(deps-dev): bump release-it from 17.1.1 to 17.2.0 (#9821)
|
2024-04-15 11:27:57 +00:00 |
|
dependabot[bot]
|
663f237c80
|
chore(deps-dev): bump @commitlint/cli from 19.2.1 to 19.2.2 (#9823)
|
2024-04-15 11:21:47 +00:00 |
|
dependabot[bot]
|
91819beb9e
|
chore(deps): bump react-redux from 9.1.0 to 9.1.1 (#9822)
|
2024-04-15 11:15:45 +00:00 |
|
Vladimír Gorej
|
463cd35d31
|
feat: expose build info via new versions plugin (#9820)
|
2024-04-15 11:55:20 +02:00 |
|
Oliwia Rogala
|
68eb346a23
|
refactor: consolidate all config related code into config module (#9811)
Refs #9806
Co-authored-by: Vladimír Gorej <vladimir.gorej@gmail.com>
|
2024-04-15 11:29:11 +02:00 |
|
swagger-bot
|
fb075df9e6
|
chore(release): cut the v5.15.2 release
|
2024-04-15 08:15:48 +00:00 |
|
dependabot[bot]
|
8d94b55e7d
|
chore(deps-dev): bump sass-loader from 14.1.1 to 14.2.0 (#9813)
|
2024-04-12 11:47:05 +00:00 |
|
dependabot[bot]
|
a7c7aa82c7
|
chore(deps-dev): bump cypress from 13.7.2 to 13.7.3 (#9814)
|
2024-04-12 11:40:55 +00:00 |
|
dependabot[bot]
|
8ba4ffcda3
|
chore(deps-dev): bump sass from 1.74.1 to 1.75.0 (#9812)
|
2024-04-12 11:34:54 +00:00 |
|
hugehope
|
675d94db84
|
test: fix typos in test descriptions (#9802)
Signed-off-by: hugehope <cmm7@sina.cn>
|
2024-04-12 08:01:50 +02:00 |
|
Oliwia Rogala
|
52c4b9512f
|
fix(utils): make URL search params parsing and serialization WHATWG URL compliant (#9809)
Refs #9804
|
2024-04-11 19:06:17 +02:00 |
|
Oliwia Rogala
|
9e02f4716b
|
fix(try-it-out): fix objects in arrays being stringified twice when building requests (#9805)
|
2024-04-11 16:22:47 +02:00 |
|
dependabot[bot]
|
1a22b316c9
|
chore(deps-dev): bump dedent from 1.5.1 to 1.5.3 (#9803)
|
2024-04-11 12:00:43 +00:00 |
|
dependabot[bot]
|
40709826bd
|
chore(deps-dev): bump css-loader from 6.10.0 to 7.1.1 (#9801)
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.10.0 to 7.1.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.10.0...v7.1.1)
---
updated-dependencies:
- dependency-name: css-loader
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-11 09:37:41 +02:00 |
|
swagger-bot
|
1fb274ae85
|
chore(release): cut the v5.15.1 release
|
2024-04-11 07:22:32 +00:00 |
|
Twan Kamp
|
6160b10d74
|
refactor(json-schema-2020-12-samples): design formatAPI consistent with mediatypeAPI and encoderAPI (#9799)
Refs #9739
|
2024-04-11 08:47:48 +02:00 |
|
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 |
|