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

chore(typescript): allow newer TS versions #3191

Merged
merged 1 commit into from
Jan 6, 2022
Merged

chore(typescript): allow newer TS versions #3191

merged 1 commit into from
Jan 6, 2022

Conversation

alexeagle
Copy link
Collaborator

Now that ts_library has moved to @bazel/concatjs, the @bazel/typescript package is free of code that uses TS internals.
Instead, it contains just ts_project which uses the tsc CLI and so there's little reason to be concerned that newer TypeScript causes a problem.
So just relax our peerDep constraint to have no upper bound on the TS version.

Now that ts_library has moved to @bazel/concatjs, the @bazel/typescript package is free of code that uses TS internals.
Instead, it contains just ts_project which uses the tsc CLI and so there's little reason to be concerned that newer TypeScript causes a problem.
So just relax our peerDep constraint to have no upper bound on the TS version.
Copy link
Contributor

@lencioni lencioni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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.

None yet

2 participants