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
I know creating a library relying on some other libs and API sometimes might lead such kind of situations where some kind of deprecations happen. But this is fixable I think. I don't know how to fix but you know. So, sharing the issue here as bug report.
added 337 packages, changed 1 package, and audited 412 packages in 1m
54 packages are looking for funding
run npm fund for details
found 0 vulnerabilities
PS C:\ui\test>
Reproduction
Just install with npm i -D vite-plugin-checker and you get this error:
PS C:\ui\test> npm i -D vite-plugin-checker
npm warn deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm warn deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
added 337 packages, changed 1 package, and audited 412 packages in 1m
54 packages are looking for funding
run `npm fund`for details
found 0 vulnerabilities
PS C:\ui\test>
Expected behavior
Expected to see without any warning or errors and working perfectly without issues and deprecations.
Describe the bug
I know creating a library relying on some other libs and API sometimes might lead such kind of situations where some kind of deprecations happen. But this is fixable I think. I don't know how to fix but you know. So, sharing the issue here as bug report.
Thanks for taking some time to see this.
When I want to install I this library got this:
PS C:\ui\test> npm i -D vite-plugin-checker
npm warn deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm warn deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
added 337 packages, changed 1 package, and audited 412 packages in 1m
54 packages are looking for funding
run
npm fund
for detailsfound 0 vulnerabilities
PS C:\ui\test>
Reproduction
Just install with
npm i -D vite-plugin-checker
and you get this error:Expected behavior
Expected to see without any warning or errors and working perfectly without issues and deprecations.
System Info
Additional context
Validations
The text was updated successfully, but these errors were encountered: