Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 23, 2021

This PR contains the following updates:

Package Change Age Confidence
cdktf (source) 0.0.19 -> 0.21.0 age confidence

Release Notes

hashicorp/terraform-cdk (cdktf)

v0.21.0

Compare Source

Breaking Changes

Minimum required Node version updated to 20.9

Since long-term support for Node.js 18 has ended, we updated our minimum compatible node version to 20.9.

fix
  • fix: Stop escaping quotes within HEREDOC #​3890
  • fix: Pass migrate-state flag through to terraform init #​3887
  • fix: #​3630 Slightly improve HCL rendering for skipped attributes #​3878
  • fix: issue where archive was being closed before the file finished writing causing corrupt TerraformAssets #​3873
feat
  • feat!: update minimum required Node.js version to 20.19 #​3888
  • feat: Skip Provider Locking on request #​3879
chore
  • chore(deps): bump tar-fs from 2.1.2 to 2.1.3 #​3897
  • chore: Upgrade base image for docker image used in building CDKTF #​3872
  • chore: Upgrading dependencies #​3871
  • chore(deps): bump the github-actions-backward-compatible group with 6 updates #​3869
  • chore(ci): use Dependabot to keep GitHub Actions updated #​3867
  • chore: add comments to docs #​3863

v0.20.12

Compare Source

feat
chore
  • chore: add missing dependency on fs-extra to @cdktf/hcl-tools #​3854
  • chore: Upgrade node-pty-prebuilt to support Node LTS #​3851
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3847
  • chore(docs): Update example for remote backend to show cloud backend #​3833
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3828
  • chore: Update docker container with latest version of node and JSII #​3821
  • chore: Upgrade archiver version to 7.0.1 #​3818
  • chore: Upgrade dependencies for lib #​3815
  • chore: Use tmccombs/hcl2json and fix go examples #​3814
  • chore: Remove web team from CODEOWNERS for content directories #​3811
  • chore: Upgrade dependencies for all #​3800
  • chore: update changelog #​3798
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3795
  • chore: Upgrade dependencies for all #​3789
  • chore: Upgrade dependencies for lib #​3776
  • chore: Upgrade dependencies for util #​3767
  • chore: Upgrade dependencies for cli #​3765
fix
  • fix: Upgrade dependencies to remove vulnerable version of micromatch #​3844
  • fix: Upgrade version of esbuild without security vuln #​3843
  • fix: Security warning on version of Axios #​3841
  • fix(examples): The Complex iterators example for C# that has been broken for a while #​3840
  • fix: Update slack action usage for slack action v2 #​3802
  • fix: always save terraform credentials #​3785
  • fix(lib): correct the concat method in TokenizedStringFragments #​3772

v0.20.11

Compare Source

fix
  • fix: punycode deprecation warning #​3792
chore
  • chore: Add web presence ability to approve PRs to website files #​3788
  • chore: release 0.20.11 #​3786
  • chore: Upgrade dependencies for all #​3780
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3770
  • chore: Upgrade dependencies for all #​3768

v0.20.10

Compare Source

fix
  • fix(provider-generator): Skip attributes for oracle/oci provider that use the unsupported mapmapmap type #​3749
  • fix: use 'go env GOROOT' when GOROOT env is missing #​3745
  • fix: run lint in Docker image to use same Node version as in other CI jobs #​3742
chore
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3757
  • chore: Upgrade dependencies for all #​3756
  • chore: update version of docs conversion tool #​3750
  • chore: increase time the docs conversion might take #​3748
  • chore: Upgrade dependencies for all #​3709

v0.20.9

Compare Source

feat
  • feat(provider-generator): Skip definition attribute for aws_quicksight_analysis.definition data source #​3725
fix
  • fix(lib): render empty string as quotes #​3683
  • fix(lib): Correct types for allowedAccountIds & forbiddenAccountIds in S3Backend #​3669
  • fix(provider-generator): fix collision for Go for resources named version #​3670
  • fix(release): Don't validate single commit for semanticity #​3715
