From 51cf58dd2b97719ab5b215fc339dcd843764eed3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:15:05 +0000 Subject: [PATCH] chore(deps): update dependency ts-proto to v2.5.0 (#495) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ts-proto](https://redirect.github.com/stephenh/ts-proto) | [`2.4.2` -> `2.5.0`](https://renovatebot.com/diffs/npm/ts-proto/2.4.2/2.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/ts-proto/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ts-proto/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ts-proto/2.4.2/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ts-proto/2.4.2/2.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
stephenh/ts-proto (ts-proto) ### [`v2.5.0`](https://redirect.github.com/stephenh/ts-proto/blob/HEAD/CHANGELOG.md#250-2024-12-03) [Compare Source](https://redirect.github.com/stephenh/ts-proto/compare/v2.4.2...v2.5.0) ##### Features - Add options to limit generation of encode and decode methods to only specific message types ([#​1085](https://redirect.github.com/stephenh/ts-proto/issues/1085)) ([c7372fa](https://redirect.github.com/stephenh/ts-proto/commit/c7372fab20cdac0199b79fd861e6b08113aba145)), closes [#​1084](https://redirect.github.com/stephenh/ts-proto/issues/1084) #### [2.4.2](https://redirect.github.com/stephenh/ts-proto/compare/v2.4.1...v2.4.2) (2024-11-28) ##### Performance Improvements - Replacing "else if" with a "switch case" statement to improve Typescript performance ([#​1142](https://redirect.github.com/stephenh/ts-proto/issues/1142)) ([de1a616](https://redirect.github.com/stephenh/ts-proto/commit/de1a616d24a90ef7b281c9e8966556adfa156ebb)), closes [#​1135](https://redirect.github.com/stephenh/ts-proto/issues/1135) [#​1141](https://redirect.github.com/stephenh/ts-proto/issues/1141) #### [2.4.1](https://redirect.github.com/stephenh/ts-proto/compare/v2.4.0...v2.4.1) (2024-11-26) ##### Performance Improvements - Generating "else if" where applicable ([#​1141](https://redirect.github.com/stephenh/ts-proto/issues/1141)) ([4a8018c](https://redirect.github.com/stephenh/ts-proto/commit/4a8018c915dabbc83629f021a2899ade55b6c8de))
--- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/smartive/zitadel-node). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f689d3f..e4e03b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "grpc-tools": "1.12.4", "make-dir-cli": "4.0.0", "rimraf": "6.0.1", - "ts-proto": "2.4.2", + "ts-proto": "2.5.0", "typescript": "5.7.2" } }, @@ -2995,9 +2995,9 @@ } }, "node_modules/ts-proto": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.4.2.tgz", - "integrity": "sha512-fwZeyFRLcHSDpKnbSnrAeN67v3ujVt6+DVnu2UHBkJm/grvCI4QLMlO9TkoK3XXRlQqI6i17b0c4v9uDRzsWuQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.5.0.tgz", + "integrity": "sha512-QI+rFgj4Th3njPZ8a3HM56kH7S2ZU/ph8MeH8JC3ouhhVe5hVXEG0nAyeHXaOE+gi/8YwCGDORIyNAzdb7Pr4g==", "dev": true, "dependencies": { "@bufbuild/protobuf": "^2.0.0", @@ -5284,9 +5284,9 @@ } }, "ts-proto": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.4.2.tgz", - "integrity": "sha512-fwZeyFRLcHSDpKnbSnrAeN67v3ujVt6+DVnu2UHBkJm/grvCI4QLMlO9TkoK3XXRlQqI6i17b0c4v9uDRzsWuQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/ts-proto/-/ts-proto-2.5.0.tgz", + "integrity": "sha512-QI+rFgj4Th3njPZ8a3HM56kH7S2ZU/ph8MeH8JC3ouhhVe5hVXEG0nAyeHXaOE+gi/8YwCGDORIyNAzdb7Pr4g==", "dev": true, "requires": { "@bufbuild/protobuf": "^2.0.0", diff --git a/package.json b/package.json index f0c5cd7..1960193 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "grpc-tools": "1.12.4", "make-dir-cli": "4.0.0", "rimraf": "6.0.1", - "ts-proto": "2.4.2", + "ts-proto": "2.5.0", "typescript": "5.7.2" }, "dependencies": {