Skip to content

Commit

Permalink
chore: upgrade jsii & typescript to v5.5 (#309)
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 ad6d53a commit 341c966
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 34 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 name = "cdktf-cdk8s";
/** JSII and TSII should always use the same major/minor version range */
const typescriptVersion = "~5.4.0";
const typescriptVersion = "~5.5.0";

const githubActionPinnedVersions = {
"actions/checkout": "11bd71901bbe5b1630ceea73d27597364c9af683", // v4.2.2
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.

35 changes: 15 additions & 20 deletions yarn.lock

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

0 comments on commit 341c966

Please sign in to comment.