Skip to content

Commit

Permalink
chore(deps): update dependency @grpc/grpc-js to ^1.12.0 (#1020)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @grpc/grpc-js to ^1.12.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add changelog entry

Signed-off-by: Andrew Haines <haines@cerbos.dev>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Andrew Haines <haines@cerbos.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
renovate[bot] and haines authored Oct 7, 2024
1 parent 9591b7b commit f1919d8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## [Unreleased]

No notable changes.
### Changed

- Bump dependency on [@grpc/grpc-js] to 1.12.0 ([#1020](https://github.com/cerbos/cerbos-sdk-javascript/pull/1020))

## [0.18.3] - 2024-09-23

Expand Down
8 changes: 8 additions & 0 deletions packages/grpc/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
unreleased:
type: patch

bumped:
"@grpc/grpc-js":
to: 1.12.0
pull: 1020

releases:
- version: 0.18.3
date: 2024-09-23
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@cerbos/core": "^0.18.1",
"@grpc/grpc-js": "^1.11.3"
"@grpc/grpc-js": "^1.12.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit f1919d8

Please sign in to comment.