Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Merge #291 #292
Browse files Browse the repository at this point in the history
291: Update dependency ts-node to v10.2.1 r=elliotcourant a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ts-node](https://typestrong.org/ts-node) ([source](https://togithub.com/TypeStrong/ts-node)) | [`10.2.0` -> `10.2.1`](https://renovatebot.com/diffs/npm/ts-node/10.2.0/10.2.1) | [![age](https://badges.renovateapi.com/packages/npm/ts-node/10.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ts-node/10.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ts-node/10.2.1/compatibility-slim/10.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ts-node/10.2.1/confidence-slim/10.2.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>TypeStrong/ts-node</summary>

### [`v10.2.1`](https://togithub.com/TypeStrong/ts-node/compare/v10.2.0...v10.2.1)

[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v10.2.0...v10.2.1)

</details>

---

### Configuration

📅 **Schedule**: 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/rest-api).

292: Update Terraform vault to v2.23.0 r=elliotcourant a=renovate[bot]

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [vault](https://registry.terraform.io/providers/hashicorp/vault) ([source](https://togithub.com/hashicorp/terraform-provider-vault)) | required_provider | minor | `2.22.1` -> `2.23.0` |

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-vault</summary>

### [`v2.23.0`](https://togithub.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md#&#8203;2230-August-18-2021)

[Compare Source](https://togithub.com/hashicorp/terraform-provider-vault/compare/v2.22.1...v2.23.0)

FEATURES:

-   **New Resource** `vault_gcp_secret_static_account`: Provision Static Accounts in the [GCP Secrets Engine](https://www.vaultproject.io/docs/secrets/gcp/index.html) ([#&#8203;1094](https://togithub.com/hashicorp/terraform-provider-vault/pull/1094))

IMPROVEMENTS:

-   `resource/database_secret_backend/mysql`: Add tls_certificate_key and tls_ca options ([#&#8203;1098](https://togithub.com/hashicorp/terraform-provider-vault/pull/1098))

BUGS:

-   `resource/jwt_auth_backend`: Fixed bug where `provider_config` did not configure non-string values correctly ([#&#8203;1118](https://togithub.com/hashicorp/terraform-provider-vault/pull/1118))
-   `resource/gcp_auth_backend`: Support importing resource ([#&#8203;1125](https://togithub.com/hashicorp/terraform-provider-vault/pull/1125))
-   `resource/okta_auth_backend`: Support importing resource ([#&#8203;1123](https://togithub.com/hashicorp/terraform-provider-vault/pull/1123))
-   `resource/audit`: List audit only once during read ([#&#8203;1138](https://togithub.com/hashicorp/terraform-provider-vault/pull/1138))
-   `resource/identity_oidc_key`: Error handling for identity oidc key vault calls ([#&#8203;1142](https://togithub.com/hashicorp/terraform-provider-vault/pull/1142))

</details>

---

### Configuration

📅 **Schedule**: 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/rest-api).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
elliotcourant and renovate-bot committed Aug 18, 2021
3 parents 4e99729 + 6532b1f + d8a4d5a commit 8db880b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion minikube/vault/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
vault = {
source = "hashicorp/vault"
version = "2.22.1"
version = "2.23.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"redoc": "2.0.0-rc.56",
"redoc-cli": "0.12.3",
"sql-formatter": "4.0.2",
"ts-node": "10.2.0",
"ts-node": "10.2.1",
"typescript": "4.3.5",
"yargs": "17.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1646,10 +1646,10 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

ts-node@10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.0.tgz#f1e88249a00e26aa95e9a93c50f70241a8a1c4bb"
integrity sha512-FstYHtQz6isj8rBtYMN4bZdnXN1vq4HCbqn9vdNQcInRqtB86PePJQIxE6es0PhxKWhj2PHuwbG40H+bxkZPmg==
ts-node@10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.1.tgz#4cc93bea0a7aba2179497e65bb08ddfc198b3ab5"
integrity sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw==
dependencies:
"@cspotcode/source-map-support" "0.6.1"
"@tsconfig/node10" "^1.0.7"
Expand Down

0 comments on commit 8db880b

Please sign in to comment.