1605 Commits

Author SHA1 Message Date
Ferdi Koomen
e06ffc4773
Merge pull request #847 from ferdikoomen/dependabot/npm_and_yarn/rollup-2.58.0 2021-10-06 08:36:12 +02:00
Ferdi Koomen
83bb11f888
Merge pull request #845 from ferdikoomen/dependabot/npm_and_yarn/jest-cli-27.2.4 2021-10-06 08:36:04 +02:00
Ferdi Koomen
ec43858d75
Merge pull request #844 from ferdikoomen/dependabot/npm_and_yarn/rollup/plugin-commonjs-21.0.0 2021-10-06 08:35:56 +02:00
Ferdi Koomen
728796c432
Merge pull request #843 from ferdikoomen/dependabot/npm_and_yarn/node-fetch-3.0.0 2021-10-06 08:35:44 +02:00
Ferdi Koomen
65152ec9dc
Merge pull request #842 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-4.32.0 2021-10-06 08:35:22 +02:00
Ferdi Koomen
82654f771a
Merge pull request #841 from ferdikoomen/dependabot/npm_and_yarn/types/node-fetch-3.0.3 2021-10-06 08:35:07 +02:00
Ferdi Koomen
687b678f33 - Fixed sorting function 2021-10-05 22:41:28 +02:00
dependabot[bot]
ef10870651
build(deps-dev): bump rollup from 2.57.0 to 2.58.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.57.0 to 2.58.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.57.0...v2.58.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 04:20:04 +00:00
dependabot[bot]
6ec4a52046
build(deps-dev): bump jest-cli from 27.2.2 to 27.2.4
Bumps [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli) from 27.2.2 to 27.2.4.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.2.4/packages/jest-cli)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 04:19:26 +00:00
dependabot[bot]
666446f21d
build(deps-dev): bump @rollup/plugin-commonjs from 20.0.0 to 21.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 20.0.0 to 21.0.0.
- [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.0/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 04:18:52 +00:00
dependabot[bot]
c7f542c5fe
build(deps): bump node-fetch from 2.6.5 to 3.0.0
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 3.0.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v3.0.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 04:18:32 +00:00
dependabot[bot]
c1f4182500
build(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.2 to 4.32.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.32.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>
2021-10-04 04:18:17 +00:00
dependabot[bot]
6856ece49a
build(deps): bump @types/node-fetch from 2.5.12 to 3.0.3
Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.5.12 to 3.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)

---
updated-dependencies:
- dependency-name: "@types/node-fetch"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-04 04:17:57 +00:00
Ferdi Koomen
b28173c635
Merge pull request #682 from dbo/GH-633
GH-633: Fix --useUnionTypes
2021-09-30 10:55:52 +02:00
Ferdi Koomen
675c9705e2 - Added fallback to get non standard mediaType from response 2021-09-28 23:37:02 +02:00
Ferdi Koomen
1633970c42 - Reverted test spec 2021-09-28 22:22:43 +02:00
Ferdi Koomen
50c44cce7e - Support for JSON Schema type "as an array of primary types" 2021-09-28 22:20:05 +02:00
Ferdi Koomen
931ee9c805 - Added support for node fetch 3.x, but recommend 2.x for Jest and NodeJS compatibility 2021-09-28 10:30:49 +02:00
Ferdi Koomen
75c335a24a - Added support for node-fetch 3.0.0 (breaking change) 2021-09-27 22:40:53 +02:00
Ferdi Koomen
17d3c74afa - Also add path escaping 2021-09-27 18:53:58 +02:00
Ferdi Koomen
f77b0b7558 Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen
# Conflicts:
#	src/templates/core/fetch/getHeaders.hbs
#	src/templates/core/node/getHeaders.hbs
#	src/templates/core/xhr/getHeaders.hbs
2021-09-27 18:50:04 +02:00
Ferdi Koomen
691794b6ee - Added 204 handling to xhr 2021-09-27 18:48:31 +02:00
Ferdi Koomen
4f056c64aa
Merge pull request #793 from todesstoss/fix-get-ref-on-encoded-ref-path
Fix getRef on encoded  path, issue: https://github.com/ferdikoomen/op…
2021-09-27 18:47:27 +02:00
Ferdi Koomen
bbaf97020a
Merge pull request #761 from Ronaldvdh-ISAAC/filter-undefined-headers
Filter undefined headers before creating the headers
2021-09-27 18:41:52 +02:00
Ferdi Koomen
f82ccc94dd Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen 2021-09-27 18:15:24 +02:00
Ferdi Koomen
45e1b61ec0
Merge pull request #683 from dbo/GH-681
GH-681: Handle empty responses (status 204)
2021-09-27 18:15:12 +02:00
Ferdi Koomen
049e311242 Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen 2021-09-27 18:10:00 +02:00
Ferdi Koomen
fb54f78b10 - Added new dependencies 2021-09-27 18:09:54 +02:00
Ferdi Koomen
e98df33b4e
Merge pull request #671 from ferdikoomen/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2021-09-27 18:08:22 +02:00
dependabot-preview[bot]
715ddce21a
Merge pull request #819 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.28.5 2021-08-02 05:14:03 +00:00
dependabot-preview[bot]
6c0580726f
Merge pull request #820 from ferdikoomen/dependabot/npm_and_yarn/rollup/plugin-commonjs-20.0.0 2021-08-02 05:10:44 +00:00
dependabot-preview[bot]
9d5d097ecc
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.4 to 4.28.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.5/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-08-02 05:09:28 +00:00
dependabot-preview[bot]
df8165f81d
Merge pull request #817 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-4.28.5 2021-08-02 05:07:40 +00:00
dependabot-preview[bot]
9690aa6d5b
build(deps-dev): bump @rollup/plugin-commonjs from 19.0.1 to 20.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 19.0.1 to 20.0.0.
- [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-v20.0.0/packages/commonjs)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-08-02 05:03:18 +00:00
dependabot-preview[bot]
06e07cbdad
Merge pull request #818 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-env-7.14.9 2021-08-02 05:01:29 +00:00
dependabot-preview[bot]
e68d12c40f
build(deps-dev): bump @typescript-eslint/parser from 4.28.4 to 4.28.5
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.4 to 4.28.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.5/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-08-02 05:00:09 +00:00
dependabot-preview[bot]
bb225b8c80
Merge pull request #816 from ferdikoomen/dependabot/npm_and_yarn/rollup-2.55.1 2021-08-02 04:59:54 +00:00
dependabot-preview[bot]
8bd72338c0
Merge pull request #815 from ferdikoomen/dependabot/npm_and_yarn/types/node-16.4.10 2021-08-02 04:59:04 +00:00
dependabot-preview[bot]
95491c017c
Merge pull request #814 from ferdikoomen/dependabot/npm_and_yarn/eslint-7.32.0 2021-08-02 04:58:32 +00:00
dependabot-preview[bot]
b18b8910d3
Merge pull request #813 from ferdikoomen/dependabot/npm_and_yarn/commander-8.1.0 2021-08-02 04:55:58 +00:00
dependabot-preview[bot]
50e8e9ebb1
build(deps-dev): bump @babel/preset-env from 7.14.8 to 7.14.9
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.8 to 7.14.9.
- [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.14.9/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-08-02 04:55:08 +00:00
dependabot-preview[bot]
fe52082b82
build(deps-dev): bump rollup from 2.54.0 to 2.55.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.54.0 to 2.55.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.54.0...v2.55.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-08-02 04:54:10 +00:00
dependabot-preview[bot]
88c6ef8624
build(deps-dev): bump @types/node from 16.3.3 to 16.4.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.3.3 to 16.4.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-08-02 04:53:45 +00:00
dependabot-preview[bot]
7d6b6ce3bb
build(deps-dev): bump eslint from 7.31.0 to 7.32.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-08-02 04:53:18 +00:00
dependabot-preview[bot]
f8800195e5
build(deps): bump commander from 8.0.0 to 8.1.0
Bumps [commander](https://github.com/tj/commander.js) from 8.0.0 to 8.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/v8.0.0...v8.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-08-02 04:52:48 +00:00
dependabot-preview[bot]
4e7532c117
Merge pull request #811 from ferdikoomen/dependabot/npm_and_yarn/babel/core-7.14.8 2021-07-26 05:34:30 +00:00
dependabot-preview[bot]
cbb3295159
Merge pull request #807 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.28.4 2021-07-26 05:29:33 +00:00
dependabot-preview[bot]
283660948c
build(deps-dev): bump @babel/core from 7.14.6 to 7.14.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.6 to 7.14.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.14.8/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-07-26 05:23:37 +00:00
dependabot-preview[bot]
3c7f230a13
Merge pull request #810 from ferdikoomen/dependabot/npm_and_yarn/babel/preset-env-7.14.8 2021-07-26 05:21:48 +00:00
dependabot-preview[bot]
e4e034e9e6
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.3 to 4.28.4.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.4/packages/eslint-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-07-26 05:18:15 +00:00