Skip to content

Commit

Permalink
build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0 (#210)
Browse files Browse the repository at this point in the history
* build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.28.1...v1.29.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update generate.yml

* Bump other workflows

* lockfile

* npm run build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ankurdotb committed Feb 26, 2024
1 parent 939bfd9 commit a5a6487
Show file tree
Hide file tree
Showing 24 changed files with 368 additions and 330 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: 'npm'

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.28.1
uses: bufbuild/buf-setup-action@v1.29.0
with:
buf_user: ${{ secrets.BUF_USER }}
buf_api_token: ${{ secrets.BUF_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
queries: security-and-quality

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.28.1
uses: bufbuild/buf-setup-action@v1
with:
buf_user: ${{ secrets.BUF_USER }}
buf_api_token: ${{ secrets.BUF_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: ${{ env.BASE_BRANCH }}

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.28.1
uses: bufbuild/buf-setup-action@v1.29.0
with:
buf_user: ${{ secrets.BUF_USER }}
buf_api_token: ${{ secrets.BUF_TOKEN }}
Expand All @@ -51,7 +51,7 @@ jobs:
run: npm run build

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v6.0.0
with:
base: ${{ env.BASE_BRANCH }}
branch: ${{ env.PR_BRANCH }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:

- name: "Obtain Github App token"
id: app-token
uses: getsentry/action-github-app-token@v2.0.0
uses: getsentry/action-github-app-token@v3.0.0
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

- name: "Install buf CLI"
uses: bufbuild/buf-setup-action@v1.28.1
uses: bufbuild/buf-setup-action@v1.29.0
with:
buf_user: ${{ secrets.BUF_USER }}
buf_api_token: ${{ secrets.BUF_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion amino/amino.js

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

2 changes: 1 addition & 1 deletion amino/amino.js.map

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

2 changes: 2 additions & 0 deletions amino/amino.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/* eslint-disable */

export {};
6 changes: 3 additions & 3 deletions cosmos/base/query/v1beta1/pagination.js

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

2 changes: 1 addition & 1 deletion cosmos/base/query/v1beta1/pagination.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cosmos/base/query/v1beta1/pagination.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ export const PageRequest = {
}
if (message.offset !== BigInt("0")) {
if (BigInt.asUintN(64, message.offset) !== message.offset) {
throw new Error("value provided for field message.offset of type uint64 too large");
throw new globalThis.Error("value provided for field message.offset of type uint64 too large");
}
writer.uint32(16).uint64(message.offset.toString());
}
if (message.limit !== BigInt("0")) {
if (BigInt.asUintN(64, message.limit) !== message.limit) {
throw new Error("value provided for field message.limit of type uint64 too large");
throw new globalThis.Error("value provided for field message.limit of type uint64 too large");
}
writer.uint32(24).uint64(message.limit.toString());
}
Expand Down Expand Up @@ -203,7 +203,7 @@ export const PageResponse = {
}
if (message.total !== BigInt("0")) {
if (BigInt.asUintN(64, message.total) !== message.total) {
throw new Error("value provided for field message.total of type uint64 too large");
throw new globalThis.Error("value provided for field message.total of type uint64 too large");
}
writer.uint32(16).uint64(message.total.toString());
}
Expand Down
2 changes: 1 addition & 1 deletion gogoproto/gogo.js

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

2 changes: 1 addition & 1 deletion gogoproto/gogo.js.map

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

2 changes: 2 additions & 0 deletions gogoproto/gogo.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/* eslint-disable */

export {};
2 changes: 1 addition & 1 deletion google/api/annotations.js

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

2 changes: 1 addition & 1 deletion google/api/annotations.js.map

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

2 changes: 2 additions & 0 deletions google/api/annotations.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/* eslint-disable */

export {};
4 changes: 2 additions & 2 deletions google/protobuf/descriptor.js

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

2 changes: 1 addition & 1 deletion google/protobuf/descriptor.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions google/protobuf/descriptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4475,13 +4475,13 @@ export const UninterpretedOption = {
}
if (message.positiveIntValue !== BigInt("0")) {
if (BigInt.asUintN(64, message.positiveIntValue) !== message.positiveIntValue) {
throw new Error("value provided for field message.positiveIntValue of type uint64 too large");
throw new globalThis.Error("value provided for field message.positiveIntValue of type uint64 too large");
}
writer.uint32(32).uint64(message.positiveIntValue.toString());
}
if (message.negativeIntValue !== BigInt("0")) {
if (BigInt.asIntN(64, message.negativeIntValue) !== message.negativeIntValue) {
throw new Error("value provided for field message.negativeIntValue of type int64 too large");
throw new globalThis.Error("value provided for field message.negativeIntValue of type int64 too large");
}
writer.uint32(40).int64(message.negativeIntValue.toString());
}
Expand Down
2 changes: 1 addition & 1 deletion google/protobuf/timestamp.js

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

2 changes: 1 addition & 1 deletion google/protobuf/timestamp.js.map

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

2 changes: 1 addition & 1 deletion google/protobuf/timestamp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const Timestamp = {
encode(message: Timestamp, writer: _m0.Writer = _m0.Writer.create()): _m0.Writer {
if (message.seconds !== BigInt("0")) {
if (BigInt.asIntN(64, message.seconds) !== message.seconds) {
throw new Error("value provided for field message.seconds of type int64 too large");
throw new globalThis.Error("value provided for field message.seconds of type int64 too large");
}
writer.uint32(8).int64(message.seconds.toString());
}
Expand Down
Loading

0 comments on commit a5a6487

Please sign in to comment.