Skip to content

deps(resourcedocsgen): bump the all-go-dependencies group in /tools/resourcedocsgen with 7 updates#11227

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/tools/resourcedocsgen/all-go-dependencies-e9013b7735
Open

deps(resourcedocsgen): bump the all-go-dependencies group in /tools/resourcedocsgen with 7 updates#11227
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/tools/resourcedocsgen/all-go-dependencies-e9013b7735

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps the all-go-dependencies group in /tools/resourcedocsgen with 7 updates:

Package From To
github.com/pulumi-labs/pulumi-hcl 0.2.0 0.4.0
github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 3.106.1 3.106.2
github.com/pulumi/pulumi-java 1.26.1 1.28.0
github.com/pulumi/pulumi-yaml 1.33.1 1.35.0
github.com/pulumi/pulumi/pkg/v3 3.236.0 3.242.1-0.20260522102204-0b24bb6eb47b
github.com/pulumi/pulumi/sdk/v3 3.236.0 3.242.1-0.20260522102204-0b24bb6eb47b
golang.org/x/text 0.36.0 0.37.0

Updates github.com/pulumi-labs/pulumi-hcl from 0.2.0 to 0.4.0

Release notes

Sourced from github.com/pulumi-labs/pulumi-hcl's releases.

v0.4.0 - 2026-05-21

Improvements

  • [runtime] Add "did you mean" on unknown token errors when appropriate #149

  • [converter] Round-trip heredocs when converting into and out-of PCL #152

Bug Fixes

  • [runtime] Don't corrupt the Pulumi resource name when a resource's HCL type contains dots #140

  • [runtime] Fix token lookup for functions with get & modules #144

  • [runtime] Do not panic on unknown values in yamlencode #143

  • [converter] Fix handling of optional(T) when converting from other languages #150

  • [language-host] Expect local SDK files where pulumi package add puts them #160

v0.3.2 - 2026-05-19

Bug Fixes

  • [runtime] Don't panic when a schema property's type is JSON, AnyResource, or a TokenType (e.g. running pulumi preview on a kubernetes:core/v1:ConfigMap) #136

  • [runtime] Correctly handle const values from the schema #139

v0.3.1 - 2026-05-13

Bug Fixes

  • [runtime] Don't panic on heterogeneous provider output #127

  • [runtime] Handle unions when converting from Pulumi values to HCL values #128

v0.3.0 - 2026-05-12

Improvements

  • [codegen] Add a SkipRequiredProvidersVersion option to GenerateProgram that omits the version attribute from each required_providers entry while keeping source, for use by SDK-doc generators that should not bake the provider version into emitted snippets #120

  • [runtime] Allow calling length on strings #122

Bug Fixes

  • [codegen] Avoid a nil-pointer panic in GenerateProgram when a resource scope traversal references a pcl.Resource whose schema was not populated (e.g. when the binder ran with SkipResourceTypechecking) #119

  • [language-host] Avoid a panic in the HCL parser when a required_providers entry omits the optional version attribute #120

Changelog

Sourced from github.com/pulumi-labs/pulumi-hcl's changelog.

v0.4.0 - 2026-05-21

Improvements

  • [runtime] Add "did you mean" on unknown token errors when appropriate #149

  • [converter] Round-trip heredocs when converting into and out-of PCL #152

Bug Fixes

  • [runtime] Don't corrupt the Pulumi resource name when a resource's HCL type contains dots #140

  • [runtime] Fix token lookup for functions with get & modules #144

  • [runtime] Do not panic on unknown values in yamlencode #143

  • [converter] Fix handling of optional(T) when converting from other languages #150

  • [language-host] Expect local SDK files where pulumi package add puts them #160

v0.3.2 - 2026-05-19

Bug Fixes

  • [runtime] Don't panic when a schema property's type is JSON, AnyResource, or a TokenType (e.g. running pulumi preview on a kubernetes:core/v1:ConfigMap) #136

  • [runtime] Correctly handle const values from the schema #139

v0.3.1 - 2026-05-13

Bug Fixes

  • [runtime] Don't panic on heterogeneous provider output #127

  • [runtime] Handle unions when converting from Pulumi values to HCL values #128

v0.3.0 - 2026-05-12

Improvements

  • [codegen] Add a SkipRequiredProvidersVersion option to GenerateProgram that omits the version attribute from each required_providers entry while keeping source, for use by SDK-doc generators that should not bake the provider version into emitted snippets #120

  • [runtime] Allow calling length on strings #122

Bug Fixes

  • [codegen] Avoid a nil-pointer panic in GenerateProgram when a resource scope traversal references a pcl.Resource whose schema was not populated (e.g. when the binder ran with SkipResourceTypechecking) #119

  • [language-host] Avoid a panic in the HCL parser when a required_providers entry omits the optional version attribute #120

