Skip to content

Renovate is not working for this repository #17

@ferferga

Description

@ferferga

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 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.
npm warn deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
npm warn deprecated glob@7.2.3: 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/frontend@0.3.1 -> ./frontend
  └─┬ vite@6.0.0-beta.5
    └─┬ stylus@0.57.0
      └─┬ glob@7.2.3
        └── inflight@1.0.6
$ npm ls source-map-resolve
jellyfin-vue@ /workspaces/jellyfin-vue
└─┬ @jellyfin-vue/frontend@0.3.1 -> ./frontend
  └─┬ vite@6.0.0-beta.5
    └─┬ stylus@0.57.0
      └─┬ css@3.0.0
        └── source-map-resolve@0.6.0
$ npm ls glob
jellyfin-vue@ /workspaces/jellyfin-vue
└─┬ @jellyfin-vue/frontend@0.3.1 -> ./frontend
  └─┬ vite@6.0.0-beta.5
    └─┬ stylus@0.57.0
      └── glob@7.2.3

Listing stylus dependencies:

$ npm ls stylus
jellyfin-vue@ /workspaces/jellyfin-vue
├─┬ @jellyfin-vue/configs@0.0.1 -> ./packages/configs
│ ├─┬ eslint-plugin-vue-scoped-css@2.8.1
│ │ └─┬ postcss-styl@0.12.3
│ │   └── stylus@0.57.0 deduped
│ └─┬ unocss@0.63.4
│   └─┬ vite@5.4.9
│     └── stylus@0.57.0 deduped
├─┬ @jellyfin-vue/frontend@0.3.1 -> ./frontend
│ └─┬ vite@6.0.0-beta.5
│   └── stylus@0.57.0
└─┬ @jellyfin-vue/vite-plugins@0.0.1 -> ./packages/vite-plugins
  └─┬ vite@6.0.0-beta.5
    └── stylus@0.57.0 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions