pyroscope icon indicating copy to clipboard operation
pyroscope copied to clipboard

Investigate deprecated UIs usage of "stylus" package

Open simonswine opened this issue 5 months ago • 2 comments

This is a follow up to #4312, we removed stylus from the old UI's imports, as it has been compromised (https://www.npmjs.com/package/stylus?activeTab=readme).

This is a transitive dependency of typescript-plugin-css-modules

=> Found "[email protected]"
info Reasons this module exists
   - "typescript-plugin-css-modules" depends on it
   - Hoisted from "typescript-plugin-css-modules#stylus"

simonswine avatar Jul 23 '25 15:07 simonswine

typescript-plugin-css-modules A TypeScript language service plugin for CSS Modules.

In TypeScript 2.2 and later, developers can enable language service plugins to augment the TypeScript code editing experience. The purpose of this guide is to help you write your own plugin.

IMO we don't need this at all, lets just remove this for eternity?

korniltsev avatar Jul 24 '25 01:07 korniltsev

It was introduced in #509, alongside the story books which we removed in #3591. If we don't think there is anything more to do here, we can just close this?

aleks-p avatar Jul 24 '25 11:07 aleks-p