Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate is not working for this repository #17

Open
ferferga opened this issue Oct 27, 2024 · 1 comment
Open

Renovate is not working for this repository #17

ferferga opened this issue Oct 27, 2024 · 1 comment

Comments

@ferferga
Copy link

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

By doing a npm ls of all these packages:

$ npm ls inflight
jellyfin-vue@ /workspaces/jellyfin-vue
└─┬ @jellyfin-vue/[email protected] -> ./frontend
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └── [email protected]
$ npm ls source-map-resolve
jellyfin-vue@ /workspaces/jellyfin-vue
└─┬ @jellyfin-vue/[email protected] -> ./frontend
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └── [email protected]
$ npm ls glob
jellyfin-vue@ /workspaces/jellyfin-vue
└─┬ @jellyfin-vue/[email protected] -> ./frontend
  └─┬ [email protected]
    └─┬ [email protected]
      └── [email protected]

Listing stylus dependencies:

$ npm ls stylus
jellyfin-vue@ /workspaces/jellyfin-vue
├─┬ @jellyfin-vue/[email protected] -> ./packages/configs
│ ├─┬ [email protected]
│ │ └─┬ [email protected]
│ │   └── [email protected] deduped
│ └─┬ [email protected]
│   └─┬ [email protected]
│     └── [email protected] deduped
├─┬ @jellyfin-vue/[email protected] -> ./frontend
│ └─┬ [email protected]
│   └── [email protected]
└─┬ @jellyfin-vue/[email protected] -> ./packages/vite-plugins
  └─┬ [email protected]
    └── [email protected] deduped

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.

@ferferga
Copy link
Author

@ota-meshi Any chance you can take a look at this please? 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant