chore(deps): update dependency openapi-typescript to v6 #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.4.1
->6.7.3
Release Notes
drwpow/openapi-typescript (openapi-typescript)
v6.7.3
Compare Source
Patch Changes
0a100af72f103aad02be76ca3b8fce318524c1b5
Thanks @drwpow! - Remove prepare npm-scriptsv6.7.2
Compare Source
Patch Changes
43ccec8
Thanks @davidleger95! - Correctly transform untyped nullable fields tounknown
v6.7.1
Compare Source
v6.7.0
Compare Source
Minor Changes
7568941
Thanks @drwpow! - Revert optional parameters breaking change (v6.6.0, #1335)v6.6.2
Compare Source
Patch Changes
#1348
f6fdd2f
Thanks @drwpow! - Improve YAML vs JSON parsing#1352
33b2c4f
Thanks @drwpow! - Fix all parameters optional#1345
6f078c1
Thanks @SchabaJo! - Mirror directory structure of input files if output is a directory to prevent overwriting the same file again and again.v6.6.1
Compare Source
Patch Changes
c17669d
Thanks @drwpow! - Fix discriminator propertyName inferencev6.6.0
Compare Source
Minor Changes
7cb02ac
Thanks @duncanbeevers! - Request parameters member is optional when all parameters are optional.v6.5.5
Compare Source
Patch Changes
8e8ebfd
Thanks @drwpow! - Restore original .d.ts module-resolution behaviorv6.5.4
Compare Source
Patch Changes
0357325
Thanks @drwpow! - Fix accidental quote appearing in components/responses with $refsv6.5.3
Compare Source
Patch Changes
3cf78b9
Thanks @duncanbeevers! - Wrap nested readonly types in parentheses, allowing for nested immutable arraysv6.5.2
Compare Source
Patch Changes
#1317
5e054db
Thanks @drwpow! - Fix JSONSchema $defs#1317
5e054db
Thanks @drwpow! - Improve remote $ref parsingv6.5.1
Compare Source
Patch Changes
ebb73b6
Thanks @drwpow! - Fix bugs with remote $refs, addcwd
option for JSON schema parsingv6.5.0
Compare Source
Minor Changes
99a1648
Thanks @pvanagtmaal! - Avoid adding a undefined union to additionPropertiesv6.4.5
Compare Source
Patch Changes
#1280
50441d0
Thanks @pvanagtmaal! - Fix invalid typescript for empty request bodies, fix headers being left out when response body is omitted#1289
7f452fa
Thanks @adamschoenemann! - Fixed a bug where references to types with discriminators with implicit mappings would generate incorrect typesv6.4.4
Compare Source
Patch Changes
ebd31ff
Thanks @pvanagtmaal! - Refactor CLI path handling, fixing several bugsv6.4.3
Compare Source
Patch Changes
8a9d8ed
Thanks @drwpow! - Fix oneOf handling with empty object parent typev6.4.2
Compare Source
Patch Changes
d7420e3
Thanks @pvanagtmaal! - Fix externalizing external refsv6.4.1
Compare Source
Patch Changes
e735ff2
Thanks @pimveldhuisen! - Stop trimming whitespace other than linebreaks in string valuesv6.4.0
Compare Source
Minor Changes
1bf2d4d
Thanks @drwpow! - Ship CJS bundlev6.3.9
Compare Source
Patch Changes
#1248
c145f5f
Thanks @drwpow! - Fix Record<string, never> appearing in union#1248
c145f5f
Thanks @drwpow! - Improve oneOf generated typesv6.3.8
Compare Source
Patch Changes
17a375e
Thanks @drwpow! - Fix remote path item object $refsv6.3.7
Compare Source
Patch Changes
95a4c8c
Thanks @drwpow! - Improve oneOf and enum handlingv6.3.6
Compare Source
Patch Changes
#1231
e1ce2d6
Thanks @tkrotoff! - Do not append trailing spaces to JSDoc tags#1232
31c030d
Thanks @tkrotoff! - Remove unnecessary array parenthesisv6.3.5
Compare Source
Patch Changes
3107f1e
Thanks @m-ronchi! - Fix boolean JSON Schemasv6.3.4
Compare Source
Patch Changes
#1221
4e96e9d
Thanks @drwpow! - Remove OneOf<> helper for simple type comparisons#1221
4e96e9d
Thanks @drwpow! - Fix 3.1 nullable typesv6.3.3
Compare Source
Patch Changes
4fc8c20
Thanks @toomuchdesign! - Remove unexpected empty string in generated nullable polymophic enum types (["string", "null"])v6.3.2
Compare Source
Patch Changes
e173ccf
Thanks @drwpow! - Fix bug with remote schema $refsv6.3.1
Compare Source
Patch Changes
914e049
Thanks @drwpow! - Fall back to TypeScript unions for long oneOf listsv6.3.0
Compare Source
Minor Changes
c753f7b
Thanks @drwpow! - Add prefixItems supportPatch Changes
902fde1
Thanks @drwpow! - Fix mutating $refs in Node.js APIv6.2.9
Compare Source
Patch Changes
64decb7
Thanks @psychedelicious! - Add example forBlob
type transformsv6.2.8
Compare Source
Patch Changes
db37f3c
Thanks @pvanagtmaal! - Fix property escaping for discriminatorsv6.2.7
Compare Source
Patch Changes
#1149
b82cffb
Thanks @duncanbeevers! - Stringify const values with no specified type#1156
ad017a9
Thanks @horaklukas! - Avoid index signature TS error for paths with empty paramsv6.2.6
Compare Source
Patch Changes
12aa721
Thanks @drwpow! - Fix js-yaml $refsv6.2.5
Compare Source
Patch Changes
7d09c3b
: Support nested path parameters in--path-params-as-types
(#1130). Thanks, barakalon!v6.2.4
Compare Source
Patch changes
$ref
s to complete schemas (#1087)v6.2.3
Compare Source
Patch changes
v6.2.2
Compare Source
Patch changes
unknown
by @mitchell-merry (#1049)v6.2.1
Compare Source
Patch changes
$ref
’d parameters missing (#1061)oneOf
number const (#1056) by @qnpv6.2.0
Compare Source
Minor changes
--empty-objects-unknown
flag for better control over unspecified object types’ default shape by @duncanbeevers (#1032)Patch changes
v6.1.1
Compare Source
Patch changes
v6.1.0
Compare Source
Minor changes
webhook
typings by @yacinehmito (#1001)fetch()
instead ofrequest()
which can be overridden locally by @yacinehmito (#1002)Patch changes
v6.0.3
Compare Source
Patch changes
nullable: true
(#983)additionalProperties
bug (#983)v6.0.2
Compare Source
Patch changes
#/components/examples
were being parsed as schema objectsv6.0.1
Compare Source
Patch changes
postinstall
hook only meant for devv6.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.