stephenh/ts-proto (ts-proto)
### [`v2.3.0`](https://redirect.github.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#230-2024-11-16)
[Compare Source](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.7...v2.3.0)
##### Features
- add support for comments on union fields in generateOneofProperty ([#1136](https://redirect.github.com/stephenh/ts-proto/issues/1136)) ([c933c9c](https://redirect.github.com/stephenh/ts-proto/commit/c933c9c46dbaa278b33b16270bab51063ccb513c)), closes [#1122](https://redirect.github.com/stephenh/ts-proto/issues/1122)
#### [2.2.7](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.6...v2.2.7) (2024-11-11)
##### Bug Fixes
- problem with verbatimModuleSyntax for grpc-js ([#1132](https://redirect.github.com/stephenh/ts-proto/issues/1132)) ([bedfa31](https://redirect.github.com/stephenh/ts-proto/commit/bedfa317e7b115d10ee3de897eae2490b5eccdc9))
#### [2.2.6](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.5...v2.2.6) (2024-11-11)
##### Bug Fixes
- **Schema generation:** ensure Buffer api is only used when in nodejs environment ([#1134](https://redirect.github.com/stephenh/ts-proto/issues/1134)) ([49035a4](https://redirect.github.com/stephenh/ts-proto/commit/49035a47e1d859563c631267ea7e1724cbf2c4a8))
#### [2.2.5](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.4...v2.2.5) (2024-10-22)
##### Bug Fixes
- Added null propagation and guard ([#1127](https://redirect.github.com/stephenh/ts-proto/issues/1127)) ([86637fa](https://redirect.github.com/stephenh/ts-proto/commit/86637fa6c39ddcc09cab3c486c34b7a52adaf694))
#### [2.2.4](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.3...v2.2.4) (2024-10-15)
##### Bug Fixes
- Unbreak a use case for [#1110](https://redirect.github.com/stephenh/ts-proto/issues/1110) / fix for [#1121](https://redirect.github.com/stephenh/ts-proto/issues/1121) ([#1123](https://redirect.github.com/stephenh/ts-proto/issues/1123)) ([476e99b](https://redirect.github.com/stephenh/ts-proto/commit/476e99bcbc651cec1946d0dbad09dc9aea3224ff))
#### [2.2.3](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.2...v2.2.3) (2024-10-06)
##### Bug Fixes
- Don't fail on Function message names ([#1119](https://redirect.github.com/stephenh/ts-proto/issues/1119)) ([da048a1](https://redirect.github.com/stephenh/ts-proto/commit/da048a1e78cdc1baa228700c40a944652998d2a1)), closes [#1110](https://redirect.github.com/stephenh/ts-proto/issues/1110)
#### [2.2.2](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.1...v2.2.2) (2024-10-04)
##### Bug Fixes
- prefix and suffixes were not being applied to to/fromTimestamp resulting in compile error ([#1118](https://redirect.github.com/stephenh/ts-proto/issues/1118)) ([22c2905](https://redirect.github.com/stephenh/ts-proto/commit/22c2905ca53c88bdb2802386d414d584a451aa4c))
#### [2.2.1](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.0...v2.2.1) (2024-09-29)
##### Bug Fixes
- Compilation error for nested repeated fields with `useOptionals=all` ([#1113](https://redirect.github.com/stephenh/ts-proto/issues/1113)) ([e89fc51](https://redirect.github.com/stephenh/ts-proto/commit/e89fc51fcc3ba494a81884cc136779202d3f1e16)), closes [#1112](https://redirect.github.com/stephenh/ts-proto/issues/1112)
Configuration
📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.2.7
->2.3.0
Release Notes
stephenh/ts-proto (ts-proto)
### [`v2.3.0`](https://redirect.github.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#230-2024-11-16) [Compare Source](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.7...v2.3.0) ##### Features - add support for comments on union fields in generateOneofProperty ([#1136](https://redirect.github.com/stephenh/ts-proto/issues/1136)) ([c933c9c](https://redirect.github.com/stephenh/ts-proto/commit/c933c9c46dbaa278b33b16270bab51063ccb513c)), closes [#1122](https://redirect.github.com/stephenh/ts-proto/issues/1122) #### [2.2.7](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.6...v2.2.7) (2024-11-11) ##### Bug Fixes - problem with verbatimModuleSyntax for grpc-js ([#1132](https://redirect.github.com/stephenh/ts-proto/issues/1132)) ([bedfa31](https://redirect.github.com/stephenh/ts-proto/commit/bedfa317e7b115d10ee3de897eae2490b5eccdc9)) #### [2.2.6](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.5...v2.2.6) (2024-11-11) ##### Bug Fixes - **Schema generation:** ensure Buffer api is only used when in nodejs environment ([#1134](https://redirect.github.com/stephenh/ts-proto/issues/1134)) ([49035a4](https://redirect.github.com/stephenh/ts-proto/commit/49035a47e1d859563c631267ea7e1724cbf2c4a8)) #### [2.2.5](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.4...v2.2.5) (2024-10-22) ##### Bug Fixes - Added null propagation and guard ([#1127](https://redirect.github.com/stephenh/ts-proto/issues/1127)) ([86637fa](https://redirect.github.com/stephenh/ts-proto/commit/86637fa6c39ddcc09cab3c486c34b7a52adaf694)) #### [2.2.4](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.3...v2.2.4) (2024-10-15) ##### Bug Fixes - Unbreak a use case for [#1110](https://redirect.github.com/stephenh/ts-proto/issues/1110) / fix for [#1121](https://redirect.github.com/stephenh/ts-proto/issues/1121) ([#1123](https://redirect.github.com/stephenh/ts-proto/issues/1123)) ([476e99b](https://redirect.github.com/stephenh/ts-proto/commit/476e99bcbc651cec1946d0dbad09dc9aea3224ff)) #### [2.2.3](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.2...v2.2.3) (2024-10-06) ##### Bug Fixes - Don't fail on Function message names ([#1119](https://redirect.github.com/stephenh/ts-proto/issues/1119)) ([da048a1](https://redirect.github.com/stephenh/ts-proto/commit/da048a1e78cdc1baa228700c40a944652998d2a1)), closes [#1110](https://redirect.github.com/stephenh/ts-proto/issues/1110) #### [2.2.2](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.1...v2.2.2) (2024-10-04) ##### Bug Fixes - prefix and suffixes were not being applied to to/fromTimestamp resulting in compile error ([#1118](https://redirect.github.com/stephenh/ts-proto/issues/1118)) ([22c2905](https://redirect.github.com/stephenh/ts-proto/commit/22c2905ca53c88bdb2802386d414d584a451aa4c)) #### [2.2.1](https://redirect.github.com/stephenh/ts-proto/compare/v2.2.0...v2.2.1) (2024-09-29) ##### Bug Fixes - Compilation error for nested repeated fields with `useOptionals=all` ([#1113](https://redirect.github.com/stephenh/ts-proto/issues/1113)) ([e89fc51](https://redirect.github.com/stephenh/ts-proto/commit/e89fc51fcc3ba494a81884cc136779202d3f1e16)), closes [#1112](https://redirect.github.com/stephenh/ts-proto/issues/1112)Configuration
📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.