Skip to content

Commit

Permalink
Merge pull request #4 from YutaUra/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
Update dependency typescript to v5
  • Loading branch information
YutaUra authored Aug 25, 2024
2 parents 812aaec + 812e4b3 commit 23bfac5
Show file tree
Hide file tree
Showing 17 changed files with 132 additions and 130 deletions.
8 changes: 8 additions & 0 deletions .changeset/update-dependency-typescript-to-v5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"vitest-environment-firestore-emulator": patch
"@firestore-emulator/server": patch
"@firestore-emulator/proto": patch
"@firestore-emulator/jest": patch
---

Update dependency typescript to v5
2 changes: 1 addition & 1 deletion .github/actions/create-changeset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/js-yaml": "4.0.9",
"@types/node": "20.16.1",
"tsup": "8.2.4",
"typescript": "4.9.5",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"dependencies": {
Expand Down
3 changes: 0 additions & 3 deletions .github/actions/create-changeset/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "@shared/typescript-config/tsconfig.json",
"compilerOptions": {
"module": "NodeNext",
"target": "ESNext",
"moduleResolution": "NodeNext",
"exactOptionalPropertyTypes": false,
"skipLibCheck": true,
"declaration": true,
Expand Down
3 changes: 0 additions & 3 deletions examples/firebase-admin-vitest/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "@shared/typescript-config/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "NodeNext",
"exactOptionalPropertyTypes": false,
"skipLibCheck": true,
"types": ["vitest-environment-firestore-emulator"]
Expand Down
3 changes: 0 additions & 3 deletions examples/firebase-admin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "@shared/typescript-config/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "NodeNext",
"exactOptionalPropertyTypes": false,
"skipLibCheck": true,
"types": ["@types/jest", "@firestore-emulator/jest"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\" \"!.changeset/**/*\" \"!**/dist/**/*\"",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\" \"!.changeset/**/*\" \"!**/{dist,generated}/**/*\"",
"publish-packages": "turbo run build --filter='./packages/*' && changeset version && changeset publish",
"build-for-github-actions": "turbo run build --filter='./.github/actions/*'"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
"tsup": "8.2.4",
"typescript": "4.9.5"
"typescript": "5.5.4"
},
"peerDependencies": {
"@jest/environment": "29.7.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/jest/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "@shared/typescript-config/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "NodeNext",
"exactOptionalPropertyTypes": false,
"skipLibCheck": true,
"declaration": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"grpc-tools": "1.12.4",
"protoc-gen-ts": "0.8.7",
"tsup": "8.2.4",
"typescript": "4.9.5"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"grpc-tools": "1.12.4",
"protoc-gen-ts": "0.8.7",
"tsup": "8.2.4",
"typescript": "4.9.5"
"typescript": "5.5.4"
}
}
3 changes: 0 additions & 3 deletions packages/server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "@shared/typescript-config/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node",
"exactOptionalPropertyTypes": false,
"skipLibCheck": true,
"declaration": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@shared/typescript-config": "workspace:^",
"@types/node": "20.16.1",
"tsup": "8.2.4",
"typescript": "4.9.5",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
"peerDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions packages/vitest/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "@shared/typescript-config/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "NodeNext",
"exactOptionalPropertyTypes": false,
"skipLibCheck": true,
"declaration": true,
Expand Down
Loading

0 comments on commit 23bfac5

Please sign in to comment.