This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Update dependency @bufbuild/protoc-gen-es to v1.10.1#288
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency @bufbuild/protoc-gen-es to v1.10.1#288renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
Deploying plarail2023 with
|
| Latest commit: |
ee99ff1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://125f8af5.plarail2023.pages.dev |
| Branch Preview URL: | https://renovate-bufbuild-protoc-gen.plarail2023.pages.dev |
419d45d to
812da0e
Compare
812da0e to
ee99ff1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.2->1.10.11.9.0->1.10.1Release Notes
bufbuild/protobuf-es (@bufbuild/protoc-gen-es)
v1.10.1Compare Source
What's Changed
Full Changelog: bufbuild/protobuf-es@v1.10.0...v1.10.1
v1.10.0Compare Source
What's Changed
Full Changelog: bufbuild/protobuf-es@v1.9.0...v1.10.0
v1.9.0Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protobuf-es@v1.8.0...v1.9.0
v1.8.0Compare Source
What's Changed
/*@​__PURE__*/annotation for better tree-shaking support by @pmzi in https://github.com/bufbuild/protobuf-es/pull/470New Contributors
Full Changelog: bufbuild/protobuf-es@v1.7.2...v1.8.0
v1.7.2Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protobuf-es@v1.7.1...v1.7.2
v1.7.1Compare Source
What's Changed
Full Changelog: bufbuild/protobuf-es@v1.7.0...v1.7.1
v1.7.0Compare Source
What's Changed
This release adds support for extensions, a Protobuf language feature that allows to extend a message with an additional field.
For example:
For the extension
age, we generate a new exportconst age: Extension<User, number>. You can set the extension field with the functionsetExtension:To learn more about the details, see the API documentation.
For plugin authors: Since extensions provide a better way to access custom options in a plugin, we are deprecating the
findCustom*Optionfunctions from@bufbuild/protoplugin/ecmascript. We recommend to switch to extensions for better type safety and flexibility, see the PR for details.All changes
Full Changelog: bufbuild/protobuf-es@v1.6.0...v1.7.0
v1.6.0Compare Source
What's Changed
GeneratedFile.jsDoc()and other features to@bufbuild/protopluginby @timostamm in #649Full Changelog: bufbuild/protobuf-es@v1.5.1...v1.6.0
v1.5.1Compare Source
What's Changed
@bufbuild/protopluginby @timostamm in https://github.com/bufbuild/protobuf-es/pull/644@bufbuild/protoplugin, improve error messages by @timostamm in https://github.com/bufbuild/protobuf-es/pull/642Full Changelog: bufbuild/protobuf-es@v1.5.0...v1.5.1
v1.5.0Compare Source
This release includes preliminary support for editions. Please note that it's still an experimental feature.
What's Changed
New Contributors
Full Changelog: bufbuild/protobuf-es@v1.4.2...v1.5.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.