Skip to content

Commit

Permalink
feat: add t3-upgrade project (t3-oss#1429)
Browse files Browse the repository at this point in the history
* feat: Add upgrade/changelog code (t3-oss#1420)

* Init t3 app

* Install shadcn/ui

* Add required shadcn/ui components

* feat: Add code for

* Move octokit inside function

* Get more releases

* initial workspace config

* format and lint

* specify eslint paths

* some ui changes

* ui

* lift some state to url

* layout fix

* theming

* favicon

* fixy

* filter out versions we don't have

* sync

* uniform function vs const

* fix filter

---------

Co-authored-by: juliusmarminge <[email protected]>

* Update README.md

* fix styles

* expand 1st item by default

* importatn??

* rm filter

* fix: Minor fixes (t3-oss#1426)

* add a loader

* revert force dymaic

* fixy

* fixy2

* Button -> Link

* fix favicon

* fixy

* rm unnecessary abstraction

* feat: Dynamic og image (t3-oss#1435)

* Add og image (screenshot) (t3-oss#1434)

* fix: Add missing versions that were excluded because they contain 0's in them (t3-oss#1447)

* Add og image (screenshot)

* fix: getT3Versions was ignoring versions with a 0 in them

* chore: tweak some t3-upgrade og styles (t3-oss#1445)

* little bit of a tweak

* 👋

* twitter tags

* Update route.tsx

* Merge branch 'next' into t3-upgrade

* chore: T3-upgrade - remove metadataBase + add default og image (t3-oss#1448)

* Add og image (screenshot)

* fix: getT3Versions was ignoring versions with a 0 in them

* Add back base og image

* Remove metadata base

* fixup

* fix turbo pipelie

---------

Co-authored-by: Andrei Filip <[email protected]>
Co-authored-by: Finn <[email protected]>
  • Loading branch information
3 people committed May 25, 2023
1 parent 7f01e86 commit e35cedf
Show file tree
Hide file tree
Showing 36 changed files with 3,416 additions and 314 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const config = {
project: [
"./tsconfig.json",
"./cli/tsconfig.eslint.json", // separate eslint config for the CLI since we want to lint and typecheck differently due to template files
"./upgrade/tsconfig.json",
"./www/tsconfig.json",
],
},
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ yarn-error.log*
.idea
.cache/
.next/
next-env.d.ts
.nuxt/
tmp/
temp/
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"typescript",
"typescriptreact"
],
"eslint.workingDirectories": ["cli", "upgrade", "www"],

"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
"typescript.tsdk": "node_modules/typescript/lib",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.16.0",
"next": "^13.2.4",
"next": "^13.4.1",
"next-auth": "^4.22.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
Expand Down
Loading

0 comments on commit e35cedf

Please sign in to comment.