Skip to content

Commit

Permalink
Update dependencies (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Sep 5, 2023
1 parent 2c42616 commit 32a335f
Show file tree
Hide file tree
Showing 39 changed files with 9,493 additions and 3,850 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ The current implementations being tested are:
|-----------------------------------------|:------------------:|:------------------:|:------------------:|:-------------------------------------:|:----------------------------------------:|
| [Protobuf-ES](impl/protobuf-es) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | <sub><img src="https://progress-bar.dev/100?width=100&suffix=%25+passing" height="25" width="125" /></sub><br><sup>(0&nbsp;failures)<sub> | <sub><img src="https://progress-bar.dev/99?width=100&suffix=.8%25+passing" height="25" width="125" /></sub><br><sup>(1&nbsp;failures)<sub> |
| [protobuf-ts](impl/protobuf-ts) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | <sub><img src="https://progress-bar.dev/100?width=100&suffix=%25+passing" height="25" width="125" /></sub><br><sup>(0&nbsp;failures)<sub> | <sub><img src="https://progress-bar.dev/99?width=100&suffix=.8%25+passing" height="25" width="125" /></sub><br><sup>(1&nbsp;failures)<sub> |
| [protoscript](impl/protoscript) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | <sub><img src="https://progress-bar.dev/36?width=100&suffix=.9%25+passing" height="25" width="125" /></sub><br><sup>(934&nbsp;failures)<sub> | <sub><img src="https://progress-bar.dev/11?width=100&suffix=.1%25+passing" height="25" width="125" /></sub><br><sup>(487&nbsp;failures)<sub> |
| [protoscript](impl/protoscript) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | <sub><img src="https://progress-bar.dev/39?width=100&suffix=.9%25+passing" height="25" width="125" /></sub><br><sup>(890&nbsp;failures)<sub> | <sub><img src="https://progress-bar.dev/10?width=100&suffix=.8%25+passing" height="25" width="125" /></sub><br><sup>(489&nbsp;failures)<sub> |
| [google-protobuf](impl/google-protobuf) | :heavy_check_mark: | :x: | :heavy_check_mark: | <sub><img src="https://progress-bar.dev/73?width=100&suffix=.9%25+passing" height="25" width="125" /></sub><br><sup>(387&nbsp;failures)<sub> | <sub><img src="https://progress-bar.dev/60?width=100&suffix=.6%25+passing" height="25" width="125" /></sub><br><sup>(216&nbsp;failures)<sub> |
| [protobuf.js](impl/protobuf.js) | :heavy_check_mark: | :heavy_check_mark: | :x: | <sub><img src="https://progress-bar.dev/74?width=100&suffix=.7%25+passing" height="25" width="125" /></sub><br><sup>(375&nbsp;failures)<sub> | <sub><img src="https://progress-bar.dev/73?width=100&suffix=.7%25+passing" height="25" width="125" /></sub><br><sup>(144&nbsp;failures)<sub> |
| [protoc-gen-ts](impl/protoc-gen-ts) | :x: | :heavy_check_mark: | :heavy_check_mark: | <sub><img src="https://progress-bar.dev/26?width=100&suffix=.7%25+passing" height="25" width="125" /></sub><br><sup>(1085&nbsp;failures)<sub> | <sub><img src="https://progress-bar.dev/32?width=100&suffix=.7%25+passing" height="25" width="125" /></sub><br><sup>(369&nbsp;failures)<sub> |
| [ts-proto](impl/ts-proto) | :x: | :heavy_check_mark: | :heavy_check_mark: | <sub><img src="https://progress-bar.dev/42?width=100&suffix=.7%25+passing" height="25" width="125" /></sub><br><sup>(848&nbsp;failures)<sub> | <sub><img src="https://progress-bar.dev/3?width=100&suffix=.65%25+passing" height="25" width="125" /></sub><br><sup>(528&nbsp;failures)<sub> |
| [ts-proto](impl/ts-proto) | :x: | :heavy_check_mark: | :heavy_check_mark: | <sub><img src="https://progress-bar.dev/67?width=100&suffix=.7%25+passing" height="25" width="125" /></sub><br><sup>(478&nbsp;failures)<sub> | <sub><img src="https://progress-bar.dev/5?width=100&suffix=.29%25+passing" height="25" width="125" /></sub><br><sup>(519&nbsp;failures)<sub> |
<!--- RESULTS-END -->

Note: None of the libraries tested implement the text format so the results for those test runs are not shown.
Expand Down
2 changes: 1 addition & 1 deletion impl/baseline/gen/conformance/conformance_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// @generated by protoc-gen-es v1.3.0 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.1 with parameter "target=ts"
// @generated from file conformance/conformance.proto (package conformance, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// LINT: ALLOW_GROUPS

// @generated by protoc-gen-es v1.3.0 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.1 with parameter "target=ts"
// @generated from file google/protobuf/test_messages_proto2.proto (package protobuf_test_messages.proto2, syntax proto2)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// - conformance tests
//

// @generated by protoc-gen-es v1.3.0 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.1 with parameter "target=ts"
// @generated from file google/protobuf/test_messages_proto3.proto (package protobuf_test_messages.proto3, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Loading

0 comments on commit 32a335f

Please sign in to comment.