From 4c8968185c99bdf7b2387433c57dc4e2f93adc8c Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:13:17 +0000 Subject: [PATCH] Update dependency @pulumi/pulumi to v3.212.0 (#710) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.211.0` -> `3.212.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.211.0/3.212.0) | --- ### Release Notes
pulumi/pulumi (@​pulumi/pulumi) ### [`v3.212.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.212.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.211.0...v3.212.0) ##### 3.212.0 (2025-12-12) ##### Bug Fixes - \[yaml] Update pulumi-yaml to v1.26.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> --- examples/nodejs/package.json | 2 +- examples/tests/caching/package.json | 2 +- examples/tests/caching/yarn.lock | 8 ++++---- examples/tests/config/package.json | 2 +- examples/upgrade-node/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/nodejs/package.json b/examples/nodejs/package.json index 3b37d6a..d6cdd2b 100644 --- a/examples/nodejs/package.json +++ b/examples/nodejs/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.211.0" + "@pulumi/pulumi": "3.212.0" } } diff --git a/examples/tests/caching/package.json b/examples/tests/caching/package.json index 08b4346..1c357e2 100644 --- a/examples/tests/caching/package.json +++ b/examples/tests/caching/package.json @@ -4,6 +4,6 @@ "@types/node": "^20.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.211.0" + "@pulumi/pulumi": "3.212.0" } } diff --git a/examples/tests/caching/yarn.lock b/examples/tests/caching/yarn.lock index 934a8ec..cf0218e 100644 --- a/examples/tests/caching/yarn.lock +++ b/examples/tests/caching/yarn.lock @@ -369,10 +369,10 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== -"@pulumi/pulumi@3.211.0": - version "3.211.0" - resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.211.0.tgz#eedee7d5ec1647209be5439d1e221c48e93f4a17" - integrity sha512-buIAse/ll5I+gzYRYNeDL39wjg+Ehq+OZ8oWO0ISkB6E7xuB60rvS9ATKHJYacroYFsuE6pVEA19f7wc67mRzA== +"@pulumi/pulumi@3.212.0": + version "3.212.0" + resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.212.0.tgz#2aed99e9be253beed0f4c7663c6a2a98f302f89f" + integrity sha512-UXV6UQLS2elP0yQNWCQWKjY+dc8w0TXC9uJLIiybzEpFyeKdPhuA0zJrI1zOql5Y7V9q5xtF2sqmHh52HLJVKg== dependencies: "@grpc/grpc-js" "^1.10.1" "@logdna/tail-file" "^2.0.6" diff --git a/examples/tests/config/package.json b/examples/tests/config/package.json index 08b4346..1c357e2 100644 --- a/examples/tests/config/package.json +++ b/examples/tests/config/package.json @@ -4,6 +4,6 @@ "@types/node": "^20.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.211.0" + "@pulumi/pulumi": "3.212.0" } } diff --git a/examples/upgrade-node/package.json b/examples/upgrade-node/package.json index 3b37d6a..d6cdd2b 100644 --- a/examples/upgrade-node/package.json +++ b/examples/upgrade-node/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "typescript": "^4.0.0", - "@pulumi/pulumi": "3.211.0" + "@pulumi/pulumi": "3.212.0" } }