You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renovate is configured here
However, this repository has not received a single update PR from it, so it makes me think it's not enabled at the organization level.
This plugin is polluting my npm install with the following warnings:
npm warn deprecated [email protected]: 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.
npm warn deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
Vite is checking out for whatever stylus version, so due to this plugin is essentially checking out the oldest known compatible. If this plugin gets its dependencies updated and also eslint-plugin-vue-scoped-css (which is the one that makes me dependent on this one), all warns will be gone.
The text was updated successfully, but these errors were encountered:
Renovate is configured here
However, this repository has not received a single update PR from it, so it makes me think it's not enabled at the organization level.
This plugin is polluting my
npm install
with the following warnings:By doing a
npm ls
of all these packages:Listing
stylus
dependencies:Vite is checking out for whatever
stylus
version, so due to this plugin is essentially checking out the oldest known compatible. If this plugin gets its dependencies updated and alsoeslint-plugin-vue-scoped-css
(which is the one that makes me dependent on this one), all warns will be gone.The text was updated successfully, but these errors were encountered: