Skip to content

Commit 2dd3166

Browse files
Merge branch 'main' into trpc11
2 parents 2b254bd + 0418663 commit 2dd3166

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2468
-321
lines changed

.changeset/curly-points-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
chore: update drizzle-orm

.changeset/dirty-birds-own.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
fix: correct casing of “PlanetScale”

.changeset/loud-pugs-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
fix: fix password substitution in start-database scripts
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
fix: generated comments in env file

.changeset/sixty-rats-drop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
fix: use singleton pattern for client-side QueryClient to support `useSuspenseQuery` when there is no parent `<Suspense>`-element
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
add missing `pg` dev dependency when using postgres drizzle option, required for `drizzle-studio`

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ env:
1515
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1616
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.ref }}
20+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
21+
1822
jobs:
1923
build-t3-app:
2024
runs-on: ubuntu-latest

.github/workflows/translations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
pl: ["matibox", "Infiplaya", "PiotrekPKP"],
4444
pt: ["minsk-dev", "Sn0wye", "victoriaquasar", "MattFerreira18", "gilhrpenner"],
4545
ru: ["AmadeusTwi", "ronanru", "JohnBakhmat"],
46+
uk: ["pqoqubbw"],
4647
"zh-hans": ["fernandoxu", "escwxyz"],
4748
};
4849

cli/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The _"T3 Stack"_ is a web development stack made by [Theo](https://twitter.com/t
5151
- [Tailwind CSS](https://tailwindcss.com)
5252
- [TypeScript](https://typescriptlang.org)
5353
- [Prisma](https://prisma.io)
54+
- [Drizzle](https://orm.drizzle.team)
5455
- [NextAuth.js](https://next-auth.js.org)
5556

5657
### So... what is `create-t3-app`? A template?

cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@auth/drizzle-adapter": "^0.3.16",
6666
"@auth/prisma-adapter": "^1.0.16",
67-
"@planetscale/database": "^1.14.0",
67+
"@planetscale/database": "^1.16.0",
6868
"@prisma/adapter-planetscale": "^5.6.0",
6969
"@prisma/client": "^5.6.0",
7070
"@t3-oss/env-nextjs": "^0.7.1",
@@ -76,8 +76,8 @@
7676
"@types/fs-extra": "^11.0.1",
7777
"@types/gradient-string": "^1.1.2",
7878
"@types/node": "^18.17.0",
79-
"drizzle-kit": "^0.20.13",
80-
"drizzle-orm": "^0.29.3",
79+
"drizzle-kit": "^0.20.14",
80+
"drizzle-orm": "^0.29.4",
8181
"next": "^14.1.0",
8282
"next-auth": "^4.24.5",
8383
"prettier": "^3.1.0",

0 commit comments

Comments
 (0)