chore: upgrade pnpm
☕️ Reasoning
Upgrade pnpm to v9, mainly for the lockfile More info: https://github.com/pnpm/pnpm/releases/tag/v9.0.0
🧢 Checklist
- [ ] Documentation
- [ ] Tests
- [ ] Ready to be merged
🎫 Affected issues
📌 Resources
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| auth-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 11, 2024 6:49am |
2 Ignored Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| next-auth-docs | ⬜️ Ignored (Inspect) | Visit Preview | May 11, 2024 6:49am | |
| proxy | ⬜️ Ignored (Inspect) | Visit Preview | May 11, 2024 6:49am |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@actions/[email protected], npm/@ariakit/[email protected], npm/@auth/[email protected], npm/@auth/[email protected], npm/@aws-sdk/[email protected], npm/@aws-sdk/[email protected], npm/@azure/[email protected]
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎
To accept the risk, merge this PR and you will not be notified again.
| Alert | Package | Note | Source |
|---|---|---|---|
| Install scripts | npm/[email protected] |
| |
| Install scripts | npm/[email protected] |
| |
| Install scripts | npm/@sveltejs/[email protected] |
| |
| Install scripts | npm/@sveltejs/[email protected] |
| |
| Install scripts | npm/@sveltejs/[email protected] |
| |
| Install scripts | npm/@prisma/[email protected] |
| |
| Install scripts | npm/@prisma/[email protected] |
| |
| Install scripts | npm/[email protected] |
|
Next steps
What is an install script?
Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
Take a deeper look at the dependency
Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.
Remove the package
If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.
Mark a package as acceptable risk
To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore npm/[email protected]@SocketSecurity ignore npm/[email protected]@SocketSecurity ignore npm/@sveltejs/[email protected]@SocketSecurity ignore npm/@sveltejs/[email protected]@SocketSecurity ignore npm/@sveltejs/[email protected]@SocketSecurity ignore npm/@prisma/[email protected]@SocketSecurity ignore npm/@prisma/[email protected]@SocketSecurity ignore npm/[email protected]
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 37.81%. Comparing base (
3833baa) to head (a8b8818).
Additional details and impacted files
@@ Coverage Diff @@
## main #10825 +/- ##
==========================================
+ Coverage 37.51% 37.81% +0.30%
==========================================
Files 173 173
Lines 26983 26983
Branches 1176 1182 +6
==========================================
+ Hits 10122 10204 +82
+ Misses 16861 16779 -82
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Want to do the example apps as well? They have their own pnpm-lock.yaml.
Can be updated with pnpm i --ignore-workspace in their respective directories.
@ndom91 done with all the example, merging this!