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

Relax the typescript version for localize-tools #3800

Conversation

jpzwarte
Copy link
Contributor

@jpzwarte jpzwarte commented Apr 11, 2023

Fixes #3739

By relaxing the typescript version from ~4.7.4 to ^4.7.4, we allow it to use 4.8 and 4.9 as well. This fixes the problem with localize-tools where it uses typescript 4.7, but the project used 4.8 or 4.9. This breaks because of breaking changes between 4.7 and greater.

Note: so 5.0 is not valid here. I'm not sure whether we want to allow that yet.

@changeset-bot
Copy link

changeset-bot bot commented Apr 11, 2023

🦋 Changeset detected

Latest commit: 6ca636e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@lit/localize-tools Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@aomarks
Copy link
Member

aomarks commented Apr 12, 2023

Thank you!

@aomarks aomarks enabled auto-merge (squash) April 12, 2023 17:23
@aomarks aomarks merged commit c5add75 into lit:main Apr 12, 2023
7 checks passed
@jpzwarte jpzwarte deleted the fix/broken-localize-tools-due-to-strict-typescript-version branch April 12, 2023 17:47
@lit-robot lit-robot mentioned this pull request Apr 25, 2023
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.

[localize-tools] Transform mode using rollup is broken with typescript >= ~4.9
2 participants