bitfocus / companion-module-songbeamer-osc

Songbeamer OSC Module
MIT License
5 stars 0 forks source link

Review Typescript Requirement #56

Closed bensteUEM closed 2 weeks ago

bensteUEM commented 2 months ago

See https://bitfocusio.slack.com/archives/CFG7HAN5N/p1718447262954869?thread_ts=1718447262.954869&cid=CFG7HAN5N Typescript should not be required.

bensteUEM commented 2 months ago

@Julusian I've tried deleting yarn.lock and removed typescript from my package.json. Looks like there is still an issue with the dependencies.

I've pushed the change into the linked branch with a --no-verify skipping my pre-commit hooks which obviously fail because of this.

warning @companion-module/tools > eslint > @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
warning @companion-module/tools > eslint > @humanwhocodes/config-array > @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
warning @companion-module/tools > eslint > file-entry-cache > flat-cache > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning @companion-module/tools > eslint > file-entry-cache > flat-cache > rimraf > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning @companion-module/tools > eslint > file-entry-cache > flat-cache > rimraf > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@companion-module/tools > @typescript-eslint/eslint-plugin > tsutils@3.21.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".