-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove unnecessary code #11979
chore: remove unnecessary code #11979
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@halvaradop is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@actions/[email protected], npm/@actions/[email protected], npm/@types/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11979 +/- ##
=======================================
Coverage 39.18% 39.18%
=======================================
Files 190 190
Lines 29845 29845
Branches 1290 1290
=======================================
Hits 11696 11696
Misses 18149 18149 ☔ View full report in Codecov by Sentry. |
☕️ Reasoning
This pull request removes unnecessary code by:
generate-providers.js
file fromthe next-auth
package.--out
flag in theproviders
command for both the@auth/qwik
and@auth/solid-start
packages.These changes are made because there is an existing file in the
utils
package that allows for the generation of providers. This utility has a default value that specifies the content output directory as src.🧢 Checklist
🎫 Affected issues
📌 Resources