Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump node-addon-api from 8.2.1 to 8.3.0 #59

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps node-addon-api from 8.2.1 to 8.3.0.

Changelog

Sourced from node-addon-api's changelog.

8.3.0 (2024-11-29)

Features

8.2.2 (2024-11-07)

Bug Fixes

  • mark external memory and version APIs as basic (#1597) (78da4fa)
  • missing napi_delete_reference on ObjectWrap ref (#1607) (98aae33)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot bot and others added 10 commits November 5, 2024 15:46
Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.22 to 0.0.24.
- [Release notes](https://github.com/check-spelling/check-spelling/releases)
- [Changelog](https://github.com/check-spelling/check-spelling/blob/main/gh-release-downloader)
- [Commits](check-spelling/check-spelling@v0.0.22...v0.0.24)

---
updated-dependencies:
- dependency-name: check-spelling/check-spelling
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
To fix the problem, we should avoid directly using the ${{ github.head_ref }} expression in the git push command. Instead, we should assign the value to an environment variable and then use that variable in the shell command. This approach ensures that the value is treated as a plain string by the shell, preventing any potential command injection.

Specifically, we need to:

Define an environment variable for github.head_ref.
Use the environment variable in the git push command.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Joel Sticha <[email protected]>
Fix code scanning alert no. 30: Expression injection in Actions
…#30)

Bumps
[check-spelling/check-spelling](https://github.com/check-spelling/check-spelling)
from 0.0.22 to 0.0.24.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/check-spelling/check-spelling/releases">check-spelling/check-spelling's
releases</a>.</em></p>
<blockquote>
<h2>Release 0.0.24</h2>
<h2>⏩ Upgrading</h2>
<ul>
<li>🏷️ Test first <em>on a branch</em> by changing your workflow
tags/references to this release. See 🐣 Breaking Changes for how to adapt
your workflow.</li>
<li>🐛 See Known Issues for known issues</li>
</ul>
<h2>✨ Highlights</h2>
<ul>
<li>SARIF reporting should work for <code>push</code> events and
workflows that use <code>checkout: true</code></li>
<li>If you use a second job for commenting and the most recent comment
was collapsed in response to a previous commit and the latest commit
doesn't trigger a new comment, a new job will be not be dispatched</li>
<li>Files with Mac OS classic line endings (<code>\r</code>) should be
properly handled (previously they'd erroneously trigger a
<code>minified-file</code> warning)</li>
</ul>
<h2>🐛 Known issues</h2>
<p>Check the list of <a
href="https://github.com/check-spelling/check-spelling/issues?q=is%3Aopen+is%3Aissue+label%3Aregression+milestone%3Av0.0.25">regressions
with target milestone v0.0.25</a> for more information about issues that
should be fixed soon.</p>
<ul>
<li>Running the check-spelling action on Windows runners doesn't work
<ul>
<li>This appears to be an incompatibility involving StrawberryPerl,
cpanm, and ExtUtils::Manifest</li>
<li>Note that running check-spelling on a GitHub hosted runner other
than ubuntu-* doesn't really
make sense as the Windows and macOS runners are much more expensive per
minute and check-spelling
itself doesn't need any facilities from the OS -- it should be checking
the spelling of files
as they are present in commits.</li>
<li>While the check-spelling action won't work on Windows, apply.pl and
the output check-spelling produces are expected to work on Windows.</li>
</ul>
</li>
</ul>
<h2>Full Changelog</h2>
<p><a
href="https://github.com/check-spelling/check-spelling/compare/v0.0.23...v0.0.24">https://github.com/check-spelling/check-spelling/compare/v0.0.23...v0.0.24</a></p>
<h2>Release 0.0.23</h2>
<h2>⏩ Upgrading</h2>
<ul>
<li>🏷️ Test first <em>on a branch</em> by changing your workflow
tags/references to this release. See 🐣 Breaking Changes for how to adapt
your workflow.</li>
<li>🐛 See Known Issues for known issues</li>
</ul>
<h2>🐣 Breaking Changes</h2>
<h3><a
href="https://docs.check-spelling.dev/Configuration.html#usemagicfile"><code>use_magic_file</code></a>
is now enabled by default</h3>
<h4>Background</h4>
<p>magic file enables check-spelling to automatically recognize more
files to exclude. It has been pretty reliable/helpful.</p>
<h4>Migrating</h4>
<p>When you upgrade, if there are files that magic file detects as
worthy of excluding, it will suggest adding them to excludes. If they
turn out to be files that shouldn't be excluded, you can add
<code>use_magic_file: 0</code> to turn it off (and please file an issue
with a sample showing why the files were falsely suggested for
exclusion).</p>
<p>If you had previously set <code>use_magic_file: 1</code>, you can
remove that setting, as that's now the new default. (You can also leave
the value set, it's basically harmless, but it is now superfluous.)</p>
<h3><code>cache-dictionaries</code> has been removed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/67debf50669c7fc76fc8f5d7f996384535a72b77"><code>67debf5</code></a>
action: Release v0.0.24</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/45fd1fdfd40d09862595b29ec7f492f5a7eabf89"><code>45fd1fd</code></a>
t/FlakyServer.t: Fix handling of days 1-9</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/d286d554d4096a1b3754c16e5a53c7b66dbb506c"><code>d286d55</code></a>
action: Clarify that GITHUB_TOKEN has a default</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/9376155f1f3ca1a46f5d854397251c003458fb74"><code>9376155</code></a>
UnknownWordSplitter: Auto-detect line endings</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/ba8829d5a7e325d429cf9ca26ffcac4b75d874fd"><code>ba8829d</code></a>
unknown-words: Only suggest collapsing previous comment if it is not
collapsed</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/c2d4ddf13721b180e6f22bdce683650912d33944"><code>c2d4ddf</code></a>
action: Fix logic to upload sarif for push events</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/2c9e4a85102fa9b6df3cb8bb5a8dc8bdc2fb2fea"><code>2c9e4a8</code></a>
action: Release v0.0.23</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/8da92f1b83c0da5b0111fe496c58e1290f340bf6"><code>8da92f1</code></a>
action: Load actions on demand</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/6494dc2f2cfa728690aa25fc45fe979c222c27c5"><code>6494dc2</code></a>
action: Improve missing merge head handling</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/41422d381eec35081e2a55a4fde5393b160168e7"><code>41422d3</code></a>
test: Download gh if it is ancient</li>
<li>Additional commits viewable in <a
href="https://github.com/check-spelling/check-spelling/compare/v0.0.22...v0.0.24">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=check-spelling/check-spelling&package-manager=github_actions&previous-version=0.0.22&new-version=0.0.24)](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>
Bumps [@electron/asar](https://github.com/electron/asar) from 3.2.15 to 3.2.16.
- [Release notes](https://github.com/electron/asar/releases)
- [Changelog](https://github.com/electron/asar/blob/main/CHANGELOG.md)
- [Commits](electron/asar@v3.2.15...v3.2.16)

---
updated-dependencies:
- dependency-name: "@electron/asar"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@electron/asar](https://github.com/electron/asar) from 3.2.15 to
3.2.16.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/asar/releases"><code>@​electron/asar</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.2.16</h2>
<h2><a
href="https://github.com/electron/asar/compare/v3.2.15...v3.2.16">3.2.16</a>
(2024-11-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Enable <code>getNode</code> to follow directory links (fixes <a
href="https://redirect.github.com/electron/asar/issues/248">#248</a>)
(<a
href="https://redirect.github.com/electron/asar/issues/318">#318</a>)
(<a
href="https://github.com/electron/asar/commit/f30b93d214c03b02cf1035b662e4bf003864978c">f30b93d</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/electron/asar/commit/f30b93d214c03b02cf1035b662e4bf003864978c"><code>f30b93d</code></a>
fix: Enable <code>getNode</code> to follow directory links (fixes <a
href="https://redirect.github.com/electron/asar/issues/248">#248</a>)
(<a
href="https://redirect.github.com/electron/asar/issues/318">#318</a>)</li>
<li><a
href="https://github.com/electron/asar/commit/546ed91905d86f947ff07727386877bfdb8f9cdb"><code>546ed91</code></a>
build(deps): bump dsanders11/project-actions from 1.3.0 to 1.4.0 (<a
href="https://redirect.github.com/electron/asar/issues/340">#340</a>)</li>
<li>See full diff in <a
href="https://github.com/electron/asar/compare/v3.2.15...v3.2.16">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@electron/asar&package-manager=npm_and_yarn&previous-version=3.2.15&new-version=3.2.16)](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>
Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/nodejs/node-addon-api/releases)
- [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-addon-api@v8.2.1...v8.3.0)

---
updated-dependencies:
- dependency-name: node-addon-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Dec 2, 2024

The following labels could not be found: component/dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant