next-auth
next-auth copied to clipboard
feat: use `NodeNext` module resolution
TODO
Related: https://github.com/nextauthjs/next-auth/issues/9917, https://github.com/nextauthjs/next-auth/issues/9883, https://github.com/nextauthjs/next-auth/issues/9844 and more...
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 | Jun 1, 2024 11:10am |
3 Ignored Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| next-auth-docs | ⬜️ Ignored (Inspect) | Visit Preview | Jun 1, 2024 11:10am | |
| nextra-docs | ⬜️ Ignored (Inspect) | Jun 1, 2024 11:10am | ||
| proxy | ⬜️ Ignored (Inspect) | Visit Preview | Jun 1, 2024 11:10am |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@graphql-typed-document-node/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎
This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.
Fixed up a few small things, but theres still a lingering build issue apparently. See the Build step output in this job.
Looks like it can't find the types imported from @simplewebauthn/server/script/deps. In my local installation though, node_modules/@simplewebauthn/server/script/deps.d.ts definitely does export the types we're trying to import :thinking:
Changing the imports to add a .js or .d.ts extension doesn't seem to help
Looks like there's a separate @simplewebauthn/types package that they publish which exports all the required types we needed
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
| Package | New capabilities | Transitives | Size | Publisher |
|---|---|---|---|---|
| npm/@types/[email protected] | None | 0 |
9.7 kB | types |
| npm/@types/[email protected] | None | 0 |
6.67 kB | types |
| npm/@typescript-eslint/[email protected] | None | 0 |
2.58 MB | bradzacher, jameshenry |
| npm/@typescript-eslint/[email protected] | None | 0 |
17.8 kB | bradzacher, jameshenry |
| npm/[email protected] | environment, filesystem | 0 |
24.9 kB | motdotla |
| npm/[email protected] | None | 0 |
0 B | |
| npm/[email protected] | environment, filesystem, network, shell | 0 |
503 kB | andris |
| npm/[email protected] | None | 0 |
0 B |
🚮 Removed packages: npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]
@balazsorban44 Xata had some larger issues, I updated the pkg and updated the affected types. Tested it with a Xata project manually and it all seems to work still :crossed_fingers:
Dgraph and @simplewebauthn just needed some smaller TS fixes to build again, but those are working now too. The whole thing builds again now. Imo good to merge!
Codecov Report
Attention: Patch coverage is 61.11111% with 14 lines in your changes are missing coverage. Please review.
Project coverage is 40.75%. Comparing base (
0b321a0) to head (39cc6cf).
| Files | Patch % | Lines |
|---|---|---|
| packages/core/src/lib/utils/webauthn-client.js | 18.75% | 13 Missing :warning: |
| packages/next-auth/src/lib/types.ts | 0.00% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #9953 +/- ##
==========================================
- Coverage 40.75% 40.75% -0.01%
==========================================
Files 177 177
Lines 28031 28038 +7
Branches 1244 1244
==========================================
+ Hits 11424 11426 +2
- Misses 16607 16612 +5
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.