-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump @bufbuild/buf from 1.27.0 to 1.34.0 (#385)
- Loading branch information
1 parent
4556e71
commit b76b8a9
Showing
122 changed files
with
768 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,51 @@ | ||
version: v1 | ||
managed: | ||
enabled: true | ||
version: v2 | ||
plugins: | ||
- plugin: buf.build/protocolbuffers/js:v3.21.2 | ||
- remote: buf.build/protocolbuffers/js:v3.21.2 | ||
opt: | ||
- import_style=commonjs | ||
- binary | ||
out: ./e2e/testapis/google-protobuf/lib | ||
- plugin: ts | ||
include_imports: true | ||
- local: protoc-gen-ts | ||
include_imports: true | ||
out: ./e2e/testapis/google-protobuf/lib | ||
- plugin: ts_proto | ||
- local: protoc-gen-ts_proto | ||
opt: | ||
- enumsAsLiterals=true | ||
- forceLong=string | ||
- unrecognizedEnum=false | ||
- outputTypeRegistry=true | ||
- esModuleInterop=true | ||
# https://github.com/stephenh/ts-proto/issues/449 | ||
- useExactTypes=false | ||
out: ./e2e/testapis/ts-proto/src | ||
strategy: all | ||
- plugin: ts_proto | ||
- local: protoc-gen-ts_proto | ||
opt: | ||
- enumsAsLiterals=true | ||
- forceLong=long | ||
- unrecognizedEnum=false | ||
- outputTypeRegistry=true | ||
- esModuleInterop=true | ||
# https://github.com/stephenh/ts-proto/issues/449 | ||
- useExactTypes=false | ||
out: ./e2e/testapis/ts-proto-with-forcelong-long/src | ||
strategy: all | ||
- plugin: ts_proto | ||
- local: protoc-gen-ts_proto | ||
opt: | ||
- enumsAsLiterals=true | ||
- forceLong=number | ||
- unrecognizedEnum=false | ||
- outputTypeRegistry=true | ||
- esModuleInterop=true | ||
# https://github.com/stephenh/ts-proto/issues/449 | ||
- useExactTypes=false | ||
out: ./e2e/testapis/ts-proto-with-forcelong-number/src | ||
strategy: all | ||
- plugin: es | ||
- local: protoc-gen-es | ||
opt: | ||
- target=ts | ||
out: ./e2e/testapis/protobuf-es/src | ||
strategy: all | ||
inputs: | ||
- directory: ./devPackages/testapis-proto/proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
version: v1 | ||
version: v2 | ||
plugins: | ||
- plugin: es | ||
- local: protoc-gen-es | ||
out: ./packages/@proto-graphql/codegen-core/src/__generated__/extensions | ||
opt: | ||
- target=ts | ||
opt: target=ts | ||
inputs: | ||
- directory: ./proto-graphql/proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Generated by buf. DO NOT EDIT. | ||
version: v2 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
version: v2 | ||
modules: | ||
- path: ./devPackages/testapis-proto/proto | ||
- path: ./proto-graphql/proto |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
16 changes: 8 additions & 8 deletions
16
devPackages/testapis-proto/src/__generated__/fileDescriptorSetBins.ts
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 10 additions & 3 deletions
13
e2e/tests/nexus--deprecation--google-protobuf/buf.gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"version": "v1", | ||
"version": "v2", | ||
"plugins": [ | ||
{ | ||
"name": "nexus", | ||
"path": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"local": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"out": "__generated__/schema", | ||
"opt": ["import_prefix=@proto-graphql/e2e-testapis-google-protobuf/lib/"] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"directory": "../../../devPackages/testapis-proto/proto", | ||
"paths": [ | ||
"../../../devPackages/testapis-proto/proto/testapis/deprecation" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
{ | ||
"version": "v1", | ||
"version": "v2", | ||
"plugins": [ | ||
{ | ||
"name": "nexus", | ||
"path": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"local": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"out": "__generated__/schema", | ||
"opt": [ | ||
"use_protobufjs", | ||
"import_prefix=@proto-graphql/e2e-testapis-protobufjs/lib/" | ||
] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"directory": "../../../devPackages/testapis-proto/proto", | ||
"paths": [ | ||
"../../../devPackages/testapis-proto/proto/testapis/deprecation" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
e2e/tests/nexus--edgecases-import_from_same_pkg--google-protobuf/buf.gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"version": "v1", | ||
"version": "v2", | ||
"plugins": [ | ||
{ | ||
"name": "nexus", | ||
"path": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"local": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"out": "__generated__/schema", | ||
"opt": ["import_prefix=@proto-graphql/e2e-testapis-google-protobuf/lib/"] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"directory": "../../../devPackages/testapis-proto/proto", | ||
"paths": [ | ||
"../../../devPackages/testapis-proto/proto/testapis/edgecases/import_from_same_pkg" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
e2e/tests/nexus--edgecases-import_from_same_pkg--protobufjs/buf.gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
{ | ||
"version": "v1", | ||
"version": "v2", | ||
"plugins": [ | ||
{ | ||
"name": "nexus", | ||
"path": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"local": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"out": "__generated__/schema", | ||
"opt": [ | ||
"use_protobufjs", | ||
"import_prefix=@proto-graphql/e2e-testapis-protobufjs/lib/" | ||
] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"directory": "../../../devPackages/testapis-proto/proto", | ||
"paths": [ | ||
"../../../devPackages/testapis-proto/proto/testapis/edgecases/import_from_same_pkg" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
e2e/tests/nexus--edgecases-import_squashed_union--google-protobuf/buf.gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"version": "v1", | ||
"version": "v2", | ||
"plugins": [ | ||
{ | ||
"name": "nexus", | ||
"path": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"local": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"out": "__generated__/schema", | ||
"opt": ["import_prefix=@proto-graphql/e2e-testapis-google-protobuf/lib/"] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"directory": "../../../devPackages/testapis-proto/proto", | ||
"paths": [ | ||
"../../../devPackages/testapis-proto/proto/testapis/edgecases/import_squashed_union" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
e2e/tests/nexus--edgecases-import_squashed_union--protobufjs/buf.gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
{ | ||
"version": "v1", | ||
"version": "v2", | ||
"plugins": [ | ||
{ | ||
"name": "nexus", | ||
"path": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"local": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"out": "__generated__/schema", | ||
"opt": [ | ||
"use_protobufjs", | ||
"import_prefix=@proto-graphql/e2e-testapis-protobufjs/lib/" | ||
] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"directory": "../../../devPackages/testapis-proto/proto", | ||
"paths": [ | ||
"../../../devPackages/testapis-proto/proto/testapis/edgecases/import_squashed_union" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
e2e/tests/nexus--empty_types--google-protobuf/buf.gen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"version": "v1", | ||
"version": "v2", | ||
"plugins": [ | ||
{ | ||
"name": "nexus", | ||
"path": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"local": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"out": "__generated__/schema", | ||
"opt": ["import_prefix=@proto-graphql/e2e-testapis-google-protobuf/lib/"] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"directory": "../../../devPackages/testapis-proto/proto", | ||
"paths": [ | ||
"../../../devPackages/testapis-proto/proto/testapis/empty_types" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
{ | ||
"version": "v1", | ||
"version": "v2", | ||
"plugins": [ | ||
{ | ||
"name": "nexus", | ||
"path": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"local": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"out": "__generated__/schema", | ||
"opt": [ | ||
"use_protobufjs", | ||
"import_prefix=@proto-graphql/e2e-testapis-protobufjs/lib/" | ||
] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"directory": "../../../devPackages/testapis-proto/proto", | ||
"paths": [ | ||
"../../../devPackages/testapis-proto/proto/testapis/empty_types" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
{ | ||
"version": "v1", | ||
"version": "v2", | ||
"plugins": [ | ||
{ | ||
"name": "nexus", | ||
"path": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"local": "../../../packages/protoc-gen-nexus/bin/protoc-gen-nexus", | ||
"out": "__generated__/schema", | ||
"opt": ["import_prefix=@proto-graphql/e2e-testapis-google-protobuf/lib/"] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"directory": "../../../devPackages/testapis-proto/proto", | ||
"paths": ["../../../devPackages/testapis-proto/proto/testapis/enums"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.