-
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
Next 15 + Repo refresh #2004
base: main
Are you sure you want to change the base?
Next 15 + Repo refresh #2004
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@ahkhanjani is attempting to deploy a commit to the t3-oss Team on Vercel. A member of the Team first needs to authorize it. |
Still working on it. EDIT: Might end up having to split this into multiple PRs. |
Hey t3-oss/translators! This PR contains changes to your language. Please review the changes ❤️. |
I need help with the repo's linting as running |
@juliusmarminge would you kindly review + help with linting (since it's opinionated). I think we're mostly finished here. |
import { defineConfig } from "astro/config"; | ||
import rehypeAutolinkHeadings from "rehype-autolink-headings"; | ||
import rehypeExternalLinks from "rehype-external-links"; | ||
import rehypeSlug from "rehype-slug"; | ||
import remarkCodeTitles from "remark-code-titles"; | ||
import remarkCodeTitle from "remark-code-title"; |
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.
I replaced this package because the new one has type defs and is newer and is based on the previous one but I haven't tested its functionality. If problems occur I'll revert it and @ts-ignore
it.
so this is making changes both to the CLI and the overall repo? any chance you could split it to 2 ? 1 for the repo refresh and 1 for the CLI updates? |
I could probably make it into even more PRs for the docs and update projects and eslint v9 depending on how integrated they are |
Is it adding support for the upgrading existing t3 app to next15 |
Hi. We've decided to split this PR into multiple PRs such as #2007 and more coming after. You can see the changes and upgrade your existing project manually. There is no automatic migration if that's what you're asking. I suggest you wait until #2007 merges. Then create a new project and compare the changes and migrate accordingly. |
Closes #
✅ Checklist
Changelog
[Short description of what has changed]
Screenshots
[Screenshots]
💯