Commit 68c3845
authored
chore(deps): update dependency ts-proto to v1.181.2 (#363)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ts-proto](https://togithub.com/stephenh/ts-proto) | [`1.129.0` ->
`1.181.2`](https://renovatebot.com/diffs/npm/ts-proto/1.129.0/1.181.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>stephenh/ts-proto (ts-proto)</summary>
###
[`v1.181.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11812-2024-08-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.181.1...v1.181.2)
##### Bug Fixes
- toJSON Function with `removeEnumPrefix=true` and
`unrecognizedEnumValue=0` Options
([#​1089](https://togithub.com/stephenh/ts-proto/issues/1089))
([2401490](https://togithub.com/stephenh/ts-proto/commit/24014908f814e2720b9c2b9bd2ae1773be880a16)),
closes
[#​1086](https://togithub.com/stephenh/ts-proto/issues/1086)
[#​1086](https://togithub.com/stephenh/ts-proto/issues/1086)
###
[`v1.181.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11811-2024-07-13)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.181.0...v1.181.1)
##### Bug Fixes
- Incorrect message names in the generated code for repeated fields
([#​1073](https://togithub.com/stephenh/ts-proto/issues/1073))
([8a95d8e](https://togithub.com/stephenh/ts-proto/commit/8a95d8e0983a38e604b6990461e726db566ff311)),
closes
[#​1072](https://togithub.com/stephenh/ts-proto/issues/1072)
###
[`v1.181.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11810-2024-07-01)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.180.0...v1.181.0)
##### Features
- added the "typePrefix" and "typeSuffix" options.
([#​1069](https://togithub.com/stephenh/ts-proto/issues/1069))
([ab515cd](https://togithub.com/stephenh/ts-proto/commit/ab515cda322baeb94c7588117e4bb5bee6281874)),
closes
[#​1033](https://togithub.com/stephenh/ts-proto/issues/1033)
###
[`v1.180.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11800-2024-06-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.179.0...v1.180.0)
##### Features
- oneof=unions-value to use the same field name for oneof cases
([#​1062](https://togithub.com/stephenh/ts-proto/issues/1062))
([7493090](https://togithub.com/stephenh/ts-proto/commit/74930908cc8e5292577a793b7ae06c3721225ac3)),
closes
[#​1060](https://togithub.com/stephenh/ts-proto/issues/1060)
###
[`v1.179.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11790-2024-06-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.178.0...v1.179.0)
##### Features
- bigIntLiteral option for using BigInt literals
([#​1063](https://togithub.com/stephenh/ts-proto/issues/1063))
([b89fbcb](https://togithub.com/stephenh/ts-proto/commit/b89fbcb1f99ccfcd1f06551286c2459e44a3bac2)),
closes [#​928](https://togithub.com/stephenh/ts-proto/issues/928)
[#​932](https://togithub.com/stephenh/ts-proto/issues/932)
###
[`v1.178.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11780-2024-06-07)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.177.0...v1.178.0)
##### Features
- `no-file-descriptor` setting for outputSchema option
([#​1047](https://togithub.com/stephenh/ts-proto/issues/1047))
([c54f06c](https://togithub.com/stephenh/ts-proto/commit/c54f06c4a7dd766abf3f91932b1e4cdf38b7f346))
###
[`v1.177.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11770-2024-06-07)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.176.3...v1.177.0)
##### Features
- add option `noDefaultsForOptionals`
([#​1051](https://togithub.com/stephenh/ts-proto/issues/1051))
([41d1020](https://togithub.com/stephenh/ts-proto/commit/41d10205bf68468c37cf69e58dc4c4fdbfffcf5b))
####
[1.176.3](https://togithub.com/stephenh/ts-proto/compare/v1.176.2...v1.176.3)
(2024-06-07)
##### Bug Fixes
- Add check for lower bound with forceLong=number
([#​1057](https://togithub.com/stephenh/ts-proto/issues/1057))
([01ef3c3](https://togithub.com/stephenh/ts-proto/commit/01ef3c3bb2a6ebb5b15fe8acfdc73f50b19a5a38))
####
[1.176.2](https://togithub.com/stephenh/ts-proto/compare/v1.176.1...v1.176.2)
(2024-06-04)
##### Bug Fixes
- Fix snake casing numbers.
([#​1052](https://togithub.com/stephenh/ts-proto/issues/1052))
([f85a2f1](https://togithub.com/stephenh/ts-proto/commit/f85a2f1ed4e04143b96d6eaa3a589b16944d3239)),
closes
[#​1048](https://togithub.com/stephenh/ts-proto/issues/1048)
####
[1.176.1](https://togithub.com/stephenh/ts-proto/compare/v1.176.0...v1.176.1)
(2024-05-25)
##### Bug Fixes
- camelToSnake to respect uppercase words, such as "GetAPIValue" ->
"GET_API_VALUE"
([#​1046](https://togithub.com/stephenh/ts-proto/issues/1046))
([d2e75cd](https://togithub.com/stephenh/ts-proto/commit/d2e75cd14cdf3bc0c35f59bf8e8a095c57e9c040))
###
[`v1.176.3`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11763-2024-06-07)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.176.2...v1.176.3)
##### Bug Fixes
- Add check for lower bound with forceLong=number
([#​1057](https://togithub.com/stephenh/ts-proto/issues/1057))
([01ef3c3](https://togithub.com/stephenh/ts-proto/commit/01ef3c3bb2a6ebb5b15fe8acfdc73f50b19a5a38))
###
[`v1.176.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11762-2024-06-04)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.176.1...v1.176.2)
##### Bug Fixes
- Fix snake casing numbers.
([#​1052](https://togithub.com/stephenh/ts-proto/issues/1052))
([f85a2f1](https://togithub.com/stephenh/ts-proto/commit/f85a2f1ed4e04143b96d6eaa3a589b16944d3239)),
closes
[#​1048](https://togithub.com/stephenh/ts-proto/issues/1048)
###
[`v1.176.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11761-2024-05-25)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.176.0...v1.176.1)
##### Bug Fixes
- camelToSnake to respect uppercase words, such as "GetAPIValue" ->
"GET_API_VALUE"
([#​1046](https://togithub.com/stephenh/ts-proto/issues/1046))
([d2e75cd](https://togithub.com/stephenh/ts-proto/commit/d2e75cd14cdf3bc0c35f59bf8e8a095c57e9c040))
###
[`v1.176.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11760-2024-05-16)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.175.1...v1.176.0)
##### Features
- Bump ts-proto-descriptors to latest ts-proto.
([#​1043](https://togithub.com/stephenh/ts-proto/issues/1043))
([0b06554](https://togithub.com/stephenh/ts-proto/commit/0b065540d8fb4a3c1254a876d2be0dd48ac3ba66)),
closes
[#​1042](https://togithub.com/stephenh/ts-proto/issues/1042)
####
[1.175.1](https://togithub.com/stephenh/ts-proto/compare/v1.175.0...v1.175.1)
(2024-05-15)
##### Bug Fixes
- `outputSchema=true` when `onlyTypes=true`
([#​1039](https://togithub.com/stephenh/ts-proto/issues/1039))
([064665f](https://togithub.com/stephenh/ts-proto/commit/064665f064e072f9d530f84e45f605fd4b5a749c))
###
[`v1.175.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11751-2024-05-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.175.0...v1.175.1)
##### Bug Fixes
- `outputSchema=true` when `onlyTypes=true`
([#​1039](https://togithub.com/stephenh/ts-proto/issues/1039))
([064665f](https://togithub.com/stephenh/ts-proto/commit/064665f064e072f9d530f84e45f605fd4b5a749c))
###
[`v1.175.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11750-2024-05-13)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.174.0...v1.175.0)
##### Features
- optionally output versions used to generate files
([#​1040](https://togithub.com/stephenh/ts-proto/issues/1040))
([53d6799](https://togithub.com/stephenh/ts-proto/commit/53d67995526770213ecf91c15645b9c74e7e5bd4))
###
[`v1.174.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11740-2024-05-01)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.173.0...v1.174.0)
##### Features
- add generated code comments
([#​1037](https://togithub.com/stephenh/ts-proto/issues/1037))
([cdd4a76](https://togithub.com/stephenh/ts-proto/commit/cdd4a76238e292cb00d6a09d84e6b393ddde8204))
###
[`v1.173.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11730-2024-04-30)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.172.0...v1.173.0)
##### Features
- Add js type support
([#​1030](https://togithub.com/stephenh/ts-proto/issues/1030))
([0dd951b](https://togithub.com/stephenh/ts-proto/commit/0dd951bf4d1a4c48f3d261c85cfa03586d20c13c)),
closes [#​958](https://togithub.com/stephenh/ts-proto/issues/958)
###
[`v1.172.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11720-2024-04-13)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.171.0...v1.172.0)
##### Features
- export options types
([#​1027](https://togithub.com/stephenh/ts-proto/issues/1027))
([9652586](https://togithub.com/stephenh/ts-proto/commit/965258656efaa07cc8b72feb8c6b8e202a000940))
###
[`v1.171.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11710-2024-03-30)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.170.0...v1.171.0)
##### Features
- added useNullAsOptional option
([#​1017](https://togithub.com/stephenh/ts-proto/issues/1017))
([573f63e](https://togithub.com/stephenh/ts-proto/commit/573f63e761beef3981539cfbe29f786374186923)),
closes [#​869](https://togithub.com/stephenh/ts-proto/issues/869)
###
[`v1.170.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11700-2024-03-26)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.169.1...v1.170.0)
##### Features
- support deprecatedOnly option to make deprecated fields optional
([#​1010](https://togithub.com/stephenh/ts-proto/issues/1010))
([db23004](https://togithub.com/stephenh/ts-proto/commit/db230041f69fa6a7ff17db55595e7b8805e655ba))
####
[1.169.1](https://togithub.com/stephenh/ts-proto/compare/v1.169.0...v1.169.1)
(2024-03-13)
##### Bug Fixes
- fixed addGrpcMetadata option
([#​761](https://togithub.com/stephenh/ts-proto/issues/761))
([cb2b573](https://togithub.com/stephenh/ts-proto/commit/cb2b5733ddd71589a00a4960906c65869303706b))
###
[`v1.169.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11691-2024-03-13)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.169.0...v1.169.1)
##### Bug Fixes
- fixed addGrpcMetadata option
([#​761](https://togithub.com/stephenh/ts-proto/issues/761))
([cb2b573](https://togithub.com/stephenh/ts-proto/commit/cb2b5733ddd71589a00a4960906c65869303706b))
###
[`v1.169.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11690-2024-03-12)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.168.0...v1.169.0)
##### Features
- support proto2 optional and default value fields
([#​1007](https://togithub.com/stephenh/ts-proto/issues/1007))
([1fa1e61](https://togithub.com/stephenh/ts-proto/commit/1fa1e61b0a0ff22949a1acadb38630f6f5bf6179)),
closes [#​973](https://togithub.com/stephenh/ts-proto/issues/973)
###
[`v1.168.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11680-2024-03-08)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.9...v1.168.0)
##### Features
- allow `$type` to be optional
([#​1013](https://togithub.com/stephenh/ts-proto/issues/1013))
([f285557](https://togithub.com/stephenh/ts-proto/commit/f285557a4f77d4b75327de2c13cf0917b0361f14))
####
[1.167.9](https://togithub.com/stephenh/ts-proto/compare/v1.167.8...v1.167.9)
(2024-02-28)
##### Bug Fixes
- typescript errors for struct with optional=all
([#​1008](https://togithub.com/stephenh/ts-proto/issues/1008))
([e838e38](https://togithub.com/stephenh/ts-proto/commit/e838e3801e0ef5e8b5a14ead7d7dfc0ad3532cf1)),
closes [#​578](https://togithub.com/stephenh/ts-proto/issues/578)
####
[1.167.8](https://togithub.com/stephenh/ts-proto/compare/v1.167.7...v1.167.8)
(2024-02-18)
##### Bug Fixes
- Use as any on globalThis.Buffer check for bytesFromBase64
([#​1005](https://togithub.com/stephenh/ts-proto/issues/1005))
([bae741c](https://togithub.com/stephenh/ts-proto/commit/bae741cba9c22d08118e25619ba3e427e1c7bf9d)),
closes
[#​1004](https://togithub.com/stephenh/ts-proto/issues/1004)
[#​967](https://togithub.com/stephenh/ts-proto/issues/967)
####
[1.167.7](https://togithub.com/stephenh/ts-proto/compare/v1.167.6...v1.167.7)
(2024-02-17)
##### Bug Fixes
- Use as any on globalThis.Buffer check.
([#​1004](https://togithub.com/stephenh/ts-proto/issues/1004))
([11d06b4](https://togithub.com/stephenh/ts-proto/commit/11d06b4455a1f27793bfe172fffaf05b7a3400db)),
closes [#​967](https://togithub.com/stephenh/ts-proto/issues/967)
####
[1.167.6](https://togithub.com/stephenh/ts-proto/compare/v1.167.5...v1.167.6)
(2024-02-17)
##### Bug Fixes
- conditional export
([#​1003](https://togithub.com/stephenh/ts-proto/issues/1003))
([4a15839](https://togithub.com/stephenh/ts-proto/commit/4a15839943b501af750b9d142dba2cb3889b4617))
####
[1.167.5](https://togithub.com/stephenh/ts-proto/compare/v1.167.4...v1.167.5)
(2024-02-15)
##### Bug Fixes
- import fails when folder name overlaps with file name
([#​1000](https://togithub.com/stephenh/ts-proto/issues/1000))
([1e68e6f](https://togithub.com/stephenh/ts-proto/commit/1e68e6f0b2ca6fbffc51c0abe9b0f127350dd766))
####
[1.167.4](https://togithub.com/stephenh/ts-proto/compare/v1.167.3...v1.167.4)
(2024-02-15)
##### Bug Fixes
- don't reference globalThis.Buffer when env=browser
([#​967](https://togithub.com/stephenh/ts-proto/issues/967))
([#​999](https://togithub.com/stephenh/ts-proto/issues/999))
([0d34612](https://togithub.com/stephenh/ts-proto/commit/0d34612ce8878b1dccbeb001686ef4051080e043))
####
[1.167.3](https://togithub.com/stephenh/ts-proto/compare/v1.167.2...v1.167.3)
(2024-02-03)
##### Bug Fixes
- ensure default service streaming methods compile when middleware
methods are enabled
([#​996](https://togithub.com/stephenh/ts-proto/issues/996))
([a9e975b](https://togithub.com/stephenh/ts-proto/commit/a9e975b41b760970da264a48cc3fb4ecc4b57a1d))
####
[1.167.2](https://togithub.com/stephenh/ts-proto/compare/v1.167.1...v1.167.2)
(2024-01-28)
##### Bug Fixes
- ensure docker-compose platform is amd64
([#​990](https://togithub.com/stephenh/ts-proto/issues/990))
([bdf4710](https://togithub.com/stephenh/ts-proto/commit/bdf4710b76aafc3fde47aa77a5786387e2236242))
####
[1.167.1](https://togithub.com/stephenh/ts-proto/compare/v1.167.0...v1.167.1)
(2024-01-26)
##### Bug Fixes
- generate modules for empty files with esModuleInterop
([#​992](https://togithub.com/stephenh/ts-proto/issues/992))
([f0629ab](https://togithub.com/stephenh/ts-proto/commit/f0629ab0e9e0eded12142f363858d3dd8e292acd))
###
[`v1.167.9`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11679-2024-02-28)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.8...v1.167.9)
##### Bug Fixes
- typescript errors for struct with optional=all
([#​1008](https://togithub.com/stephenh/ts-proto/issues/1008))
([e838e38](https://togithub.com/stephenh/ts-proto/commit/e838e3801e0ef5e8b5a14ead7d7dfc0ad3532cf1)),
closes [#​578](https://togithub.com/stephenh/ts-proto/issues/578)
###
[`v1.167.8`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11678-2024-02-18)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.7...v1.167.8)
##### Bug Fixes
- Use as any on globalThis.Buffer check for bytesFromBase64
([#​1005](https://togithub.com/stephenh/ts-proto/issues/1005))
([bae741c](https://togithub.com/stephenh/ts-proto/commit/bae741cba9c22d08118e25619ba3e427e1c7bf9d)),
closes
[#​1004](https://togithub.com/stephenh/ts-proto/issues/1004)
[#​967](https://togithub.com/stephenh/ts-proto/issues/967)
###
[`v1.167.7`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11677-2024-02-17)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.6...v1.167.7)
##### Bug Fixes
- Use as any on globalThis.Buffer check.
([#​1004](https://togithub.com/stephenh/ts-proto/issues/1004))
([11d06b4](https://togithub.com/stephenh/ts-proto/commit/11d06b4455a1f27793bfe172fffaf05b7a3400db)),
closes [#​967](https://togithub.com/stephenh/ts-proto/issues/967)
###
[`v1.167.6`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11676-2024-02-17)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.5...v1.167.6)
##### Bug Fixes
- conditional export
([#​1003](https://togithub.com/stephenh/ts-proto/issues/1003))
([4a15839](https://togithub.com/stephenh/ts-proto/commit/4a15839943b501af750b9d142dba2cb3889b4617))
###
[`v1.167.5`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11675-2024-02-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.4...v1.167.5)
##### Bug Fixes
- import fails when folder name overlaps with file name
([#​1000](https://togithub.com/stephenh/ts-proto/issues/1000))
([1e68e6f](https://togithub.com/stephenh/ts-proto/commit/1e68e6f0b2ca6fbffc51c0abe9b0f127350dd766))
###
[`v1.167.4`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11674-2024-02-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.3...v1.167.4)
##### Bug Fixes
- don't reference globalThis.Buffer when env=browser
([#​967](https://togithub.com/stephenh/ts-proto/issues/967))
([#​999](https://togithub.com/stephenh/ts-proto/issues/999))
([0d34612](https://togithub.com/stephenh/ts-proto/commit/0d34612ce8878b1dccbeb001686ef4051080e043))
###
[`v1.167.3`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11673-2024-02-03)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.2...v1.167.3)
##### Bug Fixes
- ensure default service streaming methods compile when middleware
methods are enabled
([#​996](https://togithub.com/stephenh/ts-proto/issues/996))
([a9e975b](https://togithub.com/stephenh/ts-proto/commit/a9e975b41b760970da264a48cc3fb4ecc4b57a1d))
###
[`v1.167.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11672-2024-01-28)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.1...v1.167.2)
##### Bug Fixes
- ensure docker-compose platform is amd64
([#​990](https://togithub.com/stephenh/ts-proto/issues/990))
([bdf4710](https://togithub.com/stephenh/ts-proto/commit/bdf4710b76aafc3fde47aa77a5786387e2236242))
###
[`v1.167.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11671-2024-01-26)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.167.0...v1.167.1)
##### Bug Fixes
- generate modules for empty files with esModuleInterop
([#​992](https://togithub.com/stephenh/ts-proto/issues/992))
([f0629ab](https://togithub.com/stephenh/ts-proto/commit/f0629ab0e9e0eded12142f363858d3dd8e292acd))
###
[`v1.167.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11670-2024-01-22)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.166.4...v1.167.0)
##### Features
- Allow comments to be omitted
([#​989](https://togithub.com/stephenh/ts-proto/issues/989))
([cb7eef7](https://togithub.com/stephenh/ts-proto/commit/cb7eef73f425251f6d09c90710fb8e5c93f56bdf))
####
[1.166.4](https://togithub.com/stephenh/ts-proto/compare/v1.166.3...v1.166.4)
(2024-01-20)
##### Bug Fixes
- Add missing globalThis prefixes.
([#​988](https://togithub.com/stephenh/ts-proto/issues/988))
([86aca54](https://togithub.com/stephenh/ts-proto/commit/86aca54afdcda88bc77b77c9c363f422e0f66be7)),
closes [#​987](https://togithub.com/stephenh/ts-proto/issues/987)
####
[1.166.3](https://togithub.com/stephenh/ts-proto/compare/v1.166.2...v1.166.3)
(2024-01-18)
##### Bug Fixes
- add support of importSuffix=.js for index files
([#​986](https://togithub.com/stephenh/ts-proto/issues/986))
([183cf03](https://togithub.com/stephenh/ts-proto/commit/183cf039895184edd365e6cb7bb9751426ac56f4))
####
[1.166.2](https://togithub.com/stephenh/ts-proto/compare/v1.166.1...v1.166.2)
(2023-12-31)
##### Bug Fixes
- error handling on non-Error type errors
([#​983](https://togithub.com/stephenh/ts-proto/issues/983))
([8c567fc](https://togithub.com/stephenh/ts-proto/commit/8c567fc6e4cefdf96a2e021e8ca72d6ee45cc26e))
####
[1.166.1](https://togithub.com/stephenh/ts-proto/compare/v1.166.0...v1.166.1)
(2023-12-31)
##### Bug Fixes
- Allow other services with nestJs.
([#​982](https://togithub.com/stephenh/ts-proto/issues/982))
([45bba3c](https://togithub.com/stephenh/ts-proto/commit/45bba3ce7ce723682a6ba2e2104d43ab3fd6978c))
###
[`v1.166.4`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11664-2024-01-20)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.166.3...v1.166.4)
##### Bug Fixes
- Add missing globalThis prefixes.
([#​988](https://togithub.com/stephenh/ts-proto/issues/988))
([86aca54](https://togithub.com/stephenh/ts-proto/commit/86aca54afdcda88bc77b77c9c363f422e0f66be7)),
closes [#​987](https://togithub.com/stephenh/ts-proto/issues/987)
###
[`v1.166.3`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11663-2024-01-18)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.166.2...v1.166.3)
##### Bug Fixes
- add support of importSuffix=.js for index files
([#​986](https://togithub.com/stephenh/ts-proto/issues/986))
([183cf03](https://togithub.com/stephenh/ts-proto/commit/183cf039895184edd365e6cb7bb9751426ac56f4))
###
[`v1.166.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11662-2023-12-31)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.166.1...v1.166.2)
##### Bug Fixes
- error handling on non-Error type errors
([#​983](https://togithub.com/stephenh/ts-proto/issues/983))
([8c567fc](https://togithub.com/stephenh/ts-proto/commit/8c567fc6e4cefdf96a2e021e8ca72d6ee45cc26e))
###
[`v1.166.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11661-2023-12-31)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.166.0...v1.166.1)
##### Bug Fixes
- Allow other services with nestJs.
([#​982](https://togithub.com/stephenh/ts-proto/issues/982))
([45bba3c](https://togithub.com/stephenh/ts-proto/commit/45bba3ce7ce723682a6ba2e2104d43ab3fd6978c))
###
[`v1.166.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11660-2023-12-29)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.165.3...v1.166.0)
##### Features
- add useDate=string-nano option
([#​981](https://togithub.com/stephenh/ts-proto/issues/981))
([dc84098](https://togithub.com/stephenh/ts-proto/commit/dc840985d2afdd85e0b311c55aa831bac5da8ce4))
####
[1.165.3](https://togithub.com/stephenh/ts-proto/compare/v1.165.2...v1.165.3)
(2023-12-26)
##### Bug Fixes
- add serviceName to grpc-js client constructor type
([#​980](https://togithub.com/stephenh/ts-proto/issues/980))
([2c6682d](https://togithub.com/stephenh/ts-proto/commit/2c6682df400a5b1e4bcb9c5bc233dbd7a65df987))
####
[1.165.2](https://togithub.com/stephenh/ts-proto/compare/v1.165.1...v1.165.2)
(2023-12-20)
##### Bug Fixes
- Fix generating wrong web-rpc implementation for wrapper-type method
arg ([#​978](https://togithub.com/stephenh/ts-proto/issues/978))
([063fd29](https://togithub.com/stephenh/ts-proto/commit/063fd29974e0e917ad69cd5a158ee233edb5e019))
####
[1.165.1](https://togithub.com/stephenh/ts-proto/compare/v1.165.0...v1.165.1)
(2023-12-06)
##### Bug Fixes
- do not mention :local scripts
([#​974](https://togithub.com/stephenh/ts-proto/issues/974))
([ef30da5](https://togithub.com/stephenh/ts-proto/commit/ef30da58d60b9098eb50b7e27489ac8ef854022e))
###
[`v1.165.3`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11653-2023-12-26)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.165.2...v1.165.3)
##### Bug Fixes
- add serviceName to grpc-js client constructor type
([#​980](https://togithub.com/stephenh/ts-proto/issues/980))
([2c6682d](https://togithub.com/stephenh/ts-proto/commit/2c6682df400a5b1e4bcb9c5bc233dbd7a65df987))
###
[`v1.165.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11652-2023-12-20)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.165.1...v1.165.2)
##### Bug Fixes
- Fix generating wrong web-rpc implementation for wrapper-type method
arg ([#​978](https://togithub.com/stephenh/ts-proto/issues/978))
([063fd29](https://togithub.com/stephenh/ts-proto/commit/063fd29974e0e917ad69cd5a158ee233edb5e019))
###
[`v1.165.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11651-2023-12-06)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.165.0...v1.165.1)
##### Bug Fixes
- do not mention :local scripts
([#​974](https://togithub.com/stephenh/ts-proto/issues/974))
([ef30da5](https://togithub.com/stephenh/ts-proto/commit/ef30da58d60b9098eb50b7e27489ac8ef854022e))
###
[`v1.165.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11650-2023-11-28)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.164.2...v1.165.0)
##### Features
- add error handler to rpc interface
([#​965](https://togithub.com/stephenh/ts-proto/issues/965))
([47cd16e](https://togithub.com/stephenh/ts-proto/commit/47cd16e048e19ebc0b8673bccffdade678cc0363))
####
[1.164.2](https://togithub.com/stephenh/ts-proto/compare/v1.164.1...v1.164.2)
(2023-11-28)
##### Bug Fixes
- Don't close client if we've already aborted
([#​968](https://togithub.com/stephenh/ts-proto/issues/968))
([7ee1507](https://togithub.com/stephenh/ts-proto/commit/7ee15075b2f35fac92790885c02f5a0edba9a76a))
####
[1.164.1](https://togithub.com/stephenh/ts-proto/compare/v1.164.0...v1.164.1)
(2023-11-24)
##### Bug Fixes
- revert useDate=false behaviour; add useJsonTimestamp option
([#​969](https://togithub.com/stephenh/ts-proto/issues/969))
([15ae516](https://togithub.com/stephenh/ts-proto/commit/15ae516ae09b27d5adf41b5e85fe509792c5854e))
###
[`v1.164.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11642-2023-11-28)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.164.1...v1.164.2)
##### Bug Fixes
- Don't close client if we've already aborted
([#​968](https://togithub.com/stephenh/ts-proto/issues/968))
([7ee1507](https://togithub.com/stephenh/ts-proto/commit/7ee15075b2f35fac92790885c02f5a0edba9a76a))
###
[`v1.164.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11641-2023-11-24)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.164.0...v1.164.1)
##### Bug Fixes
- revert useDate=false behaviour; add useJsonTimestamp option
([#​969](https://togithub.com/stephenh/ts-proto/issues/969))
([15ae516](https://togithub.com/stephenh/ts-proto/commit/15ae516ae09b27d5adf41b5e85fe509792c5854e))
###
[`v1.164.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11640-2023-11-09)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.163.0...v1.164.0)
##### Features
- add before and after request methods to base service
([#​961](https://togithub.com/stephenh/ts-proto/issues/961))
([19ba6a5](https://togithub.com/stephenh/ts-proto/commit/19ba6a50c6fd4f574e20315e1ec721c5e04dab25))
###
[`v1.163.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11630-2023-11-02)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.162.2...v1.163.0)
##### Features
- generate type namespaces for enums as literals
([#​960](https://togithub.com/stephenh/ts-proto/issues/960))
([e2619f6](https://togithub.com/stephenh/ts-proto/commit/e2619f6191e8bfb1deaf8474c26ea386c5c34e63))
####
[1.162.2](https://togithub.com/stephenh/ts-proto/compare/v1.162.1...v1.162.2)
(2023-10-26)
##### Bug Fixes
- return types and optional chaining in field masks when
`useOptionals=all`
([#​957](https://togithub.com/stephenh/ts-proto/issues/957))
([a3d7bd4](https://togithub.com/stephenh/ts-proto/commit/a3d7bd4eaf0b25cd8d7991cc85893ce3d8ab7937))
####
[1.162.1](https://togithub.com/stephenh/ts-proto/compare/v1.162.0...v1.162.1)
(2023-10-13)
##### Bug Fixes
- Simplify safe key handling.
([#​950](https://togithub.com/stephenh/ts-proto/issues/950))
([5e0e6ca](https://togithub.com/stephenh/ts-proto/commit/5e0e6ca1d76f5c9aaef5f40a9cc685538251a5f9))
###
[`v1.162.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11622-2023-10-26)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.162.1...v1.162.2)
##### Bug Fixes
- return types and optional chaining in field masks when
`useOptionals=all`
([#​957](https://togithub.com/stephenh/ts-proto/issues/957))
([a3d7bd4](https://togithub.com/stephenh/ts-proto/commit/a3d7bd4eaf0b25cd8d7991cc85893ce3d8ab7937))
###
[`v1.162.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11621-2023-10-13)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.162.0...v1.162.1)
##### Bug Fixes
- Simplify safe key handling.
([#​950](https://togithub.com/stephenh/ts-proto/issues/950))
([5e0e6ca](https://togithub.com/stephenh/ts-proto/commit/5e0e6ca1d76f5c9aaef5f40a9cc685538251a5f9))
###
[`v1.162.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11620-2023-10-13)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.161.1...v1.162.0)
##### Features
- support `json_name` defined in a proto file
([#​943](https://togithub.com/stephenh/ts-proto/issues/943))
([de989af](https://togithub.com/stephenh/ts-proto/commit/de989af0d9bf9910dc3c047a18d97f289bffe2ee))
####
[1.161.1](https://togithub.com/stephenh/ts-proto/compare/v1.161.0...v1.161.1)
(2023-10-10)
##### Bug Fixes
- use optional chaining when both `forceLong=long` and
`useOptionals=all` options are set in the generated fromTimestamp
function
([#​949](https://togithub.com/stephenh/ts-proto/issues/949))
([b00db6f](https://togithub.com/stephenh/ts-proto/commit/b00db6fa42d511b9bef602a231a1f093664cd40c))
###
[`v1.161.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11611-2023-10-10)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.161.0...v1.161.1)
##### Bug Fixes
- use optional chaining when both `forceLong=long` and
`useOptionals=all` options are set in the generated fromTimestamp
function
([#​949](https://togithub.com/stephenh/ts-proto/issues/949))
([b00db6f](https://togithub.com/stephenh/ts-proto/commit/b00db6fa42d511b9bef602a231a1f093664cd40c))
###
[`v1.161.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11610-2023-10-10)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.160.0...v1.161.0)
##### Features
- add unrecognizedEnumName and unrecognizedEnumValue options
([#​946](https://togithub.com/stephenh/ts-proto/issues/946))
([cd61e90](https://togithub.com/stephenh/ts-proto/commit/cd61e90e59844795fb5d7d86ec99bd37d2fdf21b))
###
[`v1.160.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11600-2023-10-05)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.159.3...v1.160.0)
##### Features
- add bigint input validation
([#​938](https://togithub.com/stephenh/ts-proto/issues/938))
([0f9b6b1](https://togithub.com/stephenh/ts-proto/commit/0f9b6b1c5982427f77b111466a11c18e57b070bd))
####
[1.159.3](https://togithub.com/stephenh/ts-proto/compare/v1.159.2...v1.159.3)
(2023-10-04)
##### Bug Fixes
- toJSON methods don't respect useDate=false
([#​935](https://togithub.com/stephenh/ts-proto/issues/935))
([#​937](https://togithub.com/stephenh/ts-proto/issues/937))
([acdfb0a](https://togithub.com/stephenh/ts-proto/commit/acdfb0a100c9de1d51cb1710cc3fb40566d16706))
####
[1.159.2](https://togithub.com/stephenh/ts-proto/compare/v1.159.1...v1.159.2)
(2023-10-02)
##### Bug Fixes
- Support using messages called String/Boolean/Number/Array
([#​934](https://togithub.com/stephenh/ts-proto/issues/934))
([f75159b](https://togithub.com/stephenh/ts-proto/commit/f75159bde85c8d85a2be938c6e3db78c77318890)),
closes [#​927](https://togithub.com/stephenh/ts-proto/issues/927)
####
[1.159.1](https://togithub.com/stephenh/ts-proto/compare/v1.159.0...v1.159.1)
(2023-09-30)
##### Bug Fixes
- Use a Map when map keys are boolean.
([#​933](https://togithub.com/stephenh/ts-proto/issues/933))
([c1253a3](https://togithub.com/stephenh/ts-proto/commit/c1253a3761405d7a2ffe4d15f4c3ffb364697a02)),
closes [#​926](https://togithub.com/stephenh/ts-proto/issues/926)
###
[`v1.159.3`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11593-2023-10-04)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.159.2...v1.159.3)
##### Bug Fixes
- toJSON methods don't respect useDate=false
([#​935](https://togithub.com/stephenh/ts-proto/issues/935))
([#​937](https://togithub.com/stephenh/ts-proto/issues/937))
([acdfb0a](https://togithub.com/stephenh/ts-proto/commit/acdfb0a100c9de1d51cb1710cc3fb40566d16706))
###
[`v1.159.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11592-2023-10-02)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.159.1...v1.159.2)
##### Bug Fixes
- Support using messages called String/Boolean/Number/Array
([#​934](https://togithub.com/stephenh/ts-proto/issues/934))
([f75159b](https://togithub.com/stephenh/ts-proto/commit/f75159bde85c8d85a2be938c6e3db78c77318890)),
closes [#​927](https://togithub.com/stephenh/ts-proto/issues/927)
###
[`v1.159.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11591-2023-09-30)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.159.0...v1.159.1)
##### Bug Fixes
- Use a Map when map keys are boolean.
([#​933](https://togithub.com/stephenh/ts-proto/issues/933))
([c1253a3](https://togithub.com/stephenh/ts-proto/commit/c1253a3761405d7a2ffe4d15f4c3ffb364697a02)),
closes [#​926](https://togithub.com/stephenh/ts-proto/issues/926)
###
[`v1.159.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11590-2023-09-30)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.158.1...v1.159.0)
##### Features
- Add globalThisPolyfill, defaults false.
([#​931](https://togithub.com/stephenh/ts-proto/issues/931))
([085fa21](https://togithub.com/stephenh/ts-proto/commit/085fa21603a74544af192f404289c2e62ecfd8f6))
####
[1.158.1](https://togithub.com/stephenh/ts-proto/compare/v1.158.0...v1.158.1)
(2023-09-30)
##### Bug Fixes
- Use globalThis for Array/String/Boolean
([#​930](https://togithub.com/stephenh/ts-proto/issues/930))
([9a252c3](https://togithub.com/stephenh/ts-proto/commit/9a252c3d4cf988496f6de17cc378dbb09a1baf92))
###
[`v1.158.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11581-2023-09-30)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.158.0...v1.158.1)
##### Bug Fixes
- Use globalThis for Array/String/Boolean
([#​930](https://togithub.com/stephenh/ts-proto/issues/930))
([9a252c3](https://togithub.com/stephenh/ts-proto/commit/9a252c3d4cf988496f6de17cc378dbb09a1baf92))
###
[`v1.158.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11580-2023-09-24)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.157.1...v1.158.0)
##### Features
- adds support for emitting default scalar values in json
([#​919](https://togithub.com/stephenh/ts-proto/issues/919))
([01f529f](https://togithub.com/stephenh/ts-proto/commit/01f529f2b0eed486356ff6add9a43aabde3d1d0d))
####
[1.157.1](https://togithub.com/stephenh/ts-proto/compare/v1.157.0...v1.157.1)
(2023-09-18)
##### Bug Fixes
- Update type imports syntax on gRPC generation
([#​921](https://togithub.com/stephenh/ts-proto/issues/921))
([b10ab31](https://togithub.com/stephenh/ts-proto/commit/b10ab31a479420413998840eab866ab51f72285d))
###
[`v1.157.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11571-2023-09-18)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.157.0...v1.157.1)
##### Bug Fixes
- Update type imports syntax on gRPC generation
([#​921](https://togithub.com/stephenh/ts-proto/issues/921))
([b10ab31](https://togithub.com/stephenh/ts-proto/commit/b10ab31a479420413998840eab866ab51f72285d))
###
[`v1.157.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11570-2023-09-03)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.156.8...v1.157.0)
##### Features
- enum decoding
([#​910](https://togithub.com/stephenh/ts-proto/issues/910))
([9e0a0b5](https://togithub.com/stephenh/ts-proto/commit/9e0a0b5c86004313f65eae88b8dc5e63deaaf251)),
closes [ts-proto-#​859](https://togithub.com/ts-proto-/issues/859)
[ts-proto#859](https://togithub.com/ts-proto/issues/859)
[ts-proto#859](https://togithub.com/ts-proto/issues/859)
[ts-proto-#​859](https://togithub.com/ts-proto-/issues/859)
[#​909](https://togithub.com/stephenh/ts-proto/issues/909)
####
[1.156.8](https://togithub.com/stephenh/ts-proto/compare/v1.156.7...v1.156.8)
(2023-09-03)
##### Bug Fixes
- fixing exportCommonSymbols in nestjs
([#​916](https://togithub.com/stephenh/ts-proto/issues/916))
([daf41f7](https://togithub.com/stephenh/ts-proto/commit/daf41f7c2654e801994c0791fb3f9f178b5d8ad8))
####
[1.156.7](https://togithub.com/stephenh/ts-proto/compare/v1.156.6...v1.156.7)
(2023-08-18)
##### Bug Fixes
- always use Map for int64 keys
([#​708](https://togithub.com/stephenh/ts-proto/issues/708))
([#​905](https://togithub.com/stephenh/ts-proto/issues/905))
([cf2fb59](https://togithub.com/stephenh/ts-proto/commit/cf2fb59de20f8a60ead23294439dacbdbe6dfc14))
####
[1.156.6](https://togithub.com/stephenh/ts-proto/compare/v1.156.5...v1.156.6)
(2023-08-16)
##### Bug Fixes
- use correct imports for optional fields
([#​904](https://togithub.com/stephenh/ts-proto/issues/904))
([fa13ec7](https://togithub.com/stephenh/ts-proto/commit/fa13ec752c6564af045081548f5fc5cabb687151))
####
[1.156.5](https://togithub.com/stephenh/ts-proto/compare/v1.156.4...v1.156.5)
(2023-08-15)
##### Bug Fixes
- remove-enum-prefix for nested enums
([#​903](https://togithub.com/stephenh/ts-proto/issues/903))
([efdbf47](https://togithub.com/stephenh/ts-proto/commit/efdbf476b26c49c1bc56f9404f49667f2acc1f8b))
####
[1.156.4](https://togithub.com/stephenh/ts-proto/compare/v1.156.3...v1.156.4)
(2023-08-15)
##### Bug Fixes
- enum default value when remove-enum-prefix and string-enum both on
([#​902](https://togithub.com/stephenh/ts-proto/issues/902))
([594b137](https://togithub.com/stephenh/ts-proto/commit/594b137cdffbf6256b9d0ee6bb82822ce22c7b94))
####
[1.156.3](https://togithub.com/stephenh/ts-proto/compare/v1.156.2...v1.156.3)
(2023-08-13)
##### Bug Fixes
- Only check file dependencies once/file.
([#​901](https://togithub.com/stephenh/ts-proto/issues/901))
([8d61980](https://togithub.com/stephenh/ts-proto/commit/8d6198020a5ec775b0dbaf7e08924f4bdcc677f8)),
closes [#​900](https://togithub.com/stephenh/ts-proto/issues/900)
####
[1.156.2](https://togithub.com/stephenh/ts-proto/compare/v1.156.1...v1.156.2)
(2023-07-29)
##### Bug Fixes
- Add 'as any' in create
([#​895](https://togithub.com/stephenh/ts-proto/issues/895))
([4214d5a](https://togithub.com/stephenh/ts-proto/commit/4214d5af98817f317760298b1b2e03a8e956329c)),
closes [#​838](https://togithub.com/stephenh/ts-proto/issues/838)
####
[1.156.1](https://togithub.com/stephenh/ts-proto/compare/v1.156.0...v1.156.1)
(2023-07-22)
##### Bug Fixes
- Depend specifically on long 5.2.3.
([#​892](https://togithub.com/stephenh/ts-proto/issues/892))
([2b976f2](https://togithub.com/stephenh/ts-proto/commit/2b976f295fc1fbab6d0fb5ad86cfad26ed722c8a))
###
[`v1.156.8`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11568-2023-09-03)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.156.7...v1.156.8)
##### Bug Fixes
- fixing exportCommonSymbols in nestjs
([#​916](https://togithub.com/stephenh/ts-proto/issues/916))
([daf41f7](https://togithub.com/stephenh/ts-proto/commit/daf41f7c2654e801994c0791fb3f9f178b5d8ad8))
###
[`v1.156.7`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11567-2023-08-18)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.156.6...v1.156.7)
##### Bug Fixes
- always use Map for int64 keys
([#​708](https://togithub.com/stephenh/ts-proto/issues/708))
([#​905](https://togithub.com/stephenh/ts-proto/issues/905))
([cf2fb59](https://togithub.com/stephenh/ts-proto/commit/cf2fb59de20f8a60ead23294439dacbdbe6dfc14))
###
[`v1.156.6`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11566-2023-08-16)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.156.5...v1.156.6)
##### Bug Fixes
- use correct imports for optional fields
([#​904](https://togithub.com/stephenh/ts-proto/issues/904))
([fa13ec7](https://togithub.com/stephenh/ts-proto/commit/fa13ec752c6564af045081548f5fc5cabb687151))
###
[`v1.156.5`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11565-2023-08-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.156.4...v1.156.5)
##### Bug Fixes
- remove-enum-prefix for nested enums
([#​903](https://togithub.com/stephenh/ts-proto/issues/903))
([efdbf47](https://togithub.com/stephenh/ts-proto/commit/efdbf476b26c49c1bc56f9404f49667f2acc1f8b))
###
[`v1.156.4`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11564-2023-08-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.156.3...v1.156.4)
##### Bug Fixes
- enum default value when remove-enum-prefix and string-enum both on
([#​902](https://togithub.com/stephenh/ts-proto/issues/902))
([594b137](https://togithub.com/stephenh/ts-proto/commit/594b137cdffbf6256b9d0ee6bb82822ce22c7b94))
###
[`v1.156.3`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11563-2023-08-13)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.156.2...v1.156.3)
##### Bug Fixes
- Only check file dependencies once/file.
([#​901](https://togithub.com/stephenh/ts-proto/issues/901))
([8d61980](https://togithub.com/stephenh/ts-proto/commit/8d6198020a5ec775b0dbaf7e08924f4bdcc677f8)),
closes [#​900](https://togithub.com/stephenh/ts-proto/issues/900)
###
[`v1.156.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11562-2023-07-29)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.156.1...v1.156.2)
##### Bug Fixes
- Add 'as any' in create
([#​895](https://togithub.com/stephenh/ts-proto/issues/895))
([4214d5a](https://togithub.com/stephenh/ts-proto/commit/4214d5af98817f317760298b1b2e03a8e956329c)),
closes [#​838](https://togithub.com/stephenh/ts-proto/issues/838)
###
[`v1.156.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11561-2023-07-22)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.156.0...v1.156.1)
##### Bug Fixes
- Depend specifically on long 5.2.3.
([#​892](https://togithub.com/stephenh/ts-proto/issues/892))
([2b976f2](https://togithub.com/stephenh/ts-proto/commit/2b976f295fc1fbab6d0fb5ad86cfad26ed722c8a))
###
[`v1.156.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11560-2023-07-20)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.155.1...v1.156.0)
##### Features
-
**[ts-proto-#​859](https://togithub.com/ts-proto-/ts-proto/issues/859):**
added encode-only options to toJSON methods
([#​886](https://togithub.com/stephenh/ts-proto/issues/886))
([d0cf57d](https://togithub.com/stephenh/ts-proto/commit/d0cf57d9a1aebdec3bec67585658362b1a38d6a3)),
closes [ts-proto-#​859](https://togithub.com/ts-proto-/issues/859)
[ts-proto-#​859](https://togithub.com/ts-proto-/issues/859)
[ts-proto#859](https://togithub.com/ts-proto/issues/859)
[ts-proto#859](https://togithub.com/ts-proto/issues/859)
[ts-proto-#​859](https://togithub.com/ts-proto-/issues/859)
####
[1.155.1](https://togithub.com/stephenh/ts-proto/compare/v1.155.0...v1.155.1)
(2023-07-15)
##### Bug Fixes
- Bump descriptors.
([#​883](https://togithub.com/stephenh/ts-proto/issues/883))
([e2cf184](https://togithub.com/stephenh/ts-proto/commit/e2cf1848c1c70a8bbe73756e1cf530c5d70f5ce2))
###
[`v1.155.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11551-2023-07-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.155.0...v1.155.1)
##### Bug Fixes
- Bump descriptors.
([#​883](https://togithub.com/stephenh/ts-proto/issues/883))
([e2cf184](https://togithub.com/stephenh/ts-proto/commit/e2cf1848c1c70a8bbe73756e1cf530c5d70f5ce2))
###
[`v1.155.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11550-2023-07-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.154.0...v1.155.0)
##### Features
- Upgrade to long 5.0.0.
([#​882](https://togithub.com/stephenh/ts-proto/issues/882))
([4c1e7a6](https://togithub.com/stephenh/ts-proto/commit/4c1e7a6e02f974f193063a83ce7a472b14f2d2d0))
###
[`v1.154.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11540-2023-07-15)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.153.3...v1.154.0)
##### Features
- Normalize `toJSON` output by omitting fields set to their default
values
([#​878](https://togithub.com/stephenh/ts-proto/issues/878))
([50958d6](https://togithub.com/stephenh/ts-proto/commit/50958d639435a32a76d59fc57565e3677f5be39e))
####
[1.153.3](https://togithub.com/stephenh/ts-proto/compare/v1.153.2...v1.153.3)
(2023-07-13)
##### Bug Fixes
- Bump ts-proto-descriptors w/long back.
([#​880](https://togithub.com/stephenh/ts-proto/issues/880))
([d27e19c](https://togithub.com/stephenh/ts-proto/commit/d27e19c84420d46dff0fc1914ce724ec15f86185))
####
[1.153.2](https://togithub.com/stephenh/ts-proto/compare/v1.153.1...v1.153.2)
(2023-07-12)
##### Bug Fixes
- Move dataloader to a devDependency.
([#​877](https://togithub.com/stephenh/ts-proto/issues/877))
([dbe1a96](https://togithub.com/stephenh/ts-proto/commit/dbe1a967ced7863492f82a977d6e5d34f4f034a6))
####
[1.153.1](https://togithub.com/stephenh/ts-proto/compare/v1.153.0...v1.153.1)
(2023-07-12)
##### Bug Fixes
- Bump ts-proto-descriptors.
([#​876](https://togithub.com/stephenh/ts-proto/issues/876))
([ad57819](https://togithub.com/stephenh/ts-proto/commit/ad57819a16b5f3886bde3c8f63231dc70f84d250))
###
[`v1.153.3`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11533-2023-07-13)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.153.2...v1.153.3)
##### Bug Fixes
- Bump ts-proto-descriptors w/long back.
([#​880](https://togithub.com/stephenh/ts-proto/issues/880))
([d27e19c](https://togithub.com/stephenh/ts-proto/commit/d27e19c84420d46dff0fc1914ce724ec15f86185))
###
[`v1.153.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11532-2023-07-12)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.153.1...v1.153.2)
##### Bug Fixes
- Move dataloader to a devDependency.
([#​877](https://togithub.com/stephenh/ts-proto/issues/877))
([dbe1a96](https://togithub.com/stephenh/ts-proto/commit/dbe1a967ced7863492f82a977d6e5d34f4f034a6))
###
[`v1.153.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11531-2023-07-12)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.153.0...v1.153.1)
##### Bug Fixes
- Bump ts-proto-descriptors.
([#​876](https://togithub.com/stephenh/ts-proto/issues/876))
([ad57819](https://togithub.com/stephenh/ts-proto/commit/ad57819a16b5f3886bde3c8f63231dc70f84d250))
###
[`v1.153.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11530-2023-07-12)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.152.1...v1.153.0)
##### Features
- Update protobufjs (and peer dependencies) to ^7
([#​874](https://togithub.com/stephenh/ts-proto/issues/874))
([7f979a7](https://togithub.com/stephenh/ts-proto/commit/7f979a70af2e42c8c429ae5f65787e0b43ccb706))
####
[1.152.1](https://togithub.com/stephenh/ts-proto/compare/v1.152.0...v1.152.1)
(2023-07-10)
##### Bug Fixes
- Fix invocation error.
([f4e26bd](https://togithub.com/stephenh/ts-proto/commit/f4e26bd44f6882318defab1fccd0d6a833823fc0))
###
[`v1.152.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11521-2023-07-10)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.152.0...v1.152.1)
##### Bug Fixes
- Fix invocation error.
([f4e26bd](https://togithub.com/stephenh/ts-proto/commit/f4e26bd44f6882318defab1fccd0d6a833823fc0))
###
[`v1.152.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11520-2023-07-10)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.151.1...v1.152.0)
##### Features
- Ensure strict(er) TS compliance for the generated code
([#​868](https://togithub.com/stephenh/ts-proto/issues/868))
([1405d4b](https://togithub.com/stephenh/ts-proto/commit/1405d4bcc866343605946ac4a0b30e7de9c75e71))
####
[1.151.1](https://togithub.com/stephenh/ts-proto/compare/v1.151.0...v1.151.1)
(2023-07-05)
##### Bug Fixes
- generate different MessageType when using static-only
([#​863](https://togithub.com/stephenh/ts-proto/issues/863))
([477e5f5](https://togithub.com/stephenh/ts-proto/commit/477e5f5bc0aaf70a92d7231f4a9e746d13b2bbcf)),
closes [#​861](https://togithub.com/stephenh/ts-proto/issues/861)
###
[`v1.151.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11511-2023-07-05)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.151.0...v1.151.1)
##### Bug Fixes
- generate different MessageType when using static-only
([#​863](https://togithub.com/stephenh/ts-proto/issues/863))
([477e5f5](https://togithub.com/stephenh/ts-proto/commit/477e5f5bc0aaf70a92d7231f4a9e746d13b2bbcf)),
closes [#​861](https://togithub.com/stephenh/ts-proto/issues/861)
###
[`v1.151.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11510-2023-07-04)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.150.1...v1.151.0)
##### Features
- Add static-only variant to to outputTypeAnnotations option
([#​858](https://togithub.com/stephenh/ts-proto/issues/858))
([d7c4af7](https://togithub.com/stephenh/ts-proto/commit/d7c4af7e068200b30cf773703ef906595aec6042))
####
[1.150.1](https://togithub.com/stephenh/ts-proto/compare/v1.150.0...v1.150.1)
(2023-06-23)
##### Bug Fixes
- don't generate transitively imported files for mapped imports
([#​854](https://togithub.com/stephenh/ts-proto/issues/854))
([edd9044](https://togithub.com/stephenh/ts-proto/commit/edd9044568739b089f1ec66b53d0cc36d540610b))
###
[`v1.150.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11501-2023-06-23)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.150.0...v1.150.1)
##### Bug Fixes
- don't generate transitively imported files for mapped imports
([#​854](https://togithub.com/stephenh/ts-proto/issues/854))
([edd9044](https://togithub.com/stephenh/ts-proto/commit/edd9044568739b089f1ec66b53d0cc36d540610b))
###
[`v1.150.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11500-2023-06-20)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.149.0...v1.150.0)
##### Features
- expose service name as a separate exported constant
([#​851](https://togithub.com/stephenh/ts-proto/issues/851))
([84a4ed6](https://togithub.com/stephenh/ts-proto/commit/84a4ed610089363e3ee7a6a29581d8e0ef695f0d))
###
[`v1.149.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11490-2023-06-13)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.148.2...v1.149.0)
##### Features
- support lib: es6
([#​850](https://togithub.com/stephenh/ts-proto/issues/850))
([6280677](https://togithub.com/stephenh/ts-proto/commit/62806776beacb1e2b0ee921e4212f1e61ce5191e))
####
[1.148.2](https://togithub.com/stephenh/ts-proto/compare/v1.148.1...v1.148.2)
(2023-06-04)
##### Bug Fixes
- esModuleInterop not working for object-hash and dataloader imports
([#​794](https://togithub.com/stephenh/ts-proto/issues/794))
([9fc9632](https://togithub.com/stephenh/ts-proto/commit/9fc9632e03a18f7a2d6e95a72ff959be93199981))
####
[1.148.1](https://togithub.com/stephenh/ts-proto/compare/v1.148.0...v1.148.1)
(2023-05-25)
##### Bug Fixes
- add callback close condition
([#​837](https://togithub.com/stephenh/ts-proto/issues/837))
([2071c67](https://togithub.com/stephenh/ts-proto/commit/2071c67650a3ac80ec9b5845fec3227ee47841d0))
###
[`v1.148.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11482-2023-06-04)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.148.1...v1.148.2)
##### Bug Fixes
- esModuleInterop not working for object-hash and dataloader imports
([#​794](https://togithub.com/stephenh/ts-proto/issues/794))
([9fc9632](https://togithub.com/stephenh/ts-proto/commit/9fc9632e03a18f7a2d6e95a72ff959be93199981))
###
[`v1.148.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11481-2023-05-25)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.148.0...v1.148.1)
##### Bug Fixes
- add callback close condition
([#​837](https://togithub.com/stephenh/ts-proto/issues/837))
([2071c67](https://togithub.com/stephenh/ts-proto/commit/2071c67650a3ac80ec9b5845fec3227ee47841d0))
###
[`v1.148.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11480-2023-05-23)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.147.3...v1.148.0)
##### Features
- Generate Index Files
([#​821](https://togithub.com/stephenh/ts-proto/issues/821))
([85bf206](https://togithub.com/stephenh/ts-proto/commit/85bf206ca8c1052849aea3e39522ad4918e0d736))
####
[1.147.3](https://togithub.com/stephenh/ts-proto/compare/v1.147.2...v1.147.3)
(2023-05-16)
##### Bug Fixes
- ensure generated fromTimestamp works when useOptionals=all
([#​832](https://togithub.com/stephenh/ts-proto/issues/832))
([1f82445](https://togithub.com/stephenh/ts-proto/commit/1f8244569de87ad99ed3676244e51291af9b3323))
####
[1.147.2](https://togithub.com/stephenh/ts-proto/compare/v1.147.1...v1.147.2)
(2023-05-07)
##### Bug Fixes
- import Observable as a type
([#​826](https://togithub.com/stephenh/ts-proto/issues/826))
([52e84ba](https://togithub.com/stephenh/ts-proto/commit/52e84ba7ee8826cf3b33455b38bacfd0c68884ea))
####
[1.147.1](https://togithub.com/stephenh/ts-proto/compare/v1.147.0...v1.147.1)
(2023-05-02)
##### Bug Fixes
- Try fixing the Buf publish step.
([47ef176](https://togithub.com/stephenh/ts-proto/commit/47ef176056108bba8fb553f0d7b53d11e139bfbc))
###
[`v1.147.3`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11473-2023-05-16)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.147.2...v1.147.3)
##### Bug Fixes
- ensure generated fromTimestamp works when useOptionals=all
([#​832](https://togithub.com/stephenh/ts-proto/issues/832))
([1f82445](https://togithub.com/stephenh/ts-proto/commit/1f8244569de87ad99ed3676244e51291af9b3323))
###
[`v1.147.2`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11472-2023-05-07)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.147.1...v1.147.2)
##### Bug Fixes
- import Observable as a type
([#​826](https://togithub.com/stephenh/ts-proto/issues/826))
([52e84ba](https://togithub.com/stephenh/ts-proto/commit/52e84ba7ee8826cf3b33455b38bacfd0c68884ea))
###
[`v1.147.1`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11471-2023-05-02)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.147.0...v1.147.1)
##### Bug Fixes
- Try fixing the Buf publish step.
([47ef176](https://togithub.com/stephenh/ts-proto/commit/47ef176056108bba8fb553f0d7b53d11e139bfbc))
###
[`v1.147.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11470-2023-05-02)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.146.0...v1.147.0)
##### Features
- Add type annotations flag
([#​786](https://togithub.com/stephenh/ts-proto/issues/786))
([b565ff5](https://togithub.com/stephenh/ts-proto/commit/b565ff57c0a64a3869ba7475c2b53f46504169d0))
###
[`v1.146.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11460-2023-04-01)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.145.0...v1.146.0)
##### Features
- extensions
([#​808](https://togithub.com/stephenh/ts-proto/issues/808))
([f956128](https://togithub.com/stephenh/ts-proto/commit/f956128ad830f4538452d65dccedca3e08d6c871))
###
[`v1.145.0`](https://togithub.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#11450-2023-03-27)
[Compare
Source](https://togithub.com/stephenh/ts-proto/compare/v1.144.1...v1.145.0)
##### Bug Fixes
- various fixes
([#​812](https://togithub.com/stephenh/ts-proto/issues/812))
([ca18495](https://togithub.com/stephenh/ts-proto/commit/ca184958957b2c546e9a84173bc1c73425e33bc5))
##### Features
- Update fromPartial and fromJson to respect initializeFieldsAsUndefined
([#​811](https://togithub.com/stephenh/ts-proto/issues/811))
([1615ae0](https://togithub.com/stephenh/ts-proto/commit/1615ae0b136bc8909e206b44f3bd6ec568a760e6))
####
[1.144.1](https://togithub.com/stephenh/ts-proto/compare/v1.144.0...v1.144.1)
(2023-03-26)
##### Bug Fixes
- Bump ts-proto-descriptors to restore any-less \_unknownFields.
([#​810](https://togithub.com/stephenh/ts-proto/issues/810))
([de9c307](http
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **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/proto-graphql/proto-graphql-js).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRldkRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 8aeec46 commit 68c3845
2 files changed
+34
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments