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: next merge 2022 09 19 #482

Merged
merged 115 commits into from
Sep 19, 2022
Merged

chore: next merge 2022 09 19 #482

merged 115 commits into from
Sep 19, 2022

Conversation

juliusmarminge
Copy link
Member

Closes #

✅ Checklist

  • I have followed every step in the contributing guide (updated 2022-08-15).
  • The PR title follows the convention we established conventional-commit
  • I performed a functional test on my final commit

Changelog

[Short description of what has changed]


Screenshots

[Screenshots]

💯

nexxeln and others added 30 commits August 16, 2022 19:29
* docs: change description and add nexxel's website in package.json

* docs: add faq page

* docs: add tutorials to generated readme

* docs: rename getting started to t3 axioms and add advanced usage

* docs: add me3 in t3 collection

* docs: make p capital

* docs: update contributing guide

* docs: update link to t3 axiom in faq

* docs: fix link to docs in navbar

* docs: update contributing guide, can't add dev script for cli

* docs: dark theme by default

* chore: add some scripts

* docs: add scripts to contributing guide

Co-authored-by: Julius Marminge <51714798+juliusmarminge@users.noreply.github.com>
…res (#324)

* feat: make createContext independent of req/res

* chore: add changeset

* fix: typo

* fix: missing async
* fix: build fails on trpc, trpc+next

* chore: add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* docs: write why tailwind

Based on their landing page, theo's stream & this tweet from the creator
https://twitter.com/adamwathan/status/1560749403131895808

* docs: break tw Why in paragraphs, add zen-mode

* docs: typos

* docs: add "and unique" to the building blocks section of tailwind's why

Just a bit of a banter for all who thinks it compares to finished design systems

Co-authored-by: Julius Marminge <julius0216@outlook.com>

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
* feat: add links to next.config.mjs

* fix: whitespace

* feat: relative path links in readme

* fix: link in readme

Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
juliusmarminge and others added 8 commits September 18, 2022 17:42
* refactor: docs and landing page layouts

* fix: docs page heading links

* refactor: docs table of contents
* feat: add gitpod.yml

* refactor: remove gitpod prebuilds for now

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
@vercel
Copy link

vercel bot commented Sep 19, 2022

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

Name Status Preview Updated
create-t3-app ✅ Ready (Inspect) Visit Preview Sep 19, 2022 at 6:55AM (UTC)

@changeset-bot
Copy link

changeset-bot bot commented Sep 19, 2022

⚠️ No Changeset found

Latest commit: 7d2237e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Sep 19, 2022

⚡️ Lighthouse report for the changes in this PR:

Category Score
🟠 Performance 88
🟢 Accessibility 96
🟢 Best practices 93
🟠 SEO 79
🟠 PWA 54

Lighthouse ran on https://create-t3-app-git-next-merge-2022-09-19-t3-oss.vercel.app/

@github-actions github-actions bot added the 📚 documentation Improvements or additions to documentation label Sep 19, 2022
Copy link
Member Author

@juliusmarminge juliusmarminge left a comment

Choose a reason for hiding this comment

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

lgtm, awaiting beta release

@juliusmarminge juliusmarminge merged commit 512b7a7 into next Sep 19, 2022
@juliusmarminge juliusmarminge deleted the next-merge-2022-09-19 branch September 19, 2022 18:47
devvianto605 pushed a commit to devvianto605/create-devviantex-nextjs-app-deprecated that referenced this pull request Jun 9, 2024
* fix: typo in T3 axiom t3-oss#3

* chore: update ci stuff

* docs: write some docs (t3-oss#323)

* docs: change description and add nexxel's website in package.json

* docs: add faq page

* docs: add tutorials to generated readme

* docs: rename getting started to t3 axioms and add advanced usage

* docs: add me3 in t3 collection

* docs: make p capital

* docs: update contributing guide

* docs: update link to t3 axiom in faq

* docs: fix link to docs in navbar

* docs: update contributing guide, can't add dev script for cli

* docs: dark theme by default

* chore: add some scripts

* docs: add scripts to contributing guide

Co-authored-by: Julius Marminge <51714798+juliusmarminge@users.noreply.github.com>

* feat: wrap createContext in helperfunc to make it independent of req/res (t3-oss#324)

* feat: make createContext independent of req/res

* chore: add changeset

* fix: typo

* fix: missing async

* fix: typo in auth-context.ts (t3-oss#328)

* chore(release): version packages (t3-oss#326)

* fix: build fails on trpc, trpc+prisma (t3-oss#334)

* fix: build fails on trpc, trpc+next

* chore: add changeset

* fix: invalid typeof window comparison to undefined (t3-oss#335)

* chore(release): version packages (t3-oss#336)

* feat: make links in docs a contrasting color (t3-oss#339)

* fix: use auth instead of question while merging the router (t3-oss#330)

* chore(release): version packages (t3-oss#341)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore(docs): migrate docs to astro (t3-oss#340)

* fix: tsconfig include + clean script (t3-oss#345)

* chore(release): version packages (t3-oss#347)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: add eol to eslint prettier (t3-oss#351)

* chore: update ci

* docs: add new landing page (t3-oss#350)

* docs: write tailwind section in Why page (t3-oss#349)

* docs: write why tailwind

Based on their landing page, theo's stream & this tweet from the creator
https://twitter.com/adamwathan/status/1560749403131895808

* docs: break tw Why in paragraphs, add zen-mode

* docs: typos

* docs: add "and unique" to the building blocks section of tailwind's why

Just a bit of a banter for all who thinks it compares to finished design systems

Co-authored-by: Julius Marminge <julius0216@outlook.com>

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>

* chore: update ci

* feat: updated docker instructions (t3-oss#333)

* docs: Begin migration to Tailwind (t3-oss#359)

* feat: add loggers during dev (t3-oss#353)

* feat: more updated docker instructions (t3-oss#354)

* feat: add links to next.config.mjs

* fix: whitespace

* feat: relative path links in readme

* fix: link in readme

Co-authored-by: Julius Marminge <julius0216@outlook.com>

* chore(release): version packages (t3-oss#360)

* chore: Sort `package.json` when in `noInstallMode` (t3-oss#357)

* docs: Fix Mobile Menu, Light Mode Updated, Copy to Clipboard Fixed (t3-oss#363)

* fix: revert prisma client teardown (t3-oss#365)

* chore(release): version packages (t3-oss#361)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: add wrapper for `unstable_getServerSession` (t3-oss#366)

* fix(www): build errors and CI improvements (t3-oss#367)

* fix(www): build errors and CI improvements

* chore: add  dep

* chore: add  dep

* fix: deps

* chore: deps

* chore: deps & ts

* fix: interface props and rip preact

* chore: revamp

* chore: more icons

* chore: rip preact

* chore: lock

* chore: esm?

* fix: typedefs for env

* chore: fixes?

* fix: silence ts-errors for now

* fix: version and env + refactor file structure (t3-oss#370)

* chore(release): version packages (t3-oss#369)

* fix: throw error on missing snowpack github token (t3-oss#373)

* fix: throw error on missing snowpack github token

* feat: don't use default value for snowpack github token

* fix: astro build (t3-oss#372)

* fix: astro build

* chore: rename components (part 1)

* chore: rename components (part 2)

* chore: update component import filenames

* feat: allow pascalCase in .eslintrc

Co-authored-by: Julius Marminge <julius0216@outlook.com>

* feat: add continue and overwrite option on existing dir (t3-oss#375)

* feat: add abort/clear/overwrite options on existing dir

* chore: add changeset

* feat: add 'recommended' to 'Abort installation'

* feat: add confirmation before overwriting existing dir

* docs: update styling + add environment variables page (t3-oss#376)

* docs: fix styling on footer, contributions, features, update nextauth image, add env var page

* fix: format

* fix: styling on markdown to be flex

* fix: right sidebar alignment

Co-authored-by: Julius Marminge <julius0216@outlook.com>

* chore: ci caching etc (t3-oss#374)

* feat: all technology cards in all templates (t3-oss#381)

* feat: include all cards on all index.tsx files

* chore: add changeset

Co-authored-by: Julius Marminge <julius0216@outlook.com>

* docs: improve docker instuctions (t3-oss#384)

* feat: updated UI design of landing page (t3-oss#385)

* feat: landing page design update

- Added workspaces to package.json & updated design of the landing page

* fix: fixed UI updates

- removed workspaces from package.json
- updated Astro version to 1.1.2
- fixed margins on stack blocks

* fix: fixed pnpm lock

* feat: safeguards for git repos (t3-oss#383)

* chore: fix scripts

* feat: add safeguards for git repos

* fix: logging name

* fix: spinner

* chore: changeset

* docs: add tailwind, prisma, nextauth (t3-oss#382)

* feat: styling on index.tsx without tailwind (t3-oss#388)

* feat: non-tw index.tsx with styling

* chore: add changeset

* feat: remove index.module.css in tailwind installer

* fix: remove unused import

* refactor: move stuff around (t3-oss#391)

* chore(ci): matrix e2e test (t3-oss#392)

* chore(ci): fix typo in index.ts (t3-oss#393)

seperated -> separated

* refactor: easier to understand client env warning (t3-oss#394)

* chore(release): version packages (t3-oss#377)

* chore: git script

* feat: forward pass trpc headers during ssr (t3-oss#396)

* docs: update tRPC v10 docs link again (t3-oss#403)

# Update tRPC v10 docs link again

- [x] I reviewed linter warnings + errors, resolved formatting, types and other issues related to my work
- [x] The PR title follows the convention we established [conventional-commit](https://www.conventionalcommits.org/en/v1.0.0/)
- [ ] I performed a functional test on my final commit

---

The `alpha.` site now redirects to the main site, which by default is the 9.x docs (try in incognito/private window), this change makes it go to the v10 docs

---

💯

* refactor: move createProtectedRouter to auth-context.ts (t3-oss#395)

* fix: docker guide doesn't work with prisma (t3-oss#399)

* chore(release): version packages (t3-oss#400)

* feat: add basic i18n configuration in next.config (t3-oss#387)

* chore(release): version packages (t3-oss#408)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: gitignore

* docs: add typescript, nextjs, remove old style tags (t3-oss#411)

* docs: remove all remaining style tags

* docs: fix more menu, add nextjs

* docs: add typescript

* docs: style algolia search, add powered by vercel

* docs: custom scrollbar, text selection

* docs: update typescript

* docs: fix algolia styling on landing page

* fix: typo, move quote up

* docs: move quote above what is typescript

* fix: quote light mode styling

* fix: remove unnecessary singlequote in tailwind classname (t3-oss#419)

* fix: Remove unnecessary singlequote

* Create strong-spoons-obey.md

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>

* docs: minor improvements (t3-oss#420)

* docs: added spacing to headers in left sidebar

* fix: "On this page" text style in light mode

* docs: fixed inconsistency with "More" text styling

* fix: removed scroll behavior when theme was toggled

* docs: added sticky sidebars

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>

* chore(release): version packages (t3-oss#421)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(template): missing ctx when using ssr with trpc (t3-oss#416)

* feat: error handler for trpc (t3-oss#413)

* docs: Flesh out learning resource section of FAQ (t3-oss#425)

* feat: direct developer to add schema from .env to schema.mjs for zod validation (t3-oss#430)

* chore(release): version packages (t3-oss#423)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: contributor avatar layout (t3-oss#433)

* feat: add prettier-plugin-astro to .prettierrc (t3-oss#434)

Co-authored-by: Julius Marminge <julius0216@outlook.com>

* fix(ui): copy btn + lighthouse ci (t3-oss#437)

* fix(ui): copy btn

* chore(ci): adds lighthouse to ci

* fix: script

* fix: ci

* fix: script

* fix: hardcode url?

* fix: script

* fix: script

* chore: update installation.md

* fix: regex matcher

* fix: get preview url (t3-oss#438)

* fix: get preview url

* chore: v3

* fix: get url script

* fix: invalid script

* fix: script

* fix: script

* Update lighthouse.yml

* Update lighthouse.yml

* chore(www): ui contrasts + disable lightmode (t3-oss#439)

* chore(www): ui contrasts

* chore: seo

* chore: seo

* chore: disable lightmode

* chore: rip theme

* feat: cursor-pointer on theme toggle button (t3-oss#435)

* feat: cursor-pointer on theme toggle button

* feat: use clsx for button classes

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>

* don't make lighthouse comment if vercel_url not found

* docs: clear helper types description (t3-oss#441)

* feat: added light mode back (t3-oss#443)

* feat: better cli text when scaffolding in '.' (t3-oss#446)

* feat: better cli text when scaffolding in '.'

* chore: add changeset

* feat(docs): refined instructions for contributing (t3-oss#452)

* chore(release): version packages (t3-oss#451)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* refactor(docs): major refactor and configure theme (t3-oss#447)

* refactor: themetogglebutton

* chore: prepare design system color scheme

* refactor: default theme and dont shadow

* chore: add some colors atleast

* fix: linter

* chore: swap base

* chore: delete index.css

* refactor: simplify

* chore: remove unused

* chore: more unused removed

* fix: use correct button text color on website banner (t3-oss#450)

* chore: remove comment

* chore: that's no longer needed

* refactor: using path instead of passing prop

* fix: bug

* chore: version bumps

* chore: apply t3-oss#449

* fix: css fixes and brought back the SidebarToggle functionality (t3-oss#453)

* fix: remove unnecessary underlines in components on landing page (t3-oss#455)

* chore: styling changes on docs (t3-oss#448)

* fix: round t3 logo on website and docs (t3-oss#456)

* fix: fix theme flashing

* chore: force light

* chore: might as well inline that

Co-authored-by: Tim <61044138+Coyenn@users.noreply.github.com>
Co-authored-by: Gabriel De Andrade <30420087+gabrielelpidio@users.noreply.github.com>

* fix: astro build (t3-oss#458)

* fix: some ui (t3-oss#459)

* fix: ui improvements (t3-oss#460)

* fix: add astro formatting to .lintstagedrc (t3-oss#463) (t3-oss#464)

* docs: write Prisma section in Why page (t3-oss#402)

* refactor(blog): rework blog ui and improve scrolling behavior (t3-oss#465)

* refactor: rename layout and use mdx (t3-oss#466)

* refactor: rename layout and use mdx

* refactor: revert mdx, why no work astro???

* refactor(format): astro config

* fix: docs right sidebar overlaying content (t3-oss#467)

* feat(docs): minor tweaks and improvements (t3-oss#469)

* feat(docs): add heading in env variables

* feat(docs): add usage with prisma section (unfinished)

* feat(docs): add nextjs discord link

* feat(docs): add tailwind usage sections and discord link

* feat(docs): fix video layout and add link to handbook

* feat(footer): remove t3 logo and navigations links from footer

* feat(docs): add next auth content in why page

* feat(docs): add command to install next version

* fix: trpc v10 docs link

* fix(t3-collection): add s after julius'

* feat(docs): make docker guide consistent with the rest of the docs

* feat(docs): add missing fullstop in vercel guide

* feat(sidebar): vercel first, docker second

* feat(footer): add vercel logo, remove ct3a logo

* fix: apply and use theme colors on landing page and algolia (t3-oss#462)

* fix: apply and use theme colors on landing page and algolia

* fix: use correct color in algolia search box

* fix: faq link in footer

* feat: switch primary font to Inter

* feat: improve theme test page

* feat: improve docs sidebar

* feat: make algolia search respect theme preferences

* fix: visually improve quote from Theo

* fix: change color-base to color-default to prevent overlap with tailwind

* feat: make footer background transparent on landing page

* fix: contrast of left nav links in light mode

* feat: add documentation button animation

* fix: make footer always transparent

* fix: sidebar

* fix: left sidebar z-index

Co-authored-by: Julius Marminge <julius0216@outlook.com>

* fix(ci): graceful cancel?

* fix(ci): graceful cancel 2?

* fix(ci): graceful cancel 3?

* fix(ci): graceful cancel 4?

* fix(ci): graceful cancel 5?

* refactor: docs and landing page layouts (t3-oss#475)

* refactor: docs and landing page layouts

* fix: docs page heading links

* refactor: docs table of contents

* feat: add gitpod support (t3-oss#471)

* feat: add gitpod.yml

* refactor: remove gitpod prebuilds for now

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>

* create CODEOWNERS

* Update CODEOWNERS

* Update CODEOWNERS

* docs: added portfolio to OSS links (t3-oss#478)

* chore: bump to v10 beta

* fix: bad merge 1

* fix: bad merge 2

* chore: check build

Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com>
Co-authored-by: Omer Shahar <38870042+Omer-Shahar@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Ehrlich <ehrlich.christopher@gmail.com>
Co-authored-by: Julian Read <julianread@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kroucher <99768034+kroucher@users.noreply.github.com>
Co-authored-by: Igor Bedesqui <igorbedesqui@gmail.com>
Co-authored-by: Gejsi <vgejsi@gmail.com>
Co-authored-by: Peter Colapietro <petercolapietro+github@gmail.com>
Co-authored-by: Kyuu <62506556+kyuuaria@users.noreply.github.com>
Co-authored-by: Piotr <53144702+PiotrekPKP@users.noreply.github.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: nadilas <janosveres@me.com>
Co-authored-by: Roy Henriquez <roy.henriquez@gmail.com>
Co-authored-by: Samuel Gunter <samathingamajig@gmail.com>
Co-authored-by: Pearcekieser <5055971+Pearcekieser@users.noreply.github.com>
Co-authored-by: Manuel Amaro Valle <manuelvalle@vallerem.com>
Co-authored-by: Sor4chi <80559385+sor4chi@users.noreply.github.com>
Co-authored-by: Mike Fitzgerald <mike@xpressivecode.com>
Co-authored-by: ted-pulsen <109650792+ted-pulsen@users.noreply.github.com>
Co-authored-by: Anthony Campolo <12433465+ajcwebdev@users.noreply.github.com>
Co-authored-by: Benjamin Margolius <benjaminmargolius@gmail.com>
Co-authored-by: Gabriel De Andrade <30420087+gabrielelpidio@users.noreply.github.com>
Co-authored-by: Tim <61044138+Coyenn@users.noreply.github.com>
Co-authored-by: Hans Gabriel B. Daduya <hansdaduya@yahoo.com>
Co-authored-by: Josh Hyde <40751087+JoshHyde9@users.noreply.github.com>
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