-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Open
Copy link
Description
Description of the bug
Vaadin 23.6.3 and likely other versions 14.12.x and 24.8(9).x use deprecated npm versions as this is shown during the build:
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]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead
npm warn deprecated [email protected]: [email protected]
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: The work that was done in this beta branch won't be included in future versions
npm warn deprecated [email protected]: It is not compatible with newer versions of GA starting with v4, as long as you are using GAv3 it should be ok, but the package is not longer being maintained
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
npm warn deprecated [email protected]: this package has been deprecated
We should manually upgrade npm packages via script here #22318 and then automate it with #22304.
Expected behavior
No warnings
Minimal reproducible example
V23.6.3 starter should show these when you run the production build
Versions
- Vaadin / Flow version: 14.12.x, 23.6.x, 24.8(9).x
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🪵Product backlog