Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @cdktf/provider-random to v11.0.3 #3126

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cdktf/provider-random 11.0.2 -> 11.0.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cdktf/cdktf-provider-random (@​cdktf/provider-random)

v11.0.3

Compare Source

11.0.3 (2024-09-12)

Bug Fixes
Updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC).

🚦 Automerge: Enabled.

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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from jon77p as a code owner September 15, 2024 04:07
@renovate renovate bot added the renovate label Sep 15, 2024
@renovate renovate bot enabled auto-merge (rebase) September 15, 2024 04:07
@renovate renovate bot merged commit 04c116c into main Sep 15, 2024
16 of 18 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 15, 2024 04:09
Copy link
Contributor

❌ Error planning Terraform CDK Stack 'cdktf'

🌍 View run

Error: The process '/usr/local/bin/npx' failed with exit code 1
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated @npmcli/ci-detect@1.4.0: this package has been deprecated, use `ci-info` instead
#######################################################################################################
### You are currently using jsii-rosetta@1.x. We recommend upgrading to jsii-rosetta@5.0.x or       ###
### later. This will allow you to use modern TypeScript syntax, and improves compatibility with     ###
### many common dependencies. For example, recent versions of @types/node.                          ###
###                                                                                                 ###
### 5.0.x and subsequent releases of jsii-rosetta use the same major.minor version as the           ###
### TypeScript compiler they are built on. We recommend declaring a minor-pinned (also known as     ###
### "tilde") dependency on jsii-rosetta (e.g: `"jsii-rosetta": "5.0.x"` or                          ###
### `"jsii-rosetta": "~5.0.7"`).                                                                    ###
###                                                                                                 ###
### For more information, see: https://aws.github.io/jsii/compiler-and-rosetta-maintenance/         ###
###                                                                                                 ###
### This warning can be suppressed by setting the JSII_SUPPRESS_UPGRADE_PROMPT environment variable ###
#######################################################################################################
cdktf  Creating Terraform Cloud configuration version
cdktf  Created Terraform Cloud configuration version cv-QJo1vttuihQqtpFP
cdktf  Zipping up the directory cdktf.out/stacks/cdktf
cdktf  Uploading the directory to Terraform Cloud
cdktf  Uploaded the directory to Terraform Cloud
cdktf  Waiting for configuration version to become ready...
cdktf  Creating speculative Terraform Cloud run
cdktf  Created speculative Terraform Cloud run: https://app.terraform.io/app/jon77p-xyz/workspaces/infrastructure/runs/run-AbLCr6EWwRGfQzUA
cdktf  Speculative Terraform Cloud run done
�[33m[2024-09-15T04:11:03.604] [WARN] default - �[39mError in Plan: {}

⠇  Processing
External Error: Stack failed to plan: cdktf. Please check the logs for more information.

Copy link
Contributor

❌ Error applying Terraform CDK Stack 'cdktf'

🌍 View run

Error: The process '/usr/local/bin/npx' failed with exit code 1
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated @npmcli/ci-detect@1.4.0: this package has been deprecated, use `ci-info` instead
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
#######################################################################################################
### You are currently using jsii-rosetta@1.x. We recommend upgrading to jsii-rosetta@5.0.x or       ###
### later. This will allow you to use modern TypeScript syntax, and improves compatibility with     ###
### many common dependencies. For example, recent versions of @types/node.                          ###
###                                                                                                 ###
### 5.0.x and subsequent releases of jsii-rosetta use the same major.minor version as the           ###
### TypeScript compiler they are built on. We recommend declaring a minor-pinned (also known as     ###
### "tilde") dependency on jsii-rosetta (e.g: `"jsii-rosetta": "5.0.x"` or                          ###
### `"jsii-rosetta": "~5.0.7"`).                                                                    ###
###                                                                                                 ###
### For more information, see: https://aws.github.io/jsii/compiler-and-rosetta-maintenance/         ###
###                                                                                                 ###
### This warning can be suppressed by setting the JSII_SUPPRESS_UPGRADE_PROMPT environment variable ###
#######################################################################################################
cdktf  Creating Terraform Cloud configuration version
cdktf  Created Terraform Cloud configuration version cv-zK3tLtkgT5fDVz7w
cdktf  Zipping up the directory cdktf.out/stacks/cdktf
cdktf  Uploading the directory to Terraform Cloud
cdktf  Uploaded the directory to Terraform Cloud
cdktf  Waiting for configuration version to become ready...
cdktf  Creating speculative Terraform Cloud run
cdktf  Created speculative Terraform Cloud run: https://app.terraform.io/app/jon77p-xyz/workspaces/infrastructure/runs/run-Zcq1MKfavBPpMZS2
cdktf  Speculative Terraform Cloud run done
�[33m[2024-09-15T04:12:44.618] [WARN] default - �[39mError in Plan: {}


1 Stack deploying     0 Stacks done     0 Stacks waiting
Error planning the run, please take a look at https://app.terraform.io/app/jon77p-xyz/workspaces/infrastructure/runs/run-Zcq1MKfavBPpMZS2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants