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.35.3 #651

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @pulumi/pulumi from 3.2.1 to 3.35.3.

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.35.3

Improvements

  • [plugins] Plugin download urls now support GitHub as a first class url schema. For example "github://api.github.com/pulumiverse". #9984

  • [nodejs] No longer roundtrips requests for the stack URN via the engine. #9680

Bug Fixes

  • [cli] pulumi convert supports provider packages without a version. #9976

  • [cli] Revert changes to how --target works. This means that non-targeted resources do need enough valid inputs to pass Check. #10024

v3.35.2

Improvements

  • [sdk/go] Added PreviewDigest for third party tools to be able to ingest the preview json #9886

  • [cli] Do not require the --yes option if the --skip-preview option is set. #9972

  • [yaml] Updates Pulumi YAML to v0.5.2, containing bug fixes and improvements primarily for pulumi convert from YAML. #9993

Bug Fixes

  • [engine] Filter out non-targeted resources much earlier in the engine cycle. #9960

  • [cli] Fix a panic in pulumi plugin ls --project --json. #9998

  • [engine] Revert support for aliases in the engine. #9999

v3.35.1

Improvements

  • [cli] The engine will now warn when a resource option is applied to a Component resource when that option will have no effect. This extends #9863 which only warns for the ignoreChanges resource options. #9921

  • [auto/*] Add a option to control the --show-secrets flag in the automation API. #9879

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.35.3 (2022-07-01)

Improvements

  • [plugins] Plugin download urls now support GitHub as a first class url schema. For example "github://api.github.com/pulumiverse". #9984

  • [nodejs] No longer roundtrips requests for the stack URN via the engine. #9680

Bug Fixes

  • [cli] pulumi convert supports provider packages without a version. #9976

  • [cli] Revert changes to how --target works. This means that non-targeted resources do need enough valid inputs to pass Check. #10024

3.35.2 (2022-06-29)

Improvements

  • [sdk/go] Added PreviewDigest for third party tools to be able to ingest the preview json #9886

  • [cli] Do not require the --yes option if the --skip-preview option is set. #9972

  • [yaml] Updates Pulumi YAML to v0.5.2, containing bug fixes and improvements primarily for pulumi convert from YAML. #9993

Bug Fixes

  • [engine] Filter out non-targeted resources much earlier in the engine cycle. #9960

  • [cli] Fix a panic in pulumi plugin ls --project --json. #9998

  • [engine] Revert support for aliases in the engine. #9999

3.35.1 (2022-06-23)

Improvements

  • [cli] The engine will now warn when a resource option is applied to a Component resource when that option will have no effect. This extends #9863 which only warns for the ignoreChanges resource options. #9921

... (truncated)

Commits
  • 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)
  • a2d926a [auto] Add flag to show secrets (#9879)
  • b06b860 Remove PROJECT_ROOT Make var (#9953)
  • 0e64874 Avoid realpath Makefile func that seems flaky on Win (#9943)
  • cba1880 Send smart aliases via gRPC to engine (#9731)
  • 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 #651 (1279358) into main (1566bf1) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #651   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines           96        96           
  Branches        16        17    +1     
=========================================
  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...1279358. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #656.