From e07e8c1b8cccac360871cc092bcf3b5dcab05657 Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:08:44 +0000 Subject: [PATCH] fix(deps): update @pulumi/pulumi to 3.142.0 (#5928) 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.141.0` -> `3.142.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.141.0/3.142.0) | --- ### Release Notes
pulumi/pulumi (@​pulumi/pulumi) ### [`v3.142.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31420-2024-11-26) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.141.0...v3.142.0) ##### Features - \[cli] Reduce binary size by stripping debug information [#​17868](https://redirect.github.com/pulumi/pulumi/pull/17868) - \[sdk/go] Add OutputWithDependencies [#​17856](https://redirect.github.com/pulumi/pulumi/pull/17856) - \[sdk/java] Bump pulumi-java to 0.18.0 ##### Bug Fixes - \[cli] Fix login --interactive when no accounts are in the credentials file [#​17860](https://redirect.github.com/pulumi/pulumi/pull/17860) - \[cli/new] Fix new to work with local template directories again [#​17866](https://redirect.github.com/pulumi/pulumi/pull/17866) - \[sdkgen/dotnet] Fix parameterized packages to have version.txt [#​17851](https://redirect.github.com/pulumi/pulumi/pull/17851) - \[sdk/python] uv toolchain: preserve env-vars when executing uv command [#​17849](https://redirect.github.com/pulumi/pulumi/pull/17849)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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. --- - [ ] 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: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- pulumi/sol/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pulumi/sol/package-lock.json b/pulumi/sol/package-lock.json index 85c489dc13..9fab05e2dc 100644 --- a/pulumi/sol/package-lock.json +++ b/pulumi/sol/package-lock.json @@ -858,9 +858,9 @@ } }, "node_modules/@pulumi/pulumi": { - "version": "3.141.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.141.0.tgz", - "integrity": "sha512-gJejbOsLMg1KKmzK/yJIzU3gUT7fy42jrsSeR9aRyjteqgtT8vvhV7YKozGrkoumfu2L02SHCnPnAvpf5Rp7UQ==", + "version": "3.142.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.142.0.tgz", + "integrity": "sha512-2RP4EDIDj4A980u/KThEUe5h5b0LcSaOqw9cA8Cxi3SiP+GC91zecJNbko4GOSR8kxsNd8EY327pVxt7fjTKhA==", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.10.1",