eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
49 stars 37 forks source link

Converted generator into an ESM package, bumped yeoman-generator dependency to vision ^7.0.0 #188

Open sailingKieler opened 9 months ago

sailingKieler commented 9 months ago

As announced in the dev meeting yesterday - and although I don't see any urgency to merge it ASAP - here's my additional work on the generator:

sailingKieler commented 9 months ago

As indicated by the original title, I've prepared another change bumping to yeoman-generator@^7.0.0 (which took also quite notable time because of some nasty details). However, some transitive dependency requires node 18, so I dropped that commit from this PR. Will contribute it once #185 is merged.

sailingKieler commented 7 months ago

Since the ci build is now using Node18 (#193) I updated this branch and added my additional commit bumping the dependency of yeoman-generator to version 7.0.0.

JonasHelming commented 7 months ago

Cool, just to make sure: have you tested all templates whether they work as expected?