Skip to content

Commit

Permalink
Merge pull request #19 from joelhooks/joel/ci-for-cli
Browse files Browse the repository at this point in the history
feat: silly little actions tweak
  • Loading branch information
joelhooks authored Nov 25, 2023
2 parents a9b8408 + d999dec commit fc6b05b
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 68 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-ravens-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-course-app': patch
---

nextjs version bump
5 changes: 5 additions & 0 deletions .changeset/olive-parrots-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-course-app': patch
---

Removes the option to use the pages router.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ jobs:
git add .
git commit -m "chore(release): 📦 sync lockfile"
git push origin changeset-release/main
echo "done"
3 changes: 0 additions & 3 deletions apps/course-builder-web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ const withMDX = createMDX({

/** @type {import("next").NextConfig} */
const config = {
experimental: {
serverActions: true,
},
pageExtensions: ['mdx', 'ts', 'tsx'],
// @ts-expect-error
async redirects() {
Expand Down
4 changes: 2 additions & 2 deletions apps/course-builder-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@mux/mux-player-react": "^2.2.0",
"@next/mdx": "13.5.6",
"@next/mdx": "14.0.1",
"@planetscale/database": "^1.11.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
Expand Down Expand Up @@ -86,7 +86,7 @@
"lodash": "^4.17.21",
"lucide-react": "^0.288.0",
"nanoid": "^5.0.2",
"next": "13.5.6",
"next": "14.0.1",
"next-auth": "^4.24.5",
"next-mdx-remote": "^4.4.1",
"npm": "^10.2.1",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/node": "^18.17.0",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.5",
"next": "13.5.6",
"next": "14.0.1",
"next-auth": "^4.24.5",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
Expand Down
3 changes: 0 additions & 3 deletions cli/template/base/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ await import('./src/env.js')
/** @type {import("next").NextConfig} */
const config = {
reactStrictMode: true,
experimental: {
serverActions: true,
},
/**
* If you are using `appDir` then you must comment the below `i18n` config out.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.7.1",
"next": "13.5.6",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
Expand Down
6 changes: 1 addition & 5 deletions cli/template/extras/config/next-config-appdir.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
await import('./src/env.js')

/** @type {import("next").NextConfig} */
const config = {
experimental: {
serverActions: true,
},
}
const config = {}

export default config
106 changes: 53 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit fc6b05b

@vercel
Copy link

@vercel vercel bot commented on fc6b05b Nov 25, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.