Skip to content

Commit ec91a36

Browse files
committed
Commit SDK for Renovate
1 parent d963ca6 commit ec91a36

File tree

13 files changed

+112
-98
lines changed

13 files changed

+112
-98
lines changed

sdk/go/pulumi-provider-boilerplate/go.mod

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/blang/semver v3.5.1+incompatible
9-
github.com/pulumi/pulumi/sdk/v3 v3.175.0
9+
github.com/pulumi/pulumi/sdk/v3 v3.201.0
1010
)
1111

1212
require (
@@ -23,7 +23,7 @@ require (
2323
github.com/charmbracelet/bubbletea v0.25.0 // indirect
2424
github.com/charmbracelet/lipgloss v0.7.1 // indirect
2525
github.com/cheggaaa/pb v1.0.29 // indirect
26-
github.com/cloudflare/circl v1.3.7 // indirect
26+
github.com/cloudflare/circl v1.6.1 // indirect
2727
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
2828
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
2929
github.com/djherbis/times v1.5.0 // indirect
@@ -35,6 +35,7 @@ require (
3535
github.com/gogo/protobuf v1.3.2 // indirect
3636
github.com/golang/glog v1.2.4 // indirect
3737
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
38+
github.com/google/go-cmp v0.7.0 // indirect
3839
github.com/google/uuid v1.6.0 // indirect
3940
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
4041
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -56,14 +57,14 @@ require (
5657
github.com/opentracing/basictracer-go v1.1.0 // indirect
5758
github.com/opentracing/opentracing-go v1.2.0 // indirect
5859
github.com/pgavlin/fx v0.1.6 // indirect
60+
github.com/pgavlin/fx/v2 v2.0.10 // indirect
5961
github.com/pjbgf/sha1cd v0.3.0 // indirect
6062
github.com/pkg/errors v0.9.1 // indirect
6163
github.com/pkg/term v1.1.0 // indirect
6264
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
63-
github.com/pulumi/esc v0.14.2 // indirect
65+
github.com/pulumi/esc v0.17.0 // indirect
6466
github.com/rivo/uniseg v0.4.4 // indirect
65-
github.com/rogpeppe/go-internal v1.12.0 // indirect
66-
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
67+
github.com/rogpeppe/go-internal v1.13.1 // indirect
6768
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
6869
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
6970
github.com/skeema/knownhosts v1.3.0 // indirect
@@ -76,18 +77,20 @@ require (
7677
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
7778
github.com/xanzy/ssh-agent v0.3.3 // indirect
7879
github.com/zclconf/go-cty v1.14.0 // indirect
80+
go.opentelemetry.io/otel v1.36.0 // indirect
81+
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
7982
go.uber.org/atomic v1.11.0 // indirect
80-
golang.org/x/crypto v0.37.0 // indirect
83+
golang.org/x/crypto v0.39.0 // indirect
8184
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
82-
golang.org/x/mod v0.19.0 // indirect
83-
golang.org/x/net v0.39.0 // indirect
84-
golang.org/x/sync v0.13.0 // indirect
85-
golang.org/x/sys v0.32.0 // indirect
86-
golang.org/x/term v0.31.0 // indirect
87-
golang.org/x/text v0.24.0 // indirect
88-
golang.org/x/tools v0.23.0 // indirect
89-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
90-
google.golang.org/grpc v1.67.1 // indirect
85+
golang.org/x/mod v0.25.0 // indirect
86+
golang.org/x/net v0.41.0 // indirect
87+
golang.org/x/sync v0.15.0 // indirect
88+
golang.org/x/sys v0.33.0 // indirect
89+
golang.org/x/term v0.32.0 // indirect
90+
golang.org/x/text v0.26.0 // indirect
91+
golang.org/x/tools v0.34.0 // indirect
92+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
93+
google.golang.org/grpc v1.72.1 // indirect
9194
google.golang.org/protobuf v1.36.6 // indirect
9295
gopkg.in/warnings.v0 v0.1.2 // indirect
9396
gopkg.in/yaml.v3 v3.0.1 // indirect

sdk/go/pulumi-provider-boilerplate/go.sum

Lines changed: 50 additions & 34 deletions
Large diffs are not rendered by default.

sdk/nodejs/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class Provider extends pulumi.ProviderResource {
3131
let resourceInputs: pulumi.Inputs = {};
3232
opts = opts || {};
3333
{
34-
resourceInputs["itsasecret"] = pulumi.output(args ? args.itsasecret : undefined).apply(JSON.stringify);
34+
resourceInputs["itsasecret"] = pulumi.output(args?.itsasecret).apply(JSON.stringify);
3535
}
3636
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
3737
super(Provider.__pulumiType, name, resourceInputs, opts);

sdk/nodejs/random.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export class Random extends pulumi.CustomResource {
3131
return obj['__pulumiType'] === Random.__pulumiType;
3232
}
3333

34-
public readonly length!: pulumi.Output<number>;
35-
public /*out*/ readonly result!: pulumi.Output<string>;
34+
declare public readonly length: pulumi.Output<number>;
35+
declare public /*out*/ readonly result: pulumi.Output<string>;
3636

3737
/**
3838
* Create a Random resource with the given unique name, arguments, and options.
@@ -45,10 +45,10 @@ export class Random extends pulumi.CustomResource {
4545
let resourceInputs: pulumi.Inputs = {};
4646
opts = opts || {};
4747
if (!opts.id) {
48-
if ((!args || args.length === undefined) && !opts.urn) {
48+
if (args?.length === undefined && !opts.urn) {
4949
throw new Error("Missing required property 'length'");
5050
}
51-
resourceInputs["length"] = args ? args.length : undefined;
51+
resourceInputs["length"] = args?.length;
5252
resourceInputs["result"] = undefined /*out*/;
5353
} else {
5454
resourceInputs["length"] = undefined /*out*/;

sdk/nodejs/randomComponent.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export class RandomComponent extends pulumi.ComponentResource {
1919
return obj['__pulumiType'] === RandomComponent.__pulumiType;
2020
}
2121

22-
public readonly length!: pulumi.Output<number>;
23-
public /*out*/ readonly password!: pulumi.Output<string>;
22+
declare public readonly length: pulumi.Output<number>;
23+
declare public /*out*/ readonly password: pulumi.Output<string>;
2424

2525
/**
2626
* Create a RandomComponent resource with the given unique name, arguments, and options.
@@ -33,10 +33,10 @@ export class RandomComponent extends pulumi.ComponentResource {
3333
let resourceInputs: pulumi.Inputs = {};
3434
opts = opts || {};
3535
if (!opts.id) {
36-
if ((!args || args.length === undefined) && !opts.urn) {
36+
if (args?.length === undefined && !opts.urn) {
3737
throw new Error("Missing required property 'length'");
3838
}
39-
resourceInputs["length"] = args ? args.length : undefined;
39+
resourceInputs["length"] = args?.length;
4040
resourceInputs["password"] = undefined /*out*/;
4141
} else {
4242
resourceInputs["length"] = undefined /*out*/;

sdk/nodejs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"outDir": "bin",
4-
"target": "es2016",
4+
"target": "ES2020",
55
"module": "commonjs",
66
"moduleResolution": "node",
77
"declaration": true,

sdk/python/pulumi_provider_boilerplate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *** WARNING: this file was generated by pulumi-language-python. ***
33
# *** Do not edit by hand unless you're certain you know what you are doing! ***
44

5-
import builtins
5+
import builtins as _builtins
66
from . import _utilities
77
import typing
88
# Export this package's modules as members:

sdk/python/pulumi_provider_boilerplate/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *** WARNING: this file was generated by pulumi-language-python. ***
33
# *** Do not edit by hand unless you're certain you know what you are doing! ***
44

5-
import builtins
5+
import builtins as _builtins
66
import sys
77
from .vars import _ExportableConfig
88

sdk/python/pulumi_provider_boilerplate/config/__init__.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# *** WARNING: this file was generated by pulumi-language-python. ***
33
# *** Do not edit by hand unless you're certain you know what you are doing! ***
44

5-
import builtins
6-
import copy
5+
import builtins as _builtins
76
import warnings
87
import sys
98
import pulumi

sdk/python/pulumi_provider_boilerplate/config/vars.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# *** WARNING: this file was generated by pulumi-language-python. ***
33
# *** Do not edit by hand unless you're certain you know what you are doing! ***
44

5-
import builtins
6-
import copy
5+
import builtins as _builtins
76
import warnings
87
import sys
98
import pulumi
@@ -21,7 +20,7 @@
2120

2221

2322
class _ExportableConfig(types.ModuleType):
24-
@property
23+
@_builtins.property
2524
def itsasecret(self) -> Optional[bool]:
2625
return __config__.get_bool('itsasecret')
2726

0 commit comments

Comments
 (0)