Skip to content

Commit

Permalink
chore: upgrade jsii & typescript to v5.5 (#236)
Browse files Browse the repository at this point in the history
This PR increases the version of JSII and TypeScript to `~5.5.0`,
presumably 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]>
  • Loading branch information
team-tf-cdk authored Jan 8, 2025
1 parent da9cdf3 commit 10616ec
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 22 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/upgrade-jsii-typescript.yml

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

8 changes: 4 additions & 4 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 @@ -14,7 +14,7 @@ import { UpgradeJSIIAndTypeScript } from "./projenrc/upgrade-jsii-typescript";
const cdktfVersion = ">=0.20.0";
const constructVersion = "^10.3.0";
/** JSII and TSII should always use the same major/minor version range */
const typescriptVersion = "~5.4.0";
const typescriptVersion = "~5.5.0";
const name = "cdktf-multi-stack-tfe";

const githubActionPinnedVersions = {
Expand Down
8 changes: 4 additions & 4 deletions package.json

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

40 changes: 32 additions & 8 deletions yarn.lock

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

0 comments on commit 10616ec

Please sign in to comment.