Skip to content
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

Merged
merged 5 commits into from
Nov 19, 2023
Merged

chore: bump some deps #1667

merged 5 commits into from
Nov 19, 2023

Conversation

juliusmarminge
Copy link
Member

@juliusmarminge juliusmarminge commented Nov 18, 2023

housekeeping

Copy link

vercel bot commented Nov 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
create-t3-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2023 0:57am
t3-upgrade ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2023 0:57am

Copy link

changeset-bot bot commented Nov 18, 2023

🦋 Changeset detected

Latest commit: 137c1bf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-t3-app Patch

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

@juliusmarminge
Copy link
Member Author

juliusmarminge commented Nov 18, 2023

Copy link
Contributor

github-actions bot commented Nov 18, 2023

⚡️ Lighthouse report for the changes in this PR:

Category Score
🟢 Performance 91
🟢 Accessibility 91
🟢 Best practices 100
🟢 SEO 100
🔴 PWA 30

Lighthouse ran on https://create-t3-app-git-11-18-bumpdeps-t3-oss.vercel.app/

Comment on lines 60 to +70
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";
Copy link
Member

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 😅

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haah

@juliusmarminge
Copy link
Member Author

juliusmarminge commented Nov 19, 2023

Merge activity

Base automatically changed from 11-18-use_type_module to main November 19, 2023 12:57
Copy link
Contributor

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",
Copy link
Contributor

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 🙏)

devvianto605 pushed a commit to devvianto605/create-devviantex-nextjs-app-deprecated that referenced this pull request Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📌 area: cli Relates to the CLI 📌 area: t3-app Relates to the generated T3 App 📚 documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants