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
Please evaluate if it would be possible (and desired) to prohibit that js-controller (via UI and via cli) installs any adapter release from npm which is marked as deprecated at npm.
Why?
We just had the situation that a broken release could not be unpublished. It is possible to deprectate it.
To prohibit that less experianced users would install this broken release it would be fine if js-controller (and hance cli / admin UI) would no longer install this npm adapter package.
Please note that this ONLY refers to adapter packages. Any dependencies must not be blocked of course
How?
The information that the adapter package is deprecated should be available from npm api and could be checked before startint npm i.
RemarK.
Experienced users which (at least should) know what they are doing can install such a package manually enyway. So I do not see any negative sideeffects. But of course the change should be discussed.
The text was updated successfully, but these errors were encountered:
mcm1957
changed the title
[enhancement]: block deprectated adapter released
[enhancement]: block installations of deprecated adapter npm packages
Jul 13, 2024
mcm1957
changed the title
[enhancement]: block installations of deprecated adapter npm packages
[enhancement]: block installation of deprecated adapter npm packages
Jul 13, 2024
No existing issues.
Description
Please evaluate if it would be possible (and desired) to prohibit that js-controller (via UI and via cli) installs any adapter release from npm which is marked as deprecated at npm.
Why?
We just had the situation that a broken release could not be unpublished. It is possible to deprectate it.
To prohibit that less experianced users would install this broken release it would be fine if js-controller (and hance cli / admin UI) would no longer install this npm adapter package.
Please note that this ONLY refers to adapter packages. Any dependencies must not be blocked of course
How?
The information that the adapter package is deprecated should be available from npm api and could be checked before startint npm i.
RemarK.
Experienced users which (at least should) know what they are doing can install such a package manually enyway. So I do not see any negative sideeffects. But of course the change should be discussed.
The text was updated successfully, but these errors were encountered: