liatrio / terraform-change-pr-commenter

GitHub Action to read changes from Terraform plan JSON, summarize changes, and post them in a GitHub Pull Request Comment
Apache License 2.0
38 stars 8 forks source link

chore(deps): bump npm from 8.5.0 to 8.12.0 #28

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps npm from 8.5.0 to 8.12.0.

Changelog

Sourced from npm's changelog.

v8.12.0 (2022-06-01)

Features

Bug Fixes

Dependencies

v8.11.0 (2022-05-25)

Features

Bug Fixes

Documentation

Dependencies

... (truncated)

Commits


Dependabot compatibility score

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 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/liatrio/terraform-change-pr-commenter/network/alerts).
github-actions[bot] commented 2 years ago

test-data/tf_test.json

Terraform Plan: 11 to be created, 0 to be deleted, 0 to be updated, 0 to be replaced, 0 unchanged. #### Resources to create ```diff + azurerm_linux_virtual_machine.calvinvm + azurerm_network_interface.calvin-nic + azurerm_network_interface_security_group_association.calvin-sg-nic + azurerm_network_security_group.calvin-security-group + azurerm_public_ip.calvin-ip + azurerm_resource_group.calvin + azurerm_storage_account.calvin-sa + azurerm_subnet.calvin-subnet + azurerm_virtual_network.calvin-vn + random_id.calvin-rid + tls_private_key.calvin_ssh ```

test-data/tf_test2.json

Terraform Plan: 9 to be created, 1 to be deleted, 1 to be updated, 0 to be replaced, 0 unchanged. #### Resources to create ```diff + azurerm_linux_virtual_machine.calvinvm + azurerm_network_security_group.calvin-security-group + azurerm_public_ip.calvin-ip + azurerm_resource_group.calvin + azurerm_storage_account.calvin-sa + azurerm_subnet.calvin-subnet + azurerm_virtual_network.calvin-vn + random_id.calvin-rid + tls_private_key.calvin_ssh ``` #### Resources to delete ```diff - azurerm_network_interface.calvin-nic ``` #### Resources to update ```diff ! azurerm_network_interface_security_group_association.calvin-sg-nic ```

test-data/tf_test3.json

Terraform Plan: 1 to be created, 0 to be deleted, 1 to be updated, 1 to be replaced, 35 unchanged. #### Resources to create ```diff + module.aks_lz.module.key_vault.azurerm_private_endpoint.key_vault ``` #### Resources to update ```diff ! module.aks_lz.module.key_vault.azurerm_key_vault.key_vault ``` #### Resources to replace ```diff - module.aks_lz.azurerm_virtual_hub_connection.aks_vnet_hub_connection[0] + module.aks_lz.azurerm_virtual_hub_connection.aks_vnet_hub_connection[0] ```
github-actions[bot] commented 2 years ago

test-data/tf_test.json

Terraform Plan: 11 to be created, 0 to be deleted, 0 to be updated, 0 to be replaced, 0 unchanged. #### Resources to create ```diff + azurerm_linux_virtual_machine.calvinvm + azurerm_network_interface.calvin-nic + azurerm_network_interface_security_group_association.calvin-sg-nic + azurerm_network_security_group.calvin-security-group + azurerm_public_ip.calvin-ip + azurerm_resource_group.calvin + azurerm_storage_account.calvin-sa + azurerm_subnet.calvin-subnet + azurerm_virtual_network.calvin-vn + random_id.calvin-rid + tls_private_key.calvin_ssh ```
liatrio-bot commented 2 years ago

:tada: This PR is included in version 1.3.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: