tinymce / generator-tinymce

Yeoman generator for TinyMCE plugins
Other
6 stars 5 forks source link

TINY-9428: Code Scanning #35

Closed spocke closed 1 year ago

spocke commented 1 year ago

Related Ticket: TINY-9428

Description of Changes:

spocke commented 1 year ago

This was failing on CI due to it now running node 18 and gulp-typescript is not compatible with that due to it using an older version of source-maps and other dependencies. But that package is no longer maintained and couldn't find any alternatives so I just forced the dependencies to be later versions using the "resolutions" field for now. There is a PR open that no one has bothered with: https://github.com/ivogabe/gulp-typescript/pull/670 this probably needs further investigation if we want to support this properly in the future.