Commit 6f488d5
build(deps-dev): bump the npm group across 1 directory with 2 updates (#275)
Bumps the npm group with 2 updates in the / directory:
[ava](https://github.com/avajs/ava) and
[oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).
Updates `ava` from 6.4.1 to 7.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/avajs/ava/releases">ava's
releases</a>.</em></p>
<blockquote>
<h2>v7.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Replace <code>strip-ansi</code> with
<code>node:util.stripVTControlCharacters</code> by <a
href="https://github.com/fisker"><code>@fisker</code></a> in <a
href="https://redirect.github.com/avajs/ava/pull/3403">avajs/ava#3403</a></li>
<li>Remove support for Node.js 18 and 23; require 20.19 or newer, 22.20
or newer or 24,12 or newer; update dependencies including transitive
<code>glob</code> by <a
href="https://github.com/novemberborn"><code>@novemberborn</code></a>
in <a
href="https://redirect.github.com/avajs/ava/pull/3416">avajs/ava#3416</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/avajs/ava/compare/v6.4.1...v7.0.0">https://github.com/avajs/ava/compare/v6.4.1...v7.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/avajs/ava/commit/02c63fe2a7f9aff60aece616c556d35118f50fb6"><code>02c63fe</code></a>
v7.0.0</li>
<li><a
href="https://github.com/avajs/ava/commit/7c1b3a7a965548c25c1023afc42586f34ec8e5d9"><code>7c1b3a7</code></a>
Yet more release fixes (<a
href="https://redirect.github.com/avajs/ava/issues/3419">#3419</a>)</li>
<li><a
href="https://github.com/avajs/ava/commit/31f37880646ee9049c6400b5a347ba014f31b2f4"><code>31f3788</code></a>
More release fixes (<a
href="https://redirect.github.com/avajs/ava/issues/3418">#3418</a>)</li>
<li><a
href="https://github.com/avajs/ava/commit/48e85c205902779a7ab94b5639df797fb480a3ba"><code>48e85c2</code></a>
Fix release workflow (<a
href="https://redirect.github.com/avajs/ava/issues/3417">#3417</a>)</li>
<li><a
href="https://github.com/avajs/ava/commit/c569fb0a6d330e83c86b0aa26071011427b06d6a"><code>c569fb0</code></a>
Engine, dependency and release updates</li>
<li><a
href="https://github.com/avajs/ava/commit/792b0e80df8fb7b85330493d15fbb0fd7620fae2"><code>792b0e8</code></a>
Test with Node.js 25</li>
<li><a
href="https://github.com/avajs/ava/commit/14afd0b2bafaa88d716f3f8936060f25f9aef1fc"><code>14afd0b</code></a>
Replace <code>strip-ansi</code> with
<code>node:util.stripVTControlCharacters</code></li>
<li><a
href="https://github.com/avajs/ava/commit/665b922f0d2b559f300b95e15c5d3bdd57248a2c"><code>665b922</code></a>
Update Node.js assertion output snapshots</li>
<li><a
href="https://github.com/avajs/ava/commit/9cc3810e1a5de5303b78b5ae31fae3b72fe34627"><code>9cc3810</code></a>
Update codecov action to only upload intended file</li>
<li>See full diff in <a
href="https://github.com/avajs/ava/compare/v6.4.1...v7.0.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for ava since your current version.</p>
</details>
<br />
Updates `oxlint` from 1.43.0 to 1.50.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 && 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 "ES2015" instead of
"ES6" (<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 "ES7" 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 "ES Modules"
instead of "ES6 Modules" (<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 "Why is this
bad?" 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>Commits</summary>
<ul>
<li><a
href="https://github.com/oxc-project/oxc/commit/a08c28d763f3e377a549a206a26c3a8544589ae8"><code>a08c28d</code></a>
release(apps): oxlint v1.50.0 && oxfmt v0.35.0 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19627">#19627</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/3f0d1dd78b8bb132637afd3a717b485461de7ee8"><code>3f0d1dd</code></a>
release(apps): oxlint v1.49.0 && oxfmt v0.34.0 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19553">#19553</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/c34263c4cecbe8cef015b4af9c493b1a2bd0c510"><code>c34263c</code></a>
chore(oxlint): bump min tsgolint version to 0.14.1 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19554">#19554</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/761e54c1773a7e6ffb9860a2a9bb38b50b7df879"><code>761e54c</code></a>
release(apps): oxlint v1.48.0 && oxfmt v0.33.0 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19430">#19430</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/76ece4ae6294c72285f38032836891ba1ec422f5"><code>76ece4a</code></a>
chore(oxlint): bump min tsgolint version to 0.12.2 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19377">#19377</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/65b94f96418c8c73b3d538c66b7b4ecbb69d9985"><code>65b94f9</code></a>
release(apps): oxlint v1.47.0 && oxfmt v0.32.0 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19315">#19315</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/ffe9b2e8af28ae614d03e57627a268aca7a747c5"><code>ffe9b2e</code></a>
release(apps): oxlint v1.46.0 && oxfmt v0.31.0</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/c705f9527220e2d7f7ad58c1d15659e0d7a82214"><code>c705f95</code></a>
release(apps): oxlint v1.45.0 && oxfmt v0.30.0 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19211">#19211</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/1b2f3549df0760231ba386f143cb99552d9288f3"><code>1b2f354</code></a>
fix(ci): add missing riscv64/s390x napi targets for oxfmt and oxlint (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19217">#19217</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/a87b84579ecb5692c01bf2fe10e8d6f12c239691"><code>a87b845</code></a>
release(apps): oxlint v1.44.0 && oxfmt v0.29.0 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19211">#19211</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/oxc-project/oxc/commits/oxlint_v1.50.0/npm/oxlint">compare
view</a></li>
</ul>
</details>
<br />
---------
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 67e6222 commit 6f488d5
File tree
3 files changed
+395
-446
lines changed- .github/workflows
- bindings/node
3 files changed
+395
-446
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments