decentraland / builder-server

Builder app backend
20 stars 17 forks source link

chore(deps): bump @grpc/grpc-js and @pulumi/pulumi #605

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps @grpc/grpc-js and @pulumi/pulumi. These dependencies needed to be updated together. Updates @grpc/grpc-js from 0.6.18 to 1.7.1

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js-xds 1.7.0

  • Add resource timer (#2117)
  • Implement ignore_resource_deletion server feature (#2198)
  • Use channel-level default authority override to select VirtualHost when provided (#2207)
  • Enable outlier detection support by default (#2221)

@​grpc/grpc-js 1.7.0

  • Enable outlier detection support by default (#2221)
  • Expose path and callEnd event in ServerSurfaceCall (#2132 contributed by @​ajmath)
  • Make graceful switch happen more quickly in some cases when service config is updated (#2199)

@​grpc/grpc-js 1.6.12

  • Fix typo in the error handling fix released in 1.6.11 (#2216, contributed by @​clww in #2213)

@​grpc/grpc-js@​1.6.11

  • Fix handling of malformed status messages (#2210)

@​grpc/grpc-js 1.6.10

  • Fix a memory leak of Node http2 stream objects when cancelling streaming requests (#2193)

@​grpc/grpc-js 1.6.9

  • Fix bugs in the Outlier Detection implementation (#2173, #2181)
  • Handle errors when sending keepalive pings (#2188)
  • Fix Typescript reference tag generation (#2126)

@​grpc/grpc-js 1.6.7

  • Fix a bug that could cause double DNS requests in the DNS resolver in some rare cases (#2100)
  • Report request failures when a method expecting a unary response receives no messages (#2102)
  • Fix spurious subchannel shutdowns in channels with the grpc.use_local_subchannel_pool option set (#2103)

@​grpc/grpc-js 1.6.6

  • Fail calls immediately when their connection's keepalive ping times out (#2097)
  • Fix a bug that would cause the DNS resolver to keep making DNS requests forever even if it was not needed (#2098)

@​grpc/grpc-js 1.6.5

  • Consistently trigger name resolution when idle (#2095)

@​grpc/grpc-js 1.6.4

  • Ensure that request failures due to name resolution failure are reported consistently (#2092)

@​grpc/grpc-js 1.6.3

  • Disable per-session memory limit by default. (#2084)
  • Track existing ping timeouts even when there are no active requests on a connection (#2087)
  • Add more details to trace logs of keepalive pings (#2085)
  • Fix entity IDs in trace logs when channelz is disabled (#2082)

@​grpc/grpc-js 1.6.2

  • Adjusted the behavior of exponential backoff timers (#2077)

@​grpc/grpc-js 1.6.1

... (truncated)

Commits
  • a87f41f Merge pull request #77 from murgatroid99/v1.7.1_changes
  • 6cb2888 Update to 1.7.1, add Node 9 support, fix generated file permissions
  • 264581f Merge pull request #74 from murgatroid99/v1.7.1_update
  • 28a7a72 Update submodule to v1.7.0 and regenerate packages
  • dc5fcc3 Merge pull request #73 from ThomWright/fix-typings-export-2
  • 3863740 Include index.d.ts in the published npm package
  • edc8331 Merge pull request #67 from murgatroid99/build_scripts
  • 383af9d Add artifact build scripts for native core
  • 56ed642 Merge pull request #58 from murgatroid99/v1.7.x_branch_update
  • 71b9b60 Merge pull request #61 from murgatroid99/move_api_tests
  • Additional commits viewable in compare view


Updates @pulumi/pulumi from 2.8.2 to 2.25.2

Release notes

Sourced from @​pulumi/pulumi's releases.

v2.25.2

Bug Fixes

  • [cli] Fix a bug that prevented copying checkpoint files when using Azure Blob Storage as the backend provider. #6794

v2.25.1

Bug Fixes

  • [automation/python] - Fix serialization bug in StackSettings #6776

v2.25.0

Breaking

  • [automation/dotnet] Rename (Get,Set,Remove)Config(Value) #6731

    The following methods on Workspace and WorkspaceStack classes have been renamed. Please update your code (before -> after):

    • GetConfigValue -> GetConfig
    • SetConfigValue -> SetConfig
    • RemoveConfigValue -> RemoveConfig
    • GetConfig -> GetAllConfig
    • SetConfig -> SetAllConfig
    • RemoveConfig -> RemoveAllConfig

    This change was made to align with the other Pulumi language SDKs.

Improvements

  • [cli] Add option to print absolute rather than relative dates in stack history #6742

    Example:

    pulumi stack history --full-dates
    
  • [cli] Enable absolute and relative parent paths for pulumi main #6734

  • [sdk/dotnet] Thread-safe concurrency-friendly global state #6139

  • [tooling] Update pulumi python docker image to python 3.9 #6706

  • [sdk/nodejs] Add program side caching for dynamic provider serialization behind env var

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

2.25.2 (2021-04-17)

Bug Fixes

  • [cli] Fix a bug that prevented copying checkpoint files when using Azure Blob Storage as the backend provider. #6794

2.25.1 (2021-04-15)

Bug Fixes

  • [automation/python] Fix serialization bug in StackSettings #6776

2.25.0 (2021-04-14)

Breaking

  • [automation/dotnet] Rename (Get,Set,Remove)Config(Value) #6731

    The following methods on Workspace and WorkspaceStack classes have been renamed. Please update your code (before -> after):

    • GetConfigValue -> GetConfig
    • SetConfigValue -> SetConfig
    • RemoveConfigValue -> RemoveConfig
    • GetConfig -> GetAllConfig
    • SetConfig -> SetAllConfig
    • RemoveConfig -> RemoveAllConfig

    This change was made to align with the other Pulumi language SDKs.

Improvements

  • [cli] Add option to print absolute rather than relative dates in stack history #6742

    Example:

    pulumi stack history --full-dates
    
  • [cli] Enable absolute and relative parent paths for pulumi main #6734

  • [sdk/dotnet] Thread-safe concurrency-friendly global state #6139

  • [tooling] Update pulumi python docker image to python 3.9

... (truncated)

Commits
  • d297db3 [sdk/proto] Add providers field to RegisterResourceRequest (#6761)
  • 0c4e1a3 [automation/python - Expose structured logging (#6527)
  • e13b74a do not run the promise checker for inline programs when an error has occured ...
  • fd9f271 Revert "[sdk/nodejs] Add multiple VM contexts support to closure serializatio...
  • 126c784 [nodejs] Fix serialization/deserialization for StackSettings (#6754)
  • ee2f655 [sdk/nodejs] Add multiple VM contexts support to closure serialization (#6648)
  • 3d5ede6 Set main for default projects in Automation API (#6743)
  • f7cc19f [sdk/nodejs] Keep prompt values prompt in construct (#6522)
  • 35b4c18 explicitly create event log file for nodejs automation api (#6730)
  • d93e5ac [automation/dotnet] Expose WorkspaceStack.GetOutputsAsync (#6699)
  • Additional commits viewable in compare view


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/decentraland/builder-server/network/alerts).
coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 3145716472


Totals Coverage Status
Change from base Build 3145688515: 0.0%
Covered Lines: 2657
Relevant Lines: 3712

💛 - Coveralls
dependabot[bot] commented 1 year ago

Looks like these dependencies are no longer a dependency, so this is no longer needed.