Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Bump ts-proto from 1.106.2 to 1.111.0#81

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ts-proto-1.111.0
Open

Bump ts-proto from 1.106.2 to 1.111.0#81
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ts-proto-1.111.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2022

Copy link
Copy Markdown
Contributor

Bumps ts-proto from 1.106.2 to 1.111.0.

Release notes

Sourced from ts-proto's releases.

v1.111.0

1.111.0 (2022-05-01)

Features

  • include service and definition types with implementations (#552) (6b896f4)

v1.110.4

1.110.4 (2022-04-08)

Bug Fixes

  • Use Uint8Array.forEach in base64FromBytes (#544) (c7641ce)

v1.110.3

1.110.3 (2022-04-08)

Bug Fixes

  • regression in being able to return a Date as a GRPC return value (#534) (22b76ec)

v1.110.2

1.110.2 (2022-03-27)

Bug Fixes

  • Grpc-Web: Fix compilation failure when a service definition contains a client streaming call. (#535) (0c83892)

v1.110.1

1.110.1 (2022-03-25)

Bug Fixes

  • Use a module star import for protobuf types. (#540) (f5b7700)

v1.110.0

1.110.0 (2022-03-15)

Features

  • Add generic metadata parameter to the generic service definition interface. (#530) (0f5525a)

v1.109.1

1.109.1 (2022-03-13)

... (truncated)

Changelog

Sourced from ts-proto's changelog.

1.111.0 (2022-05-01)

Features

  • include service and definition types with implementations (#552) (6b896f4)

next (????-??-??)

Features

  • When outputing service and service definition implementations, include types. Eg, before:

    export const TestDefinition = {
      name: 'Test',
      fullName: 'simple.Test',
      methods: {},
    } as const;

    Now:

    export type TestDefinition = typeof TestDefinition;
    export const TestDefinition = {
      name: 'Test',
      fullName: 'simple.Test',
      methods: {},
    } as const;

1.110.4 (2022-04-08)

Bug Fixes

  • Use Uint8Array.forEach in base64FromBytes (#544) (c7641ce)

1.110.3 (2022-04-08)

Bug Fixes

  • regression in being able to return a Date as a GRPC return value (#534) (22b76ec)

... (truncated)

Commits
  • 3909d4b chore(release): 1.111.0 [skip ci]
  • 6b896f4 feat: include service and definition types with implementations (#552)
  • ad5f800 Correct primitives to messages (#556)
  • 6ae5c12 chore: OS x requires coreutils to be installed (#551)
  • b90821d chore(release): 1.110.4 [skip ci]
  • c7641ce fix: Use Uint8Array.forEach in base64FromBytes (#544)
  • 8a7f11b chore(release): 1.110.3 [skip ci]
  • 22b76ec fix: regression in being able to return a Date as a GRPC return value (#534)
  • 8d6f686 My local output from running yarn build:test (#546)
  • 080b241 chore(release): 1.110.2 [skip ci]
  • 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)

Bumps [ts-proto](https://github.com/stephenh/ts-proto) from 1.106.2 to 1.111.0.
- [Release notes](https://github.com/stephenh/ts-proto/releases)
- [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md)
- [Commits](stephenh/ts-proto@v1.106.2...v1.111.0)

---
updated-dependencies:
- dependency-name: ts-proto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants