Skip to content

Commit

Permalink
Bump @bufbuild/buf from 1.34.0 to 1.50.0 in /js (#436)
Browse files Browse the repository at this point in the history
Bumps [@bufbuild/buf](https://github.com/bufbuild/buf) from 1.34.0 to
1.50.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bufbuild/buf/releases"><code>@​bufbuild/buf</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.50.0</h2>
<ul>
<li>Add input parameter <code>filter</code> for use with git inputs.
This sets the filter flag argument for the git fetch command.</li>
</ul>
<h2>v1.49.0</h2>
<ul>
<li>Fix <code>buf plugin push --label</code> to allow pushing a plugin
with a label.</li>
<li>Add <code>--digest-changes-only</code> flag to <code>buf registry
{module,plugin} commit list</code> to filter out commits that have no
digest changes.</li>
<li>Fix <code>buf plugin push --source-control-url</code> to allow
pushing a plugin with the source control url.</li>
</ul>
<h2>v1.48.0</h2>
<ul>
<li>Add <code>buf registry plugin {create,delete,info,update}</code>
commands to manage BSR plugins.</li>
<li>Breaking analysis support for <code>buf beta lsp</code>.</li>
<li>Fix bug when using the <code>--type</code> flag filter for <code>buf
build</code> where import ordering is not determinisitic.</li>
<li>Add <code>buf plugin push</code> command to push a plugin to the Buf
Schema Registry. Only WebAssembly check plugins are supported at this
time.</li>
<li>Add <code>buf plugin update</code> and <code>buf plugin prune</code>
command to manage plugins in the <code>buf.lock</code> file. Only
WebAssembly check plugins are supported at this time.</li>
<li>Add <code>buf registry plugin commit
{add-label,info,list,resolve}</code> to manage BSR plugin commits.</li>
<li>Add <code>buf registry plugin label
{archive,info,list,unarchive}</code> to manage BSR plugin commits.</li>
<li>Move <code>buf registry module update</code> to <code>buf registry
module settings update</code>. Command <code>buf registry module
update</code> is now deprecated.</li>
<li>Support remote check plugins in <code>buf lint</code> and <code>buf
breaking</code> commands.</li>
</ul>
<h2>v1.47.2</h2>
<ul>
<li>Update the patch version to resolve NPM packaging issues. No command
updates or user changes.</li>
</ul>
<h2>v1.47.1</h2>
<ul>
<li>Update the patch version to resolve NPM packaging issues. No command
updates or user changes.</li>
</ul>
<h2>v1.47.0</h2>
<ul>
<li>Move <code>buf registry commit</code> to <code>buf registry module
commit</code>. Command <code>buf registry commit</code> is now
deprecated.</li>
<li>Move <code>buf registry label</code> to <code>buf registry module
label</code>. Command <code>buf registry label</code> is now
deprecated.</li>
</ul>
<h2>v1.46.0</h2>
<ul>
<li>Add <code>buf registry whoami</code> command, which checks if you
are logged in to the Buf Schema Registry at a given domain.</li>
</ul>
<h2>v1.45.0</h2>
<ul>
<li>Update <code>buf registry module info --format=json</code> to add
<code>default_label_name</code>, which provides the name of the default
label of a module.</li>
</ul>
<h2>v1.44.0</h2>
<ul>
<li>Update the <code>PROTOVALIDATE</code> lint rule to check example
field options. Examples will be checked that they satisfy the field
constraints, and are only present if constraints are present.</li>
<li>Update the <code>PROTOVALIDATE</code> lint rule to check predefined
rules. Predefined rules will be checked that they compile.</li>
<li>Add support for a WebAssembly (Wasm) runtime for custom lint and
breaking changes plugins. Use the <code>.wasm</code> file extension to
specify a path to a Wasm plugin.</li>
</ul>
<h2>v1.43.0</h2>
<ul>
<li>Add new experimental LSP support under <code>buf beta
lsp</code>.</li>
</ul>
<h2>v1.42.0</h2>
<ul>
<li>Add support for custom lint and breaking change plugins. See <a
href="https://buf.build/blog/buf-custom-lint-breaking-change-plugins">our
launch blog post</a> for more details!</li>
<li>Add <code>buf dep graph --format</code> flag that defaults to
<code>dot</code>, and adds the option <code>json</code>, to print the
dependency graph in JSON format.</li>
<li>Fix bugs in <code>buf format</code> where trailing comments on
commas in message literals were not properly propagated to the formatted
proto, empty message literals were not properly indented, and compound
strings in options added an extra newline before trailing commas.</li>
</ul>
<h2>v1.41.0</h2>
<ul>
<li>Add HTTP/3 support for gRPC with <code>buf curl</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md"><code>@​bufbuild/buf</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[v1.50.0] - 2025-01-17</h2>
<ul>
<li>Add input parameter <code>filter</code> for use with git inputs.
This sets the filter
flag argument for the git fetch command.</li>
</ul>
<h2>[v1.49.0] - 2025-01-07</h2>
<ul>
<li>Fix <code>buf plugin push --label</code> to allow pushing a plugin
with a label.</li>
<li>Add <code>--digest-changes-only</code> flag to <code>buf registry
{module,plugin} commit list</code> to filter
out commits that have no digest changes.</li>
<li>Fix <code>buf plugin push --source-control-url</code> to allow
pushing a plugin with the source
control url.</li>
</ul>
<h2>[v1.48.0] - 2024-12-19</h2>
<ul>
<li>Add <code>buf registry plugin {create,delete,info,update}</code>
commands to manage BSR plugins.</li>
<li>Breaking analysis support for <code>buf beta lsp</code>.</li>
<li>Fix bug when using the <code>--type</code> flag filter for <code>buf
build</code> where import ordering is not
deterministic.</li>
<li>Add <code>buf plugin push</code> command to push a plugin to the Buf
Schema Registry.
Only WebAssembly check plugins are supported at this time.</li>
<li>Add <code>buf plugin update</code> and <code>buf plugin prune</code>
command to manage plugins in the <code>buf.lock</code>
file. Only WebAssembly check plugins are supported at this time.</li>
<li>Add <code>buf registry plugin commit
{add-label,info,list,resolve}</code> to manage BSR plugin commits.</li>
<li>Add <code>buf registry plugin label
{archive,info,list,unarchive}</code> to manage BSR plugin commits.</li>
<li>Move <code>buf registry module update</code> to <code>buf registry
module settings update</code>. Command
<code>buf registry module update</code> is now deprecated.</li>
<li>Support remote check plugins in <code>buf lint</code> and <code>buf
breaking</code> commands.</li>
</ul>
<h2>[v1.47.2] - 2024-11-14</h2>
<ul>
<li>Update the patch version to resolve NPM packaging issues. No command
updates or user changes.</li>
</ul>
<h2>[v1.47.1] - 2024-11-14</h2>
<ul>
<li>Update the patch version to resolve NPM packaging issues. No command
updates or user changes.</li>
</ul>
<h2>[v1.47.0] - 2024-11-13</h2>
<ul>
<li>Move <code>buf registry commit</code> to <code>buf registry module
commit</code>. Command
<code>buf registry commit</code> is now deprecated.</li>
<li>Move <code>buf registry label</code> to <code>buf registry module
label</code>. Command
<code>buf registry label</code> is now deprecated.</li>
</ul>
<h2>[v1.46.0] - 2024-10-29</h2>
<ul>
<li>Add <code>buf registry whoami</code> command, which checks if you
are logged in to the Buf Schema
Registry at a given domain.</li>
</ul>
<h2>[v1.45.0] - 2024-10-08</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bufbuild/buf/commit/b2393b4dd155690d51b284bc7504808b32e2998d"><code>b2393b4</code></a>
Release v1.50.0 (<a
href="https://github.com/bufbuild/buf/issues/3596">#3596</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/73a8c77ef0b1ba976a7c4693a215bbc12d164098"><code>73a8c77</code></a>
Add input parameter filter for git commands (<a
href="https://github.com/bufbuild/buf/issues/3595">#3595</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/91467d2e4ac49ec9e741c81c41ee158cac27b998"><code>91467d2</code></a>
Upgrade go protobuf library (<a
href="https://github.com/bufbuild/buf/issues/3594">#3594</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/81b9a5e765241f76aa62991216b6cb9d73267287"><code>81b9a5e</code></a>
Make upgrade (<a
href="https://github.com/bufbuild/buf/issues/3592">#3592</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/c3dbfd7ce8fc46f7c1fee491006371dbeecd9c21"><code>c3dbfd7</code></a>
Fix nil pointer dereference in workspace capabilities check (<a
href="https://github.com/bufbuild/buf/issues/3582">#3582</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/67b1b5e335420d049d1328f028ffe33e36077617"><code>67b1b5e</code></a>
Fix typos (<a
href="https://github.com/bufbuild/buf/issues/3578">#3578</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/c09adee2eee9d473a544ee6ed9ac3575d31a5373"><code>c09adee</code></a>
Make upgrade (<a
href="https://github.com/bufbuild/buf/issues/3589">#3589</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/c60d85807afd8c80b891580f1a7ab0885ac59427"><code>c60d858</code></a>
Make upgrade (<a
href="https://github.com/bufbuild/buf/issues/3579">#3579</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/768bca1b13c0a32a7c584c0035e1287e75395d11"><code>768bca1</code></a>
Run <code>make copyfrommakego</code> and drop Dockerfile.workspace (<a
href="https://github.com/bufbuild/buf/issues/3577">#3577</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/35528473fd6fa70387d9872666ebfa254be5f2fe"><code>3552847</code></a>
Return to development (<a
href="https://github.com/bufbuild/buf/issues/3576">#3576</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bufbuild/buf/compare/v1.34.0...v1.50.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@bufbuild/buf&package-manager=npm_and_yarn&previous-version=1.34.0&new-version=1.50.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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent a48d9dc commit 1a7b81e
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 14 deletions.
123 changes: 110 additions & 13 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/maplibre/maplibre-tile-spec/issues"
},
"devDependencies": {
"@bufbuild/buf": "^1.34.0",
"@bufbuild/buf": "^1.50.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@mapbox/vector-tile": "^1.3.1",
"@maplibre/maplibre-gl-style-spec": "^20.3.1",
Expand Down

0 comments on commit 1a7b81e

Please # to comment.