Skip to content

Commit

Permalink
chore(deps): update JSII version to 0.6.0 (#905)
Browse files Browse the repository at this point in the history
Triggered by
https://github.com/cdktf/cdktf-repository-manager/actions/runs/12787876431

---------

Signed-off-by: team-tf-cdk <github-team-tf-cdk@hashicorp.com>
  • Loading branch information
team-tf-cdk authored Jan 15, 2025
1 parent 7d31f8f commit f9b1ced
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 38 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/auto-approve.yml

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

10 changes: 9 additions & 1 deletion .github/workflows/automerge.yml

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

7 changes: 5 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
*/

const { CdktfProviderProject } = require("@cdktf/provider-project");

/** JSII and TS should always use the same major/minor version range */
const typescriptVersion = "~5.4.0";
const project = new CdktfProviderProject({
useCustomGithubRunner: true,
terraformProvider: "google-beta@~> 6.0",
cdktfVersion: "^0.20.0",
constructsVersion: "^10.3.0",
minNodeVersion: "18.12.0",
jsiiVersion: "~5.4.0",
typescriptVersion: "~5.4.0", // NOTE: this should be the same major/minor version as JSII
typescriptVersion,
jsiiVersion: typescriptVersion,
devDeps: ["@cdktf/provider-project@^0.6.0"],
isDeprecated: false,
});
Expand Down
37 changes: 6 additions & 31 deletions yarn.lock

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

0 comments on commit f9b1ced

Please sign in to comment.