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

chore(deps): update dependency cdktf-cli to v0.9.2 #2317

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cdktf-cli 0.9.0 -> 0.9.2 age adoption passing confidence

Release Notes

hashicorp/terraform-cdk

v0.9.2

Compare Source

fix
  • fix: cross-stack references in terraform cloud remote execution mode #​1574
chore
  • chore: npm-check-updates && yarn upgrade #​1579
  • chore: npm-check-updates && yarn upgrade #​1565

v0.9.1

Compare Source

feat
  • feat(cli): show help when no command is passed #​1540
fix
  • fix(tests): run package before running unit tests in release pipelines #​1563
  • fix(hcl2cdk): handle no providers passed and add cdktf import for remote state data sources #​1561
  • fix(cli): Fix template for Go not adding jsii import when using Terraform Cloud #​1556
  • fix(lib): Add missing regex Function #​1531
  • fix(cli): add better messaging on inint #​1524
  • fix(docs): fix a typo in serverless-application-typescript.md #​1517
  • fix(provider-generator): Replace jsii incompatible names #​1516
  • fix(provider-generator): don't build generated edge provider output as part of building the provider-generator #​1509
  • fix(tests): add --ci flag to jest invocations when in CI #​1498
  • fix: stringValue rated valid strings as unescaped double quotes #​1566
  • chore(deps): upgrade jsii (substantially improves cdktf get performance for Go) #​1558
  • fix(cli): reflect correct node version requirement #​1573
chore
  • chore(docs): we now support cross stack refs, the section is no longer needed #​1571
  • chore(docs): remove old docs files #​1542
  • chore(docs): Update main from stable-website #​1529
  • chore(docs): remove old layouts folder #​1522
  • chore(docs): Merge stable-website into main #​1515
  • chore(docs): add 0.9 upgrade guide #​1512
test
  • test(hcl2cdk): check if produced code can generate HCL #​1539

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 27, 2022
@slsnextbot
Copy link
Collaborator

slsnextbot commented Jan 27, 2022

Handler Size Report

No changes to handler sizes.

Base Handler Sizes (kB) (commit 623c2fb)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1524,
            "Minified": 668
        },
        "Image Lambda": {
            "Standard": 1488,
            "Minified": 800
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1534,
            "Minified": 673
        },
        "Default Lambda V2": {
            "Standard": 1526,
            "Minified": 670
        },
        "API Lambda": {
            "Standard": 634,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1496,
            "Minified": 805
        },
        "Regeneration Lambda": {
            "Standard": 1187,
            "Minified": 546
        },
        "Regeneration Lambda V2": {
            "Standard": 1253,
            "Minified": 573
        }
    }
}

New Handler Sizes (kB) (commit bd75a4e)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1524,
            "Minified": 668
        },
        "Image Lambda": {
            "Standard": 1488,
            "Minified": 800
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1534,
            "Minified": 673
        },
        "Default Lambda V2": {
            "Standard": 1526,
            "Minified": 670
        },
        "API Lambda": {
            "Standard": 634,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1496,
            "Minified": 805
        },
        "Regeneration Lambda": {
            "Standard": 1187,
            "Minified": 546
        },
        "Regeneration Lambda V2": {
            "Standard": 1253,
            "Minified": 573
        }
    }
}

@codecov
Copy link

codecov bot commented Jan 27, 2022

Codecov Report

Merging #2317 (bd75a4e) into master (623c2fb) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2317   +/-   ##
=======================================
  Coverage   83.60%   83.60%           
=======================================
  Files         102      102           
  Lines        3691     3691           
  Branches     1184     1184           
=======================================
  Hits         3086     3086           
  Misses        593      593           
  Partials       12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 623c2fb...bd75a4e. Read the comment docs.

@renovate renovate bot force-pushed the renovate/cdktf-cli-0.x branch from 7c256f4 to ea294dc Compare February 16, 2022 15:13
@renovate renovate bot changed the title chore(deps): update dependency cdktf-cli to v0.9.0 chore(deps): update dependency cdktf-cli to v0.9.1 Feb 16, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 16, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 18, 2022
@renovate renovate bot force-pushed the renovate/cdktf-cli-0.x branch from 920d83e to 03bb0bc Compare February 21, 2022 21:03
@renovate renovate bot changed the title chore(deps): update dependency cdktf-cli to v0.9.1 chore(deps): update dependency cdktf-cli to v0.9.2 Feb 21, 2022
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 21, 2022
@dphang dphang merged commit 5861d58 into master Feb 22, 2022
@dphang dphang deleted the renovate/cdktf-cli-0.x branch February 22, 2022 05:13
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.

3 participants