Ferdi Koomen
f69da7fe2c
- Making sure we have a blank line at the end of the generated files
2022-05-31 11:46:48 +02:00
Ferdi Koomen
8ef2c90cc7
Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen
2022-05-31 10:54:35 +02:00
Ferdi Koomen
d9a7527652
Merge pull request #1037 from vrslev/type-only-axios-imports
...
Use type-only imports for `axios`
2022-05-31 10:53:42 +02:00
Ferdi Koomen
0dfebbdfc8
Merge pull request #1048 from huzaifahj/patch-1
...
Fix error TS2564
2022-05-31 10:53:04 +02:00
Ferdi Koomen
f50b7e4a6f
Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen
2022-05-31 10:52:33 +02:00
Ferdi Koomen
df7fd04a4f
Merge pull request #1050 from implydata/fix/axios-content-type
...
Set Content-Type in axios
2022-05-31 10:52:20 +02:00
Ferdi Koomen
65645ca56e
- Updated dependencies
2022-05-31 10:52:04 +02:00
John Gozde
08d994c3d0
Set Content-Type in axios
2022-05-25 14:27:49 -06:00
huzaifahj
9e9c5923de
Fix error TS2564
2022-05-23 11:40:20 +01:00
Lev Vereshchagin
4867366cd5
Use type-only imports for axios
...
TypeScript type checker complains about imported types in clients generated for axios backend
Type-only imports: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export
2022-05-03 17:22:56 +03:00
Ferdi Koomen
59254d94a9
- Upgraded dependencies
...
- Removed depricated enum model generation
- Fixed issue with "null" value inside comments for OpenAPI v2 enums
- Fixed issue with compatibility for latest version of Axios (0.27.x)
v0.22.0
2022-04-26 16:25:49 +02:00
Ferdi Koomen
33c1ff5e26
- Added documentation for axios project
2022-04-26 15:53:47 +02:00
Ferdi Koomen
b9ad91bff8
Bumped version
v0.21.0
2022-04-06 22:34:35 +02:00
Ferdi Koomen
99bd25a3fd
Remobved unused import from node-fetch example
2022-04-06 22:33:49 +02:00
Ferdi Koomen
28415a82d9
Removed private fields using new # syntax due to issues
2022-04-06 22:28:19 +02:00
Ferdi Koomen
05d5962144
Return undefined in most cases to support noImplicitReturns rule
...
Filter out wrong enum values
2022-04-06 22:21:06 +02:00
Ferdi Koomen
93d57da3f6
Updated dependencies
2022-04-06 21:57:23 +02:00
Ferdi Koomen
1bbd1e06ae
Merge pull request #1004 from ferdikoomen/dependabot/npm_and_yarn/rollup/plugin-commonjs-21.0.3
...
Bump @rollup/plugin-commonjs from 21.0.2 to 21.0.3
2022-04-06 21:20:46 +02:00
Ferdi Koomen
6a0b067750
Merge pull request #999 from vitalybaev/patch-1
...
Fixed type in client-instances.md
2022-04-06 21:18:52 +02:00
dependabot[bot]
a5e915903d
Bump @rollup/plugin-commonjs from 21.0.2 to 21.0.3
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 21.0.2 to 21.0.3.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.3/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 19:18:39 +00:00
Ferdi Koomen
fa29b509f9
Merge pull request #1016 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.18.0
...
Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.18.0
2022-04-06 21:18:34 +02:00
dependabot[bot]
2d77ec55c4
Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.18.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.13.0 to 5.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.18.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 19:18:16 +00:00
Ferdi Koomen
a42795517e
Merge pull request #980 from yuvalt/master
...
return undefined explicitly to avoid compilation errors
2022-04-06 21:18:14 +02:00
Ferdi Koomen
e5ed6d1c51
Merge pull request #994 from ferdikoomen/dependabot/npm_and_yarn/node-forge-1.3.0
...
Bump node-forge from 1.2.1 to 1.3.0
2022-04-06 21:17:27 +02:00
Ferdi Koomen
068ff06fed
Merge pull request #1003 from ferdikoomen/dependabot/npm_and_yarn/rxjs-7.5.5
...
Bump rxjs from 7.5.4 to 7.5.5
2022-04-06 21:17:18 +02:00
Ferdi Koomen
f043ba8304
Merge pull request #1005 from ferdikoomen/dependabot/npm_and_yarn/axios-0.26.1
...
Bump axios from 0.26.0 to 0.26.1
2022-04-06 21:17:09 +02:00
Ferdi Koomen
aa5a1ae99b
Merge pull request #1007 from ferdikoomen/dependabot/npm_and_yarn/commander-9.1.0
...
Bump commander from 9.0.0 to 9.1.0
2022-04-06 21:16:53 +02:00
Ferdi Koomen
2bd80e9b9c
Merge pull request #1008 from ferdikoomen/dependabot/npm_and_yarn/babel/core-7.17.8
...
Bump @babel/core from 7.17.5 to 7.17.8
2022-04-06 21:16:41 +02:00
Ferdi Koomen
f964a7a7d4
Merge pull request #1009 from ferdikoomen/dependabot/npm_and_yarn/puppeteer-13.5.2
...
Bump puppeteer from 13.4.0 to 13.5.2
2022-04-06 21:16:32 +02:00
Ferdi Koomen
fee21fe723
Merge pull request #1010 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-5.17.0
...
Bump @typescript-eslint/parser from 5.13.0 to 5.17.0
2022-04-06 21:16:10 +02:00
Ferdi Koomen
b1ff4aa40d
Merge pull request #1011 from ferdikoomen/dependabot/npm_and_yarn/eslint-config-prettier-8.5.0
...
Bump eslint-config-prettier from 8.4.0 to 8.5.0
2022-04-06 21:14:36 +02:00
Ferdi Koomen
b1ba169181
Merge pull request #1013 from ferdikoomen/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-04-06 21:14:29 +02:00
dependabot[bot]
5920b2b8a6
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 18:51:01 +00:00
dependabot[bot]
2adca9e4d6
Bump eslint-config-prettier from 8.4.0 to 8.5.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.4.0...v8.5.0 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 04:08:50 +00:00
dependabot[bot]
2bb1478b5d
Bump @typescript-eslint/parser from 5.13.0 to 5.17.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.13.0 to 5.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.17.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 04:08:22 +00:00
dependabot[bot]
de97097e61
Bump puppeteer from 13.4.0 to 13.5.2
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 13.4.0 to 13.5.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.4.0...v13.5.2 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 04:07:48 +00:00
dependabot[bot]
25244984f5
Bump @babel/core from 7.17.5 to 7.17.8
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.5 to 7.17.8.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.17.8/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 04:06:23 +00:00
dependabot[bot]
576c90105b
Bump commander from 9.0.0 to 9.1.0
...
Bumps [commander](https://github.com/tj/commander.js ) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/tj/commander.js/releases )
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tj/commander.js/compare/v9.0.0...v9.1.0 )
---
updated-dependencies:
- dependency-name: commander
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 04:05:53 +00:00
dependabot[bot]
478a8e10a4
Bump axios from 0.26.0 to 0.26.1
...
Bumps [axios](https://github.com/axios/axios ) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.26.0...v0.26.1 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 04:04:48 +00:00
dependabot[bot]
6e1c3baa70
Bump rxjs from 7.5.4 to 7.5.5
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 7.5.4 to 7.5.5.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.4...7.5.5 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 04:03:33 +00:00
Vitaly Baev
165df0529f
Fixed type in client-instances.md
2022-03-30 12:54:59 +04:00
dependabot[bot]
a130ffbc42
Bump node-forge from 1.2.1 to 1.3.0
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 02:00:05 +00:00
Ferdi Koomen
5d4301fa0b
Merge pull request #978 from qqilihq/abstract-basehttprequest
2022-03-11 07:58:46 +01:00
Yuval Tal
228e549b6b
return undefined explicitly to avoid compilation errors
2022-03-08 11:31:50 -05:00
Philipp Katz
b7c1cbe8e5
Make BaseHttpRequest abstract
...
* it's not meant for instantiation anyways, right?
* it'll prevent TS compile error TS6133 when `noUnusedParameters` compiler option is enabled
2022-03-07 17:21:36 +01:00
Ferdi Koomen
b3530b14fc
Merge pull request #975 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.13.0
2022-03-01 22:32:04 +01:00
dependabot[bot]
db18eb9e58
Bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.13.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.12.1 to 5.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 21:27:14 +00:00
Ferdi Koomen
1fb7556e00
Merge pull request #976 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-5.13.0
2022-03-01 22:26:20 +01:00
Ferdi Koomen
35b64ba8eb
Merge pull request #977 from ferdikoomen/dependabot/npm_and_yarn/eslint-8.10.0
2022-03-01 22:26:11 +01:00
dependabot[bot]
644f52c3b3
Bump eslint from 8.9.0 to 8.10.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.9.0 to 8.10.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.9.0...v8.10.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 04:06:02 +00:00