Skip to content

Commit

Permalink
Update testees (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Aug 29, 2023
1 parent 105c426 commit dc374d5
Show file tree
Hide file tree
Showing 21 changed files with 824 additions and 785 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ updates:
timezone: UTC
time: "07:00"
open-pull-requests-limit: 50
- package-ecosystem: "npm"
directory: "/impl/protobuf-ts"
schedule:
interval: "monthly"
day: "monday"
timezone: UTC
time: "07:00"
open-pull-requests-limit: 50
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.2.1 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.0 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.2.1 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.0 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.2.1 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.0 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
62 changes: 31 additions & 31 deletions impl/baseline/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions impl/baseline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"type": "module",
"dependencies": {
"@bufbuild/protobuf": "1.2.1",
"@bufbuild/protoc-gen-es": "^1.2.1"
"@bufbuild/protobuf": "^1.3.0",
"@bufbuild/protoc-gen-es": "^1.3.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.25.0",
Expand Down
2 changes: 1 addition & 1 deletion impl/protobuf-es/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.2.1 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.0 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.2.1 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.0 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.2.1 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.0 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
62 changes: 31 additions & 31 deletions impl/protobuf-es/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions impl/protobuf-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"type": "module",
"dependencies": {
"@bufbuild/protobuf": "1.2.1",
"@bufbuild/protoc-gen-es": "^1.2.1"
"@bufbuild/protobuf": "^1.3.0",
"@bufbuild/protoc-gen-es": "^1.3.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.25.0",
Expand Down
Loading

0 comments on commit dc374d5

Please sign in to comment.