Commit Graph

1323 Commits

Author SHA1 Message Date
Vladimír Gorej
78f6ffb5e5 fix: allow importing SwaggerUI in Node.js (#9137)
This includes:

- ESM
- CommonJs

Refs #8311
2023-08-17 13:05:51 +02:00
dependabot[bot]
75eecd4627 chore(deps): bump patch-package from 7.0.2 to 8.0.0 (#9108)
Bumps [patch-package](https://github.com/ds300/patch-package) from 7.0.2 to 8.0.0.
- [Release notes](https://github.com/ds300/patch-package/releases)
- [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ds300/patch-package/commits)

---
updated-dependencies:
- dependency-name: patch-package
  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-08-16 16:22:06 +02:00
dependabot[bot]
06d7cfd6bd chore(deps-dev): bump eslint from 8.46.0 to 8.47.0 (#9135) 2023-08-16 11:54:26 +00:00
dependabot[bot]
c413238ab2 chore(deps-dev): bump @babel/plugin-transform-runtime (#9132) 2023-08-15 12:06:47 +00:00
dependabot[bot]
3861c8e26e chore(deps): bump @babel/runtime-corejs3 from 7.22.6 to 7.22.10 (#9129) 2023-08-14 13:23:15 +00:00
swagger-bot
b6802e0aca chore(release): cut the v5.3.2 release 2023-08-14 13:15:27 +00:00
dependabot[bot]
8eeb77fc82 chore(deps-dev): bump @babel/preset-env from 7.22.9 to 7.22.10 (#9128) 2023-08-10 11:39:41 +00:00
dependabot[bot]
d27eba470d chore(deps-dev): bump @babel/cli from 7.22.9 to 7.22.10 (#9125) 2023-08-09 11:59:29 +00:00
dependabot[bot]
885e06713a chore(deps-dev): bump @babel/core from 7.22.9 to 7.22.10 (#9124) 2023-08-08 12:06:56 +00:00
dependabot[bot]
076a73b467 chore(deps-dev): bump postcss-preset-env from 9.1.0 to 9.1.1 (#9123) 2023-08-08 11:37:27 +00:00
dependabot[bot]
363a9dbdf6 chore(deps): bump @braintree/sanitize-url from 6.0.2 to 6.0.4 (#9122) 2023-08-07 11:59:36 +00:00
dependabot[bot]
80a411e751 chore(deps-dev): bump dedent from 1.5.0 to 1.5.1 (#9117) 2023-08-04 12:06:51 +00:00
dependabot[bot]
d05f2a6588 chore(deps-dev): bump prettier from 3.0.0 to 3.0.1 (#9113) 2023-08-03 11:49:00 +00:00
swagger-bot
5230d1be0f chore(release): cut the v5.3.1 release 2023-08-02 13:13:53 +00:00
dependabot[bot]
e255f510cf chore(deps-dev): bump sass from 1.64.1 to 1.64.2 (#9109) 2023-08-02 12:12:17 +00:00
dependabot[bot]
104ab26fa2 chore(deps-dev): bump cypress from 12.17.2 to 12.17.3 (#9107) 2023-08-02 12:04:28 +00:00
swagger-bot
639b77043a chore(release): cut the v5.3.0 release 2023-08-01 13:56:50 +00:00
Vladimír Gorej
b2814737d6 feat: respect Encoding Object while building requests (#9105)
This change fixes both:

1. making multipart/form-data requests with content-type
   header for every individual boundary
2. generating correct CURL command for multipart/form-data
   request, allowing specifying content-type header for every
   individual boundary

Refs #4826
Refs #5356
2023-08-01 15:20:22 +02:00
dependabot[bot]
9caa5e88b0 chore(deps-dev): bump jest-environment-jsdom from 29.6.1 to 29.6.2 (#9104) 2023-08-01 12:00:28 +00:00
dependabot[bot]
f25ee01fd7 chore(deps-dev): bump eslint-plugin-react from 7.33.0 to 7.33.1 (#9103) 2023-08-01 11:53:27 +00:00
dependabot[bot]
f536ab7f9e chore(deps-dev): bump eslint from 8.45.0 to 8.46.0 (#9102) 2023-08-01 11:46:24 +00:00
dependabot[bot]
52a77a81a0 chore(deps-dev): bump @jest/globals from 29.6.1 to 29.6.2 (#9100) 2023-07-31 11:50:18 +00:00
dependabot[bot]
e1b4d2d20e chore(deps-dev): bump dedent from 1.2.0 to 1.5.0 (#9099) 2023-07-31 11:42:15 +00:00
dependabot[bot]
b0178a2ae4 chore(deps): bump react-redux from 8.1.1 to 8.1.2 (#9098) 2023-07-31 11:34:02 +00:00
dependabot[bot]
4b0e8a8609 chore(deps-dev): bump jest from 29.6.1 to 29.6.2 (#9093) 2023-07-28 11:48:25 +00:00
dependabot[bot]
0879d9057e chore(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 (#9092) 2023-07-28 11:40:42 +00:00
dependabot[bot]
eb917c3349 chore(deps-dev): bump expect from 29.6.1 to 29.6.2 (#9091) 2023-07-28 11:33:55 +00:00
dependabot[bot]
a9e1f978f9 chore(deps-dev): bump dedent from 0.7.0 to 1.2.0 (#9047)
Bumps [dedent](https://github.com/dmnd/dedent) from 0.7.0 to 1.2.0.
- [Changelog](https://github.com/dmnd/dedent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dmnd/dedent/commits)

---
updated-dependencies:
- dependency-name: dedent
  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-07-27 14:16:54 +02:00
dependabot[bot]
d48cb95562 chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 (#9063)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  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-07-27 13:42:22 +02:00
dependabot[bot]
c2acf2edb8 chore(deps-dev): bump postcss-preset-env from 9.0.0 to 9.1.0 (#9062) 2023-07-26 11:11:19 +00:00
dependabot[bot]
886083795b chore(deps-dev): bump cypress from 12.16.0 to 12.17.2 (#9059) 2023-07-25 11:28:38 +00:00
dependabot[bot]
c1680d3f08 chore(deps-dev): bump jest-environment-jsdom from 29.6.0 to 29.6.1 (#9054) 2023-07-24 11:44:06 +00:00
swagger-bot
3f51747011 chore(release): cut the v5.2.0 release 2023-07-24 09:24:06 +00:00
dependabot[bot]
36583bc042 chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0 (#9051) 2023-07-21 11:33:11 +00:00
dependabot[bot]
be9f94490b chore(deps-dev): bump @commitlint/cli from 17.6.6 to 17.6.7 (#9046) 2023-07-20 11:41:26 +00:00
dependabot[bot]
d90e2373db chore(deps): bump dompurify from 3.0.4 to 3.0.5 (#9044) 2023-07-19 11:59:28 +00:00
dependabot[bot]
ad749b3052 chore(deps-dev): bump @babel/eslint-parser from 7.22.5 to 7.22.9 (#9043) 2023-07-19 11:52:36 +00:00
dependabot[bot]
e2b2f5a88b chore(deps-dev): bump expect from 29.5.0 to 29.6.1 (#9042) 2023-07-19 11:44:40 +00:00
dependabot[bot]
1f79e2e9fc chore(deps): bump patch-package from 7.0.0 to 7.0.2 (#9040) 2023-07-18 12:01:32 +00:00
dependabot[bot]
445ab34446 chore(deps-dev): bump @babel/plugin-transform-runtime (#9038) 2023-07-18 11:53:45 +00:00
dependabot[bot]
3d60dc0511 chore(deps-dev): bump jest from 29.5.0 to 29.6.1 (#9037) 2023-07-18 11:46:04 +00:00
dependabot[bot]
d12194c0bd chore(deps-dev): bump babel-loader from 9.1.2 to 9.1.3 (#9036) 2023-07-18 11:37:41 +00:00
swagger-bot
60f39c92d7 chore(release): cut the v5.1.3 release 2023-07-18 08:20:42 +00:00
dependabot[bot]
b0d937e2a9 chore(deps-dev): bump @jest/globals from 29.6.0 to 29.6.1 (#9028) 2023-07-17 12:11:15 +00:00
dependabot[bot]
2e1b7a2f0e chore(deps-dev): bump @babel/cli from 7.22.5 to 7.22.9 (#9027) 2023-07-17 12:05:22 +00:00
dependabot[bot]
12e9e10c04 chore(deps-dev): bump @babel/preset-env from 7.22.5 to 7.22.9 (#9026) 2023-07-17 11:59:10 +00:00
swagger-bot
9b9ea40667 chore(release): cut the v5.1.2 release 2023-07-17 08:58:08 +00:00
swagger-bot
89f04d3f11 chore(release): cut the v5.1.1 release 2023-07-14 13:07:26 +00:00
Vladimír Gorej
565aed71a5 chore(deps-dev): bump sinon from 15.1.0 to 15.2.0 (#9021)
Closes #8948
2023-07-14 14:15:48 +02:00
dependabot[bot]
ccfb5c7adf chore(deps-dev): bump postcss-preset-env from 8.5.1 to 9.0.0 (#8981)
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 8.5.1 to 9.0.0.
- [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-07-14 13:54:06 +02:00