Skip to content

Commit

Permalink
chore(deps): update dependency ts-proto to v2.1.0 (#453)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ts-proto](https://redirect.github.com/stephenh/ts-proto) | [`2.0.3`
-> `2.1.0`](https://renovatebot.com/diffs/npm/ts-proto/2.0.3/2.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ts-proto/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-proto/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-proto/2.0.3/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-proto/2.0.3/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>stephenh/ts-proto (ts-proto)</summary>

###
[`v2.1.0`](https://redirect.github.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#210-2024-09-04)

[Compare
Source](https://redirect.github.com/stephenh/ts-proto/compare/v2.0.4...v2.1.0)

##### Features

- option to declare schema as const
([#&#8203;1096](https://redirect.github.com/stephenh/ts-proto/issues/1096))
([4cc1a1e](https://redirect.github.com/stephenh/ts-proto/commit/4cc1a1e4238cf628591414c02d39bd76dc75fb3a))

####
[2.0.4](https://redirect.github.com/stephenh/ts-proto/compare/v2.0.3...v2.0.4)
(2024-09-04)

##### Bug Fixes

- Bump ts-proto-descriptors.
([#&#8203;1102](https://redirect.github.com/stephenh/ts-proto/issues/1102))
([3d1cd61](https://redirect.github.com/stephenh/ts-proto/commit/3d1cd61ed7bbac4d6dc7353c49d0732aad22a504)),
closes
[#&#8203;1101](https://redirect.github.com/stephenh/ts-proto/issues/1101)

####
[2.0.3](https://redirect.github.com/stephenh/ts-proto/compare/v2.0.2...v2.0.3)
(2024-08-21)

##### Bug Fixes

- Fix running yarn:test locally.
([#&#8203;1097](https://redirect.github.com/stephenh/ts-proto/issues/1097))
([30385ed](https://redirect.github.com/stephenh/ts-proto/commit/30385edd565d873d550df765dac9570c125bef2c))

####
[2.0.2](https://redirect.github.com/stephenh/ts-proto/compare/v2.0.1...v2.0.2)
(2024-08-16)

##### Bug Fixes

- Fix version loading in new dist layout.
([#&#8203;1091](https://redirect.github.com/stephenh/ts-proto/issues/1091))
([f1c23d2](https://redirect.github.com/stephenh/ts-proto/commit/f1c23d2eab096b7c6b2decd9f0886b5300c52712))

####
[2.0.1](https://redirect.github.com/stephenh/ts-proto/compare/v2.0.0...v2.0.1)
(2024-08-16)

##### Bug Fixes

- Fix build from typescript bump.
([3ecd498](https://redirect.github.com/stephenh/ts-proto/commit/3ecd4986063952ae06c6136fbd9ae0cfc75212d8))

###
[`v2.0.4`](https://redirect.github.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#204-2024-09-04)

[Compare
Source](https://redirect.github.com/stephenh/ts-proto/compare/v2.0.3...v2.0.4)

##### Bug Fixes

- Bump ts-proto-descriptors.
([#&#8203;1102](https://redirect.github.com/stephenh/ts-proto/issues/1102))
([3d1cd61](https://redirect.github.com/stephenh/ts-proto/commit/3d1cd61ed7bbac4d6dc7353c49d0732aad22a504)),
closes
[#&#8203;1101](https://redirect.github.com/stephenh/ts-proto/issues/1101)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/smartive/zitadel-node).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 71a22cd commit c8df1d0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
36 changes: 17 additions & 19 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"grpc-tools": "1.12.4",
"make-dir-cli": "4.0.0",
"rimraf": "6.0.1",
"ts-proto": "2.0.3",
"ts-proto": "2.1.0",
"tsc-silent": "1.2.2",
"tshy": "^3.0.0",
"typescript": "5.5.4"
Expand Down

0 comments on commit c8df1d0

Please sign in to comment.