Commits

Updates github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 from 3.106.1 to 3.106.2

Release notes

Sourced from github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3's releases.

v3.106.2 - 2026-05-13

Bug Fixes

  • [sdk] Fix programgen for arrays containing only null literals by generating explicit new object?[] type annotation #948

  • [runtime] Translate PCL length() on strings to StringInfo.LengthInTextElements so it returns Unicode grapheme clusters rather than UTF-16 code units #1000

  • [runtime] Translate PCL singleOrNone() to Enumerable.SingleOrDefault so it returns null on an empty list instead of throwing #1001

  • [runtime] Generate correct .NET property names when the schema version contains a hyphen #1005

Changelog

Sourced from github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3's changelog.

v3.106.2 - 2026-05-13

Bug Fixes

  • [sdk] Fix programgen for arrays containing only null literals by generating explicit new object?[] type annotation #948

  • [runtime] Translate PCL length() on strings to StringInfo.LengthInTextElements so it returns Unicode grapheme clusters rather than UTF-16 code units #1000

  • [runtime] Translate PCL singleOrNone() to Enumerable.SingleOrDefault so it returns null on an empty list instead of throwing #1001

  • [runtime] Generate correct .NET property names when the schema version contains a hyphen #1005

Commits

Updates github.com/pulumi/pulumi-java from 1.26.1 to 1.28.0

Release notes

Sourced from github.com/pulumi/pulumi-java's releases.

v1.28.0 - 2026-05-19

Improvements

  • [codegen] Implement logical-not and negation unary operators correctly #2188

v1.27.0 - 2026-05-13

Bug Fixes

  • [sdk] Fix child resources unable to override protect, retainOnDelete, and deleteBeforeReplace from parent #2156

Improvements

  • [codegen] Implement the PCL fromBase64 and toBase64 builtins in the Java program codegen #2171

  • [codegen] Fix l1-builtin-string by emitting a grapheme-cluster counter for PCL length() on strings, and wrapping split() results as List so they serialize correctly through ctx.export #2170

  • [codegen] Fix l2-map-keys by fully qualifying generated Args types when their simple names collide across imported packages #2178

  • [sdk/java] Implement the PCL rootDirectory builtin and surface the project root directory on Deployment #2176

Changelog

Sourced from github.com/pulumi/pulumi-java's changelog.

v1.28.0 - 2026-05-19

Improvements

  • [codegen] Implement logical-not and negation unary operators correctly #2188

v1.27.0 - 2026-05-13

Bug Fixes

  • [sdk] Fix child resources unable to override protect, retainOnDelete, and deleteBeforeReplace from parent #2156

Improvements

  • [codegen] Implement the PCL fromBase64 and toBase64 builtins in the Java program codegen #2171

  • [codegen] Fix l1-builtin-string by emitting a grapheme-cluster counter for PCL length() on strings, and wrapping split() results as List so they serialize correctly through ctx.export #2170

  • [codegen] Fix l2-map-keys by fully qualifying generated Args types when their simple names collide across imported packages #2178

  • [sdk/java] Implement the PCL rootDirectory builtin and surface the project root directory on Deployment #2176

Commits

Updates github.com/pulumi/pulumi-yaml from 1.33.1 to 1.35.0

Release notes

Sourced from github.com/pulumi/pulumi-yaml's releases.

v1.35.0 - 2026-05-22

Improvements

  • [convert] Support snippet conversion #1099

v1.34.0 - 2026-05-13

Improvements

  • [runtime] Support fn::length on strings, returning the grapheme cluster count to match PCL's length() builtin #1085

  • [runtime] Support fn::unsecret to unwrap a secret value, matching PCL's unsecret() builtin #1086

  • [runtime] Allow customTimeouts create/update/delete values to be expressions (e.g. config references), not just string literals #1087

Bug Fixes

  • [runtime] Allow fn::join to accept the result of fn::split by returning a generic list rather than a string-typed slice #1083
Changelog

Sourced from github.com/pulumi/pulumi-yaml's changelog.

v1.35.0 - 2026-05-22

Improvements

  • [convert] Support snippet conversion #1099

v1.34.0 - 2026-05-13

Improvements

  • [runtime] Support fn::length on strings, returning the grapheme cluster count to match PCL's length() builtin #1085

  • [runtime] Support fn::unsecret to unwrap a secret value, matching PCL's unsecret() builtin #1086

  • [runtime] Allow customTimeouts create/update/delete values to be expressions (e.g. config references), not just string literals #1087

Bug Fixes

  • [runtime] Allow fn::join to accept the result of fn::split by returning a generic list rather than a string-typed slice #1083
Commits

