Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update typescript and ts-json-schema-generator #455

Merged
merged 4 commits into from
May 22, 2024
Merged

Conversation

devhawk
Copy link
Collaborator

@devhawk devhawk commented May 21, 2024

  • update ts-json-schema-generator to 1.5.1
  • update typescript to 5.4.5

Note, ts-json-schema-generator moved to ESM in v2. Will need to update at least dbos-openapi to use ESM if we want to use v2 of this library

* update typescript to 5.4.5
@devhawk devhawk changed the title * update ts-json-schema-generator to 1.5.1 Update typescript and ts-json-schema-generator May 21, 2024
@devhawk devhawk marked this pull request as ready for review May 21, 2024 23:32
@devhawk devhawk merged commit 8e9d254 into main May 22, 2024
2 checks passed
@devhawk devhawk deleted the devhawk/update-ts branch May 22, 2024 00:39
devhawk added a commit that referenced this pull request May 23, 2024
When I updated TS to 5.4.5 in #455, I missed the linter warning that the
version of typescript-eslint we were on only supported TS versions
>=4.3.5 <5.4.0. This PR updates typescript-eslint packages to their
latest version which supports TS 5.4.

Note, I looked at moving over to the new config format as per #442, but
couldn't figure out how to configure the linter without creating 100s of
new lint errors. We can handle that in a separate PR

Co-authored-by: Harry Pierson <harrypierson@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants