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

patch: bump typescript and fix TS errors #5178

Merged
merged 19 commits into from
Dec 18, 2023
Merged

Conversation

KATT
Copy link
Member

@KATT KATT commented Dec 18, 2023

Closes #5176

🎯 Changes

Upgrades TS and fixes errors.

Copy link

vercel bot commented Dec 18, 2023

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

Name Status Preview Comments Updated (UTC)
next-prisma-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 11:23pm
og-image ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 11:23pm
trpc-next-app-dir ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 11:23pm
www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2023 11:23pm

@@ -89,7 +89,7 @@
"tsx": "^4.0.0",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^4.0.0-next.13",
"typescript": "^5.1.3",
"typescript": "npm:typescript@~5.1.3",
Copy link
Member Author

Choose a reason for hiding this comment

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

couldn't get docusaurus to compile with 5.3.3 🤷

@KATT KATT changed the title chore/fix: bump typescript and fix TS errors patch: bump typescript and fix TS errors Dec 18, 2023
@KATT KATT merged commit 34a4941 into main Dec 18, 2023
40 checks passed
@KATT KATT deleted the issues/5176-bump-typescript branch December 18, 2023 23:24
Copy link

This pull request has been locked because we are very unlikely to see comments on closed issues. If you think, this PR is still necessary, create a new one with the same branch. Thank you.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: TRPCClientError.ts compilation error due to typescript 5.1.3 type narrowing regression
5 participants