Skip to content

Commit

Permalink
deps: bump the dependency-updates group across 1 directory with 2 upd…
Browse files Browse the repository at this point in the history
…ates (#921)

Bumps the dependency-updates group with 2 updates in the / directory:
[@octokit/graphql](https://github.com/octokit/graphql.js) and
[esbuild](https://github.com/evanw/esbuild).

Updates `@octokit/graphql` from 8.1.1 to 8.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/octokit/graphql.js/releases"><code>@​octokit/graphql</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.1.2</h2>
<h2><a
href="https://github.com/octokit/graphql.js/compare/v8.1.1...v8.1.2">8.1.2</a>
(2024-12-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump Octokit dependencies (<a
href="https://redirect.github.com/octokit/graphql.js/issues/620">#620</a>)
(<a
href="https://github.com/octokit/graphql.js/commit/97a801c31f88ab4a680affe4ff6e2d224ef91358">97a801c</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/octokit/graphql.js/commit/97a801c31f88ab4a680affe4ff6e2d224ef91358"><code>97a801c</code></a>
fix(deps): bump Octokit dependencies (<a
href="https://redirect.github.com/octokit/graphql.js/issues/620">#620</a>)</li>
<li><a
href="https://github.com/octokit/graphql.js/commit/b0ea51717ce6f20be946c1126a7ab4d7b4cd46aa"><code>b0ea517</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/graphql.js/issues/622">#622</a>)</li>
<li><a
href="https://github.com/octokit/graphql.js/commit/41f16d78a155a013f85c4f89a69d169af4820c8e"><code>41f16d7</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/graphql.js/issues/619">#619</a>)</li>
<li><a
href="https://github.com/octokit/graphql.js/commit/2764dcd92e179f705dcc256b08f417430390aa08"><code>2764dcd</code></a>
chore(deps): update dependency fetch-mock to v12 (<a
href="https://redirect.github.com/octokit/graphql.js/issues/606">#606</a>)</li>
<li><a
href="https://github.com/octokit/graphql.js/commit/86bebd15765d7a13ea1d303759ab09d249c7cc5c"><code>86bebd1</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/graphql.js/issues/618">#618</a>)</li>
<li><a
href="https://github.com/octokit/graphql.js/commit/8901d184b1609dfd7d64d7cc972772b1b8f16224"><code>8901d18</code></a>
chore(deps): update dependency prettier to v3.4.2 (<a
href="https://redirect.github.com/octokit/graphql.js/issues/616">#616</a>)</li>
<li><a
href="https://github.com/octokit/graphql.js/commit/57eaa6f0e1c0768b1c2da952661bad0d78c9f3fa"><code>57eaa6f</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/graphql.js/issues/617">#617</a>)</li>
<li><a
href="https://github.com/octokit/graphql.js/commit/5db01c60dd799be155229ddd978947a45c1c126e"><code>5db01c6</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/graphql.js/issues/615">#615</a>)</li>
<li><a
href="https://github.com/octokit/graphql.js/commit/e495114125195e6a04f406d8d584a4613e08232d"><code>e495114</code></a>
chore(deps): update dependency prettier to v3.4.1 (<a
href="https://redirect.github.com/octokit/graphql.js/issues/614">#614</a>)</li>
<li><a
href="https://github.com/octokit/graphql.js/commit/a801c2f72fc5e56d531b16d0f4c4946e687e32e6"><code>a801c2f</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/graphql.js/issues/613">#613</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/octokit/graphql.js/compare/v8.1.1...v8.1.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `esbuild` from 0.24.1 to 0.24.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.24.2</h2>
<ul>
<li>
<p>Fix regression with <code>--define</code> and
<code>import.meta</code> (<a
href="https://redirect.github.com/evanw/esbuild/issues/4010">#4010</a>,
<a
href="https://redirect.github.com/evanw/esbuild/issues/4012">#4012</a>,
<a
href="https://redirect.github.com/evanw/esbuild/pull/4013">#4013</a>)</p>
<p>The previous change in version 0.24.1 to use a more expression-like
parser for <code>define</code> values to allow quoted property names
introduced a regression that removed the ability to use
<code>--define:import.meta=...</code>. Even though <code>import</code>
is normally a keyword that can't be used as an identifier, ES modules
special-case the <code>import.meta</code> expression to behave like an
identifier anyway. This change fixes the regression.</p>
<p>This fix was contributed by <a
href="https://github.com/sapphi-red"><code>@​sapphi-red</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.24.2</h2>
<ul>
<li>
<p>Fix regression with <code>--define</code> and
<code>import.meta</code> (<a
href="https://redirect.github.com/evanw/esbuild/issues/4010">#4010</a>,
<a
href="https://redirect.github.com/evanw/esbuild/issues/4012">#4012</a>,
<a
href="https://redirect.github.com/evanw/esbuild/pull/4013">#4013</a>)</p>
<p>The previous change in version 0.24.1 to use a more expression-like
parser for <code>define</code> values to allow quoted property names
introduced a regression that removed the ability to use
<code>--define:import.meta=...</code>. Even though <code>import</code>
is normally a keyword that can't be used as an identifier, ES modules
special-case the <code>import.meta</code> expression to behave like an
identifier anyway. This change fixes the regression.</p>
<p>This fix was contributed by <a
href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/evanw/esbuild/commit/745abd9f0c06f73ca40fbe198546a9bc36c23b81"><code>745abd9</code></a>
publish 0.24.2 to npm</li>
<li><a
href="https://github.com/evanw/esbuild/commit/79fd0b0ccc911a8e1571b83f25deec1b18d0ed10"><code>79fd0b0</code></a>
skip nulls in source map finalization (<a
href="https://redirect.github.com/evanw/esbuild/issues/4011">#4011</a>)</li>
<li><a
href="https://github.com/evanw/esbuild/commit/4b9322f723ce72b4d5fee6dc48d2a5e2c2e2d3bb"><code>4b9322f</code></a>
source map: avoid null entry for 0-length parts</li>
<li><a
href="https://github.com/evanw/esbuild/commit/199a0d38e4e4191e970f2a0a25e50e5c7ae36464"><code>199a0d3</code></a>
close <a
href="https://redirect.github.com/evanw/esbuild/issues/4013">#4013</a>:
credit to <a
href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a> for
the fix</li>
<li><a
href="https://github.com/evanw/esbuild/commit/947f99fb085024ff711055d776b3982a75383d51"><code>947f99f</code></a>
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/4010">#4010</a>,
fix <a
href="https://redirect.github.com/evanw/esbuild/issues/4012">#4012</a>:
<code>import.meta</code> regression</li>
<li>See full diff in <a
href="https://github.com/evanw/esbuild/compare/v0.24.1...v0.24.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] authored Jan 2, 2025
1 parent 0403d41 commit 5294a27
Showing 1 changed file with 121 additions and 115 deletions.
Loading

0 comments on commit 5294a27

Please sign in to comment.