Skip to content

Commit ebac81d

Browse files
build(deps-dev): bump the npm group across 1 directory with 2 updates (#241)
Bumps the npm group with 2 updates in the / directory: [@napi-rs/cli](https://github.com/napi-rs/napi-rs) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint). Updates `@napi-rs/cli` from 3.5.0 to 3.5.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/napi-rs/napi-rs/commit/705b26dd8269d69897933ddb4919d1d8640d85c7"><code>705b26d</code></a> chore(release): publish</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/60452d01a4e6f414f50842a20df27804c2aa771d"><code>60452d0</code></a> fix(cli): properly load WASM package in JS binding template (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3038">#3038</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/d78f83df51a488ff6128cde3c82f50837d8fc3d8"><code>d78f83d</code></a> fix(napi): validate status before copying data in env arraybuffer fallback (#...</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/51e65eb7860247ad58c273d540ca89ec5a8b1c68"><code>51e65eb</code></a> fix(napi): validate status before copying in remaining TypedArray fallback pa...</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/6ac1d6bb3f2f0cf5de7355f2ea968befbfbb736b"><code>6ac1d6b</code></a> fix(napi): validate status before copying in TypedArray owned ToNapiValue fal...</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/c541feefc0a9df6b6e0cf448307ad0e66fde2793"><code>c541fee</code></a> fix(napi): validate status before copying in ArrayBuffer ToNapiValue fallback...</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/e55bc34c9c1c24d4407aa29b3f7a89fdf614ddbe"><code>e55bc34</code></a> fix(napi): skip debug buffer tracking on wasm targets (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3078">#3078</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/91f19f49e48c3442f1abecbc3f5a02c951322789"><code>91f19f4</code></a> chore: set napi.rs as homepage in package.json (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3069">#3069</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/8385beffa562eaaf0498406ffae737f01b1ca7aa"><code>8385bef</code></a> feat(napi): support any object types in Stream(<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2854">#2854</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/76d06b3a5f44a637df76cecd87cbb4bd09e7ec9d"><code>76d06b3</code></a> feat(napi-derive): add #[napi(async_iterator)] macro attribute (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3072">#3072</a>)</li> <li>Additional commits viewable in <a href="https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.5.0...@napi-rs/cli@3.5.1">compare view</a></li> </ul> </details> <br /> Updates `oxlint` from 1.31.0 to 1.37.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oxc-project/oxc/releases">oxlint's releases</a>.</em></p> <blockquote> <h2>oxlint v1.27.0 &amp;&amp; oxfmt v0.12.0</h2> <h1>Oxlint v1.27.0</h1> <h3>🚀 Features</h3> <ul> <li>222a8f0 linter/plugins: Implement <code>SourceCode#isSpaceBetween</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15498">#15498</a>) (overlookmotel)</li> <li>2f9735d linter/plugins: Implement <code>context.languageOptions</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15486">#15486</a>) (overlookmotel)</li> <li>bc731ff linter/plugins: Stub out all <code>Context</code> APIs (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15479">#15479</a>) (overlookmotel)</li> <li>5822cb4 linter/plugins: Add <code>extend</code> method to <code>FILE_CONTEXT</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15477">#15477</a>) (overlookmotel)</li> <li>7b1e6f3 apps: Add pure rust binaries and release to github (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15469">#15469</a>) (Boshen)</li> <li>2a89b43 linter: Introduce debug assertions after fixes to assert validity (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15389">#15389</a>) (camc314)</li> <li>ad3c45a editor: Add <code>oxc.path.node</code> option (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15040">#15040</a>) (Sysix)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>6f3cd77 linter/no-var: Incorrect warning for blocks (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15504">#15504</a>) (Hamir Mahal)</li> <li>6957fb9 linter/plugins: Do not allow access to <code>Context#id</code> in <code>createOnce</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15489">#15489</a>) (overlookmotel)</li> <li>7409630 linter/plugins: Allow access to <code>cwd</code> in <code>createOnce</code> in ESLint interop mode (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15488">#15488</a>) (overlookmotel)</li> <li>732205e parser: Reject <code>using</code> / <code>await using</code> in a switch <code>case</code> / <code>default</code> clause (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15225">#15225</a>) (sapphi-red)</li> <li>a17ca32 linter/plugins: Replace <code>Context</code> class (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15448">#15448</a>) (overlookmotel)</li> <li>ecf2f7b language_server: Fail gracefully when tsgolint executable not found (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15436">#15436</a>) (camc314)</li> <li>3c8d3a7 lang-server: Improve logging in failure case for tsgolint (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15299">#15299</a>) (camc314)</li> <li>ef71410 linter: Use jsx if source type is JS in fix debug assertion (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15434">#15434</a>) (camc314)</li> <li>e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15426">#15426</a>) (camc314)</li> <li>6565dbe linter/switch-case-braces: Skip comments when searching for <code>:</code> token (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15425">#15425</a>) (camc314)</li> <li>85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15423">#15423</a>) (camc314)</li> <li>fde753e linter/plugins: Block access to <code>context.settings</code> in <code>createOnce</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15394">#15394</a>) (overlookmotel)</li> <li>ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15388">#15388</a>) (camc314)</li> <li>dac2a9c linter/no-template-curly-in-string: Remove fixer (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15387">#15387</a>) (camc314)</li> <li>989b8e3 linter/no-var: Only fix to <code>const</code> if the var has an initializer (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15385">#15385</a>) (camc314)</li> <li>cc403f5 linter/plugins: Return empty object for unimplemented parserServices (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15364">#15364</a>) (magic-akari)</li> </ul> <h3>⚡ Performance</h3> <ul> <li>25d577e language_server: Start tools in parallel (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15500">#15500</a>) (Sysix)</li> <li>3c57291 linter/plugins: Optimize loops (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15449">#15449</a>) (overlookmotel)</li> <li>3166233 linter/plugins: Remove <code>Arc</code>s (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15431">#15431</a>) (overlookmotel)</li> <li>9de1322 linter/plugins: Lazily deserialize settings JSON (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15395">#15395</a>) (overlookmotel)</li> <li>3049ec2 linter/plugins: Optimize <code>deepFreezeSettings</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15392">#15392</a>) (overlookmotel)</li> <li>444ebfd linter/plugins: Use single object for <code>parserServices</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15378">#15378</a>) (overlookmotel)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>97d2104 linter: Update comment in lint.rs about default value for tsconfig path (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15530">#15530</a>) (Connor Shea)</li> <li>2c6bd9e linter: Always refer as &quot;ES2015&quot; instead of &quot;ES6&quot; (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15411">#15411</a>) (sapphi-red)</li> <li>a0c5203 linter/import/named: Update &quot;ES7&quot; comment in examples (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15410">#15410</a>) (sapphi-red)</li> <li>3dc24b5 linter,minifier: Always refer as &quot;ES Modules&quot; instead of &quot;ES6 Modules&quot; (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15409">#15409</a>) (sapphi-red)</li> <li>2ad77fb linter/no-this-before-super: Correct &quot;Why is this bad?&quot; section (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15408">#15408</a>) (sapphi-red)</li> <li>57f0ce1 linter: Add backquotes where appropriate (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15407">#15407</a>) (sapphi-red)</li> </ul> <h1>Oxfmt v0.12.0</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md">oxlint's changelog</a>.</em></p> <blockquote> <h2>[1.37.0] - 2026-01-05</h2> <h3>💥 BREAKING CHANGES</h3> <ul> <li>f7da875 oxlint: [<strong>BREAKING</strong>] Remove oxc_language_server binary (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17457">#17457</a>) (Boshen)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>7e5fc90 linter: Update list of plugins that are reserved. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17516">#17516</a>) (connorshea)</li> </ul> <h2>[1.35.0] - 2025-12-22</h2> <h3>🚀 Features</h3> <ul> <li>9e624c9 linter/react: Add <code>version</code> to <code>ReactPluginSettings</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17169">#17169</a>) (camc314)</li> </ul> <h2>[1.34.0] - 2025-12-19</h2> <h3>🚀 Features</h3> <ul> <li>a0f74a0 linter/config: Allow aliasing plugin names to allow names the same as builtin plugins (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15569">#15569</a>) (Cameron)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>005ec25 linter: Permit <code>$schema</code> <code>.oxlintrc.json</code> struct (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17060">#17060</a>) (Copilot)</li> <li>d446c43 linter: Prevent extra fields from being present on oxlint config file (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/16874">#16874</a>) (connorshea)</li> </ul> <h2>[1.30.0] - 2025-11-24</h2> <h3>🚀 Features</h3> <ul> <li>595867a oxlint: Generate markdownDescription fields for oxlint JSON schema. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15959">#15959</a>) (connorshea)</li> </ul> <h2>[1.29.0] - 2025-11-17</h2> <h3>🚀 Features</h3> <ul> <li>84de1ca oxlint,oxfmt: Allow comments and also commas for vscode-json-ls (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15612">#15612</a>) (leaysgur)</li> </ul> <h2>[1.26.0] - 2025-11-05</h2> <h3>🚀 Features</h3> <ul> <li>26f24d5 linter: Permit comments in <code>.oxlintrc.json</code> via json schema file (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15249">#15249</a>) (Martin Leduc)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>d6996d0 linter: Fix JSON schema to deny additional properties for categories enum. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15257">#15257</a>) (Connor Shea)</li> <li>9304f9f linter: Fix JSON schema to deny additional properties for plugins enum. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15259">#15259</a>) (Connor Shea)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxc-project/oxc/commit/186a347244effdb6127b12fb625bf7c3177811bb"><code>186a347</code></a> release(apps): oxlint v1.37.0 &amp;&amp; oxfmt v0.22.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17662">#17662</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/7e5fc9049b193b0bd3c0b54caebc67d24755e64b"><code>7e5fc90</code></a> docs(linter): Update list of plugins that are reserved. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17516">#17516</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/f7da875f0b4a357722a7079c8f1f1cec92259b38"><code>f7da875</code></a> feat(oxlint)!: remove oxc_language_server binary (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17457">#17457</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/8e83df25670500349cd23313339b69a4c3b58039"><code>8e83df2</code></a> release(apps): oxlint v1.36.0 &amp;&amp; oxfmt v0.21.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17448">#17448</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/1307b7be1e0e1471ea5c37f13c711632b67419a4"><code>1307b7b</code></a> release(apps): oxlint v1.35.0 &amp;&amp; oxfmt v0.20.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17260">#17260</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/98c933758e6667dc9eada4cbfa5202580888bfea"><code>98c9337</code></a> refactor(linter): Improvements for react version setting. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17195">#17195</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/9e624c9562ce317803def7c875f2236d536b05e8"><code>9e624c9</code></a> feat(linter/react): add <code>version</code> to <code>ReactPluginSettings</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17169">#17169</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/a96d0d5bfc614fd31494a7c233c9d473ac37d069"><code>a96d0d5</code></a> chore(oxlint): bump min tsgolint pkg version to 0.10.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17146">#17146</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/86298e8234a78df040f56b7daeb13272416c94cd"><code>86298e8</code></a> chore(deps): update dependency oxfmt to ^0.19.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/16602">#16602</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/2804276b2e6cebb035e6a8a0f8f1f5ff84397762"><code>2804276</code></a> release(apps): oxlint v1.34.0 &amp;&amp; oxfmt v0.19.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17097">#17097</a>)</li> <li>Additional commits viewable in <a href="https://github.com/oxc-project/oxc/commits/oxlint_v1.37.0/npm/oxlint">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> Co-authored-by: Brendan <2bndy5@gmail.com>
1 parent 0d200f7 commit ebac81d

File tree

4 files changed

+265
-81
lines changed

4 files changed

+265
-81
lines changed

0 commit comments

Comments
 (0)