Skip to content

Commit

Permalink
Build(deps): Bump @pulumi/pulumi from 3.70.0 to 3.76.0 in /infra (#610)
Browse files Browse the repository at this point in the history
Bumps [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs) from 3.70.0 to 3.76.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pulumi/pulumi/releases"><code>@​pulumi/pulumi</code>'s releases</a>.</em></p>
<blockquote>
<h2>v3.76.0</h2>
<h2>3.76.0 (2023-07-20)</h2>
<h3>Features</h3>
<ul>
<li>
<p>[cli/state] Adds <code>pulumi state edit</code> an experimental developer utility for manually editing state files.
<a href="https://github.com/pulumi/pulumi/pull/13462">#13462</a></p>
</li>
<li>
<p>[programgen] Allow binding unsupported range and collection types in non-strict mode for pulumi convert
<a href="https://github.com/pulumi/pulumi/pull/13459">#13459</a></p>
</li>
<li>
<p>[programgen/nodejs] Improve static typing of config variables in main program
<a href="https://github.com/pulumi/pulumi/pull/13496">#13496</a></p>
</li>
<li>
<p>[sdk/{go,nodejs,python}] Add support for reporting resource source positions
<a href="https://github.com/pulumi/pulumi/pull/13449">#13449</a></p>
</li>
<li>
<p>[sdk/{nodejs,python}] Support explicit providers for packaged components
<a href="https://github.com/pulumi/pulumi/pull/13282">#13282</a></p>
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
<p>[cli/config] Pulumi no longer falls back on old config when config resolution fails (except for <code>pulumi destroy --stack &lt;stack-name&gt;</code> where the config may be unavailable).
<a href="https://github.com/pulumi/pulumi/pull/13511">#13511</a></p>
</li>
<li>
<p>[cli/new] Fix the use of uninitalized backend when running <code>new</code> with --generate-only. When --generate-only is set <code>new</code> will skip all checks that require the backend.
<a href="https://github.com/pulumi/pulumi/pull/13530">#13530</a></p>
</li>
<li>
<p>[engine] Fix alias resoloution when parent alieses where also aliased.
<a href="https://github.com/pulumi/pulumi/pull/13480">#13480</a></p>
</li>
<li>
<p>[engine] Validate URNs passed via ResourceOptions are valid.
<a href="https://github.com/pulumi/pulumi/pull/13531">#13531</a></p>
</li>
<li>
<p>[engine] Add a missing lock that could cause a concurrent map read/write panic.
<a href="https://github.com/pulumi/pulumi/pull/13532">#13532</a></p>
</li>
<li>
<p>[programgen/go] Fix panic in GenerateProject when version is not set in schema
<a href="https://github.com/pulumi/pulumi/pull/13488">#13488</a></p>
</li>
<li>
<p>[sdkgen/{go,nodejs}] Fix ReplaceOnChanges being dropped in Go and NodeJS codegen.
<a href="https://github.com/pulumi/pulumi/pull/13519">#13519</a></p>
</li>
<li>
<p>[programgen/nodejs] Fix interpolated strings used as keys of maps
<a href="https://github.com/pulumi/pulumi/pull/13514">#13514</a></p>
</li>
<li>
<p>[cli/plugin] Automatically install pulumiverse provider plugins during convert.
<a href="https://github.com/pulumi/pulumi/pull/13486">#13486</a></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md"><code>@​pulumi/pulumi</code>'s changelog</a>.</em></p>
<blockquote>
<h2>3.76.0 (2023-07-20)</h2>
<h3>Features</h3>
<ul>
<li>
<p>[cli/state] Adds <code>pulumi state edit</code> an experimental developer utility for manually editing state files.
<a href="https://github.com/pulumi/pulumi/pull/13462">#13462</a></p>
</li>
<li>
<p>[programgen] Allow binding unsupported range and collection types in non-strict mode for pulumi convert
<a href="https://github.com/pulumi/pulumi/pull/13459">#13459</a></p>
</li>
<li>
<p>[programgen/nodejs] Improve static typing of config variables in main program
<a href="https://github.com/pulumi/pulumi/pull/13496">#13496</a></p>
</li>
<li>
<p>[sdk/{go,nodejs,python}] Add support for reporting resource source positions
<a href="https://github.com/pulumi/pulumi/pull/13449">#13449</a></p>
</li>
<li>
<p>[sdk/{nodejs,python}] Support explicit providers for packaged components
<a href="https://github.com/pulumi/pulumi/pull/13282">#13282</a></p>
</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
<p>[cli/config] Pulumi no longer falls back on old config when config resolution fails (except for <code>pulumi destroy --stack &lt;stack-name&gt;</code> where the config may be unavailable).
<a href="https://github.com/pulumi/pulumi/pull/13511">#13511</a></p>
</li>
<li>
<p>[cli/new] Fix the use of uninitalized backend when running <code>new</code> with --generate-only. When --generate-only is set <code>new</code> will skip all checks that require the backend.
<a href="https://github.com/pulumi/pulumi/pull/13530">#13530</a></p>
</li>
<li>
<p>[engine] Fix alias resoloution when parent alieses where also aliased.
<a href="https://github.com/pulumi/pulumi/pull/13480">#13480</a></p>
</li>
<li>
<p>[engine] Validate URNs passed via ResourceOptions are valid.
<a href="https://github.com/pulumi/pulumi/pull/13531">#13531</a></p>
</li>
<li>
<p>[engine] Add a missing lock that could cause a concurrent map read/write panic.
<a href="https://github.com/pulumi/pulumi/pull/13532">#13532</a></p>
</li>
<li>
<p>[programgen/go] Fix panic in GenerateProject when version is not set in schema
<a href="https://github.com/pulumi/pulumi/pull/13488">#13488</a></p>
</li>
<li>
<p>[sdkgen/{go,nodejs}] Fix ReplaceOnChanges being dropped in Go and NodeJS codegen.
<a href="https://github.com/pulumi/pulumi/pull/13519">#13519</a></p>
</li>
<li>
<p>[programgen/nodejs] Fix interpolated strings used as keys of maps
<a href="https://github.com/pulumi/pulumi/pull/13514">#13514</a></p>
</li>
<li>
<p>[cli/plugin] Automatically install pulumiverse provider plugins during convert.
<a href="https://github.com/pulumi/pulumi/pull/13486">#13486</a></p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pulumi/pulumi/commit/f3779f515809a0b8d8c00d1be104d5f32e73551c"><code>f3779f5</code></a> Bump word-wrap from 1.2.3 to 1.2.4 in /sdk/nodejs</li>
<li><a href="https://github.com/pulumi/pulumi/commit/658021f5ff21c8cfc488e07dee10ebdff5e0e82c"><code>658021f</code></a> Add <code>pulumi state edit</code> utility.</li>
<li><a href="https://github.com/pulumi/pulumi/commit/248f78bafeab410db0408a9c5ac7c7be5611b124"><code>248f78b</code></a> [sdk/*] Add support for resource source positions</li>
<li><a href="https://github.com/pulumi/pulumi/commit/bfcb67361bf9d23a80acbf60a10db58d0264684e"><code>bfcb673</code></a> [sdk/nodejs] Support explicit providers for packaged components</li>
<li><a href="https://github.com/pulumi/pulumi/commit/db1d8c7217a8fef7185706622ea7bc704fd775ba"><code>db1d8c7</code></a> [sdk/nodejs] Update langhost test for packaged component providers</li>
<li><a href="https://github.com/pulumi/pulumi/commit/3451a7dd03eee03e976255dd0939dcc477b00c81"><code>3451a7d</code></a> Merge <a href="https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs/issues/13479">#13479</a></li>
<li><a href="https://github.com/pulumi/pulumi/commit/5841f220b1ff7c5b23888d80590f8140dd0179bf"><code>5841f22</code></a> Consistently use the same non-strict bind options when applicable</li>
<li><a href="https://github.com/pulumi/pulumi/commit/772a057ee11e2f81bdd821c8f43ffea3d21e6172"><code>772a057</code></a> Merge <a href="https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs/issues/13463">#13463</a></li>
<li><a href="https://github.com/pulumi/pulumi/commit/b967fd526cdac3f231cfebe75386cc6ce79002e2"><code>b967fd5</code></a> chore: post-release go.mod updates</li>
<li><a href="https://github.com/pulumi/pulumi/commit/202fbd946f9981692fb8d5ad706a4ef896aba9b3"><code>202fbd9</code></a> Fix links outputs docs</li>
<li>Additional commits viewable in <a href="https://github.com/pulumi/pulumi/commits/v3.76.0/sdk/nodejs">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@pulumi/pulumi&package-manager=npm_and_yarn&previous-version=3.70.0&new-version=3.76.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent c15aba2 commit eeefe53
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 82 deletions.
Loading

0 comments on commit eeefe53

Please sign in to comment.