Skip to content

Commit

Permalink
deps: bump the dependency-updates group with 2 updates (#850)
Browse files Browse the repository at this point in the history
Bumps the dependency-updates group with 2 updates:
[glob](https://github.com/isaacs/node-glob) and
[esbuild](https://github.com/evanw/esbuild).

Updates `glob` from 10.3.14 to 10.3.15
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/node-glob/commit/921c4b91d49a8b38c48087279bad42785503cfbb"><code>921c4b9</code></a>
10.3.15</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/57f5551d92d8bc05a903bcc2601045e4f5b7fa5a"><code>57f5551</code></a>
engines: need 14.18, where 'node:path' shows up</li>
<li>See full diff in <a
href="https://github.com/isaacs/node-glob/compare/v10.3.14...v10.3.15">compare
view</a></li>
</ul>
</details>
<br />

Updates `esbuild` from 0.21.1 to 0.21.2
<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.21.2</h2>
<ul>
<li>
<p>Correct <code>this</code> in field and accessor decorators (<a
href="https://redirect.github.com/evanw/esbuild/issues/3761">#3761</a>)</p>
<p>This release changes the value of <code>this</code> in initializers
for class field and accessor decorators from the module-level
<code>this</code> value to the appropriate <code>this</code> value for
the decorated element (either the class or the instance). It was
previously incorrect due to lack of test coverage. Here's an example of
a decorator that doesn't work without this change:</p>
<pre lang="js"><code>const dec = () =&gt; function() { this.bar = true }
class Foo { @dec static foo }
console.log(Foo.bar) // Should be &quot;true&quot;
</code></pre>
</li>
<li>
<p>Allow <code>es2023</code> as a target environment (<a
href="https://redirect.github.com/evanw/esbuild/issues/3762">#3762</a>)</p>
<p>TypeScript recently <a
href="https://redirect.github.com/microsoft/TypeScript/pull/58140">added
<code>es2023</code></a> as a compilation target, so esbuild now supports
this too. There is no difference between a target of <code>es2022</code>
and <code>es2023</code> as far as esbuild is concerned since the 2023
edition of JavaScript doesn't introduce any new syntax features.</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.21.2</h2>
<ul>
<li>
<p>Correct <code>this</code> in field and accessor decorators (<a
href="https://redirect.github.com/evanw/esbuild/issues/3761">#3761</a>)</p>
<p>This release changes the value of <code>this</code> in initializers
for class field and accessor decorators from the module-level
<code>this</code> value to the appropriate <code>this</code> value for
the decorated element (either the class or the instance). It was
previously incorrect due to lack of test coverage. Here's an example of
a decorator that doesn't work without this change:</p>
<pre lang="js"><code>const dec = () =&gt; function() { this.bar = true }
class Foo { @dec static foo }
console.log(Foo.bar) // Should be &quot;true&quot;
</code></pre>
</li>
<li>
<p>Allow <code>es2023</code> as a target environment (<a
href="https://redirect.github.com/evanw/esbuild/issues/3762">#3762</a>)</p>
<p>TypeScript recently <a
href="https://redirect.github.com/microsoft/TypeScript/pull/58140">added
<code>es2023</code></a> as a compilation target, so esbuild now supports
this too. There is no difference between a target of <code>es2022</code>
and <code>es2023</code> as far as esbuild is concerned since the 2023
edition of JavaScript doesn't introduce any new syntax features.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/evanw/esbuild/commit/b24180e4fbd07504e91cb922948870d5467072e0"><code>b24180e</code></a>
publish 0.21.2 to npm</li>
<li><a
href="https://github.com/evanw/esbuild/commit/f82e0ad65b2835a6dd98a17d379977d573d1dfd9"><code>f82e0ad</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/3761">#3761</a>:
<code>this</code> in field and accessor decorators</li>
<li><a
href="https://github.com/evanw/esbuild/commit/46ea59631d3d5025382e03b221b3739eaa84602b"><code>46ea596</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/3762">#3762</a>:
add <code>es2023</code> as an alias for <code>es2022</code></li>
<li>See full diff in <a
href="https://github.com/evanw/esbuild/compare/v0.21.1...v0.21.2">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 3534eab commit 268a6c3
Showing 1 changed file with 99 additions and 99 deletions.
198 changes: 99 additions & 99 deletions package-lock.json

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

0 comments on commit 268a6c3

Please sign in to comment.