Update dependency @pulumi/pulumi to v3.74.0 #27
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.73.0->3.74.0Release Notes
pulumi/pulumi (@pulumi/pulumi)
v3.74.0Compare Source
Features
[cli] Improve the CLI stack validation error message
#13285
[engine] Old inputs are sent to provider Diff and Update functions, as well as the old outputs.
#13139
[sdk/nodejs] Support loading package.json from parent directory. If
package.jsonis not found in the Pulumi main directory, Pulumi recursively searches up the directory tree until it is found. Ifpackage.jsonprovides amainfield, per the NPM spec, that field is relative to the directory containing package.json.#13273
[programgen/{nodejs,python}] Prefer output-versioned invokes in generated programs for nodejs and python
#13251
[cli/state] The upgrade command now prompts the user to supply project names for stacks for which the project name could not be automatically guessed.
#13078
[cli/state] Add interactive URN selection to
pulumi state {rename,unprotect,delete}.#13302
Bug Fixes
[auto/nodejs] Adds a better error message for invalid NodeJS AutoAPI workDir.
#13275
[cli] Stack output on the console no longer escapes HTML characters inside JSON strings. This matches the behavior of the
--jsonflag.#13257
[engine] Engine marks outputs secret if an output of the same name is marked secret.
#13260
[sdkgen] Fix loading schemas from providers on PATH.
#13305
[cli/display] Print the summary event for previews that contain non-error level diagnostic messages.
#13264
[cli/display] Fix diffs sometimes not showing even in details view.
#13311
[cli/package] Fixes resolving plugins when they are not yet installed in plugin cache
#13283
[cli/state] Disallow renaming resources to invalid names that will corrupt the state.
#13254
[programgen/go] Fix aliasing package names using dashes when schema doesn't include go package info override
#13212
[programgen/go] Use raw string literals for long, multi-line strings.
#13249
[sdk/{go,nodejs,python}] Missing config error text includes "--secret" if requireSecret was used.
#13241
[sdkgen/nodejs] Fix isInstance methods for generated provider types.
#13265
Miscellaneous
[pkg/testing] ProgramTest dropped the CoverProfile option as it's no longer necessary.
#13298
[sdk/nodejs] Update @grpc/grpc-js to 1.8.16.
#13237
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.
This PR has been generated by Mend Renovate. View repository job log here.