Updates github.com/pulumi/pulumi/pkg/v3 from 3.236.0 to 3.242.1-0.20260522102204-0b24bb6eb47b

Release notes

Sourced from github.com/pulumi/pulumi/pkg/v3's releases.

v3.242.0

3.242.0 (2026-05-19)

Features

  • [cli] Add a pulumi package for npx support

  • [cli] Add the pulumi org member edit command #23235

  • [cli] Add the pulumi org member remove command #23237

  • [cli/cloud] Add pulumi deployment get to retrieve details for a specific deployment #23238

  • [cli/cloud] Add pulumi insights account scan get <account> <scan-id> to show the full workflow run for a single Insights scan #23255

  • [cli/cloud] Add pulumi insights account scan list <account> to discover recent scan IDs to feed into pulumi insights account scan log #23255

  • [cli/deployment] Add dedicated flags for each deployment setting #23236

  • [cli/do] Add the start of pulumi do #23176

  • [cli/neo] Add --print/-p to pulumi neo to run a single prompt non-interactively and print the agent's final response to stdout #23245

Bug Fixes

  • [cli/cloud] Fix pulumi insights account scan log --all to follow the server's pagination cursor through the end of the log, and render --job/--step mode as structured lines instead of an empty raw-string blob #23256

  • [sdk] Close gzip.Writer in archiveTarGZIP to produce valid tar.gz output #23240

  • [sdkgen/python] Fix usage of ArgsDict types in typed dictionaries #23253

v3.241.0

3.241.0 (2026-05-18)

Features

... (truncated)

Changelog

Sourced from github.com/pulumi/pulumi/pkg/v3's changelog.

Changelog

3.243.0 (2026-05-22)

Features

  • [cli] Make the pulumi project new -y command write a minimal project file with no template #22847

  • [cli] Allow coding agents to create claimable temporary accounts when not authenticated

  • [cli] Suggest pulumi neo in pulumi preview and pulumi up diagnostics output #23326

  • [sdk] Add List to the Go plugin.Provider interface, wired to the streaming ResourceProvider.List RPC #23287

  • [sdkgen] Reserve the package names 'pulumi' and 'input' for internal use #23321

  • [cli/cloud] Prefer text/markdown over JSON in pulumi api when an endpoint produces both #22963

  • [cli/do] Add resource support to pulumi do #23215

  • [cli/neo] Pressing Esc in pulumi neo now clears the input box when it has text; with an empty box, Esc still cancels the agent's current turn #23299

  • [cli/new] Alias pulumi new to pulumi project new #23265

Bug Fixes

  • [cli] Require --yes to confirm pulumi deployment cancel, pulumi stack schedule remove, pulumi org webhook remove, and pulumi stack webhook remove when running non-interactively #23264

  • [pcl] Don't silently ignore ... in function arguments #23309

  • [sdkgen/nodejs] Cache package references per-deployment in generated SDKs to fix concurrent inline programs #23068

  • [backend/service] Error out when setting up journaler fails #22671

Miscellaneous

... (truncated)

Commits

Updates github.com/pulumi/pulumi/sdk/v3 from 3.236.0 to 3.242.1-0.20260522102204-0b24bb6eb47b

Release notes

Sourced from github.com/pulumi/pulumi/sdk/v3's releases.

v3.242.0

3.242.0 (2026-05-19)

Features

  • [cli] Add a pulumi package for npx support

  • [cli] Add the pulumi org member edit command #23235

  • [cli] Add the pulumi org member remove command #23237

  • [cli/cloud] Add pulumi deployment get to retrieve details for a specific deployment #23238

  • [cli/cloud] Add pulumi insights account scan get <account> <scan-id> to show the full workflow run for a single Insights scan #23255

  • [cli/cloud] Add pulumi insights account scan list <account> to discover recent scan IDs to feed into pulumi insights account scan log #23255

  • [cli/deployment] Add dedicated flags for each deployment setting #23236

  • [cli/do] Add the start of pulumi do #23176

  • [cli/neo] Add --print/-p to pulumi neo to run a single prompt non-interactively and print the agent's final response to stdout #23245

Bug Fixes

  • [cli/cloud] Fix pulumi insights account scan log --all to follow the server's pagination cursor through the end of the log, and render --job/--step mode as structured lines instead of an empty raw-string blob #23256

  • [sdk] Close gzip.Writer in archiveTarGZIP to produce valid tar.gz output #23240

  • [sdkgen/python] Fix usage of ArgsDict types in typed dictionaries #23253

v3.241.0

3.241.0 (2026-05-18)

Features

... (truncated)

Changelog

Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.

Changelog

3.243.0 (2026-05-22)

Features

  • [cli] Make the pulumi project new -y command write a minimal project file with no template #22847

  • [cli] Allow coding agents to create claimable temporary accounts when not authenticated

  • [cli] Suggest pulumi neo in pulumi preview and pulumi up diagnostics output #23326

  • [sdk] Add List to the Go plugin.Provider interface, wired to the streaming ResourceProvider.List RPC #23287

  • [sdkgen] Reserve the package names 'pulumi' and 'input' for internal use #23321

  • [cli/cloud] Prefer text/markdown over JSON in pulumi api when an endpoint produces both #22963

  • [cli/do] Add resource support to pulumi do #23215

  • [cli/neo] Pressing Esc in pulumi neo now clears the input box when it has text; with an empty box, Esc still cancels the agent's current turn #23299

  • [cli/new] Alias pulumi new to pulumi project new #23265

Bug Fixes

  • [cli] Require --yes to confirm pulumi deployment cancel, pulumi stack schedule remove, pulumi org webhook remove, and pulumi stack webhook remove when running non-interactively #23264

  • [pcl] Don't silently ignore ... in function arguments #23309

  • [sdkgen/nodejs] Cache package references per-deployment in generated SDKs to fix concurrent inline programs #23068

  • [backend/service] Error out when setting up journaler fails #22671

Miscellaneous

... (truncated)

Commits

Updates golang.org/x/text from 0.36.0 to 0.37.0

Commits

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 all-go-dependencies group in /tools/resourcedocsgen with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/pulumi-labs/pulumi-hcl](https://github.com/pulumi-labs/pulumi-hcl) | `0.2.0` | `0.4.0` |
| [github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3](https://github.com/pulumi/pulumi-dotnet) | `3.106.1` | `3.106.2` |
| [github.com/pulumi/pulumi-java](https://github.com/pulumi/pulumi-java) | `1.26.1` | `1.28.0` |
| [github.com/pulumi/pulumi-yaml](https://github.com/pulumi/pulumi-yaml) | `1.33.1` | `1.35.0` |
| [github.com/pulumi/pulumi/pkg/v3](https://github.com/pulumi/pulumi) | `3.236.0` | `3.242.1-0.20260522102204-0b24bb6eb47b` |
| [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) | `3.236.0` | `3.242.1-0.20260522102204-0b24bb6eb47b` |
| [golang.org/x/text](https://github.com/golang/text) | `0.36.0` | `0.37.0` |


Updates `github.com/pulumi-labs/pulumi-hcl` from 0.2.0 to 0.4.0
- [Release notes](https://github.com/pulumi-labs/pulumi-hcl/releases)
- [Changelog](https://github.com/pulumi-labs/pulumi-hcl/blob/master/CHANGELOG.md)
- [Commits](pulumi-labs/pulumi-hcl@v0.2.0...v0.4.0)

Updates `github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3` from 3.106.1 to 3.106.2
- [Release notes](https://github.com/pulumi/pulumi-dotnet/releases)
- [Changelog](https://github.com/pulumi/pulumi-dotnet/blob/main/CHANGELOG.md)
- [Commits](pulumi/pulumi-dotnet@v3.106.1...v3.106.2)

Updates `github.com/pulumi/pulumi-java` from 1.26.1 to 1.28.0
- [Release notes](https://github.com/pulumi/pulumi-java/releases)
- [Changelog](https://github.com/pulumi/pulumi-java/blob/main/CHANGELOG.md)
- [Commits](pulumi/pulumi-java@v1.26.1...v1.28.0)

Updates `github.com/pulumi/pulumi-yaml` from 1.33.1 to 1.35.0
- [Release notes](https://github.com/pulumi/pulumi-yaml/releases)
- [Changelog](https://github.com/pulumi/pulumi-yaml/blob/main/CHANGELOG.md)
- [Commits](pulumi/pulumi-yaml@v1.33.1...v1.35.0)

Updates `github.com/pulumi/pulumi/pkg/v3` from 3.236.0 to 3.242.1-0.20260522102204-0b24bb6eb47b
- [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)

Updates `github.com/pulumi/pulumi/sdk/v3` from 3.236.0 to 3.242.1-0.20260522102204-0b24bb6eb47b
- [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)

Updates `golang.org/x/text` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.36.0...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi-labs/pulumi-hcl
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-dependencies
- dependency-name: github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3
  dependency-version: 3.106.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-dependencies
- dependency-name: github.com/pulumi/pulumi-java
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-dependencies
- dependency-name: github.com/pulumi/pulumi-yaml
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-dependencies
- dependency-name: github.com/pulumi/pulumi/pkg/v3
  dependency-version: 3.242.1-0.20260522102204-0b24bb6eb47b
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-dependencies
- dependency-name: github.com/pulumi/pulumi/sdk/v3
  dependency-version: 3.242.1-0.20260522102204-0b24bb6eb47b
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 2, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants