-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: bump some deps #1667
chore: bump some deps #1667
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 137c1bf The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
72cb12b
to
ace0f4f
Compare
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://create-t3-app-git-11-18-bumpdeps-t3-oss.vercel.app/ |
usingAuth && usingPrisma | ||
? "with-auth-prisma.ts" | ||
: usingAuth && usingDrizzle | ||
? "with-auth-drizzle.ts" | ||
: usingAuth | ||
? "with-auth.ts" | ||
: usingPrisma | ||
? "with-prisma.ts" | ||
: usingDrizzle | ||
? "with-drizzle.ts" | ||
: "base.ts"; | ||
? "with-auth-drizzle.ts" | ||
: usingAuth | ||
? "with-auth.ts" | ||
: usingPrisma | ||
? "with-prisma.ts" | ||
: usingDrizzle | ||
? "with-drizzle.ts" | ||
: "base.ts"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
match
cant land soon enough 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haah
Merge activity
|
42e1553
to
137c1bf
Compare
Hey t3-oss/translators! This PR contains changes to your language. Please review the changes ❤️. |
@@ -6,7 +6,7 @@ const config = { | |||
}, | |||
plugins: ["@typescript-eslint"], | |||
extends: [ | |||
"next/core-web-vitals", | |||
"plugin:@next/next/recommended", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this change makes checks less strict by removing errors for:
'@next/next/no-html-link-for-pages': 'error',
'@next/next/no-sync-scripts': 'error',
Out of curiosity - why did you decide to change this? (Asking since I'm genuinely curious 🙏)
housekeeping
housekeeping