Igorbek / typescript-plugin-styled-components

TypeScript transformer for improving the debugging experience of styled-components
419 stars 34 forks source link

Update Typescript to v5 #711

Closed janpe closed 1 year ago

janpe commented 1 year ago

Update Typescript to ^5.0.0

createTransformer requires some refactoring regarding transformer return value.

Igorbek commented 1 year ago

It seems the version of the node in the GitHub actions has to be updated to >=12.20.

janpe commented 1 year ago

It seems the version of the node in the GitHub actions has to be updated to >=12.20.

Where are these pipelines configured? Can't seem to find anything about them in the repository. Running in Azure, not Github?

quantizor commented 1 year ago

It might be easier to just switch to normal Github actions? I could whip up a PR for that @Igorbek if you're interested whipped it up: https://github.com/Igorbek/typescript-plugin-styled-components/pull/712

You might need to change a setting to allow forked repos to run workflows so it shows up in the PR prior to merging

Igorbek commented 1 year ago

@janpe please take a look - the tests are failing now now you can see the tests in the GH actions (thanks to @probablyup )

janpe commented 1 year ago

@janpe please take a look - the tests are failing now now you can see the tests in the GH actions (thanks to @probablyup )

I'm currently not able to find time to proceed with this

Igorbek commented 1 year ago

superseded by #713