Skip to content

Commit

Permalink
chore(deps): update JSII version to
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Jan 15, 2025
1 parent 2885053 commit 7b0d9df
Show file tree
Hide file tree
Showing 314 changed files with 1,225 additions and 2,014 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: false,
terraformProvider: "gitlabhq/gitlab@~> 17.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
12 changes: 6 additions & 6 deletions docs/application.go.md

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

18 changes: 9 additions & 9 deletions docs/applicationSettings.go.md

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

18 changes: 9 additions & 9 deletions docs/branch.go.md

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

Loading

0 comments on commit 7b0d9df

Please sign in to comment.