vega / ts-json-schema-generator

Generate JSON schema from your Typescript sources
MIT License
1.44k stars 190 forks source link

fix: remove ts-expose-types temporarily #1968

Closed arthurfiorette closed 4 months ago

arthurfiorette commented 4 months ago

closes #1967

This PR removes ts-expose-internals until https://github.com/nonara/ts-expose-internals/issues/14 has a solution.

Published at 2.3.0--canary.1968.a70651a.0

Version

Published prerelease version: v2.3.0-next.1

Changelog #### 🚀 Enhancement - Remove ts-expose-types temporarily [#1968](https://github.com/vega/ts-json-schema-generator/pull/1968) ([@arthurfiorette](https://github.com/arthurfiorette)) - Added diagnostics to all errors [#1963](https://github.com/vega/ts-json-schema-generator/pull/1963) ([@arthurfiorette](https://github.com/arthurfiorette)) #### Authors: 1 - Arthur Fiorette ([@arthurfiorette](https://github.com/arthurfiorette))
📦 Published PR as canary version: 2.3.0--canary.1968.c39cb48.0
:sparkles: Test out this PR locally via: ```bash npm install ts-json-schema-generator@2.3.0--canary.1968.c39cb48.0 # or yarn add ts-json-schema-generator@2.3.0--canary.1968.c39cb48.0 ```
arthurfiorette commented 4 months ago

Hey @sebbi08, could you try ts-json-schema-generator@2.3.0--canary.1968.a70651a.0 and see if it fixes your problem?

arthurfiorette commented 4 months ago

I think it's safe to merge this PR. All tests are passing and I just tested on my local machine and this really fixes it :)

domoritz commented 4 months ago

Please use semantic commit title for the PRs so that we can auto bump to the right versions.

arthurfiorette commented 4 months ago

Sorry 😅

domoritz commented 4 months ago

All good. I didn't tell you before approving the pull request.

github-actions[bot] commented 4 months ago

:rocket: PR was released in v2.3.0 :rocket: