From 6185fa3c5e9629574c02e6148d65781a70c5e368 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 2 Jan 2025 13:33:49 -0500
Subject: [PATCH] Bump @bufbuild/buf from 1.47.2 to 1.48.0 (#1046)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [@bufbuild/buf](https://github.com/bufbuild/buf) from 1.47.2 to
1.48.0.
Release notes
Sourced from @bufbuild/buf
's
releases.
v1.48.0
- Add
buf registry plugin {create,delete,info,update}
commands to manage BSR plugins.
- Breaking analysis support for
buf beta lsp
.
- Fix bug when using the
--type
flag filter for buf
build
where import ordering is not determinisitic.
- Add
buf plugin push
command to push a plugin to the Buf
Schema Registry. Only WebAssembly check plugins are supported at this
time.
- Add
buf plugin update
and buf plugin prune
command to manage plugins in the buf.lock
file. Only
WebAssembly check plugins are supported at this time.
- Add
buf registry plugin commit
{add-label,info,list,resolve}
to manage BSR plugin commits.
- Add
buf registry plugin label
{archive,info,list,unarchive}
to manage BSR plugin commits.
- Move
buf registry module update
to buf registry
module settings update
. Command buf registry module
update
is now deprecated.
- Support remote check plugins in
buf lint
and buf
breaking
commands.
Changelog
Sourced from @bufbuild/buf
's
changelog.
[v1.48.0] - 2024-12-19
- Add
buf registry plugin {create,delete,info,update}
commands to manage BSR plugins.
- Breaking analysis support for
buf beta lsp
.
- Fix bug when using the
--type
flag filter for buf
build
where import ordering is not
determinisitic.
- Add
buf plugin push
command to push a plugin to the Buf
Schema Registry.
Only WebAssembly check plugins are supported at this time.
- Add
buf plugin update
and buf plugin prune
command to manage plugins in the buf.lock
file. Only WebAssembly check plugins are supported at this time.
- Add
buf registry plugin commit
{add-label,info,list,resolve}
to manage BSR plugin commits.
- Add
buf registry plugin label
{archive,info,list,unarchive}
to manage BSR plugin commits.
- Move
buf registry module update
to buf registry
module settings update
. Command
buf registry module update
is now deprecated.
- Support remote check plugins in
buf lint
and buf
breaking
commands.
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@bufbuild/buf&package-manager=npm_and_yarn&previous-version=1.47.2&new-version=1.48.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package-lock.json | 68 +++++++++++------------
packages/bundle-size/package.json | 2 +-
packages/protobuf-example/package.json | 2 +-
packages/protoplugin-example/package.json | 2 +-
4 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 122fa2f0d..2e908485b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -653,9 +653,9 @@
"dev": true
},
"node_modules/@bufbuild/buf": {
- "version": "1.47.2",
- "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.47.2.tgz",
- "integrity": "sha512-glY5kCAoO4+a7HvDb+BLOdoHSdCk4mdXdkp53H8JFz7maOnkxCiHHXgRX+taFyEu25N8ybn7NjZFrZSdRwq2sA==",
+ "version": "1.48.0",
+ "resolved": "https://registry.npmjs.org/@bufbuild/buf/-/buf-1.48.0.tgz",
+ "integrity": "sha512-pwq34YC0OnyNeSXu1T7Hfg0etDi+2CS3AIwkFODVtdBLHhhuaLCFKPbUA1L/6ZChin56L5MJiUM2/nRB9HI3zQ==",
"hasInstallScript": true,
"license": "Apache-2.0",
"bin": {
@@ -667,19 +667,19 @@
"node": ">=12"
},
"optionalDependencies": {
- "@bufbuild/buf-darwin-arm64": "1.47.2",
- "@bufbuild/buf-darwin-x64": "1.47.2",
- "@bufbuild/buf-linux-aarch64": "1.47.2",
- "@bufbuild/buf-linux-armv7": "1.47.2",
- "@bufbuild/buf-linux-x64": "1.47.2",
- "@bufbuild/buf-win32-arm64": "1.47.2",
- "@bufbuild/buf-win32-x64": "1.47.2"
+ "@bufbuild/buf-darwin-arm64": "1.48.0",
+ "@bufbuild/buf-darwin-x64": "1.48.0",
+ "@bufbuild/buf-linux-aarch64": "1.48.0",
+ "@bufbuild/buf-linux-armv7": "1.48.0",
+ "@bufbuild/buf-linux-x64": "1.48.0",
+ "@bufbuild/buf-win32-arm64": "1.48.0",
+ "@bufbuild/buf-win32-x64": "1.48.0"
}
},
"node_modules/@bufbuild/buf-darwin-arm64": {
- "version": "1.47.2",
- "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-arm64/-/buf-darwin-arm64-1.47.2.tgz",
- "integrity": "sha512-74WerFn06y+azgVfsnzhfbI5wla/OLPDnIvaNJBWHaqya/3bfascJkDylW2GVNHmwG1K/cscpmcc/RJPaO7ntQ==",
+ "version": "1.48.0",
+ "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-arm64/-/buf-darwin-arm64-1.48.0.tgz",
+ "integrity": "sha512-cn00IDkwQVER8Z/PxAdWRPZ5peXcAeWSkRp5NhUd1BmK+1/4hqv41VnFQJCPpnurPcdR3a7ieG5h7ZMOLoy+ww==",
"cpu": [
"arm64"
],
@@ -693,9 +693,9 @@
}
},
"node_modules/@bufbuild/buf-darwin-x64": {
- "version": "1.47.2",
- "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-x64/-/buf-darwin-x64-1.47.2.tgz",
- "integrity": "sha512-adAiOacOQe8Ym/YXPCEiq9mrPeKRmDtF2TgqPWTcDy6mF7TqR7hMJINkEEuMd1EeACmXnzMOnXlm9ICtvdYgPg==",
+ "version": "1.48.0",
+ "resolved": "https://registry.npmjs.org/@bufbuild/buf-darwin-x64/-/buf-darwin-x64-1.48.0.tgz",
+ "integrity": "sha512-1CaNgB/xbJdiUdK3AUtIzG6a43V0mHGPWrOxlxsWl9dGYu53yuIUmQI5e4UIU7SghPqwSlaQBeIrQnK2wFUb7Q==",
"cpu": [
"x64"
],
@@ -709,9 +709,9 @@
}
},
"node_modules/@bufbuild/buf-linux-aarch64": {
- "version": "1.47.2",
- "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-aarch64/-/buf-linux-aarch64-1.47.2.tgz",
- "integrity": "sha512-52vY+Owffr5diw2PyfQJqH+Fld6zW6NhNZak4zojvc2MjZKubWM0TfNyM9jXz2YrwyB+cyxkabE60nBI80m37w==",
+ "version": "1.48.0",
+ "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-aarch64/-/buf-linux-aarch64-1.48.0.tgz",
+ "integrity": "sha512-7npsOiKckcQuXLot3B/gpAf6dtSqW8RRWgCK0Tl7LSnjJHcRhrSYQjaEiwDABK/OZFFL2id6suU9lqN7Wc9zgg==",
"cpu": [
"arm64"
],
@@ -725,9 +725,9 @@
}
},
"node_modules/@bufbuild/buf-linux-armv7": {
- "version": "1.47.2",
- "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-armv7/-/buf-linux-armv7-1.47.2.tgz",
- "integrity": "sha512-g9KtpObDeHZ/VG/0b5ZCieOao7L/WYZ0fPqFSs4N07D3APgEDhJG6vLyUcDgJMDgyLcgkNjNz0+XdYQb/tXyQw==",
+ "version": "1.48.0",
+ "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-armv7/-/buf-linux-armv7-1.48.0.tgz",
+ "integrity": "sha512-fHWz7AXP2gpKqtYqhvMN7Jr9BEIrZw2y797SSJ5A0CGEABNXVIjaToRy+iZosijvJu2N5eY+WHw8C6ZCiz1Pgg==",
"cpu": [
"arm"
],
@@ -741,9 +741,9 @@
}
},
"node_modules/@bufbuild/buf-linux-x64": {
- "version": "1.47.2",
- "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.47.2.tgz",
- "integrity": "sha512-MODCK2BzD1Mgoyr+5Sp8xA8qMNdytj8hYheyhA5NnCGTkQf8sfqAjpBSAAmKk6Zar8HOlVXML6tzE/ioDFFGwQ==",
+ "version": "1.48.0",
+ "resolved": "https://registry.npmjs.org/@bufbuild/buf-linux-x64/-/buf-linux-x64-1.48.0.tgz",
+ "integrity": "sha512-MtKKmKUY4wpg40P7Es0rvrpq6HGjIOmPt0wKB9tInv7F40Vx8lB9POYmnNTYxo2QbWfves9y/G31THEE/QIwIg==",
"cpu": [
"x64"
],
@@ -757,9 +757,9 @@
}
},
"node_modules/@bufbuild/buf-win32-arm64": {
- "version": "1.47.2",
- "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-arm64/-/buf-win32-arm64-1.47.2.tgz",
- "integrity": "sha512-563YKYWJl3LrCY3G3+zuhb8HwOs6DzWslwGPFkKV2hwHyWyvd1DR1JjiLvw9zX64IKNctQ0HempSqc3kcboaqQ==",
+ "version": "1.48.0",
+ "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-arm64/-/buf-win32-arm64-1.48.0.tgz",
+ "integrity": "sha512-5x0pg6qWrKiDb1I7xHZd+s06fVYGJCOzQ7O+PVosxP1Wfop5JBOkewqjEGarWbbmGsRr3ctSHaRwgoBf8tg/6A==",
"cpu": [
"arm64"
],
@@ -773,9 +773,9 @@
}
},
"node_modules/@bufbuild/buf-win32-x64": {
- "version": "1.47.2",
- "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-x64/-/buf-win32-x64-1.47.2.tgz",
- "integrity": "sha512-Sqcdv7La2xBDh3bTdEYb2f4UTMMqCcYe/D0RELhvQ5wDn6I35V3/2YT1OF5fRuf0BZLCo0OdO37S9L47uHSz2g==",
+ "version": "1.48.0",
+ "resolved": "https://registry.npmjs.org/@bufbuild/buf-win32-x64/-/buf-win32-x64-1.48.0.tgz",
+ "integrity": "sha512-Hdp/BNk6d5rBiqE0SjPk4F4G2wwAw6twasCW3ZcmYmzxXWG1YcwAx8kE7uMTF5VM21BNH2nzFksTGU5CrmAjBw==",
"cpu": [
"x64"
],
@@ -10070,7 +10070,7 @@
"packages/bundle-size": {
"name": "@bufbuild/bundle-size",
"dependencies": {
- "@bufbuild/buf": "^1.47.2",
+ "@bufbuild/buf": "^1.48.0",
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoc-gen-es": "2.2.3",
"@bufbuild/protoplugin": "2.2.3",
@@ -10104,7 +10104,7 @@
"version": "2.2.3",
"license": "Apache-2.0",
"dependencies": {
- "@bufbuild/buf": "^1.47.2",
+ "@bufbuild/buf": "^1.48.0",
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoc-gen-es": "2.2.3",
"tsx": "^4.19.2",
@@ -10165,7 +10165,7 @@
"version": "2.2.3",
"license": "Apache-2.0",
"dependencies": {
- "@bufbuild/buf": "^1.47.2",
+ "@bufbuild/buf": "^1.48.0",
"@bufbuild/protobuf": "^2.2.3",
"@bufbuild/protoc-gen-es": "^2.2.3",
"@bufbuild/protoplugin": "^2.2.3",
diff --git a/packages/bundle-size/package.json b/packages/bundle-size/package.json
index dc392a041..01050741d 100644
--- a/packages/bundle-size/package.json
+++ b/packages/bundle-size/package.json
@@ -10,7 +10,7 @@
"lint": "eslint --max-warnings 0 ."
},
"dependencies": {
- "@bufbuild/buf": "^1.47.2",
+ "@bufbuild/buf": "^1.48.0",
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoplugin": "2.2.3",
"@bufbuild/protoc-gen-es": "2.2.3",
diff --git a/packages/protobuf-example/package.json b/packages/protobuf-example/package.json
index 3ab8228da..10cf55786 100644
--- a/packages/protobuf-example/package.json
+++ b/packages/protobuf-example/package.json
@@ -14,7 +14,7 @@
"license": "Apache-2.0",
"type": "module",
"dependencies": {
- "@bufbuild/buf": "^1.47.2",
+ "@bufbuild/buf": "^1.48.0",
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoc-gen-es": "2.2.3",
"tsx": "^4.19.2",
diff --git a/packages/protoplugin-example/package.json b/packages/protoplugin-example/package.json
index a53168916..eaf8ee748 100644
--- a/packages/protoplugin-example/package.json
+++ b/packages/protoplugin-example/package.json
@@ -13,7 +13,7 @@
},
"license": "Apache-2.0",
"dependencies": {
- "@bufbuild/buf": "^1.47.2",
+ "@bufbuild/buf": "^1.48.0",
"@bufbuild/protobuf": "^2.2.3",
"@bufbuild/protoc-gen-es": "^2.2.3",
"@bufbuild/protoplugin": "^2.2.3",