From c63ee0b32d30bf551a1eb4c8b48e88c5203a06bd Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Tue, 17 Oct 2023 18:37:24 +0000 Subject: [PATCH] chore!: upgrade to cdktf 0.19.0 Signed-off-by: team-tf-cdk --- .projen/deps.json | 2 +- .projenrc.ts | 4 ++-- package.json | 4 ++-- yarn.lock | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index 0bb5f00..b0fb0c7 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -117,7 +117,7 @@ }, { "name": "cdktf", - "version": ">=0.18.0", + "version": ">=0.19.0", "type": "peer" }, { diff --git a/.projenrc.ts b/.projenrc.ts index 4b167ed..9286efa 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -41,7 +41,7 @@ const project = new ConstructLibraryCdktf({ }, }, minMajorVersion: 1, - cdktfVersion: "0.18.0", + cdktfVersion: "0.19.0", description: "A drop-in replacement for cdktf.TerraformStack that lets you define Terraform modules as constructs" /* The description is just a string that helps people understand the purpose of the package. */, workflowGitIdentity: { @@ -78,7 +78,7 @@ new AutoApprove(project); new Automerge(project); new UpgradeCDKTF(project); -project.addPeerDeps("cdktf@>=0.18.0", "constructs@^10.0.25"); +project.addPeerDeps("cdktf@>=0.19.0", "constructs@^10.0.25"); project.addDevDeps( "@cdktf/provider-null@>=8.0.0", "@cdktf/provider-random@>=9.0.0" diff --git a/package.json b/package.json index a8eeb49..118ce4a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/node": "^16", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", - "cdktf": "0.18.0", + "cdktf": "0.19.0", "constructs": "10.0.25", "eslint": "^8", "eslint-config-prettier": "^8.10.0", @@ -72,7 +72,7 @@ "typescript": "^4.9.5" }, "peerDependencies": { - "cdktf": ">=0.18.0", + "cdktf": ">=0.19.0", "constructs": "^10.0.25" }, "keywords": [ diff --git a/yarn.lock b/yarn.lock index 5510e64..acf31e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1662,10 +1662,10 @@ case@^1.6.3: resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdktf@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.18.0.tgz#b79eb924afff7af38877bb4ffdfe3bdf954131b0" - integrity sha512-iTWy2g0mCE2YW2hPxdWEzMwCVgyzDyheHWJTS4OcLZsR+lXETFX0lonoc5XGnX8CHBL4AbFY+EEqCUs5v7A4bQ== +cdktf@0.19.0: + version "0.19.0" + resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.19.0.tgz#097a3241b95e77eeab8ae1f7a714bf45dc6ca55b" + integrity sha512-5tcNhvrvsE9WawC5cPwV7B9ATQ5lWNjyCJN7EnMofxTtkBEdnnGx0esC+vpNO4Fs0LhmV37qCUlm+K6anZaPYw== dependencies: archiver "5.3.1" json-stable-stringify "^1.0.2"