Commit Graph

5496 Commits

Author SHA1 Message Date
GhBogdan97
f5b0446992 fix(ui): eliminate copy button icon misaligned in Firefox (#7542)
Closes #7481
2021-10-19 20:54:43 +03:00
swagger-bot
f1ad60dc92 chore(release): cut the v3.52.5 release 2021-10-14 14:25:14 +00:00
Vladimir Gorej
0fc429fd75 fix(highlight-code): handle mousewheel events properly (#7554)
SyntaxHighlighter component doesn't support ref. We had
to use different approach to finds it's DOM Node using
ref of the root Node of the render tree for HighlightCode
component.

Refs #7497
2021-10-12 20:50:40 +03:00
swagger-bot
5ada9efd76 chore(release): cut the v3.52.4 release 2021-10-11 11:48:01 +00:00
Sviataslau Hankovich
a740f3d32e fix: remove redundant whitespaces in API key auth popup (#7538) 2021-10-08 16:52:32 +03:00
Mahtis Michel
90c8a73177 fix: rename request snippets configuration props (#7535)
Closes #7534
2021-10-08 16:19:00 +03:00
Vladimir Gorej
491d64157d refactor(highlight-code): declare properties explicitly
Refs #7497
2021-10-05 11:01:38 +03:00
kristina-kovacikova
24aaa53712 fix: fix issue with highlight code scrolling causing console error (#7497) (#7519)
Co-authored-by: Mahtis Michel <mathis.michel@outlook.de>

Refs #7497
2021-10-05 10:27:57 +03:00
twjasa
fc7cdb8bad fix(UI): correct width of HTTP request method names (#7527)
Closes #7479
2021-09-30 20:43:43 +03:00
Mingwei Samuel
f88334a47d fix(paths): break long paths with <wbr> (#7516)
- use <wbr> instead of ZERO-WIDTH SPACE (U+200B) to break segments 
- remove no-longer-needed onCopyCapture listener which previously  stripped ZWSPs
- update's deep-link.jsx's `text` prop type to accept `PropType.node`  to allow the above.

Closes #7513
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
2021-09-30 15:52:33 +03:00
silverwind
9952849aa5 refactor: remove IE7 CSS hack (#7526)
Remove IE specific start hack: https://stackoverflow.com/a/14927670/808699 that was targeting IE 5.5 to 7.
2021-09-30 11:48:52 +03:00
Vladimir Gorej
765056d1e4 chore(deps-dev): fix security vulnerabilities in dep tree 2021-09-22 14:33:46 +03:00
Dominik Henneke
ff5deb3613 fix(ux): update the buttons of the example tabs to be displayed as links (#7517)
Fixes small visual regression introduced in #7464.

Refs #7464
2021-09-21 15:09:46 +03:00
swagger-bot
aa9f2e6733 chore(release): cut the v3.52.3 release 2021-09-20 12:12:56 +00:00
Vladimir Gorej
158c127965 chore(docker): automatic updates + nightly security check (#7515)
Refs #7514
2021-09-17 14:19:21 +03:00
Calvin Gonzalez
8ffb1aef97 fix(a11n): provide proper a11n for response example tabs (#7464)
- Update tabs to use <button> elements instead of <a>
- Add aria roles for tablist, tabs, and tabpanel
- Add aria attributes for additional a11y compliance and screen reader accessibility
- Replace ids with data-name attribute for tabpanels
- Add cypress test 7463 and update swos-63
- Move tabs test file to tests/a11y directory
- Rename test file to be more descriptive of what is being tested.
- Add id attributes to both tabs and tabpanels to leverage aria-controls and aria-labelledby attributes

Co-authored-by: Calvin Gonzalez <calvin.gonzalez@oddball.io>
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>

Closes #7463
Refs #7350
2021-09-17 09:19:55 +03:00
Vladimir Gorej
00d5b30aa7 chore(security): fix security vulnerabilities in dev deps (#7510) 2021-09-16 18:26:16 +03:00
Vladimir Gorej
5cc7ff937d docs(configuration): fix wrong property name
languagesMask property is not recognized by SwaggerUI.
languages property is recognized propertly.

Refs #7505
2021-09-16 16:54:16 +03:00
Helen Kosova
f1aab53dd6 fix(sample-gen): generate the correct number of properties (#7432)
This commit fixes correct number of additionalProperties when minProperties is used.
2021-09-15 15:54:26 +03:00
Helen Kosova
cc700f034b fix(try-it-out): fix the width of image responses (#7495)
Refs #5578
2021-09-15 13:25:51 +03:00
swagger-bot
e5611d72ff chore(release): cut the v3.52.2 release 2021-09-13 12:46:28 +00:00
Vladimir Gorej
3c9061e6b4 fix(Dockerfile): fix security issue in docker image
Refs #7445
2021-09-13 15:04:09 +03:00
Vladimir Gorej
2a1b7101f0 fix(security): fix security issue in prismjs dep (#7493)
Refs #7492
2021-09-10 17:18:26 +03:00
dependabot[bot]
79214e064f chore(deps): bump url-parse from 1.5.1 to 1.5.2
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-10 16:46:46 +03:00
dependabot[bot]
f22730dc1f chore(deps-dev): bump chromedriver from 90.0.1 to 91.0.1
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 90.0.1 to 91.0.1.
- [Release notes](https://github.com/giggio/node-chromedriver/releases)
- [Commits](https://github.com/giggio/node-chromedriver/compare/90.0.1...91.0.1)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-10 16:28:21 +03:00
swagger-bot
06a4cdb427 chore(release): cut the v3.52.1 release 2021-09-10 12:04:46 +00:00
Vladimir Gorej
fdef4ead7a fix(build-security): do not expose hostname to build framents (#7491)
Refs #7446
2021-09-10 13:29:42 +03:00
Vladimir Gorej
5029b81560 fix(security): bump swagger-client to v3.16.1
Refs #7473
2021-09-10 11:39:01 +03:00
Vladimir Gorej
08b1746d13 ci: use max Node.js version of 16.8
Node.js version 16.9 relesed 3 days ago gives cryptic
errors. We'll wait untill this is fixed upstream.
2021-09-10 11:12:21 +03:00
Vladimir Gorej
325909fb6a build(docker): fix docker image Node.js security issue
Refs #7445
2021-08-11 10:04:57 +02:00
dependabot[bot]
c97998cc01 Merge pull request #7397 from swagger-api/dependabot/npm_and_yarn/eslint-plugin-react-7.24.0 2021-08-09 16:25:30 +00:00
dependabot[bot]
9b50e171ff chore(deps-dev): bump eslint-plugin-react from 7.23.2 to 7.24.0
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.2 to 7.24.0.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 15:16:52 +00:00
swagger-bot
b1ccd1f03a chore(release): cut the v3.52.0 release 2021-08-09 15:14:18 +00:00
Vladimir Gorej
ee40b00ce7 chore(deps): bump swagger-client to v3.15.0 2021-08-09 16:30:40 +02:00
Vladimir Gorej
3248428e96 feat(js-yaml): update our main YAML parser to v4.1.0
Closes #6804
2021-08-09 16:30:40 +02:00
Vladimir Gorej
770e748f14 ci: disable dependabot merge workflow
Refs #7341
2021-07-30 12:47:42 -04:00
Vladimir Gorej
c266e6f08f chore(package): allow swagger-client version ranges (#7441) 2021-07-30 15:58:22 +02:00
dependabot[bot]
1c84fe0d66 Merge pull request #7419 from swagger-api/dependabot/npm_and_yarn/cypress-7.7.0 2021-07-30 11:18:38 +00:00
dependabot[bot]
414b1e28f6 chore(deps-dev): bump cypress from 7.5.0 to 7.7.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.5.0 to 7.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v7.5.0...v7.7.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-30 10:22:03 +00:00
swagger-bot
4c29a94daa chore(release): cut the v3.51.2 release 2021-07-30 10:10:42 +00:00
Vladimir Gorej
8daf4e43b3 fix(deps): bump swagger-client to v3.14.1 (#7440)
This sets minimum Node.js version to >=12.4 and
fixes problem with swagger-ui.js build fragment.

Refs #7436
2021-07-30 11:36:20 +02:00
Vladimir Gorej
9320e8597a ci(dependabot): disable dependabot until V4 RC 2021-07-13 17:12:52 +02:00
dependabot[bot]
7b7598d493 Merge pull request #7405 from swagger-api/dependabot/npm_and_yarn/postcss-8.3.5 2021-07-01 13:53:38 +00:00
dependabot[bot]
9a5809c5ab chore(deps-dev): bump postcss from 8.2.15 to 8.3.5
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.15 to 8.3.5.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.15...8.3.5)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 13:13:45 +00:00
dependabot[bot]
f4a7303865 Merge pull request #7404 from swagger-api/dependabot/npm_and_yarn/mini-css-extract-plugin-1.6.2 2021-07-01 13:09:28 +00:00
dependabot[bot]
4b612ab2aa chore(deps-dev): bump mini-css-extract-plugin from 1.6.0 to 1.6.2
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.6.0 to 1.6.2.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.6.0...v1.6.2)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 11:55:27 +00:00
dependabot[bot]
1fbf3d27ea Merge pull request #7401 from swagger-api/dependabot/npm_and_yarn/webpack-cli-4.7.2 2021-07-01 11:53:53 +00:00
dependabot[bot]
c5dad83609 chore(deps-dev): bump webpack-cli from 4.7.0 to 4.7.2
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.7.0 to 4.7.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 11:27:03 +00:00
dependabot[bot]
5ccc9b9f35 Merge pull request #7400 from swagger-api/dependabot/npm_and_yarn/jest-27.0.6 2021-07-01 11:25:28 +00:00
dependabot[bot]
e3af8dc964 chore(deps-dev): bump jest from 27.0.4 to 27.0.6
Bumps [jest](https://github.com/facebook/jest) from 27.0.4 to 27.0.6.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.0.4...v27.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 11:01:22 +00:00