Skip to content

Commit 16ac756

Browse files
authored
Update to protocolbuffers/protobuf v33.2 (#1308)
1 parent 066bdea commit 16ac756

24 files changed

+132
-4234
lines changed

deno/conformance/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@bufbuild/deno-conformance",
33
"private": true,
44
"scripts": {
5-
"pregenerate": "rm -rf src/gen/* && rm -rf proto/* && conformance_proto_eject proto",
6-
"generate": "protoc --es_out=src/gen --es_opt=target=ts,import_extension=ts --proto_path=proto $(buf ls-files proto)",
5+
"pregenerate": "rm -rf src/gen/* && rm -rf .tmp/proto/* && conformance_proto_eject .tmp/proto",
6+
"generate": "protoc --es_out=src/gen --es_opt=target=ts,import_extension=ts --proto_path=.tmp/proto $(buf ls-files .tmp/proto)",
77
"postgenerate": "license-header",
88
"test": "if which deno; then conformance_test_runner --maximum_edition MAX --enforce_recommended --failure_list failing_tests.txt --text_format_failure_list failing_tests_text_format.txt src/conformance.ts; else echo 'Skip Deno conformance'; fi",
99
"format": "biome format --write",
@@ -15,6 +15,6 @@
1515
"@bufbuild/buf": "^1.61.0",
1616
"@bufbuild/protobuf": "2.10.1",
1717
"@bufbuild/protoc-gen-es": "2.10.1",
18-
"protobuf-conformance": "33.1.0"
18+
"protobuf-conformance": "33.2.0"
1919
}
2020
}

deno/conformance/proto/conformance/conformance.proto

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)