Skip to content

Commit

Permalink
chore(deps): upgrade jsii & typescript to v5.5 in this project only (#…
Browse files Browse the repository at this point in the history
…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 <github-team-tf-cdk@hashicorp.com>
  • Loading branch information
team-tf-cdk authored Jan 30, 2025
1 parent af27ee1 commit 05b80a1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-jsii-typescript.yml

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

6 changes: 3 additions & 3 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const githubActionPinnedVersions = {
};

/** JSII and TS should always use the same major/minor version range */
const typescriptVersion = "~5.4.0";
const typescriptVersion = "~5.5.0";
const project = new cdk.JsiiProject({
name: "@cdktf/provider-project",
author: "HashiCorp",
Expand Down
6 changes: 3 additions & 3 deletions package.json

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

30 changes: 15 additions & 15 deletions yarn.lock

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

0 comments on commit 05b80a1

Please sign in to comment.