Skip to content

Commit 05b80a1

Browse files
authored
chore(deps): upgrade jsii & typescript to v5.5 in this project only (#479)
This PR increases the version of JSII and TypeScript to `~5.5.0` because the previous version is close to EOL or no longer supported. Support timeline: https://github.com/aws/jsii-compiler/blob/main/README.md#gear-maintenance--support Signed-off-by: team-tf-cdk <[email protected]>
1 parent af27ee1 commit 05b80a1

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

.github/workflows/upgrade-jsii-typescript.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const githubActionPinnedVersions = {
3131
};
3232

3333
/** JSII and TS should always use the same major/minor version range */
34-
const typescriptVersion = "~5.4.0";
34+
const typescriptVersion = "~5.5.0";
3535
const project = new cdk.JsiiProject({
3636
name: "@cdktf/provider-project",
3737
author: "HashiCorp",

package.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)