Tim Lai
0944bb5455
chore(deps-dev): eslint@7 and @babel/eslint-parser ( #7079 )
...
* chore(deps-dev): eslint@7 and @babel/eslint-parser
* chore(deps-dev): remove eslint cache flag
2021-03-16 11:53:04 -07:00
Tim Lai
4d264ae17f
chore(lint): cumulative lint fixes prep for eslint@7 ( #7078 )
2021-03-16 10:11:35 -07:00
Tim Lai
d17a81e16a
fix(cypress): tweak to ensure an element exists before test ( #7074 )
2021-03-15 17:43:33 -07:00
Tim Lai
1291c1e2c7
chore(deps-dev): remove unused copy-webpack-plugin ( #7073 )
2021-03-15 17:28:44 -07:00
Tim Lai
6b6971e4de
chore(deps): bump prismjs@1.23.0 and refactor@3.3.1 ( #7072 )
2021-03-15 17:05:34 -07:00
dependabot[bot]
e39a281c7b
chore(deps): bump elliptic from 6.5.3 to 6.5.4 ( #7056 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 15:11:26 -07:00
dependabot[bot]
0db25f8a61
chore(deps-dev): bump open from 7.4.2 to 8.0.2 ( #7031 )
...
Bumps [open](https://github.com/sindresorhus/open ) from 7.4.2 to 8.0.2.
- [Release notes](https://github.com/sindresorhus/open/releases )
- [Commits](https://github.com/sindresorhus/open/compare/v7.4.2...v8.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 10:47:45 -07:00
swagger-bot
1ba7af074f
chore(release): cut the v3.45.0 release
2021-03-11 17:20:14 +00:00
dependabot[bot]
50886b05fa
chore(deps-dev): bump husky from 4.3.8 to 5.1.3 ( #7024 )
...
Bumps [husky](https://github.com/typicode/husky ) from 4.3.8 to 5.1.3.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v4.3.8...v5.1.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 17:03:00 -08:00
dependabot[bot]
c0d2e06925
chore(deps-dev): bump @commitlint/config-conventional ( #7016 )
...
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint ) from 11.0.0 to 12.0.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 16:42:09 -08:00
dependabot[bot]
424bc22761
chore(deps-dev): bump @commitlint/cli from 11.0.0 to 12.0.1 ( #7009 )
...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint ) from 11.0.0 to 12.0.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases )
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 16:12:52 -08:00
Tim Lai
21c29469bc
refactor(auth): rename auth flow constants to be more descriptive ( #7061 )
2021-03-10 15:53:14 -08:00
Mahtis Michel
84358aeb78
refactor: operations component ( #7044 )
2021-03-10 15:14:41 -08:00
Mahtis Michel
072362244a
fix(ui): prevent example select from overflowing ( #7060 )
2021-03-10 14:07:32 -08:00
Mahtis Michel
3ead825287
feat: sample gen should incorporate schema validation constraint ( #7043 )
...
* feat(sample-gen): handle minProperties, maxProperties
* fix(sample-gen): lift required
* feat(sample-gen): handle minimum, maximum (+ exclusive)
* feat(sample-gen): handle minLength, maxLength
2021-03-10 13:19:45 -08:00
Mahtis Michel
902241cf7e
fix(sample-gen): xml attr with media-type example value ( #7045 )
2021-03-10 12:44:54 -08:00
Mahtis Michel
219d886265
fix(auth): url change should flush auth ( #7046 )
2021-03-10 11:35:45 -08:00
Mahtis Michel
f9e54a26bf
fix(sample-gen): allOf, oneOf lifting should consider properties and items ( #7041 )
2021-03-10 11:18:54 -08:00
Mahtis Michel
8405fa0101
feat: request snippets plugin ( #6910 )
2021-03-10 11:02:34 -08:00
Mahtis Michel
15b8c0c929
fix: preserve multipart file part position in requestData ( #7008 )
2021-03-10 10:45:54 -08:00
Dan Dumont
f23a9d6924
fix(auth): support pkce when using basic auth header ( #7038 )
...
* support pkce when using basic auth header
* test(auth): useBasicAuthenticationWithAccessCodeGrant + usePkceWithAuthorizationCodeGrant
2021-03-10 10:30:20 -08:00
dependabot[bot]
dc694bacd8
chore(deps-dev): bump mocha from 8.3.0 to 8.3.1
2021-03-08 00:51:03 -05:00
dependabot[bot]
1ea8af840d
chore(deps-dev): bump eslint-plugin-jest from 24.1.5 to 24.1.8
2021-03-08 00:31:00 -05:00
swagger-bot
db830fbb51
chore(release): cut the v3.44.1 release
2021-03-04 18:13:06 +00:00
dependabot[bot]
49172eb5e2
chore(deps-dev): bump postcss from 8.2.6 to 8.2.7
2021-03-04 00:46:14 -05:00
Mahtis Michel
0f092e56af
chore(build): increase bundle size limit to 1.1 MiB ( #7018 )
2021-03-03 14:08:47 -08:00
Mahtis Michel
2016c184b6
fix: json schema array items ( #7007 )
...
* feat(ux): json schema array now states type to add
this is to enhance nested array usability wise
2021-03-03 13:44:57 -08:00
Mahtis Michel
68bd61a682
fix: multipart enum initial value not set ( #7004 )
2021-03-03 12:49:56 -08:00
Mahtis Michel
d32bd1ab7c
fix: optional empty validation ( #7003 )
...
internal logic does send null to validation in case of empty parameter input.
* refactor: early return to clarify cases
2021-03-03 12:19:43 -08:00
dependabot[bot]
c65126d7ff
chore(deps-dev): bump css-loader from 5.1.0 to 5.1.1
2021-03-03 00:50:35 -05:00
dependabot[bot]
e2e5f3ae7e
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.13.7 to 7.13.9
2021-03-02 02:25:55 -05:00
dependabot[bot]
2d6e0cee82
chore(deps-dev): bump @babel/plugin-proposal-nullish-coalescing-operator from 7.13.0 to 7.13.8
2021-03-02 02:24:36 -05:00
dependabot[bot]
d7fddf47c3
chore(deps): bump @babel/runtime-corejs3 from 7.13.7 to 7.13.9
2021-03-02 00:50:26 -05:00
dependabot[bot]
f380e02bbb
chore(deps-dev): bump @babel/plugin-proposal-optional-chaining from 7.13.0 to 7.13.8
2021-03-02 00:37:54 -05:00
dependabot[bot]
603a40f926
chore(deps-dev): bump @babel/preset-env from 7.13.8 to 7.13.9
2021-03-02 00:25:03 -05:00
dependabot[bot]
d3a6506062
chore(deps-dev): bump @babel/register from 7.13.0 to 7.13.8
2021-03-01 04:22:06 -05:00
dependabot[bot]
bab1f90f5c
chore(deps-dev): bump @babel/preset-env from 7.13.5 to 7.13.8
2021-03-01 00:34:29 -05:00
dependabot[bot]
e76f36ac74
chore(deps-dev): bump @babel/core from 7.13.1 to 7.13.8
2021-03-01 00:30:09 -05:00
dependabot[bot]
7367c204d0
chore(deps-dev): bump css-loader from 5.0.2 to 5.1.0
2021-02-26 00:50:57 -05:00
dependabot[bot]
64541667b1
chore(deps-dev): bump mini-css-extract-plugin from 1.3.8 to 1.3.9
2021-02-26 00:24:35 -05:00
dependabot[bot]
e1e99a9d4e
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.13.6 to 7.13.7
2021-02-25 00:38:41 -05:00
dependabot[bot]
c1ed6d42c1
chore(deps): bump @babel/runtime-corejs3 from 7.13.6 to 7.13.7
2021-02-25 00:28:59 -05:00
swagger-bot
d525cc820d
chore(release): cut the v3.44.0 release
2021-02-25 00:28:50 +00:00
Tim Lai
b7d3d1ce4a
fix(info): use externalDocsUrl check to render Link ( #6997 )
...
* fixes screen reader accessibility issue
2021-02-24 15:56:24 -08:00
Luc Guinchard
482dea8f53
refactor(oauth): put script tag in body ( #6958 )
2021-02-24 15:07:49 -08:00
Mahtis Michel
4db2edcad2
feat: verbose Failed to fetch error ( #6938 )
...
* feat: verbose Failed to fetch error
* refactor: disable console.error in src/core/plugins/spec/actions.js
Co-authored-by: Tim Lai <timothy.lai@gmail.com >
2021-02-24 14:32:25 -08:00
dependabot[bot]
b3e08ff8a2
chore(deps-dev): bump @babel/preset-env from 7.12.17 to 7.13.5
2021-02-24 02:41:52 -05:00
dependabot[bot]
d647d74b0c
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.12.17 to 7.13.6
2021-02-24 00:45:03 -05:00
dependabot[bot]
fd637ef897
chore(deps): bump @babel/runtime-corejs3 from 7.12.18 to 7.13.6
2021-02-24 00:40:06 -05:00
dependabot[bot]
e732d40208
chore(deps-dev): bump @babel/cli from 7.12.17 to 7.13.0
2021-02-24 00:27:17 -05:00