JoseGoncalves / vue-keycloak

Keycloak plugin for Vue 3 with Composition API
Apache License 2.0
20 stars 6 forks source link

Several deprecated packages #13

Closed cdecinkoKnight closed 3 days ago

cdecinkoKnight commented 1 month ago

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 @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead npm warn deprecated babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.

JoseGoncalves commented 1 month ago

These warnings are related with some outdated development dependencies (jest, eslint & semantic-release) , so, they don't have any influence on the plugin operation. For now, I don't have time to address those (minor) warnings, but I'm open to a PR to remove them.

github-actions[bot] commented 1 week ago

This issue was marked as stale because it had no recent activity. It will be closed soon if no further activity occurs.

github-actions[bot] commented 3 days ago

This issue was closed because it had no recent activity.