chore
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3714
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3700
  • chore: add extra pr for a catch-all package update #​3699
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3693
  • chore: Upgrade dependencies for JSII #​3692
  • chore: Upgrade dependencies for util #​3691
  • chore: Upgrade dependencies for cli #​3690
  • chore: Upgrade dependencies for lib #​3689
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3682
  • chore: Upgrade dependencies for JSII #​3679
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3672
  • chore: added index pages for each library to the docs #​3671
  • chore: reorganize API documentation #​3668
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3666
  • chore: Upgrade dependencies for util #​3650
  • chore: Upgrade dependencies for cli #​3649
  • chore: Upgrade dependencies for JSII #​3648
  • chore: Upgrade dependencies for lib #​3647
  • chore(hcl2cdk): fix yarn command in Readme.md #​3624

v0.20.8

Compare Source

feat
  • feat: add validation to TerraformModule #​3608
fix
  • fix: Empty string, booleans, and zero numbers in hcl rendering #​3655
  • fix: explicitly listen on ipv4 address for verdaccio due to Github runner image regression #​3654
chore
  • chore: manifest.json should have stable json #​3584
  • chore: update JSII #​3616
  • chore: remove dependency on jsii-srcmak #​3607
  • chore: Fix a small documentation typo #​3629
  • chore: Use single-label runner for custom-linux-xl #​3623
  • chore: fix branch cleanup #​3644
  • chore: remove Homebrew link and publishing step #​3605
  • chore: Upgrade dependencies for lib #​3618
  • chore: Upgrade dependencies for util #​3599
  • chore: Upgrade dependencies for util #​3589
  • chore: Upgrade dependencies for util #​3612
  • chore: Upgrade dependencies for cli #​3613
  • chore: Upgrade dependencies for cli #​3598
  • chore: Add links and headers #​3594
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3614
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3606
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3652

v0.20.7

Compare Source

fix
  • fix(provider-generator): refactor logic to determine if a block is optional or required #​3580
chore
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3583
  • chore: Upgrade dependencies for cli #​3588
  • chore: Upgrade dependencies for cli #​3574
  • chore: Upgrade dependencies for util #​3573
  • chore: Upgrade dependencies for lib #​3572

v0.20.6

Compare Source

fix
  • fix(cli): sanitize type arrays #​3578
  • fix(lib): Correctly render string tokens that contain plain objects #​3545
  • fix: hcl rendering nested maps #​3536
  • fix(docs): Italics broken #​3490
chore
  • chore: fix typo #​3553
  • chore: add separate workflow for JSII upgrades #​3552
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3549
  • chore: Upgrade dependencies for util #​3548
  • chore: Upgrade dependencies for util #​3543
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3534
  • chore: Upgrade dependencies for util #​3533
  • chore: run doc conversions on one runner #​3522
  • chore: Upgrade dependencies for cli #​3517
  • chore: Upgrade dependencies for lib #​3516
  • chore: update-project-board-issue calls different repo #​3513

v0.20.5

Compare Source

fix
  • fix(lib): Correctly render string tokens that contain plain objects #​3545
  • fix: hcl rendering nested maps #​3536
  • fix(docs): Italics broken #​3490
chore
  • chore: fix typo #​3553
  • chore: add separate workflow for JSII upgrades #​3552
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3549
  • chore: Upgrade dependencies for util #​3548
  • chore: Upgrade dependencies for util #​3543
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3534
  • chore: Upgrade dependencies for util #​3533
  • chore: run doc conversions on one runner #​3522
  • chore: Upgrade dependencies for cli #​3517
  • chore: Upgrade dependencies for lib #​3516
  • chore: update-project-board-issue calls different repo #​3513

v0.20.4

Compare Source

fix
  • fix: Make CDKTF_LOG_FILE_DIRECTORY a common flag available on all commands #​3495
  • fix(cli): opening browser using CLI hangs the shell process forever #​3480
chore

v0.20.3

Compare Source

feat
  • feat(cli): add console logs to better surface correct workflow for creating go projects #​3466
  • feat(docs): Document how outdir works when passed to App and while using CDKTF CLI #​3463
fix
  • fix: corrected formating for java provider dependencies #​3468
  • fix: Map keys not being quoted when they are not valid identifiers #​3464
chore
  • chore: Improve locals output - Group all locals into one locals block #​3465
  • chore: Update HCL Interoperability docs to include HCL synthesis #​3462

v0.20.2

Compare Source

feat
  • feat(provider-generator): support renaming provider names in order to allow using two providers sharing the same name at the same time #​3442
  • feat(provider-generator): Ensure we have unique names for modules #​3439
  • feat(docs): Mention Maven examples in note on project setup page #​3437
fix
  • fix(docs): Run prettier #​3445
  • fix(lib): support dot-seperated nested accessors #​3444
  • fix(docs): Update CLI docs to refer to Gradle instead of Maven #​3434
  • fix(lib): Print a warning with manual steps to move a module when UpgradeIds aspect encounters modules #​3432
  • fix(cli): don't prompt for providers during convert #​3431
  • fix(lib): inline zip creation #​3428
chore

v0.20.1

Compare Source

feat
chore
  • chore: add missing dependency on fs-extra to @cdktf/hcl-tools #​3854
  • chore: Upgrade node-pty-prebuilt to support Node LTS #​3851
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3847
  • chore(docs): Update example for remote backend to show cloud backend #​3833
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3828
  • chore: Update docker container with latest version of node and JSII #​3821
  • chore: Upgrade archiver version to 7.0.1 #​3818
  • chore: Upgrade dependencies for lib #​3815
  • chore: Use tmccombs/hcl2json and fix go examples #​3814
  • chore: Remove web team from CODEOWNERS for content directories #​3811
  • chore: Upgrade dependencies for all #​3800
  • chore: update changelog #​3798
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3795
  • chore: Upgrade dependencies for all #​3789
  • chore: Upgrade dependencies for lib #​3776
  • chore: Upgrade dependencies for util #​3767
  • chore: Upgrade dependencies for cli #​3765
fix
  • fix: Upgrade dependencies to remove vulnerable version of micromatch #​3844
  • fix: Upgrade version of esbuild without security vuln #​3843
  • fix: Security warning on version of Axios #​3841
  • fix(examples): The Complex iterators example for C# that has been broken for a while #​3840
  • fix: Update slack action usage for slack action v2 #​3802
  • fix: always save terraform credentials #​3785
  • fix(lib): correct the concat method in TokenizedStringFragments #​3772

v0.20.0

Compare Source

Breaking changes

Module names / import paths changing

To resolve #​3026 we improved the logic for generating names for Terraform Modules. This makes the default module names nicer, but also leads to breaking changes for Python, C#, and Java. When updating CDKTF, please generate the new bindings with cdktf get after updating the CLI and update your module imports.

Removal of deprecated backends

We have removed deprecated backends artifactory, etcd, etcdv3, manta, and swift. CDK for Terraform v0.14 deprecated these backends initially. Terraform removed these backends in v1.3. For migration paths from these removed backends, refer to Upgrading to Terraform v1.3.

Python 3.7 is no longer supported

We have dropped support for Python 3.7, please update to Python 3.8 or higher.

feat
  • feat: Synthesis in HCL #​3365
  • feat(lib): update backend options #​3352
  • feat: add Terraform 1.6.5 to Docker image #​3336
  • feat(docs): Add note to address having the same name as new Terraform stacks feature #​3333
  • feat(lib): Add support for the built-in Terraform data resource #​3317
  • feat(lib): add .allWithMapKey iterator to lists #​3299
  • feat(lib): Add DynamicListTerraformIterator with support for lists or sets with objects that have properties that are only known at apply time #​3273
  • feat(lib): allow chaining of TerraformIterator created resources #​3272
  • feat(lib): add move workflows for specifying ids directly #​3231
