Skip to content

Commit a2619ec

Browse files
authored
Update to protocolbuffers/protobuf v33.1 (#1293)
1 parent 4daa4d4 commit a2619ec

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

deno/conformance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@bufbuild/buf": "^1.59.0",
1616
"@bufbuild/protobuf": "2.10.1",
1717
"@bufbuild/protoc-gen-es": "2.10.1",
18-
"protobuf-conformance": "33.0.0"
18+
"protobuf-conformance": "33.1.0"
1919
}
2020
}

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/protobuf-conformance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@bufbuild/buf": "^1.59.0",
2727
"@bufbuild/protobuf": "2.10.1",
2828
"@bufbuild/protoc-gen-es": "2.10.1",
29-
"protobuf-conformance": "33.0.0"
29+
"protobuf-conformance": "33.1.0"
3030
}
3131
}

packages/protobuf/src/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ const OPEN: FeatureSet_EnumType.OPEN = 1;
425425

426426
// biome-ignore format: want this to read well
427427
// bootstrap-inject defaults: EDITION_PROTO2 to EDITION_2024: export const minimumEdition: SupportedEdition = $minimumEdition, maximumEdition: SupportedEdition = $maximumEdition;
428-
// generated from protoc v33.0
428+
// generated from protoc v33.1
429429
export const minimumEdition: SupportedEdition = 998, maximumEdition: SupportedEdition = 1001;
430430
const featureDefaults = {
431431
// EDITION_PROTO2

packages/upstream-protobuf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"dependencies": {
2323
"fflate": "^0.8.1",
24-
"protoc": "33.0.0"
24+
"protoc": "33.1.0"
2525
}
2626
}

0 commit comments

Comments
 (0)