solid-start
solid-start copied to clipboard
[Bug?]: deprecated subdependencies found and trustedDependencies and bun
Duplicates
- [x] I have searched the existing issues
Latest version
- [x] I have tested the latest version
Current behavior 😯
Please check everything
deprecated subdependencies found
pnpm & yarn & npm
WARN 8 deprecated subdependencies found: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Do you have any plans to change these dependencies?
trustedDependencies is required
@parcel/watcher & esbuild
{
"trustedDependencies": ["@parcel/watcher", "esbuild"]
}
Do I really need to add these to trustedDependencies?
bun
The built-in functions of bun are not available in solidstart.
Is that the way it is?
Is there any suggestion how to proceed here?