Renovate Bot
f7978e0fc4
housekeeping(dev-deps): copy-webpack-plugin@6.2.0
2020-10-02 18:49:08 +00:00
Renovate Bot
db7029c216
housekeeping(dev-deps): mini-css-extract-plugin@0.11.3
2020-10-02 15:47:38 +00:00
Tim Lai
797929f1cf
fix(parameter-row): rendering of default/example values of 0 ( #6454 )
...
Co-authored-by: @danxmoran
2020-10-01 16:28:55 -07:00
swagger-bot
db2cca8e86
chore(release): cut the v3.35.0 release
2020-10-01 18:14:37 +00:00
renovate[bot]
3a9179c6eb
housekeeping(deps): swagger-client@3.11.1 ( #6452 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-10-01 10:46:00 -07:00
renovate[bot]
aee8cc5a17
housekeeping(deps): @braintree/sanitize-url v5 ( #6446 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-30 16:38:34 -07:00
Tim Lai
e49ea35f57
chore(deps-dev): babel monorepo ( #6450 )
2020-09-30 16:25:32 -07:00
Tim Lai
f5c709f97f
fix(try-it-out): required boolean default value set to empty string ( #6449 )
...
ref: #6429
* fix(try-it-out): required boolean default value set to empty string
* test(try-it-out): required enum and boolean fields
2020-09-30 15:27:41 -07:00
Mahtis Michel
ad630cc3e0
fix: sample schema should stringify string values for content-type: text/json ( #6431 )
...
* reverts #6412 which stringified string value if content-type: text/plain
* enable stringify string values matching `/json/` and allowList of `shouldStringifyTypes` ("string")
2020-09-29 13:40:47 -07:00
Renovate Bot
688ac909ea
housekeeping(dev-deps): open@7.3.0
2020-09-29 12:20:31 +00:00
Renovate Bot
0e3689304f
housekeeping(dev-deps): cypress@5.3.0
2020-09-29 04:24:56 +00:00
Renovate Bot
c8708ad09c
housekeeping(dev-deps): eslint-plugin-import@2.22.1
2020-09-28 02:34:10 +00:00
Renovate Bot
58cb5ac775
housekeeping(dev-deps): eslint-plugin-react@7.21.2
2020-09-25 01:01:55 +00:00
Renovate Bot
fc589bddc6
housekeeping(dev-deps): eslint-plugin-react@7.21.1
2020-09-24 00:57:16 +00:00
Tim Lai
de3a5e4941
chore(deps-dev): update selfsigned from 1.10.7 to 1.10.8 (fixed) ( #6435 )
...
* resolves vulnerability in node-forge < 0.10.0
2020-09-23 12:02:23 -07:00
Tim Lai
88bfc78c19
Revert "chore(deps-dev): update selfsigned from 1.10.7 to 1.10.8 ( #6433 )" ( #6434 )
...
This reverts commit caa8caa80f .
2020-09-23 11:36:18 -07:00
Tim Lai
caa8caa80f
chore(deps-dev): update selfsigned from 1.10.7 to 1.10.8 ( #6433 )
...
* resolves vulnerability in node-forge < 0.10.0
2020-09-23 11:18:51 -07:00
Tim Lai
510d586be4
chore(deps-dev): update iltorb from 2.4.3 to 2.4.5 ( #6432 )
...
* resolves vulnerability in bl <1.2.3
2020-09-23 10:44:13 -07:00
Renovate Bot
12ccab79d2
housekeeping(dev-deps): eslint-plugin-react@7.21.0
2020-09-23 07:24:16 +00:00
Adam David
cbe99c8c1a
feat(curl): configuration setting to pass additional options to curl command for "Try it out" ( #6288 )
...
Allows `requestInterceptor` to add options to the curl command.
For example:
```js
requestInterceptor: function (request) {
if (request.method === 'GET') {
request.curlOptions = ['-g']
request.url = request.url
.replace('%5B', '[')
.replace('%5D', ']')
.replace('%2C', ',');
}
return request;
}
```
2020-09-22 11:14:51 -07:00
dalbrx-forcam
95fd3e71ab
fix(auth): both array and Im.List scopes can be added to redirectURL ( #6416 )
2020-09-22 10:47:37 -07:00
Ranjith Varma
6b12f1507a
feat(swagger-ui-react): add deeplinking as prop ( #6424 )
...
Co-authored-by: Ranjith Varma <ranjith.varma@hatio.in >
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2020-09-22 10:24:53 -07:00
Daniel Tschinder
969faa739e
chore: Do not run eslint in dist folders ( #6413 )
2020-09-21 13:00:14 -07:00
Mahtis Michel
821ba887a6
fix: string samples should also be json stringified. ( #6412 )
...
fixes #6120
2020-09-21 12:16:26 -07:00
Nikolaos Kamarinakis
52360a0612
fix(swagger-ui-react): Use oneOfType in spec prop validation ( fix #6399 ) ( #6400 )
2020-09-21 11:58:17 -07:00
Renovate Bot
64a07dff40
housekeeping(dev-deps): eslint-plugin-jest@24.0.2
2020-09-20 08:42:14 +00:00
Renovate Bot
99eb7c7cf7
housekeeping(dev-deps): terser-webpack-plugin@4.2.2
2020-09-19 17:26:36 +00:00
Renovate Bot
ad3165e7de
housekeeping(dev-deps): copy-webpack-plugin@6.1.1
2020-09-18 21:03:19 +00:00
Renovate Bot
dbb50246c8
housekeeping(dev-deps): nightwatch@1.4.3
2020-09-18 19:19:33 +00:00
swagger-bot
c20a8c479e
chore(release): cut the v3.34.0 release
2020-09-18 18:46:18 +00:00
Tim Lai
3f4db5f474
refactor(build): increase maxEntrypointSize for core-js@3 ( #6419 )
2020-09-18 11:21:28 -07:00
Renovate Bot
20beb4b950
housekeeping(dev-deps): webpack@4.44.2
2020-09-18 01:10:22 +00:00
Tim Lai
ac41813530
feat(build): use core-js@3 ( #6410 )
2020-09-17 11:51:43 -07:00
Renovate Bot
767737ae5f
housekeeping(dev-deps): terser-webpack-plugin@4.2.1
2020-09-17 03:17:05 +00:00
Renovate Bot
02aabcf994
housekeeping(dev-deps): prettier@2.1.2
2020-09-17 02:30:51 +00:00
Renovate Bot
89b64a0721
housekeeping(dev-deps): cypress@5.2.0
2020-09-17 01:30:38 +00:00
renovate[bot]
667c9adada
housekeeping(deps): swagger-client@3.10.13 ( #6398 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-16 17:56:11 -07:00
renovate[bot]
e7cf477500
housekeeping(dev-deps): terser-webpack-plugin v4 ( #6392 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-16 17:35:08 -07:00
Renovate Bot
12103024c3
housekeeping(dev-deps): eslint-plugin-jest@24.0.1
2020-09-13 00:09:16 +00:00
Renovate Bot
34701c9dcd
housekeeping(dev-deps): mini-css-extract-plugin@0.11.2
2020-09-12 16:20:05 +00:00
Amir Bitaraf Haghighi
96aecc8860
feat: Preserve authorization on browser refresh and close/reopen ( #5939 )
...
* Add default configuration `preserveAuthorization`
* Add localStorage to auth plugin
* Add persistAuthorization unit tests
* Refactor persistAuthorization to use wrapped actions
* Upgrade unit tests to be compatible with jest
* Add persistAuthorization documentation
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2020-09-11 14:05:37 -07:00
Mickaël Derriey
48ee32faa1
refactor(csp): Update how the JavaScript run function is invoked in oauth2-redirect.html ( #6393 )
...
ref #5720
2020-09-11 13:41:10 -07:00
Renovate Bot
7ce8e388df
housekeeping(dev-deps): nightwatch@1.4.2
2020-09-11 12:22:15 +00:00
swagger-bot
829d875300
chore(release): cut the v3.33.0 release
2020-09-10 23:20:14 +00:00
renovate[bot]
8f3ff82dbe
housekeeping(dev-deps): npm-audit-ci-wrapper v3 ( #6388 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-10 14:44:23 -07:00
renovate[bot]
89b3eaded0
housekeeping(dev-deps): eslint-plugin-mocha v8 ( #6386 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-10 14:21:28 -07:00
renovate[bot]
0ff8d77e21
housekeeping(dev-deps): eslint-plugin-jest v24 ( #6384 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-10 14:00:11 -07:00
renovate[bot]
da981147e8
housekeeping(dev-deps): cypress v5 ( #6381 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-09-10 11:39:00 -07:00
ben-smartbear
6ad418d0ab
fix: Updating select to pass in a better prop; updating test to do a better check ( #6385 )
...
fixes #6372
2020-09-10 11:06:46 -07:00
Scott O'Hara
26a0fd8e64
fix(styles) restore wrapping of long text in pre blocks ( #6377 )
2020-09-10 10:51:36 -07:00