From 5b852c63eb6c983f2e5e416fad1c09a94ed0f2e4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Dec 2023 03:59:20 +0000
Subject: [PATCH] chore(deps): Bump the cdktf group with 2 updates (#64)
Bumps the cdktf group with 2 updates:
[cdktf](https://github.com/hashicorp/terraform-cdk/tree/HEAD/packages/cdktf)
and
[cdktf-cli](https://github.com/hashicorp/terraform-cdk/tree/HEAD/packages/cdktf-cli).
Updates `cdktf` from 0.19.1 to 0.19.2
Release notes
Sourced from cdktf's
releases.
v0.19.2
feat
- feat(lib): add move workflows for specifying ids directly #3231
fix
- fix(provider-generator): fix oci provider by skipping attributes
that conflict after being camel cased #3285
Commits
81c8036
fix: add link to docs to iterator docstring
30fafff
chore(lib): add example to docstring, fix typo
957ea00
feat(lib): Add DynamicListTerraformIterator with support for lists or
sets wi...
8c010d4
chore: improve wording
a8dd3cd
chore: improve wording
387b72e
chore: add newline
81e1e7d
chore: improve wording
88303bc
fix(lib): improve error messages for token resolution
d1f0b62
fix: expose conditional
a5956b0
chore: fix typo
- Additional commits viewable in compare
view
Updates `cdktf-cli` from 0.19.1 to 0.19.2
Release notes
Sourced from cdktf-cli's
releases.
v0.19.2
feat
- feat(lib): add move workflows for specifying ids directly #3231
fix
- fix(provider-generator): fix oci provider by skipping attributes
that conflict after being camel cased #3285
Commits
e12e3d5
chore: add link
05e7bc2
chore: run prettier
858a47d
Update packages/cdktf-cli/src/bin/cmds/helper/init.ts
e0f1d8e
fix(cli): error message for non-existent tf cloud orgs
- See full diff in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 4 +-
yarn.lock | 104 +++++++++++++++++++++++++--------------------------
2 files changed, 54 insertions(+), 54 deletions(-)
diff --git a/package.json b/package.json
index cf9ce65..9de7614 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"dependencies": {
"@cdktf/provider-aws": "^18.0.0",
"@cdktf/provider-local": "^9.0.0",
- "cdktf": "0.19.1",
+ "cdktf": "0.19.2",
"constructs": "^10.3.0",
"cron-time-generator": "^2.0.1",
"esbuild": "^0.19.8"
@@ -35,7 +35,7 @@
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^18",
- "cdktf-cli": "0.19.1",
+ "cdktf-cli": "0.19.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.5.0",
diff --git a/yarn.lock b/yarn.lock
index 8349e5d..b1d92d2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1343,19 +1343,19 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
-"@cdktf/cli-core@0.19.1":
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/@cdktf/cli-core/-/cli-core-0.19.1.tgz#dd4e57349efe76fc311d92e717d0f21c001225b8"
- integrity sha512-wWSz1qLviUs5ErpNg1kxc3Qx5o96wofnGTL4HQn9+SAZj7ta3dwNEojp1uSs4WnpY1tDq6H7vyXKh+FA8prW7g==
- dependencies:
- "@cdktf/commons" "0.19.1"
- "@cdktf/hcl2cdk" "0.19.1"
- "@cdktf/hcl2json" "0.19.1"
+"@cdktf/cli-core@0.19.2":
+ version "0.19.2"
+ resolved "https://registry.yarnpkg.com/@cdktf/cli-core/-/cli-core-0.19.2.tgz#09664244498eb44b31e3f2a374a9e8d13e170feb"
+ integrity sha512-kjgEUhrHx3kUPfL7KsTo6GrurVUPT77FmOUf7wWXt7ajNE5zCPvx/HKGmQruzt0n6eLZp1aKT+r/D6YRfXcIGA==
+ dependencies:
+ "@cdktf/commons" "0.19.2"
+ "@cdktf/hcl2cdk" "0.19.2"
+ "@cdktf/hcl2json" "0.19.2"
"@cdktf/node-pty-prebuilt-multiarch" "0.10.1-pre.11"
- "@cdktf/provider-schema" "0.19.1"
+ "@cdktf/provider-schema" "0.19.2"
"@sentry/node" "^7.64.0"
archiver "^5.3.1"
- cdktf "0.19.1"
+ cdktf "0.19.2"
chalk "^4.1.2"
chokidar "^3.5.3"
cli-spinners "2.7.0"
@@ -1397,13 +1397,13 @@
yoga-layout-prebuilt "^1.10.0"
zod "^3.22.4"
-"@cdktf/commons@0.19.1":
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/@cdktf/commons/-/commons-0.19.1.tgz#fbf322b2845914245bf785730b0eb366b763ba3f"
- integrity sha512-9X0rL5iOt3Q+CdtKeQeff09kEmZETAVbmFIZTFgdipFFR1eMQ0rGiTNFBr8ro23ZrVUbd74g/oBpc4eGirQe4A==
+"@cdktf/commons@0.19.2":
+ version "0.19.2"
+ resolved "https://registry.yarnpkg.com/@cdktf/commons/-/commons-0.19.2.tgz#3971e5a797f506d8b0468b9d36ed4074a6f936d8"
+ integrity sha512-5rOeb0cSREHQa5XVsGFEV6Ce8Zwo2WxE8GIhmGd/JzeSAByhK8scHFlD3+eENl83W/8lwIkm/nSl9oDHEkENIg==
dependencies:
"@sentry/node" "^7.77.0"
- cdktf "0.19.1"
+ cdktf "0.19.2"
ci-info "^3.9.0"
codemaker "^1.91.0"
constructs "^10.0.25"
@@ -1414,18 +1414,18 @@
log4js "^6.9.1"
uuid "^9.0.1"
-"@cdktf/hcl2cdk@0.19.1":
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/@cdktf/hcl2cdk/-/hcl2cdk-0.19.1.tgz#a1974d72f8dba890b5df8187f7dd0d2fc5e638e9"
- integrity sha512-oFMUadPnDrOaMSTX1dQPuk/GFtSrk9/6B4G4CAYp9iXumqK204U0wEZYDFFEz5ieYhR86n/8YxA1GOOr0DmRZA==
+"@cdktf/hcl2cdk@0.19.2":
+ version "0.19.2"
+ resolved "https://registry.yarnpkg.com/@cdktf/hcl2cdk/-/hcl2cdk-0.19.2.tgz#1b3555e920f37994444479eda4c0635e8d1cdbd8"
+ integrity sha512-v0UNRvvzuCi3SnmSAgBFAnWavT0ybR1AzkK8ndgfbB5JLDoNm0iJV0MOTURZF+I0O3V9u4RZsw4DVNPdil2EEA==
dependencies:
"@babel/generator" "^7.21.4"
"@babel/template" "^7.20.7"
"@babel/types" "^7.21.4"
- "@cdktf/commons" "0.19.1"
- "@cdktf/hcl2json" "0.19.1"
- "@cdktf/provider-generator" "0.19.1"
- "@cdktf/provider-schema" "0.19.1"
+ "@cdktf/commons" "0.19.2"
+ "@cdktf/hcl2json" "0.19.2"
+ "@cdktf/provider-generator" "0.19.2"
+ "@cdktf/provider-schema" "0.19.2"
camelcase "^6.3.0"
deep-equal "^2.2.0"
glob "^10.3.3"
@@ -1436,10 +1436,10 @@
reserved-words "^0.1.2"
zod "^3.22.4"
-"@cdktf/hcl2json@0.19.1":
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/@cdktf/hcl2json/-/hcl2json-0.19.1.tgz#6f043ce9eab4d2753e8794d07bfec1d4655e1a5b"
- integrity sha512-yQ5fTOK9aLuh3WsYV+ykqv0b1X+5KjqAgxaAU+f9pXNq3ght1Z6o7+jrBsPHpylcj318Bhl0Hc/PX3U/z6M2kg==
+"@cdktf/hcl2json@0.19.2":
+ version "0.19.2"
+ resolved "https://registry.yarnpkg.com/@cdktf/hcl2json/-/hcl2json-0.19.2.tgz#0065981462a8bc48bd3bbf4d64a6c1c4ecbc801b"
+ integrity sha512-gFj36AshWSyPKq/eNjQtMnWj0QM0tPtMulFpQ0FrB+eWj0GvxgWg9d65gGCZ8Y/o33VV/2Kv5l8VlDEYDW2S7Q==
dependencies:
fs-extra "^11.1.1"
@@ -1456,14 +1456,14 @@
resolved "https://registry.yarnpkg.com/@cdktf/provider-aws/-/provider-aws-18.0.0.tgz#f1e9eec0ffa68b7ad8368fcd9f939cdc806e3df4"
integrity sha512-ZdnqNU4CP6QMosmMgsyuM6SbKq390FTlmSdfipD47sp7JGHHxvkT6wPr66HctUONQw1KZurapvWpGHwzoHTCwg==
-"@cdktf/provider-generator@0.19.1":
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-generator/-/provider-generator-0.19.1.tgz#3577fcc1a4810018ee7832b47ac5e105a3758644"
- integrity sha512-Gg1DbDxhZ+CVT1uzDtvn3Q8C7MVVH1qBCAw33dLT22Faajut0ZO+/Bdai3/e81/jt4W50fN5b49MeTYG1hHRkw==
+"@cdktf/provider-generator@0.19.2":
+ version "0.19.2"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-generator/-/provider-generator-0.19.2.tgz#142c191458b2793617a57d53785acb7823357558"
+ integrity sha512-e8fY/FtvlwMupp8zGGzAeAyW5yq4jhY+azL5kfXAXck2kO7hpimKflhycGGBm2aVTuOAmsmrumgEkCa6+7vmSg==
dependencies:
- "@cdktf/commons" "0.19.1"
- "@cdktf/hcl2json" "0.19.1"
- "@cdktf/provider-schema" "0.19.1"
+ "@cdktf/commons" "0.19.2"
+ "@cdktf/hcl2json" "0.19.2"
+ "@cdktf/provider-schema" "0.19.2"
"@types/node" "18.18.8"
codemaker "^1.91.0"
deepmerge "^4.3.1"
@@ -1475,12 +1475,12 @@
resolved "https://registry.yarnpkg.com/@cdktf/provider-local/-/provider-local-9.0.0.tgz#13222c3a1786b2291cd0540a7388eab2e337fc16"
integrity sha512-lpHjHCwykhxAUtQjWI9ZP18xh5uSDKnSSSM9gH905NCEsk1n0kGr2DhZoVETf8u066XGRxru9MjeVcIrEu3wvQ==
-"@cdktf/provider-schema@0.19.1":
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/@cdktf/provider-schema/-/provider-schema-0.19.1.tgz#b63217c157196a9d2e9336cd26566765908d529f"
- integrity sha512-31vX00P/fw+kgTVZ0hxKIfd6rTRsj6jc1BJaOOQd5yRM3NzbZdypNVkWsEyIAWp6kmPAHzHujpv5/F7IEPZCRA==
+"@cdktf/provider-schema@0.19.2":
+ version "0.19.2"
+ resolved "https://registry.yarnpkg.com/@cdktf/provider-schema/-/provider-schema-0.19.2.tgz#a97c07027b3293615994ed7b614e9214f45dede7"
+ integrity sha512-d6YghOMsDPqQS8DRS+h5BMwg6I0QVwNi8iE9bX+pGXHa/hYggXE97sAMUGFcW3za+gSCOImHYvvKDVc3u3KsOA==
dependencies:
- "@cdktf/commons" "0.19.1"
+ "@cdktf/commons" "0.19.2"
fs-extra "^11.1.1"
"@cnakazawa/watch@^1.0.3":
@@ -4485,18 +4485,18 @@ case@^1.6.3:
resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9"
integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==
-cdktf-cli@0.19.1:
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/cdktf-cli/-/cdktf-cli-0.19.1.tgz#35cb7be8e6431896d8f1cd8f6161ee6a380bd1af"
- integrity sha512-itqPbZKIYpdCCIUGzX/yVSrcD0U16XqpNbnE8hX7E3Kg2Lus5/fjeXX2ijyZw3vp63ScS+5PStEyMNooCh84IA==
+cdktf-cli@0.19.2:
+ version "0.19.2"
+ resolved "https://registry.yarnpkg.com/cdktf-cli/-/cdktf-cli-0.19.2.tgz#09fcab9dcc3eeca7b45c36687467b56b9d4f231a"
+ integrity sha512-rwd0yOJmHecOnQsnZxsKFgBO2r1AuPw34IfKSx+FSK6H7aO13Pak+tef6tlhn7f0K79Abk2ZGD3OLs8TeG+78w==
dependencies:
- "@cdktf/cli-core" "0.19.1"
- "@cdktf/commons" "0.19.1"
- "@cdktf/hcl2cdk" "0.19.1"
- "@cdktf/hcl2json" "0.19.1"
+ "@cdktf/cli-core" "0.19.2"
+ "@cdktf/commons" "0.19.2"
+ "@cdktf/hcl2cdk" "0.19.2"
+ "@cdktf/hcl2json" "0.19.2"
"@inquirer/prompts" "^2.3.0"
"@sentry/node" "^7.64.0"
- cdktf "0.19.1"
+ cdktf "0.19.2"
ci-info "^3.8.0"
codemaker "^1.87.0"
constructs "^10.0.25"
@@ -4516,10 +4516,10 @@ cdktf-cli@0.19.1:
yoga-layout-prebuilt "^1.10.0"
zod "^3.22.4"
-cdktf@0.19.1:
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.19.1.tgz#1996a0069b97500e2a01df4f473963153541b784"
- integrity sha512-scZhp2+FEgNUd+l5vaDCHABdwFApB1Lcknn2+dUw8aYwNsMoYT0tWs4AzPg22Z4jQFOIQLIXmBxifhr+RahdRg==
+cdktf@0.19.2:
+ version "0.19.2"
+ resolved "https://registry.yarnpkg.com/cdktf/-/cdktf-0.19.2.tgz#c93b794a9c8ac6b4e50bc24e80d06d84089a8766"
+ integrity sha512-FHOERDO7i2g/+pUaaZCVDKsbXEBtWYOgELL1UKjNp37DyEmtFlltdsgutVfouoil0C7W5za2IydD6sSeoH5aUw==
dependencies:
archiver "5.3.2"
json-stable-stringify "^1.0.2"