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.39.4 #689

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @pulumi/pulumi from 3.2.1 to 3.39.4.

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.39.4

3.39.4 (2022-09-14)

Improvements

  • [provider/go]: Added support for token authentication in the go providers which use git. #10628

  • [codegen/go] Chunk the pulumiTypes.go file to reduce max file size. #10666

Bug Fixes

  • Fix invalid resource type on pulumi convert to Go #10670

  • [auto/nodejs] onOutput is now called incrementally as the underyling Pulumi process produces data, instead of being called once at the end of the process execution. This restores behavior that regressed since 3.39.0. #10678

Miscellaneous

  • [ci] Migrate to merge queues for more reliable builds #10644

v3.39.3

Improvements

  • [sdk/python] Improve error message when pulumi-python cannot find a main program. #10617

  • [cli] provide info message to user if a pulumi program contains no resources #10461

Bug Fixes

  • [engine/plugins]: Revert change causing third party provider packages to prevent deployment commands (up, preview, ...) when used with the nodejs runtime. Reverts #10530. #10650

New Contributors

Full Changelog: https://github.com/pulumi/pulumi/compare/v3.39.2...v3.39.3

v3.39.2

Improvements

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.39.4 (2022-09-14)

Improvements

  • [provider/go]: Added support for token authentication in the go providers which use git. #10628

  • [codegen/go] Chunk the pulumiTypes.go file to reduce max file size. #10666

Bug Fixes

  • Fix invalid resource type on pulumi convert to Go #10670

  • [auto/nodejs] onOutput is now called incrementally as the underyling Pulumi process produces data, instead of being called once at the end of the process execution. This restores behavior that regressed since 3.39.0. #10678

Miscellaneous

  • [ci] Migrate to merge queues for more reliable builds #10644

3.39.3 (2022-09-07)

Improvements

  • [sdk/python] Improve error message when pulumi-python cannot find a main program. #10617

  • [cli] provide info message to user if a pulumi program contains no resources #10461

Bug Fixes

  • [engine/plugins]: Revert change causing third party provider packages to prevent deployment commands (up, preview, ...) when used with the nodejs runtime. Reverts #10530. #10650

3.39.2 (2022-09-07)

Improvements

  • [sdk/go] Pulumi Go programs, on failure, now log a single error message. #10347

... (truncated)

Commits
  • 272b987 ci: ensure trunk is always green
  • fc52744 Add tracing to npm install and fix orphan tracing (#10518)
  • 40accab Relax assert about num of onOutput calls (#10683)
  • a13426d [nodejs/auto] Fix incremental behavior of onStdout (#10678)
  • 490be1c fix(automation): runPulumiCommand failed to call onOutput when provided (#10631)
  • 7f25f7e Bump TSC version to 3.8.3 (#10618)
  • 78b82c2 Fix getOrganization for nodejs (#10547)
  • 615ae91 Add getOrganization to nodejs and python (#10504)
  • 26549ab fix(sdk/nodejs): resolves issue with multiple parallel shell processes (#10522)
  • d54aaf1 [sdk/nodejs] Use loopback addresses for providers & automation API (#10498)
  • 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 #689 (28be5f6) into main (1566bf1) will not change coverage. The diff coverage is n/a.

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 2 years ago

Superseded by #690.