Skip to content

Commit

Permalink
Bump the ts-proto group in /impl/ts-proto with 4 updates (#162)
Browse files Browse the repository at this point in the history
Bumps the ts-proto group in /impl/ts-proto with 4 updates:
[ts-proto](https://github.com/stephenh/ts-proto),
[@bufbuild/buf](https://github.com/bufbuild/buf),
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
and [esbuild](https://github.com/evanw/esbuild).

Updates `ts-proto` from 1.161.0 to 1.162.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/stephenh/ts-proto/releases">ts-proto's
releases</a>.</em></p>
<blockquote>
<h2>v1.162.2</h2>
<h2><a
href="https://github.com/stephenh/ts-proto/compare/v1.162.1...v1.162.2">1.162.2</a>
(2023-10-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>return types and optional chaining in field masks when
<code>useOptionals=all</code> (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/957">#957</a>)
(<a
href="https://github.com/stephenh/ts-proto/commit/a3d7bd4eaf0b25cd8d7991cc85893ce3d8ab7937">a3d7bd4</a>)</li>
</ul>
<h2>v1.162.1</h2>
<h2><a
href="https://github.com/stephenh/ts-proto/compare/v1.162.0...v1.162.1">1.162.1</a>
(2023-10-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Simplify safe key handling. (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/950">#950</a>)
(<a
href="https://github.com/stephenh/ts-proto/commit/5e0e6ca1d76f5c9aaef5f40a9cc685538251a5f9">5e0e6ca</a>)</li>
</ul>
<h2>v1.162.0</h2>
<h1><a
href="https://github.com/stephenh/ts-proto/compare/v1.161.1...v1.162.0">1.162.0</a>
(2023-10-13)</h1>
<h3>Features</h3>
<ul>
<li>support <code>json_name</code> defined in a proto file (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/943">#943</a>)
(<a
href="https://github.com/stephenh/ts-proto/commit/de989af0d9bf9910dc3c047a18d97f289bffe2ee">de989af</a>)</li>
</ul>
<h2>v1.161.1</h2>
<h2><a
href="https://github.com/stephenh/ts-proto/compare/v1.161.0...v1.161.1">1.161.1</a>
(2023-10-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use optional chaining when both <code>forceLong=long</code> and
<code>useOptionals=all</code> options are set in the generated
fromTimestamp function (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/949">#949</a>)
(<a
href="https://github.com/stephenh/ts-proto/commit/b00db6fa42d511b9bef602a231a1f093664cd40c">b00db6f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md">ts-proto's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/stephenh/ts-proto/compare/v1.162.1...v1.162.2">1.162.2</a>
(2023-10-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>return types and optional chaining in field masks when
<code>useOptionals=all</code> (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/957">#957</a>)
(<a
href="https://github.com/stephenh/ts-proto/commit/a3d7bd4eaf0b25cd8d7991cc85893ce3d8ab7937">a3d7bd4</a>)</li>
</ul>
<h2><a
href="https://github.com/stephenh/ts-proto/compare/v1.162.0...v1.162.1">1.162.1</a>
(2023-10-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Simplify safe key handling. (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/950">#950</a>)
(<a
href="https://github.com/stephenh/ts-proto/commit/5e0e6ca1d76f5c9aaef5f40a9cc685538251a5f9">5e0e6ca</a>)</li>
</ul>
<h1><a
href="https://github.com/stephenh/ts-proto/compare/v1.161.1...v1.162.0">1.162.0</a>
(2023-10-13)</h1>
<h3>Features</h3>
<ul>
<li>support <code>json_name</code> defined in a proto file (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/943">#943</a>)
(<a
href="https://github.com/stephenh/ts-proto/commit/de989af0d9bf9910dc3c047a18d97f289bffe2ee">de989af</a>)</li>
</ul>
<h2><a
href="https://github.com/stephenh/ts-proto/compare/v1.161.0...v1.161.1">1.161.1</a>
(2023-10-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use optional chaining when both <code>forceLong=long</code> and
<code>useOptionals=all</code> options are set in the generated
fromTimestamp function (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/949">#949</a>)
(<a
href="https://github.com/stephenh/ts-proto/commit/b00db6fa42d511b9bef602a231a1f093664cd40c">b00db6f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stephenh/ts-proto/commit/77b05551d96aeaf746632b1a7edfdc3969b2faca"><code>77b0555</code></a>
chore(release): 1.162.2 [skip ci]</li>
<li><a
href="https://github.com/stephenh/ts-proto/commit/a3d7bd4eaf0b25cd8d7991cc85893ce3d8ab7937"><code>a3d7bd4</code></a>
fix: return types and optional chaining in field masks when
`useOptionals=all...</li>
<li><a
href="https://github.com/stephenh/ts-proto/commit/d30ffa28e47b70f3ccc6e5685f6118101c87ddef"><code>d30ffa2</code></a>
Wrapping / Unwrapping Value well-known type in request/response
serializers (...</li>
<li><a
href="https://github.com/stephenh/ts-proto/commit/3137b46cbeb8f005869abe2986aad35d345c58e0"><code>3137b46</code></a>
chore(release): 1.162.1 [skip ci]</li>
<li><a
href="https://github.com/stephenh/ts-proto/commit/5e0e6ca1d76f5c9aaef5f40a9cc685538251a5f9"><code>5e0e6ca</code></a>
fix: Simplify safe key handling. (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/950">#950</a>)</li>
<li><a
href="https://github.com/stephenh/ts-proto/commit/ed9ceb9a04ae34bd958cb2d2406a986620772ff1"><code>ed9ceb9</code></a>
chore(release): 1.162.0 [skip ci]</li>
<li><a
href="https://github.com/stephenh/ts-proto/commit/de989af0d9bf9910dc3c047a18d97f289bffe2ee"><code>de989af</code></a>
feat: support <code>json_name</code> defined in a proto file (<a
href="https://redirect.github.com/stephenh/ts-proto/issues/943">#943</a>)</li>
<li><a
href="https://github.com/stephenh/ts-proto/commit/3e6d123977f25efb91fd403f5f74ffa501219fd1"><code>3e6d123</code></a>
chore(release): 1.161.1 [skip ci]</li>
<li><a
href="https://github.com/stephenh/ts-proto/commit/b00db6fa42d511b9bef602a231a1f093664cd40c"><code>b00db6f</code></a>
fix: use optional chaining when both <code>forceLong=long</code> and
<code>useOptionals=all</code> ...</li>
<li>See full diff in <a
href="https://github.com/stephenh/ts-proto/compare/v1.161.0...v1.162.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@bufbuild/buf` from 1.27.0 to 1.27.2
<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.27.2</h2>
<ul>
<li>Fix issue where <code>buf build</code> and other commands may fail
when handling certain
archives created on macOS that contain files with extended
attributes.</li>
</ul>
<h2>v1.27.1</h2>
<ul>
<li>Fix issue in v1.27.0 where <code>--path</code> did not work with
workspaces under certain scenarios.</li>
</ul>
</blockquote>
</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.27.2] - 2023-10-27</h2>
<ul>
<li>Fix issue where <code>buf build</code> and other commands may fail
when handling certain
archives created on macOS that contain files with extended
attributes.</li>
</ul>
<h2>[v1.27.1] - 2023-10-16</h2>
<ul>
<li>Fix issue in v1.27.0 where <code>--path</code> did not work with
workspaces under certain scenarios.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bufbuild/buf/commit/a987d2dfc1ad7cf9d07dfd824ae0dea15d126c59"><code>a987d2d</code></a>
Release v1.27.2 (<a
href="https://redirect.github.com/bufbuild/buf/issues/2518">#2518</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/c29e78de52cf1be84d3794f59c7beb574b6802e3"><code>c29e78d</code></a>
Add integration guide url to buf plugin config (<a
href="https://redirect.github.com/bufbuild/buf/issues/2511">#2511</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/90d79c52bf63f7f1661e2bc2f1931b0498585b4e"><code>90d79c5</code></a>
Fix shutdown_finished duration field (<a
href="https://redirect.github.com/bufbuild/buf/issues/2510">#2510</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/2f0328f57d2f99d468a20187e49c398ad69c668d"><code>2f0328f</code></a>
Bump github.com/klauspost/compress from 1.17.1 to 1.17.2 (<a
href="https://redirect.github.com/bufbuild/buf/issues/2509">#2509</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/66f4c6dd77338502e9d2babe5ba2ae96aeac288c"><code>66f4c6d</code></a>
Bump bufbuild/buf-setup-action from 1.26.1 to 1.27.1 (<a
href="https://redirect.github.com/bufbuild/buf/issues/2508">#2508</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/df619b4d15bf14257fb9631f4a22142a6042b4a9"><code>df619b4</code></a>
Add workaround for macOS archive xattrs (<a
href="https://redirect.github.com/bufbuild/buf/issues/2504">#2504</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/7edd4f5b3675c1650aec92f4cfaee9f6a16c8965"><code>7edd4f5</code></a>
Back to development (<a
href="https://redirect.github.com/bufbuild/buf/issues/2503">#2503</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/c1b5844462e5b11923a962b19acd2d56bb5776fe"><code>c1b5844</code></a>
Fix usage of <code>tibdex/github-app-token</code> in Release workflow
(<a
href="https://redirect.github.com/bufbuild/buf/issues/2502">#2502</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/3307f41d4fec4fcb62312d9aed48aeefa7e9cff9"><code>3307f41</code></a>
Release v1.27.1 (<a
href="https://redirect.github.com/bufbuild/buf/issues/2501">#2501</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/9db765ff15f96dc0969f3881434d8aedb1b7c168"><code>9db765f</code></a>
Workspace directory (<a
href="https://redirect.github.com/bufbuild/buf/issues/2495">#2495</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bufbuild/buf/compare/v1.27.0...v1.27.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 20.8.4 to 20.8.10
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `esbuild` from 0.19.4 to 0.19.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/evanw/esbuild/releases">esbuild's
releases</a>.</em></p>
<blockquote>
<h2>v0.19.5</h2>
<ul>
<li>
<p>Fix a regression in 0.19.0 regarding <code>paths</code> in
<code>tsconfig.json</code> (<a
href="https://redirect.github.com/evanw/esbuild/issues/3354">#3354</a>)</p>
<p>The fix in esbuild version 0.19.0 to process
<code>tsconfig.json</code> aliases before the
<code>--packages=external</code> setting unintentionally broke an edge
case in esbuild's handling of certain <code>tsconfig.json</code> aliases
where there are multiple files with the same name in different
directories. This release adjusts esbuild's behavior for this edge case
so that it passes while still processing aliases before
<code>--packages=external</code>. Please read the linked issue for more
details.</p>
</li>
<li>
<p>Fix a CSS <code>font</code> property minification bug (<a
href="https://redirect.github.com/evanw/esbuild/issues/3452">#3452</a>)</p>
<p>This release fixes a bug where esbuild's CSS minifier didn't insert a
space between the font size and the font family in the <code>font</code>
CSS shorthand property in the edge case where the original source code
didn't already have a space and the leading string token was shortened
to an identifier:</p>
<pre lang="css"><code>/* Original code */
.foo { font: 16px&quot;Menlo&quot;; }
<p>/* Old output (with --minify) */
.foo{font:16pxMenlo}</p>
<p>/* New output (with --minify) */
.foo{font:16px Menlo}
</code></pre></p>
</li>
<li>
<p>Fix bundling CSS with asset names containing spaces (<a
href="https://redirect.github.com/evanw/esbuild/issues/3410">#3410</a>)</p>
<p>Assets referenced via CSS <code>url()</code> tokens may cause esbuild
to generate invalid output when bundling if the file name contains
spaces (e.g. <code>url(image 2.png)</code>). With this release, esbuild
will now quote all bundled asset references in <code>url()</code> tokens
to avoid this problem. This only affects assets loaded using the
<code>file</code> and <code>copy</code> loaders.</p>
</li>
<li>
<p>Fix invalid CSS <code>url()</code> tokens in <code>@import</code>
rules (<a
href="https://redirect.github.com/evanw/esbuild/issues/3426">#3426</a>)</p>
<p>In the future, CSS <code>url()</code> tokens may contain additional
stuff after the URL. This is irrelevant today as no CSS specification
does this. But esbuild previously had a bug where using these tokens in
an <code>@import</code> rule resulted in malformed output. This bug has
been fixed.</p>
</li>
<li>
<p>Fix <code>browser</code> + <code>false</code> + <code>type:
module</code> in <code>package.json</code> (<a
href="https://redirect.github.com/evanw/esbuild/issues/3367">#3367</a>)</p>
<p>The <code>browser</code> field in <code>package.json</code> allows
you to map a file to <code>false</code> to have it be treated as an
empty file when bundling for the browser. However, if
<code>package.json</code> contains <code>&quot;type&quot;:
&quot;module&quot;</code> then all <code>.js</code> files will be
considered ESM, not CommonJS. Importing a named import from an empty
CommonJS file gives you undefined, but importing a named export from an
empty ESM file is a build error. This release changes esbuild's
interpretation of these files mapped to <code>false</code> in this
situation from ESM to CommonJS to avoid generating build errors for
named imports.</p>
</li>
<li>
<p>Fix a bug in top-level await error reporting (<a
href="https://redirect.github.com/evanw/esbuild/issues/3400">#3400</a>)</p>
<p>Using <code>require()</code> on a file that contains <a
href="https://v8.dev/features/top-level-await">top-level await</a> is
not allowed because <code>require()</code> must return synchronously and
top-level await makes that impossible. You will get a build error if you
try to bundle code that does this with esbuild. This release fixes a bug
in esbuild's error reporting code for complex cases of this situation
involving multiple levels of imports to get to the module containing the
top-level await.</p>
</li>
<li>
<p>Update to Unicode 15.1.0</p>
<p>The character tables that determine which characters form valid
JavaScript identifiers have been updated from Unicode version 15.0.0 to
the newly-released Unicode version 15.1.0. I'm not putting an example in
the release notes because all of the new characters will likely just
show up as little squares since fonts haven't been updated yet. But you
can read <a
href="https://www.unicode.org/versions/Unicode15.1.0/#Summary">https://www.unicode.org/versions/Unicode15.1.0/#Summary</a>
for more information about the changes.</p>
<p>This upgrade was contributed by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/evanw/esbuild/blob/main/CHANGELOG.md">esbuild's
changelog</a>.</em></p>
<blockquote>
<h2>0.19.5</h2>
<ul>
<li>
<p>Fix a regression in 0.19.0 regarding <code>paths</code> in
<code>tsconfig.json</code> (<a
href="https://redirect.github.com/evanw/esbuild/issues/3354">#3354</a>)</p>
<p>The fix in esbuild version 0.19.0 to process
<code>tsconfig.json</code> aliases before the
<code>--packages=external</code> setting unintentionally broke an edge
case in esbuild's handling of certain <code>tsconfig.json</code> aliases
where there are multiple files with the same name in different
directories. This release adjusts esbuild's behavior for this edge case
so that it passes while still processing aliases before
<code>--packages=external</code>. Please read the linked issue for more
details.</p>
</li>
<li>
<p>Fix a CSS <code>font</code> property minification bug (<a
href="https://redirect.github.com/evanw/esbuild/issues/3452">#3452</a>)</p>
<p>This release fixes a bug where esbuild's CSS minifier didn't insert a
space between the font size and the font family in the <code>font</code>
CSS shorthand property in the edge case where the original source code
didn't already have a space and the leading string token was shortened
to an identifier:</p>
<pre lang="css"><code>/* Original code */
.foo { font: 16px&quot;Menlo&quot;; }
<p>/* Old output (with --minify) */
.foo{font:16pxMenlo}</p>
<p>/* New output (with --minify) */
.foo{font:16px Menlo}
</code></pre></p>
</li>
<li>
<p>Fix bundling CSS with asset names containing spaces (<a
href="https://redirect.github.com/evanw/esbuild/issues/3410">#3410</a>)</p>
<p>Assets referenced via CSS <code>url()</code> tokens may cause esbuild
to generate invalid output when bundling if the file name contains
spaces (e.g. <code>url(image 2.png)</code>). With this release, esbuild
will now quote all bundled asset references in <code>url()</code> tokens
to avoid this problem. This only affects assets loaded using the
<code>file</code> and <code>copy</code> loaders.</p>
</li>
<li>
<p>Fix invalid CSS <code>url()</code> tokens in <code>@import</code>
rules (<a
href="https://redirect.github.com/evanw/esbuild/issues/3426">#3426</a>)</p>
<p>In the future, CSS <code>url()</code> tokens may contain additional
stuff after the URL. This is irrelevant today as no CSS specification
does this. But esbuild previously had a bug where using these tokens in
an <code>@import</code> rule resulted in malformed output. This bug has
been fixed.</p>
</li>
<li>
<p>Fix <code>browser</code> + <code>false</code> + <code>type:
module</code> in <code>package.json</code> (<a
href="https://redirect.github.com/evanw/esbuild/issues/3367">#3367</a>)</p>
<p>The <code>browser</code> field in <code>package.json</code> allows
you to map a file to <code>false</code> to have it be treated as an
empty file when bundling for the browser. However, if
<code>package.json</code> contains <code>&quot;type&quot;:
&quot;module&quot;</code> then all <code>.js</code> files will be
considered ESM, not CommonJS. Importing a named import from an empty
CommonJS file gives you undefined, but importing a named export from an
empty ESM file is a build error. This release changes esbuild's
interpretation of these files mapped to <code>false</code> in this
situation from ESM to CommonJS to avoid generating build errors for
named imports.</p>
</li>
<li>
<p>Fix a bug in top-level await error reporting (<a
href="https://redirect.github.com/evanw/esbuild/issues/3400">#3400</a>)</p>
<p>Using <code>require()</code> on a file that contains <a
href="https://v8.dev/features/top-level-await">top-level await</a> is
not allowed because <code>require()</code> must return synchronously and
top-level await makes that impossible. You will get a build error if you
try to bundle code that does this with esbuild. This release fixes a bug
in esbuild's error reporting code for complex cases of this situation
involving multiple levels of imports to get to the module containing the
top-level await.</p>
</li>
<li>
<p>Update to Unicode 15.1.0</p>
<p>The character tables that determine which characters form valid
JavaScript identifiers have been updated from Unicode version 15.0.0 to
the newly-released Unicode version 15.1.0. I'm not putting an example in
the release notes because all of the new characters will likely just
show up as little squares since fonts haven't been updated yet. But you
can read <a
href="https://www.unicode.org/versions/Unicode15.1.0/#Summary">https://www.unicode.org/versions/Unicode15.1.0/#Summary</a>
for more information about the changes.</p>
<p>This upgrade was contributed by <a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/evanw/esbuild/commit/a7fcc43fdb6b6edc58f781fe96328f4867f4b33e"><code>a7fcc43</code></a>
publish 0.19.5 to npm</li>
<li><a
href="https://github.com/evanw/esbuild/commit/58708094af0ffa53f73c73eb9c0a821e5b6ed778"><code>5870809</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/3367">#3367</a>:
ignore ESM flag for disabled modules</li>
<li><a
href="https://github.com/evanw/esbuild/commit/d5f397f6e5dc6dbb70d2d4bbc5cefe725c2c853c"><code>d5f397f</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/3354">#3354</a>:
<code>tsconfig.json</code> regression with <code>paths</code></li>
<li><a
href="https://github.com/evanw/esbuild/commit/72b1e8b4b0d14f9774e427079aae00f5e19c73c4"><code>72b1e8b</code></a>
resolver: move <code>IsExternal</code> into <code>PathPair</code></li>
<li><a
href="https://github.com/evanw/esbuild/commit/b0eddeac5018aadd24736e7f9e64444e05e4e0d2"><code>b0eddea</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/3400">#3400</a>:
bug in top-level await error reporting</li>
<li><a
href="https://github.com/evanw/esbuild/commit/47fc80bdb3e57d17dff5787589b764f1541f475b"><code>47fc80b</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/3426">#3426</a>:
improve invalid <code>url()</code> token parsing</li>
<li><a
href="https://github.com/evanw/esbuild/commit/d6973b938e4622db0f692d6eac846af60f7515e2"><code>d6973b9</code></a>
css: fix url token backtracking with leading space</li>
<li><a
href="https://github.com/evanw/esbuild/commit/30a43ec794a1b71f37c645f1f1b915090d54bf3e"><code>30a43ec</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/3410">#3410</a>:
quote asset references in url tokens</li>
<li><a
href="https://github.com/evanw/esbuild/commit/a579bd80c24de9dd2ebce352e378b0f798bb8ba3"><code>a579bd8</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/3452">#3452</a>:
insert space in <code>font</code> when minifying</li>
<li><a
href="https://github.com/evanw/esbuild/commit/cd91337d87e4f53e388a5a66d24e791957165b24"><code>cd91337</code></a>
update go 1.20.7 =&gt; 1.20.10</li>
<li>Additional commits viewable in <a
href="https://github.com/evanw/esbuild/compare/v0.19.4...v0.19.5">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 1530dbd commit c4b26c8
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 136 deletions.
Loading

0 comments on commit c4b26c8

Please sign in to comment.