fix
  • fix pipenv build #​3364
  • fix(cli): Handle overlapping resource names in augmented logs #​3343
  • fix: Terraform Modules relatively referencing each other with generated bindings #​3341
  • fix(lib): respect AppOption.outdir before env var #​3334
  • fix(provider-generator): use module name that does not collide commonly #​3332
  • fix(lib): Fix handling of replaceTriggeredBy lifecycle attribute #​3322
  • fix(cli): error message for non-existent tf cloud orgs #​3308
  • fix(provider-generator): provided name does not need to match name in source #​3305
  • fix(provider-generator): don't require attributes to be set on nested_type #​3304
  • fix(lib): improve error messages for token resolution #​3300
  • fix: Use unique names to see if Github filters can pick it up #​3291
  • fix(tests): Update provider version in C# snapshot test #​3289
  • fix: Use an additional results step to ensure dynamic matrix jobs can… #​3288
  • fix(provider-generator): fix oci provider by skipping attributes that conflict after being camel cased #​3285
  • fix(lib): expose conditional #​3264
  • fix: lower cache usage by reusing more of the yarn caches #​3162
chore

v0.19.2

Compare Source

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

v0.19.1

Compare Source

feat
  • feat(cli): Include provider info in cdktf debug #​3190
fix
  • fix(cli): Don't send telemetry events if request body is larger than 8KB #​3255
chore

v0.19.0

Compare Source

Breaking changes

Minimum required Node.js version updated to 18.12

Since the long-term support for Node.js 16 ended on 2023-09-11, we updated our minimum compatible Node.js version to 18.12.

Potential provider naming collision with instance function moveTo on TerraformResource

We have added support for resource refactoring and renaming with the addition of the instance function moveTo on TerraformResource. We forsee the potential for naming collision with providers using moveTo as an attribute. In instances where provider bindings fail to compile due to the collision, regenerate your provider bindings and replace the provider related usage of moveTo to moveToAttribute in your configuration if applicable.

Java: codeMakerOutput needs to be set to a company identifier

We did not honor the codeMakerOutput setting in the cdktf.json previously, this is fixed now.
To have no changes in the generated code you can set codeMakerOutput: "imports".
If you like, you can now set it to your company name, e.g. codeMakerOutput: "com.hashicorp" so that the provider is generated under the com.hashicorp.aws namespace for example. Omitting the codeMakerOutput will lead to the default value .gen being used and results in an error.

feat
  • feat(lib): add resource move functionality #​3152
  • feat: add import capabilities to cdktf #​2972
  • feat!: update minimum required Node.js version to 18.12 (LTS) #​3181
fix
  • fix(provider-generator): java akamai provider generation #​3185
  • fix: use codemaker output in java #​3000
chore
  • chore(examples): change debian image version in gcp example #​3186
  • chore: upgrade node-pty dependency to add support for Node.js 20 #​3182
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3180

v0.18.2

Compare Source

Fixes a bug in 0.18.1 that broke crash reporting due to a partial dependency upgrade.

fix
  • fix: Fix partial dependency update for Sentry #​3172

v0.18.1

Compare Source

fix
  • fix(docs): Fix typo in example of using TFVAR to set TerraformVariable #​3116
  • fix(provider-generator): make sanitize comments function robust against diverse inputs #​3131
  • fix(cli): fix help template spelling #​3146
  • fix(cli): ensure terraform output fails with a proper error #​3135
  • fix: make sure noColor option is honored #​3138
  • fix(hcl2cdk): Try to fix TF checksum errors in tests by running them in band #​3163
  • fix: use whl to install local python #​3119
  • fix: fix Github workflow caches to restore successfully more often #​3154
  • fix: set specific copywrite tool version to fix CI #​3150
  • fix: unpin version of copywrite #​3151
chore
refactor
  • refactor: move schema reading logic into package #​3124

v0.18.0

Compare Source

chore
  • chore: Disable windows integration tests temporarily #​3086
  • chore: update jsii-srcmak #​3081
  • chore: fix assertion of java tests #​3079
  • chore: add wget #​3075
  • chore: use gh cli to create PRs #​3074
  • chore(deps): roll back trusted workflow updates #​3073
  • chore: add gradle as a dependency for our tests #​3066
  • chore: new lookup functionality changes assertion #​3065
  • chore: update terraform versions we test again #​3064
  • chore: add link to performance page #​3060
  • chore(examples): update TS examples to use explicit imports #​3053
  • chore: update tfe docs as well #​3050
  • chore: remove waiting-on-answer label on comments #​3046
  • chore(deps): pin trusted workflows based on HashiCorp TSCCR #​3040
  • chore: add workflow to rollout provider documentation #​3039
  • chore: clean up code a bit #​3037
  • chore: fix links in README #​3016
fix
  • fix: provider add java integration test failures due to test setup #​3083
  • fix: Gradle related provider add/list/upgrade [#​3080](https://redirect.gith

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 2f28d80 to 2a1d64a Compare April 26, 2021 12:50
@renovate renovate bot changed the title Update dependency cdktf to v0.1.0 Update dependency cdktf to v0.3.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 2a1d64a to c7e75ce Compare June 6, 2021 19:44
@renovate renovate bot changed the title Update dependency cdktf to v0.3.0 Update dependency cdktf to v0.4.0 Jun 6, 2021
@renovate
Copy link
Author

renovate bot commented Jun 6, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: cdktf-typescript@1.0.0
npm ERR! Found: constructs@3.0.4
npm ERR! node_modules/constructs
npm ERR!   constructs@"3.0.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer constructs@"^10.0.25" from cdktf@0.20.7
npm ERR! node_modules/cdktf
npm ERR!   cdktf@"0.20.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-15T09_55_00_360Z-debug-0.log

@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from c7e75ce to 364835d Compare June 12, 2021 23:10
@renovate renovate bot changed the title Update dependency cdktf to v0.4.0 Update dependency cdktf to v0.4.1 Jun 12, 2021
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 364835d to e72999b Compare October 19, 2021 00:07
@renovate renovate bot changed the title Update dependency cdktf to v0.4.1 Update dependency cdktf to v0.6.4 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from e72999b to 47a3a28 Compare March 7, 2022 10:42
@renovate renovate bot changed the title Update dependency cdktf to v0.6.4 Update dependency cdktf to v0.9.4 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 47a3a28 to 9a5a80e Compare April 24, 2022 17:59
@renovate renovate bot changed the title Update dependency cdktf to v0.9.4 Update dependency cdktf to v0.10.2 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 9a5a80e to 277fabe Compare May 16, 2022 01:06
@renovate renovate bot changed the title Update dependency cdktf to v0.10.2 Update dependency cdktf to v0.10.4 May 16, 2022
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 277fabe to 87d97c2 Compare June 18, 2022 17:46
@renovate renovate bot changed the title Update dependency cdktf to v0.10.4 Update dependency cdktf to v0.11.2 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 87d97c2 to 236bcec Compare September 25, 2022 11:14
@renovate renovate bot changed the title Update dependency cdktf to v0.11.2 Update dependency cdktf to v0.12.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 236bcec to 77a5cb6 Compare November 20, 2022 20:28
@renovate renovate bot changed the title Update dependency cdktf to v0.12.2 Update dependency cdktf to v0.14.1 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 77a5cb6 to bfbd095 Compare March 18, 2023 06:02
@renovate renovate bot changed the title Update dependency cdktf to v0.14.1 Update dependency cdktf to v0.15.5 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from bfbd095 to 5b05178 Compare May 28, 2023 10:29
@renovate renovate bot changed the title Update dependency cdktf to v0.15.5 Update dependency cdktf to v0.16.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 5b05178 to e15c91c Compare May 31, 2023 09:55
@renovate renovate bot changed the title Update dependency cdktf to v0.16.1 Update dependency cdktf to v0.16.2 May 31, 2023
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from e15c91c to e82bf30 Compare June 2, 2023 14:39
@renovate renovate bot changed the title Update dependency cdktf to v0.16.2 Update dependency cdktf to v0.16.3 Jun 2, 2023
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from e82bf30 to 78766c5 Compare June 15, 2023 12:01
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 77d8930 to 2b66898 Compare January 26, 2024 14:18
@renovate renovate bot changed the title Update dependency cdktf to v0.20.2 Update dependency cdktf to v0.20.3 Jan 26, 2024
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 2b66898 to 6037f32 Compare February 26, 2024 17:14
@renovate renovate bot changed the title Update dependency cdktf to v0.20.3 Update dependency cdktf to v0.20.4 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 6037f32 to 98e413b Compare March 18, 2024 16:19
@renovate renovate bot changed the title Update dependency cdktf to v0.20.4 Update dependency cdktf to v0.20.5 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 98e413b to 88fe7b2 Compare April 2, 2024 13:14
@renovate renovate bot changed the title Update dependency cdktf to v0.20.5 Update dependency cdktf to v0.20.6 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 88fe7b2 to ad6f964 Compare April 15, 2024 09:55
@renovate renovate bot changed the title Update dependency cdktf to v0.20.6 Update dependency cdktf to v0.20.7 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from ad6f964 to 39d0acb Compare July 1, 2024 11:28
@renovate renovate bot changed the title Update dependency cdktf to v0.20.7 Update dependency cdktf to v0.20.8 Jul 1, 2024
@renovate
Copy link
Author

renovate bot commented Jul 1, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: cdktf-typescript@1.0.0
npm ERR! Found: constructs@3.0.4
npm ERR! node_modules/constructs
npm ERR!   constructs@"3.0.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer constructs@"^10.4.2" from cdktf@0.21.0
npm ERR! node_modules/cdktf
npm ERR!   cdktf@"0.21.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-11-18T12_41_21_894Z-debug-0.log

@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 39d0acb to 5ad63d0 Compare September 23, 2024 13:13
@renovate renovate bot changed the title Update dependency cdktf to v0.20.8 Update dependency cdktf to v0.20.9 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 5ad63d0 to 3bbbb42 Compare November 11, 2024 10:51
@renovate renovate bot changed the title Update dependency cdktf to v0.20.9 Update dependency cdktf to v0.20.10 Nov 11, 2024
@renovate renovate bot changed the title Update dependency cdktf to v0.20.10 Update dependency cdktf to v0.20.10 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/cdktf-0.x branch December 8, 2024 18:48
@renovate renovate bot changed the title Update dependency cdktf to v0.20.10 - autoclosed Update dependency cdktf to v0.20.10 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from c4b950e to 3bbbb42 Compare December 8, 2024 21:33
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 3bbbb42 to ce25e23 Compare January 6, 2025 09:51
@renovate renovate bot changed the title Update dependency cdktf to v0.20.10 Update dependency cdktf to v0.20.11 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from ce25e23 to 6afa8ee Compare April 17, 2025 15:46
@renovate renovate bot changed the title Update dependency cdktf to v0.20.11 Update dependency cdktf to v0.20.12 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/cdktf-0.x branch from 6afa8ee to 491abc2 Compare June 6, 2025 04:03
@renovate renovate bot changed the title Update dependency cdktf to v0.20.12 Update dependency cdktf to v0.21.0 Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant