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.37.1 #662

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @pulumi/pulumi from 3.2.1 to 3.37.1.

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.37.1

Improvements

  • [cli] Groups pulumi help commands by category #10170
  • [sdk/nodejs] Removed stack trace output for Typescript compilation errors #10259

Bug Fixes

  • [cli] Fix installation failures on Windows due to release artifacts shipped omitting a folder, pulumi/*.exe instead of pulumi/bin/*.exe. #10264

v3.37.0

Breaking

  • [engine] Engine now always encrypts secret return values in Invoke. May break Language SDKs<3.0.0 #10239

Improvements

  • [auto/go] Adds the ability to capture incremental stderr via the new option ErrorProgressStreams. #10179

  • [cli/plugins] Warn that using GITHUB_REPOSITORY_OWNER is deprecated. #10142

  • [dotnet/codegen] code generation for csharp Pulumi programs now targets .NET 6 #10143

  • [cli] Allow pulumi plugin install <type> <pkg> -f <path> to target a binary file or a folder. #10094

  • [cli/config] Allow pulumi config cp --path between objects. #10147

  • [codegen/schema] Support stack reference as a resource #10174

  • [backends] When logging in to a file backend, validate that the bucket is accessible. #10012

  • [cli] Add flag to specify whether to install dependencies on pulumi convert. #10198

  • [cli] Expose gen-completion command when running pulumi --help.

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.37.1 (20220-7-27)

Improvements

  • [cli] Groups pulumi help commands by category #10170

  • [sdk/nodejs] Removed stack trace output for Typescript compilation errors #10259

Bug Fixes

  • [cli] Fix installation failures on Windows due to release artifacts shipped omitting a folder, pulumi/*.exe instead of pulumi/bin/*.exe. #10264

3.37.0 (2022-07-27)

Breaking

  • [engine] Engine now always encrypts secret return values in Invoke. May break Language SDKs<3.0.0 #10239

Improvements

  • [auto/go] Adds the ability to capture incremental stderr via the new option ErrorProgressStreams. #10179

  • [cli/plugins] Warn that using GITHUB_REPOSITORY_OWNER is deprecated. #10142

  • [dotnet/codegen] code generation for csharp Pulumi programs now targets .NET 6 #10143

  • [cli] Allow pulumi plugin install <type> <pkg> -f <path> to target a binary file or a folder. #10094

  • [cli/config] Allow pulumi config cp --path between objects. #10147

  • [codegen/schema] Support stack reference as a resource #10174

  • [backends] When logging in to a file backend, validate that the bucket is accessible. #10012

  • [cli] Add flag to specify whether to install dependencies on pulumi convert.

... (truncated)

Commits
  • 0c196d3 [sdk/nodejs] removed ts compilation stack trace (#10259)
  • 7676020 Add proto interfaces to move about logic to plugins (#10228)
  • 9dfbee3 Remove sequence numbers (#10203)
  • 19d84ef test: use T.Setenv to set env vars in tests (#10234)
  • 301d918 Make sure import pulumi/pulumi does not necessarily import typescript (#10214)
  • f6fc099 Avoid importing typescript unless necessary (#10185)
  • a922d51 Add random seed to Check (#10141)
  • 161ae7d Add tracing around os.Exec in node provider (#10173)
  • 1beb4f8 Compile protobufs with "pulumi" namespace (#10074)
  • 233ecec Update all references to pulumi so that source-map-support isn't deprecated a...
  • 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 #662 (2e9e4db) into main (1566bf1) will not change coverage. The diff coverage is n/a.

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

Help us with your feedback. Take ten seconds to tell us how you rate us.

dependabot[bot] commented 2 years ago

Superseded by #664.