Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testees #99

Merged
merged 4 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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