[Snyk] Upgrade grpc-web from 1.1.0 to 1.4.2 #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade grpc-web from 1.1.0 to 1.4.2.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: grpc-web
-
1.4.2 - 2022-10-28
- #1289 Expose getName() in MethodDescriptor and fix TS definitions.
- #1230 GrpcWebClientReadableStream: keep falsy data @ pro-wh
-
1.4.1 - 2022-09-28
- #1286 Fix duplicate dot in enum name (when "package" is specified)
-
1.4.0 - 2022-09-23
- #1249 Use Zig to build aarch64 binaries @ hronro
- #1203 Github Actions (workflows) for building
- #1279 Fixes the status codes ordering in typescript definitions @ chandraaditya
- #1278 Fix Enum with module in generated TS interface.
- #1254 Remove Trailing Slashes from Hostname @ jkjk822
- #1252 Fix Zig setup step in CI @ hronro
- #1231 Add version flag and version info in generated code @ meling
- #1225 Improve error message & Internal code sync
- #1222 Update envoy version to 1.22 (with config updates) @ tomk9
- #1211 Upgrade protobuf and grpc deps @ aapeliv
- #1199 Revert "Expose MethodDescriptor's public methods"
-
1.3.1 - 2022-01-29
- #1184 Correctly support proto3 optional fields in commonjs+dts .d.ts output @ mattnathan
- #1173 Update envoy version to 1.20
- #1172 Fix issue where no RPC is issued when
- #1167 Fix missing TypeScript return type for
- #1166 Add missing exports from
- #1164 Add missing class exports @ tinrab
- #1160 Expose MethodDescriptor's public methods @ tomferreira
-
1.3.1-rc - 2021-11-19
-
1.3.0 - 2021-10-14
- #1139 Improve error type with
- (experimental) Typescript users need to update type references from
- #1140 Improve
- #1138 Remove Bazel in Javascript toolchain
- #1137 Revamp Closure JsUnit tests runtime and optimize test/build flows.
- #1115 Bump Bazel version -> 4.1.0 and Protobuf version -> 3.17.3
- #1107 Allow for custom install prefix @ 06kellyjac
- #1063 Also set timeout on HTTP request if deadline for grpc call is set @ Yannic
- #1004 Bump closure library version to v20201102
- #1002 Bump Envoy version to 1.16.1
- #998 Fix GrpcWebClientBaseOptions types in index.d.ts @ acalvo
- #971 Add grpc.web.ClientOptions to better document options and add type res... @ Jennnnny
- #969 Fix non-determinism in code generator
- #941 Fix Protobuf .d.ts typings for .proto files without package @ Yannic
-
1.2.1 - 2020-08-18
- #910 Add test to show how to access metadata in interceptor
- #903 Add error handling to a few error conditions
- #886 Add missing types definitions
- #885 Bump Envoy to 1.15.0
- #884 Update protoc plugin to support Proto3 optional
- #882 Add @ interface MethodDescroptorInterface @ Jennnnny
- #880 Update Bazel to 3.3.1 @ Yannic
- #874 Add removeListener and missing metadata event types @ danielthank
- #872 [bazel] Introduce grpc_web_toolchain @ Yannic
- #871 [generator] Refactor dependency management @ Yannic
- #869 Add scripts to run interop-tests on grpc-web Java connector
-
1.2.0 - 2020-06-22
- #847 Allow multiple .on() callbacks and fix issue with non-OK status
- #859 Fix envoy.yaml deprecated fields @ dmaixner
- #858 Refactor error handling in grpcwebclientbase
- #857 Migrate to ES6 classes
- #852 Update to use @ grpc/grpc-js node package, and update helloworld exampl...
- #851 Add a ThenableCall base class for the promise-based unaryCall function @ Jennnnny
- #844 Fix code generator bug and add tests
- #833 Add proper author attribution to release notes / changelog
- #827 Splitting callback based client and Promise based client into multiple... @ Jennnnny
- #822 use explicit envoy release tag @ xsbchen
- #821 Experimental Feature: Add ES6 import style @ Yannic
- #738 Avoid double slash in url when client hostname has tailing slash @ hanabi1224
-
1.1.0 - 2020-05-28
from grpc-web GitHub release notesThis is the 1.4.2 release of gRPC-Web.
Please see the notes for the previous releases here. Please consult grpc.io for all information regarding this product.
This release contains improvements and bug fixes listed below.
This is the 1.4.1 release of gRPC-Web.
Please see the notes for the previous releases here. Please consult grpc.io for all information regarding this product.
This release contains the following bug fix:
This is the 1.4.0 release of gRPC-Web.
Please see the notes for the previous releases here. Please consult grpc.io for all information regarding this product.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Major Features
The
protoc-gen-grpc-webprotoc plugin is now built through Github Actions! With ARM / Apple Silicon (M1/M2) support powered by Zig too (thanks to @ hronro!) 😃protoc-gen-grpc-webpluginsOther Changes
This is the 1.3.1 release of gRPC-Web.
Please see the notes for the previous releases here: https://github.com/grpc/grpc-web/releases. Please consult https://grpc.io/ for all information regarding this product.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
deadlineis specified.serverStreamingcalls. @ lukasmoellerchRpcErrorand add test.This is the 1.3.0 release of gRPC-Web.
Please see the notes for the previous releases here: https://github.com/grpc/grpc-web/releases. Please consult https://grpc.io/ for all information regarding this product.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Major Features
RpcError& internal code sync (contributor: @ TomiBelan)Error->RpcErrorOther Changes
RpcError.codetyping & internal code sync (contributor: @ richieforeman)This is the 1.2.1 release of gRPC-Web.
Please see the notes for the previous releases here: https://github.com/grpc/grpc-web/releases. Please consult https://grpc.io/ for all information regarding this product.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
This is the 1.2.0 release of gRPC-Web.
Please see the notes for the previous releases here: https://github.com/grpc/grpc-web/releases. Please consult https://grpc.io/ for all information regarding this product.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Major Features
Other Changes
Read more
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs