Skip to content

Commit

Permalink
Bump typescript from 4.9.5 to 5.7.2 in the build group
Browse files Browse the repository at this point in the history
Bumps the build group with 1 update: [typescript](https://github.com/microsoft/TypeScript).


Updates `typescript` from 4.9.5 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.9.5...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent dfe3b4f commit fb7ebb5
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 112 deletions.
115 changes: 12 additions & 103 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"eslint-plugin-n": "^17.12.0",
"prettier": "^3.3.3",
"turbo": "^2.2.3",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@bufbuild/buf": "^1.46.0",
"@bufbuild/protoc-gen-es": "^2.2.2",
"esbuild": "^0.19.8",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v4.9.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"typescript": "4.9.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.0.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"typescript": "5.0.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"typescript": "5.1.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"typescript": "5.2.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.3.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"typescript": "5.3.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.4.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"typescript": "5.4.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.5.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.0",
"typescript": "5.5.x"
"typescript": "5.7.x"
}
}

0 comments on commit fb7ebb5

Please sign in to comment.