Skip to content

Commit 039f778

Browse files
authored
chore(deps): update JSII version to 0.6.0 (#715)
Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/12787876431 --------- Signed-off-by: team-tf-cdk <github-team-tf-cdk@hashicorp.com>
1 parent 4260cea commit 039f778

File tree

4 files changed

+29
-38
lines changed

4 files changed

+29
-38
lines changed

.github/workflows/auto-approve.yml

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

.github/workflows/automerge.yml

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

.projenrc.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
*/
55

66
const { CdktfProviderProject } = require("@cdktf/provider-project");
7+
8+
/** JSII and TS should always use the same major/minor version range */
9+
const typescriptVersion = "~5.4.0";
710
const project = new CdktfProviderProject({
811
useCustomGithubRunner: false,
912
terraformProvider: "hashicorp/time@~> 0.7",
1013
cdktfVersion: "^0.20.0",
1114
constructsVersion: "^10.3.0",
1215
minNodeVersion: "18.12.0",
13-
jsiiVersion: "~5.4.0",
14-
typescriptVersion: "~5.4.0", // NOTE: this should be the same major/minor version as JSII
16+
typescriptVersion,
17+
jsiiVersion: typescriptVersion,
1518
devDeps: ["@cdktf/provider-project@^0.6.0"],
1619
isDeprecated: false,
1720
});

yarn.lock

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

0 commit comments

Comments
 (0)