Skip to content
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
renovate/bufbuild-protoc-gen-es-1.x-lockfile
Open

Update dependency @bufbuild/protoc-gen-es to v1.10.1#288
renovate[bot] wants to merge 1 commit intomainfrom
renovate/bufbuild-protoc-gen-es-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bufbuild/protoc-gen-es (source) 1.4.2 -> 1.10.1 age adoption passing confidence
@bufbuild/protoc-gen-es (source) 1.9.0 -> 1.10.1 age adoption passing confidence

Release Notes

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

v1.10.1

Compare Source

What's Changed

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

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


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.


  • 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 added the renovate By renovate bot label Jun 15, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jun 15, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/dashboard/yarn.lock
error This project's package.json defines "packageManager": "yarn@pnpm@10.12.1". However the current global version of Yarn is 1.22.22.

Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.

File name: backend/auto-operation/yarn.lock
error This project's package.json defines "packageManager": "yarn@pnpm@8.6.11". However the current global version of Yarn is 1.22.22.

Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.

File name: pnpm-lock.yaml
 ERR_PNPM_NO_PKG_MANIFEST  No package.json found in /tmp/renovate/repos/github/ueckoken/plarail2023

@github-actions github-actions bot added the backend バックエンド関連 label Jun 15, 2025
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Jun 15, 2025

Deploying plarail2023 with  Cloudflare Pages  Cloudflare Pages

Latest commit: ee99ff1
Status: ✅  Deploy successful!
Preview URL: https://125f8af5.plarail2023.pages.dev
Branch Preview URL: https://renovate-bufbuild-protoc-gen.plarail2023.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/bufbuild-protoc-gen-es-1.x-lockfile branch 16 times, most recently from 419d45d to 812da0e Compare June 21, 2025 03:15
@renovate renovate bot force-pushed the renovate/bufbuild-protoc-gen-es-1.x-lockfile branch from 812da0e to ee99ff1 Compare June 21, 2025 03:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

backend バックエンド関連 renovate By renovate bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants