Skip to content

Commit

Permalink
chore: bump typescript - 5.0.2 (#1284)
Browse files Browse the repository at this point in the history
* chore: bump typescript - 5.0.2

* adds changeset

* remove deprecated importsNotUsedAsValues

* set verbatimModuleSyntax flag

* update versions

* update deps, still waiting for type-fest to be released

* update deps - with type-fest 3.7.0

* revert changes in www tsconfig - due to changes in astro - see: withastro/astro#6605
  • Loading branch information
michalbundyra committed Mar 23, 2023
1 parent 7f07de7 commit a2af1a2
Show file tree
Hide file tree
Showing 7 changed files with 1,450 additions and 1,756 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-singers-tease.md
@@ -0,0 +1,5 @@
---
"create-t3-app": minor
---

chore: bump typescript - 5.0.2
36 changes: 18 additions & 18 deletions cli/package.json
Expand Up @@ -43,35 +43,35 @@
"dependencies": {
"chalk": "5.2.0",
"commander": "^10.0.0",
"execa": "^7.0.0",
"fs-extra": "^11.1.0",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"gradient-string": "^2.0.2",
"inquirer": "^9.1.4",
"inquirer": "^9.1.5",
"ora": "6.1.2",
"sort-package-json": "^2.4.1"
},
"devDependencies": {
"@prisma/client": "^4.10.1",
"@tanstack/react-query": "^4.24.9",
"@trpc/client": "^10.12.0",
"@trpc/next": "^10.12.0",
"@trpc/react-query": "^10.12.0",
"@trpc/server": "^10.12.0",
"@prisma/client": "^4.11.0",
"@tanstack/react-query": "^4.28.0",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"@types/fs-extra": "^11.0.1",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.14.0",
"next": "^13.1.6",
"next-auth": "^4.19.2",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"prisma": "^4.10.1",
"@types/node": "^18.15.5",
"next": "^13.2.4",
"next-auth": "^4.20.1",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.5",
"prisma": "^4.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "^1.12.2",
"tsup": "^6.6.3",
"type-fest": "^3.6.0",
"typescript": "^4.9.5",
"tsup": "^6.7.0",
"type-fest": "^3.7.0",
"typescript": "^5.0.2",
"zod": "^3.21.4"
}
}
28 changes: 14 additions & 14 deletions cli/src/installers/dependencyVersionMap.ts
Expand Up @@ -4,27 +4,27 @@
*/
export const dependencyVersionMap = {
// NextAuth.js
"next-auth": "^4.19.0",
"next-auth": "^4.20.1",
"@next-auth/prisma-adapter": "^1.0.5",

// Prisma
prisma: "^4.9.0",
"@prisma/client": "^4.9.0",
prisma: "^4.11.0",
"@prisma/client": "^4.11.0",

// TailwindCSS
tailwindcss: "^3.2.0",
autoprefixer: "^10.4.7",
postcss: "^8.4.14",
prettier: "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
tailwindcss: "^3.2.7",
autoprefixer: "^10.4.14",
postcss: "^8.4.21",
prettier: "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.5",
"@types/prettier": "^2.7.2",

// tRPC
"@trpc/client": "^10.9.0",
"@trpc/server": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/next": "^10.9.0",
"@tanstack/react-query": "^4.20.2",
superjson: "1.9.1",
"@trpc/client": "^10.18.0",
"@trpc/server": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/next": "^10.18.0",
"@tanstack/react-query": "^4.28.0",
superjson: "1.12.2",
} as const;
export type AvailableDependencies = keyof typeof dependencyVersionMap;
18 changes: 9 additions & 9 deletions cli/template/base/package.json
Expand Up @@ -9,20 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.2.1",
"next": "^13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.20.6"
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^18.14.0",
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/eslint": "^8.21.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-next": "^13.2.1",
"typescript": "^4.9.5"
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"typescript": "^5.0.2"
}
}
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -46,24 +46,24 @@
},
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@changesets/cli": "^2.26.1",
"@manypkg/cli": "^0.20.0",
"@total-typescript/ts-reset": "^0.3.7",
"@types/eslint": "^8.21.1",
"@types/node": "^18.14.0",
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.5",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-turbo": "^0.0.8",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^0.0.9",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-isaacscript": "^2.4.0",
"eslint-plugin-isaacscript": "^2.6.7",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"turbo": "^1.8.1",
"typescript": "^4.9.5"
"prettier": "^2.8.6",
"turbo": "^1.8.5",
"typescript": "^5.0.2"
}
}

1 comment on commit a2af1a2

@vercel
Copy link

@vercel vercel bot commented on a2af1a2 Mar 23, 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.