Skip to content

Commit 4d870ae

Browse files
chore(deps): bump the opamp-client-node group across 1 directory with 3 updates (#977)
Updates `@bufbuild/protobuf` from 2.6.3 to 2.7.0 Updates `@bufbuild/buf` from 1.56.0 to 1.57.0 Updates `@bufbuild/protoc-gen-es` from 2.6.3 to 2.7.0 * re-run gen:protos and gen:types for new bufbuild deps The Uint8Array -> any change is I think coming from: bufbuild/protobuf-es#1200 It might be possible that Uint8Array<ArrayBuffer> would work as well. Co-authored-by: Trent Mick <trent.mick@elastic.co>
1 parent c8701dd commit 4d870ae

8 files changed

Lines changed: 215 additions & 101 deletions

File tree

packages/opamp-client-node/lib/generated/anyvalue_pb.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
// - Change of go_package to reference a package in this repo.
1919
// - Removal of gogoproto usage.
2020

21-
// @generated by protoc-gen-es v2.2.5 with parameter "target=js+dts,js_import_style=legacy_commonjs"
21+
// @generated by protoc-gen-es v2.7.0 with parameter "target=js+dts,js_import_style=legacy_commonjs"
2222
// @generated from file anyvalue.proto (package opamp.proto, syntax proto3)
2323
/* eslint-disable */
2424

25-
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
25+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2626
import type { Message } from "@bufbuild/protobuf";
2727

2828
/**

packages/opamp-client-node/lib/generated/anyvalue_pb.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
// - Change of go_package to reference a package in this repo.
1919
// - Removal of gogoproto usage.
2020

21-
// @generated by protoc-gen-es v2.2.5 with parameter "target=js+dts,js_import_style=legacy_commonjs"
21+
// @generated by protoc-gen-es v2.7.0 with parameter "target=js+dts,js_import_style=legacy_commonjs"
2222
// @generated from file anyvalue.proto (package opamp.proto, syntax proto3)
2323
/* eslint-disable */
2424

2525
"use strict";
2626
Object.defineProperty(exports, "__esModule", { value: true });
2727

28-
const { fileDesc, messageDesc } = require("@bufbuild/protobuf/codegenv1");
28+
const { fileDesc, messageDesc } = require("@bufbuild/protobuf/codegenv2");
2929

3030
/**
3131
* Describes the file anyvalue.proto.

packages/opamp-client-node/lib/generated/opamp_pb.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
// OpAMP: Open Agent Management Protocol (https://github.com/open-telemetry/opamp-spec)
1616

17-
// @generated by protoc-gen-es v2.2.5 with parameter "target=js+dts,js_import_style=legacy_commonjs"
17+
// @generated by protoc-gen-es v2.7.0 with parameter "target=js+dts,js_import_style=legacy_commonjs"
1818
// @generated from file opamp.proto (package opamp.proto, syntax proto3)
1919
/* eslint-disable */
2020

21-
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
21+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2222
import type { Message } from "@bufbuild/protobuf";
2323
import type { KeyValue } from "./anyvalue_pb";
2424

packages/opamp-client-node/lib/generated/opamp_pb.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
// OpAMP: Open Agent Management Protocol (https://github.com/open-telemetry/opamp-spec)
1616

17-
// @generated by protoc-gen-es v2.2.5 with parameter "target=js+dts,js_import_style=legacy_commonjs"
17+
// @generated by protoc-gen-es v2.7.0 with parameter "target=js+dts,js_import_style=legacy_commonjs"
1818
// @generated from file opamp.proto (package opamp.proto, syntax proto3)
1919
/* eslint-disable */
2020

2121
"use strict";
2222
Object.defineProperty(exports, "__esModule", { value: true });
2323

24-
const { enumDesc, fileDesc, messageDesc, tsEnum } = require("@bufbuild/protobuf/codegenv1");
24+
const { enumDesc, fileDesc, messageDesc, tsEnum } = require("@bufbuild/protobuf/codegenv2");
2525
const { file_anyvalue } = require("./anyvalue_pb");
2626

2727
/**

packages/opamp-client-node/package-lock.json

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

packages/opamp-client-node/types/generated/anyvalue_pb.d.ts

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,31 @@ export const file_anyvalue: import("@bufbuild/protobuf").DescFile;
77
* Describes the message opamp.proto.AnyValue.
88
* Use `create(AnyValueSchema)` to create a new message.
99
*/
10-
export const AnyValueSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
10+
export const AnyValueSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
11+
jsonType: undefined;
12+
validType: undefined;
13+
}>;
1114
/**
1215
* Describes the message opamp.proto.ArrayValue.
1316
* Use `create(ArrayValueSchema)` to create a new message.
1417
*/
15-
export const ArrayValueSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
18+
export const ArrayValueSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
19+
jsonType: undefined;
20+
validType: undefined;
21+
}>;
1622
/**
1723
* Describes the message opamp.proto.KeyValueList.
1824
* Use `create(KeyValueListSchema)` to create a new message.
1925
*/
20-
export const KeyValueListSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
26+
export const KeyValueListSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
27+
jsonType: undefined;
28+
validType: undefined;
29+
}>;
2130
/**
2231
* Describes the message opamp.proto.KeyValue.
2332
* Use `create(KeyValueSchema)` to create a new message.
2433
*/
25-
export const KeyValueSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
34+
export const KeyValueSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
35+
jsonType: undefined;
36+
validType: undefined;
37+
}>;

0 commit comments

Comments
 (0)