Skip to content

Bump @pulumi/pulumi from 3.260.0 to 3.261.0 in /pulumi in the pulumi group across 1 directory - #525

Merged
Tsingis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/pulumi/pulumi-f1f11d81b3
Sep 6, 2026
Merged

Bump @pulumi/pulumi from 3.260.0 to 3.261.0 in /pulumi in the pulumi group across 1 directory#525
Tsingis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/pulumi/pulumi-f1f11d81b3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the pulumi group with 1 update in the /pulumi directory: @pulumi/pulumi.

Updates @pulumi/pulumi from 3.260.0 to 3.261.0

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.261.0

3.261.0 (2026-09-02)

Features

  • [engine] Support state migration callbacks on resource registrations #24328
  • [cli/env] Add pulumi env setup {aws,azure,gcp} to configure cloud OIDC trust and create the ESC environments that use it #23911

Bug Fixes

  • [engine] Report a clear error instead of panicking when the stack's state contains a custom resource with no ID #24438
  • [cli] Show the agent account's claim URL instead of an inaccessible View Live link when running on ephemeral agent credentials #24476
  • [pcl] Fix a crash when binding a schema property with an integer constant value #24480
  • [cli/policy] Avoid hanging when policy pack fails to start up #24492
  • [pkg/testing] Fix ProgramTest for providers whose Go module or NuGet package has a double-digit major version #24499
  • [sdk] Fix serialization of secret unknowns in NodeJS, Python and PCL #24500
  • [engine] Ignore internal property keys (those starting with an underscore) when generating and checking update plans #24532

Improvements

  • [sdkgen] Generate precise Python output types for discriminated unions. An array of a union was typed Sequence[Any] and a scalar union Any, while the matching getters on the generated Args classes were already typed #24485
  • [sdk/python] Resolve a union value to its member by matching the value's wire shape, so unions whose members carry no constant properties serialize and translate with the right member's property names #24484
  • [sdkgen/python] Accept a generated output type wherever the classes-and-dicts input types accept its Args class or TypedDict, so a resource's output can be passed to another resource's input without a type error #24507
  • [engine] Send previously persisted outputs to a provider's Check on update, gated by a new sends_old_outputs_to_check handshake capability #24524
  • [sdk/python] Add helper methods to transform ResourceOptions to InvokeOptions #24533

Miscellaneous

  • [java] Upgrade java to v1.36.3 #24509
  • [yaml] Upgrade yaml to v1.38.5 #24509
  • [sdk/dotnet] Upgrade dotnet to v3.113.1 #24512
Changelog

Sourced from @​pulumi/pulumi's changelog.

3.261.0 (2026-09-02)

Features

  • [engine] Support state migration callbacks on resource registrations #24328
  • [cli/env] Add pulumi env setup {aws,azure,gcp} to configure cloud OIDC trust and create the ESC environments that use it #23911

Bug Fixes

  • [engine] Report a clear error instead of panicking when the stack's state contains a custom resource with no ID #24438
  • [cli] Show the agent account's claim URL instead of an inaccessible View Live link when running on ephemeral agent credentials #24476
  • [pcl] Fix a crash when binding a schema property with an integer constant value #24480
  • [cli/policy] Avoid hanging when policy pack fails to start up #24492
  • [pkg/testing] Fix ProgramTest for providers whose Go module or NuGet package has a double-digit major version #24499
  • [sdk] Fix serialization of secret unknowns in NodeJS, Python and PCL #24500
  • [engine] Ignore internal property keys (those starting with an underscore) when generating and checking update plans #24532

Improvements

  • [sdkgen] Generate precise Python output types for discriminated unions. An array of a union was typed Sequence[Any] and a scalar union Any, while the matching getters on the generated Args classes were already typed #24485
  • [sdk/python] Resolve a union value to its member by matching the value's wire shape, so unions whose members carry no constant properties serialize and translate with the right member's property names #24484
  • [sdkgen/python] Accept a generated output type wherever the classes-and-dicts input types accept its Args class or TypedDict, so a resource's output can be passed to another resource's input without a type error #24507
  • [engine] Send previously persisted outputs to a provider's Check on update, gated by a new sends_old_outputs_to_check handshake capability #24524
  • [sdk/python] Add helper methods to transform ResourceOptions to InvokeOptions #24533

Miscellaneous

  • [java] Upgrade java to v1.36.3 #24509
  • [yaml] Upgrade yaml to v1.38.5 #24509
  • [sdk/dotnet] Upgrade dotnet to v3.113.1 #24512
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pulumi group with 1 update in the /pulumi directory: [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs).


Updates `@pulumi/pulumi` from 3.260.0 to 3.261.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pulumi/pulumi/commits/v3.261.0/sdk/nodejs)

---
updated-dependencies:
- dependency-name: "@pulumi/pulumi"
  dependency-version: 3.261.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pulumi
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 6, 2026
@sonarqubecloud

sonarqubecloud Bot commented Sep 6, 2026

Copy link
Copy Markdown

@Tsingis
Tsingis merged commit cebf038 into main Sep 6, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/pulumi/pulumi-f1f11d81b3 branch September 6, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant