Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @bufbuild/protobuf to v1 - autoclosed #369

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bufbuild/protobuf (source) 0.5.0 -> 1.10.0 age adoption passing confidence

Release Notes

bufbuild/protobuf-es (@​bufbuild/protobuf)

v1.10.0

Compare Source

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protobuf-es@v1.8.0...v1.9.0

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protobuf-es@v1.7.2...v1.8.0

v1.7.2

Compare Source

What's Changed
New Contributors

Full Changelog: bufbuild/protobuf-es@v1.7.1...v1.7.2

v1.7.1

Compare Source

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.7.0...v1.7.1

v1.7.0

Compare 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:

syntax = "proto2";

message User {
  extensions 100 to 200;
}

extend User {
  optional uint32 age = 100;
}

For the extension age, we generate a new export const age: Extension<User, number>. You can set the extension field with the function setExtension:

import { setExtension } from "@&#8203;bufbuild/protobuf";
import { User, age } from "./example_pb.js";

const user = new User();
setExtension(user, age, 77);

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*Option functions 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.0

Compare Source

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.5.1...v1.6.0

v1.5.1

Compare Source

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.5.0...v1.5.1

v1.5.0

Compare 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

v1.4.2

Compare Source

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protobuf-es@v1.3.3...v1.4.0

v1.3.3

Compare Source

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.3.2...v1.3.3

v1.3.2

Compare Source

What's Changed

Full Changelog: bufbuild/protobuf-es@v1.3.1...v1.3.2

v1.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.3.0..v1.3.1

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.2.1..v1.3.0

v1.2.1

Compare Source

What's Changed

New Contributors

Full Changelog:

v1.2.0

Compare Source

This release contains the following:

Enhancements

Full Changelog: bufbuild/protobuf-es@v1.1.1...v1.2.0

v1.1.1

Compare Source

This release contains the following:

Enhancements

Fixes

New Contributors

Full Changelog: bufbuild/protobuf-es@v1.1.0...v1.1.1

v1.1.0

Compare Source

This release includes the following:

Enhancements

Bug Fixes

New Contributors

v1.0.0

Compare Source

🎉 v1.0.0 🎉

This is Protobuf-ES's first stable release! It does not contain any user-facing changes.


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 2 times, most recently from 8dedf44 to cff6281 Compare December 27, 2022 00:48
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 2 times, most recently from 9d4ac89 to e8c0b8a Compare January 7, 2023 03:13
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 4 times, most recently from f2afcd9 to 9c0e10e Compare February 7, 2023 16:28
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 5 times, most recently from f0642e5 to 5903beb Compare February 25, 2023 07:25
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 6 times, most recently from 007879c to 6bd93c1 Compare March 4, 2023 10:11
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 5 times, most recently from 4d2e3ff to 2282c2a Compare March 14, 2023 01:11
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 5 times, most recently from 29a39eb to a8d4ebc Compare March 21, 2023 02:43
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from e11973d to d06c8ec Compare August 30, 2023 15:42
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from d06c8ec to 7e7b5b8 Compare September 26, 2023 01:27
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 2 times, most recently from 073d1d7 to 3f57011 Compare October 6, 2023 15:32
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 3 times, most recently from ea129d3 to 25b6cf7 Compare October 27, 2023 15:50
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 2 times, most recently from 1ed55d0 to 21b1716 Compare November 6, 2023 16:53
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from 21b1716 to 1bfe928 Compare November 11, 2023 15:14
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 2 times, most recently from 9229dc9 to 4bb1408 Compare December 6, 2023 18:32
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from 4bb1408 to fcc453a Compare December 12, 2023 19:03
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 3 times, most recently from 95332b4 to aa463b5 Compare January 29, 2024 20:02
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from aa463b5 to 63b368a Compare February 2, 2024 14:56
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from 63b368a to 0851d29 Compare February 17, 2024 18:51
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from 0851d29 to a44747f Compare March 3, 2024 19:59
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from a44747f to a58a38f Compare March 14, 2024 17:05
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from a58a38f to f4a796f Compare April 2, 2024 19:16
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch 2 times, most recently from 79a89e0 to e4a251f Compare April 28, 2024 06:27
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from e4a251f to e5fd962 Compare May 30, 2024 16:23
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from e5fd962 to 9e740e9 Compare June 13, 2024 23:31
@renovate renovate bot force-pushed the renovate/bufbuild-protobuf-1.x branch from 9e740e9 to 8980ecd Compare July 5, 2024 12:20
@renovate renovate bot changed the title Update dependency @bufbuild/protobuf to v1 Update dependency @bufbuild/protobuf to v1 - autoclosed Jul 30, 2024
@renovate renovate bot closed this Jul 30, 2024
@renovate renovate bot deleted the renovate/bufbuild-protobuf-1.x branch July 30, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants