bjerkio / pulumi-appsync-modules

GraphQL Modules, but for AppSync and Pulumi 🌟
Apache License 2.0
22 stars 4 forks source link

build(deps): bump @pulumi/pulumi from 3.2.1 to 3.36.0 #656

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @pulumi/pulumi from 3.2.1 to 3.36.0.

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.36.0

Improvements

  • [cli] Display outputs during the very first preview. #10031

  • [cli] Add Last Status to pulumi stack ls output. #6148

  • [cli] Allow pulumi destroy -s <stack> if not in a Pulumi project dir #9918

  • [protobuf] Pulumi protobuf messages are now namespaced under "pulumi". #10074

  • [cli] Truncate long stack outputs #9905

  • [sdk/go] Add As*Output methods to AnyOutput #10085

  • [yaml] Updates Pulumi YAML to v0.5.3

  • [sdk/go] Accept a short branch name in GitRepo.Branch #10118

Bug Fixes

  • [cli] pulumi convert help text is wrong #9892

  • [go/codegen] fix error assignment when creating a new resource in generated go code #10049

  • [cli] pulumi convert generates incorrect input parameter names for C# #10042

  • [engine] Un-parent child resource when a resource is deleted during a refresh. #10073

  • [cli] pulumi state change-secrets-provider now takes --stack into account #10075

  • [nodejs/sdkgen] Default set pulumi.name in package.json to the pulumi package name. #10088

  • [sdk/python] update protobuf library to v4 which speeds up pulumi CLI dramatically on M1 machines #10063

  • [go] Fix panic when returning pulumi.Bool, .String, .Int, and .Float64 in the argument to

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.36.0 (2022-07-13)

Improvements

  • [cli] Display outputs during the very first preview. #10031

  • [cli] Add Last Status to pulumi stack ls output. #6148

  • [cli] Allow pulumi destroy -s <stack> if not in a Pulumi project dir #9918

  • [protobuf] Pulumi protobuf messages are now namespaced under "pulumi". #10074

  • [cli] Truncate long stack outputs #9905

  • [sdk/go] Add As*Output methods to AnyOutput #10085

  • [yaml] Updates Pulumi YAML to v0.5.3

  • [sdk/go] Accept a short branch name in GitRepo.Branch #10118

Bug Fixes

  • [cli] pulumi convert help text is wrong #9892

  • [go/codegen] fix error assignment when creating a new resource in generated go code #10049

  • [cli] pulumi convert generates incorrect input parameter names for C# #10042

  • [engine] Un-parent child resource when a resource is deleted during a refresh. #10073

  • [cli] pulumi state change-secrets-provider now takes --stack into account #10075

  • [nodejs/sdkgen] Default set pulumi.name in package.json to the pulumi package name. #10088

  • [sdk/python] update protobuf library to v4 which speeds up pulumi CLI dramatically on M1 machines #10063

... (truncated)

Commits
  • 1beb4f8 Compile protobufs with "pulumi" namespace (#10074)
  • 233ecec Update all references to pulumi so that source-map-support isn't deprecated a...
  • b3fc3d6 Revert "Update all references to pulumi so that source-map-support isn't depr...
  • 4c6810f Update all references to pulumi so that source-map-support isn't deprecated a...
  • 07fec39 Fix createUrn when parent is the stack type (#10014)
  • 0d0144b Stop using Get/SetRootResource in nodejs (#9680)
  • 09d6751 Revert "Send smart aliases via gRPC to engine (#9731)" (#9999)
  • 10d4ef4 Include invoke.ts (and its type InvokeOptions) in generated documentation (...
  • 8d2ebaa Reference a later version of source-map-support (#9971)
  • c0d25c3 Fix out-of-date docs for runtime.isDryRun et al (#9959)
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 2 years ago

The following labels could not be found: javascript, dependencies.

update-docs[bot] commented 2 years ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update some of our documentation based on your changes. You can run yarn generate-docs to generate some!

codecov[bot] commented 2 years ago

Codecov Report

Merging #656 (417470d) into main (1566bf1) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #656   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines           96        96           
  Branches        16        21    +5     
=========================================
  Hits            96        96           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4733297...417470d. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #660.