Skip to content

Commit 8809278

Browse files
build(deps-dev): bump the npm group with 2 updates (#338)
Bumps the npm group with 2 updates: [@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.6.2 to 3.7.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/napi-rs/napi-rs/commit/570891b280d71bc99595544ff31e286f39e193cb"><code>570891b</code></a> chore(release): publish</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/e3f9e83b22e6818c2b814367f12a4c3002c4a3b5"><code>e3f9e83</code></a> chore(deps): update dependency oxc-parser to ^0.133.0 (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3307">#3307</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/030eb76d6b1101954030eba78fed0211779c8a2e"><code>030eb76</code></a> fix(cli): NAPI_RS_FORCE_WASI only activates on 'true' or 'error' (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3236">#3236</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/d2a9f982089af52d09feea661a34b8a515c03364"><code>d2a9f98</code></a> chore(deps): update dependency npm-run-all2 to v9 (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3299">#3299</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/c43f7a2141f93ad5ad310f4dbae13de222e90549"><code>c43f7a2</code></a> fix(cli): receive error message from worker correctly (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3300">#3300</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/1fa8cc6d13dafb3b060c75430586dc44fee88dec"><code>1fa8cc6</code></a> build(deps): bump ws from 8.20.0 to 8.21.0 (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3302">#3302</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/9265eb2b3874388da7e14cbc270afb9fe4bbd330"><code>9265eb2</code></a> build(deps): bump protobufjs from 7.5.6 to 7.6.1 (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3303">#3303</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/8b03e1dd9d6a42e625928a801afbad881170be23"><code>8b03e1d</code></a> fix(napi): experimental node_api_create_object_with_properties (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3304">#3304</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/7812586bc98cb9d23a569b35df7f78aa9aa7017e"><code>7812586</code></a> build(deps): bump qs from 6.15.1 to 6.15.2 (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3305">#3305</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/5e8377b85bd203057a78177cec0b6fec02463558"><code>5e8377b</code></a> chore(deps): update yarn to v4.15.0 (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/3301">#3301</a>)</li> <li>Additional commits viewable in <a href="https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.6.2...@napi-rs/cli@3.7.0">compare view</a></li> </ul> </details> <br /> Updates `oxlint` from 1.66.0 to 1.67.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.67.0] - 2026-05-26</h2> <h3>🚀 Features</h3> <ul> <li>b84941e linter/vue: Implement no-expose-after-await rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22675">#22675</a>) (bab)</li> <li>98b98c1 linter/vue: Implement no-computed-properties-in-data rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22674">#22674</a>) (bab)</li> <li>2d4c919 oxlint: Support <code>vite-plus/resolveConfig</code> for vite.config.ts (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22456">#22456</a>) (leaysgur)</li> <li>2a60012 linter/vue: Implement require-render-return rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22613">#22613</a>) (bab)</li> <li>9f227fd linter/vue: Implement no-deprecated-props-default-this rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/21892">#21892</a>) (bab)</li> <li>87f065e linter/vue: Implement return-in-emits-validator rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/21935">#21935</a>) (bab)</li> <li>ea0380c linter/unicorn: Implement <code>import-style</code> rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22173">#22173</a>) (Hao Chen)</li> <li>dde40fe linter/vue: Implement no-watch-after-await rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22006">#22006</a>) (bab)</li> <li>a735eb0 linter/vue: Implement valid-next-tick rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22531">#22531</a>) (bab)</li> <li>6dc615d linter/vue: Implement no-shared-component-data rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/21842">#21842</a>) (bab)</li> <li>a656418 linter/vue: Implement valid-define-options rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22107">#22107</a>) (bab)</li> <li>bb6f1b2 linter/vue: Implement require-slots-as-functions rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22244">#22244</a>) (bab)</li> <li>5fa4774 linter/n: Implement <code>callback-return</code> rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22470">#22470</a>) (Mikhail Baev)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxc-project/oxc/commit/68b455d84f0b18bd6646cfe4f9babb12ec4fc448"><code>68b455d</code></a> release(apps): oxlint v1.67.0 &amp;&amp; oxfmt v0.52.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22735">#22735</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/b84941e69e2e630e998fe6b1e90b0506608f7caa"><code>b84941e</code></a> feat(linter/vue): implement no-expose-after-await rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22675">#22675</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/98b98c11f7435bb67aad73e4db9d151fb7dcc85a"><code>98b98c1</code></a> feat(linter/vue): implement no-computed-properties-in-data rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22674">#22674</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/2d4c9194bdba786c005f3a406f020d4e88e44522"><code>2d4c919</code></a> feat(oxlint): Support <code>vite-plus/resolveConfig</code> for vite.config.ts (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22456">#22456</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/2a600127f8e122d7963d42c49005592a1477d72f"><code>2a60012</code></a> feat(linter/vue): implement require-render-return rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22613">#22613</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/9f227fdaf73fff694a0ac77847d6fbaca3d1d425"><code>9f227fd</code></a> feat(linter/vue): implement no-deprecated-props-default-this rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/21892">#21892</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/87f065ebf7cde21d1229322f4c7ee58baca5648e"><code>87f065e</code></a> feat(linter/vue): implement return-in-emits-validator rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/21935">#21935</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/ea0380c189b8f8f1017c3bea3b61b5a6b2922b57"><code>ea0380c</code></a> feat(linter/unicorn): implement <code>import-style</code> rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22173">#22173</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/dde40fe432c9d1360c9a0a20ce2a1e7cfcf2f019"><code>dde40fe</code></a> feat(linter/vue): implement no-watch-after-await rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22006">#22006</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/a735eb01cb319c6433e3395745122234b718e37b"><code>a735eb0</code></a> feat(linter/vue): implement valid-next-tick rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/22531">#22531</a>)</li> <li>Additional commits viewable in <a href="https://github.com/oxc-project/oxc/commits/oxlint_v1.67.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 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>
1 parent 71485f9 commit 8809278

2 files changed

Lines changed: 94 additions & 91 deletions

File tree

bindings/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@napi-rs/cli": "3.6.2",
24+
"@napi-rs/cli": "3.7.0",
2525
"ava": "^8.0.1",
26-
"oxlint": "^1.66.0"
26+
"oxlint": "^1.67.0"
2727
},
2828
"ava": {
2929
"timeout": "3m"

yarn.lock

Lines changed: 92 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ __metadata:
1515
version: 0.0.0-use.local
1616
resolution: "@cpp-linter/cpp-linter@workspace:bindings/node"
1717
dependencies:
18-
"@napi-rs/cli": "npm:3.6.2"
18+
"@napi-rs/cli": "npm:3.7.0"
1919
ava: "npm:^8.0.1"
20-
oxlint: "npm:^1.66.0"
20+
oxlint: "npm:^1.67.0"
2121
bin:
2222
cpp-linter: cli.js
2323
languageName: unknown
@@ -325,17 +325,17 @@ __metadata:
325325
languageName: node
326326
linkType: hard
327327

328-
"@napi-rs/cli@npm:3.6.2":
329-
version: 3.6.2
330-
resolution: "@napi-rs/cli@npm:3.6.2"
328+
"@napi-rs/cli@npm:3.7.0":
329+
version: 3.7.0
330+
resolution: "@napi-rs/cli@npm:3.7.0"
331331
dependencies:
332332
"@inquirer/prompts": "npm:^8.0.0"
333333
"@napi-rs/cross-toolchain": "npm:^1.0.3"
334334
"@napi-rs/wasm-tools": "npm:^1.0.1"
335335
"@octokit/rest": "npm:^22.0.1"
336336
clipanion: "npm:^4.0.0-rc.4"
337337
colorette: "npm:^2.0.20"
338-
emnapi: "npm:^1.9.1"
338+
emnapi: "npm:^1.10.0"
339339
es-toolkit: "npm:^1.41.0"
340340
js-yaml: "npm:^4.1.0"
341341
obug: "npm:^2.0.0"
@@ -349,7 +349,7 @@ __metadata:
349349
bin:
350350
napi: dist/cli.js
351351
napi-raw: cli.mjs
352-
checksum: 10c0/3164711ed904c45247f9589c9cdf62f843c30e1b1b03bc770b9bb4d7c76bd134c42266ba85bc11d50f77df97eea56594a8151a749f2bca014c2b45cbfcf96a41
352+
checksum: 10c0/afa6d4b1b2703ba2de65ad26753af975c5864d832bfa6557dacecfa47a1bd47f968d8baa0265914cd88907672ca2370fdd897b50c600066e85ce2b5b67edb97c
353353
languageName: node
354354
linkType: hard
355355

@@ -1051,135 +1051,135 @@ __metadata:
10511051
languageName: node
10521052
linkType: hard
10531053

1054-
"@oxlint/binding-android-arm-eabi@npm:1.66.0":
1055-
version: 1.66.0
1056-
resolution: "@oxlint/binding-android-arm-eabi@npm:1.66.0"
1054+
"@oxlint/binding-android-arm-eabi@npm:1.67.0":
1055+
version: 1.67.0
1056+
resolution: "@oxlint/binding-android-arm-eabi@npm:1.67.0"
10571057
conditions: os=android & cpu=arm
10581058
languageName: node
10591059
linkType: hard
10601060

1061-
"@oxlint/binding-android-arm64@npm:1.66.0":
1062-
version: 1.66.0
1063-
resolution: "@oxlint/binding-android-arm64@npm:1.66.0"
1061+
"@oxlint/binding-android-arm64@npm:1.67.0":
1062+
version: 1.67.0
1063+
resolution: "@oxlint/binding-android-arm64@npm:1.67.0"
10641064
conditions: os=android & cpu=arm64
10651065
languageName: node
10661066
linkType: hard
10671067

1068-
"@oxlint/binding-darwin-arm64@npm:1.66.0":
1069-
version: 1.66.0
1070-
resolution: "@oxlint/binding-darwin-arm64@npm:1.66.0"
1068+
"@oxlint/binding-darwin-arm64@npm:1.67.0":
1069+
version: 1.67.0
1070+
resolution: "@oxlint/binding-darwin-arm64@npm:1.67.0"
10711071
conditions: os=darwin & cpu=arm64
10721072
languageName: node
10731073
linkType: hard
10741074

1075-
"@oxlint/binding-darwin-x64@npm:1.66.0":
1076-
version: 1.66.0
1077-
resolution: "@oxlint/binding-darwin-x64@npm:1.66.0"
1075+
"@oxlint/binding-darwin-x64@npm:1.67.0":
1076+
version: 1.67.0
1077+
resolution: "@oxlint/binding-darwin-x64@npm:1.67.0"
10781078
conditions: os=darwin & cpu=x64
10791079
languageName: node
10801080
linkType: hard
10811081

1082-
"@oxlint/binding-freebsd-x64@npm:1.66.0":
1083-
version: 1.66.0
1084-
resolution: "@oxlint/binding-freebsd-x64@npm:1.66.0"
1082+
"@oxlint/binding-freebsd-x64@npm:1.67.0":
1083+
version: 1.67.0
1084+
resolution: "@oxlint/binding-freebsd-x64@npm:1.67.0"
10851085
conditions: os=freebsd & cpu=x64
10861086
languageName: node
10871087
linkType: hard
10881088

1089-
"@oxlint/binding-linux-arm-gnueabihf@npm:1.66.0":
1090-
version: 1.66.0
1091-
resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.66.0"
1089+
"@oxlint/binding-linux-arm-gnueabihf@npm:1.67.0":
1090+
version: 1.67.0
1091+
resolution: "@oxlint/binding-linux-arm-gnueabihf@npm:1.67.0"
10921092
conditions: os=linux & cpu=arm
10931093
languageName: node
10941094
linkType: hard
10951095

1096-
"@oxlint/binding-linux-arm-musleabihf@npm:1.66.0":
1097-
version: 1.66.0
1098-
resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.66.0"
1096+
"@oxlint/binding-linux-arm-musleabihf@npm:1.67.0":
1097+
version: 1.67.0
1098+
resolution: "@oxlint/binding-linux-arm-musleabihf@npm:1.67.0"
10991099
conditions: os=linux & cpu=arm
11001100
languageName: node
11011101
linkType: hard
11021102

1103-
"@oxlint/binding-linux-arm64-gnu@npm:1.66.0":
1104-
version: 1.66.0
1105-
resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.66.0"
1103+
"@oxlint/binding-linux-arm64-gnu@npm:1.67.0":
1104+
version: 1.67.0
1105+
resolution: "@oxlint/binding-linux-arm64-gnu@npm:1.67.0"
11061106
conditions: os=linux & cpu=arm64 & libc=glibc
11071107
languageName: node
11081108
linkType: hard
11091109

1110-
"@oxlint/binding-linux-arm64-musl@npm:1.66.0":
1111-
version: 1.66.0
1112-
resolution: "@oxlint/binding-linux-arm64-musl@npm:1.66.0"
1110+
"@oxlint/binding-linux-arm64-musl@npm:1.67.0":
1111+
version: 1.67.0
1112+
resolution: "@oxlint/binding-linux-arm64-musl@npm:1.67.0"
11131113
conditions: os=linux & cpu=arm64 & libc=musl
11141114
languageName: node
11151115
linkType: hard
11161116

1117-
"@oxlint/binding-linux-ppc64-gnu@npm:1.66.0":
1118-
version: 1.66.0
1119-
resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.66.0"
1117+
"@oxlint/binding-linux-ppc64-gnu@npm:1.67.0":
1118+
version: 1.67.0
1119+
resolution: "@oxlint/binding-linux-ppc64-gnu@npm:1.67.0"
11201120
conditions: os=linux & cpu=ppc64 & libc=glibc
11211121
languageName: node
11221122
linkType: hard
11231123

1124-
"@oxlint/binding-linux-riscv64-gnu@npm:1.66.0":
1125-
version: 1.66.0
1126-
resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.66.0"
1124+
"@oxlint/binding-linux-riscv64-gnu@npm:1.67.0":
1125+
version: 1.67.0
1126+
resolution: "@oxlint/binding-linux-riscv64-gnu@npm:1.67.0"
11271127
conditions: os=linux & cpu=riscv64 & libc=glibc
11281128
languageName: node
11291129
linkType: hard
11301130

1131-
"@oxlint/binding-linux-riscv64-musl@npm:1.66.0":
1132-
version: 1.66.0
1133-
resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.66.0"
1131+
"@oxlint/binding-linux-riscv64-musl@npm:1.67.0":
1132+
version: 1.67.0
1133+
resolution: "@oxlint/binding-linux-riscv64-musl@npm:1.67.0"
11341134
conditions: os=linux & cpu=riscv64 & libc=musl
11351135
languageName: node
11361136
linkType: hard
11371137

1138-
"@oxlint/binding-linux-s390x-gnu@npm:1.66.0":
1139-
version: 1.66.0
1140-
resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.66.0"
1138+
"@oxlint/binding-linux-s390x-gnu@npm:1.67.0":
1139+
version: 1.67.0
1140+
resolution: "@oxlint/binding-linux-s390x-gnu@npm:1.67.0"
11411141
conditions: os=linux & cpu=s390x & libc=glibc
11421142
languageName: node
11431143
linkType: hard
11441144

1145-
"@oxlint/binding-linux-x64-gnu@npm:1.66.0":
1146-
version: 1.66.0
1147-
resolution: "@oxlint/binding-linux-x64-gnu@npm:1.66.0"
1145+
"@oxlint/binding-linux-x64-gnu@npm:1.67.0":
1146+
version: 1.67.0
1147+
resolution: "@oxlint/binding-linux-x64-gnu@npm:1.67.0"
11481148
conditions: os=linux & cpu=x64 & libc=glibc
11491149
languageName: node
11501150
linkType: hard
11511151

1152-
"@oxlint/binding-linux-x64-musl@npm:1.66.0":
1153-
version: 1.66.0
1154-
resolution: "@oxlint/binding-linux-x64-musl@npm:1.66.0"
1152+
"@oxlint/binding-linux-x64-musl@npm:1.67.0":
1153+
version: 1.67.0
1154+
resolution: "@oxlint/binding-linux-x64-musl@npm:1.67.0"
11551155
conditions: os=linux & cpu=x64 & libc=musl
11561156
languageName: node
11571157
linkType: hard
11581158

1159-
"@oxlint/binding-openharmony-arm64@npm:1.66.0":
1160-
version: 1.66.0
1161-
resolution: "@oxlint/binding-openharmony-arm64@npm:1.66.0"
1159+
"@oxlint/binding-openharmony-arm64@npm:1.67.0":
1160+
version: 1.67.0
1161+
resolution: "@oxlint/binding-openharmony-arm64@npm:1.67.0"
11621162
conditions: os=openharmony & cpu=arm64
11631163
languageName: node
11641164
linkType: hard
11651165

1166-
"@oxlint/binding-win32-arm64-msvc@npm:1.66.0":
1167-
version: 1.66.0
1168-
resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.66.0"
1166+
"@oxlint/binding-win32-arm64-msvc@npm:1.67.0":
1167+
version: 1.67.0
1168+
resolution: "@oxlint/binding-win32-arm64-msvc@npm:1.67.0"
11691169
conditions: os=win32 & cpu=arm64
11701170
languageName: node
11711171
linkType: hard
11721172

1173-
"@oxlint/binding-win32-ia32-msvc@npm:1.66.0":
1174-
version: 1.66.0
1175-
resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.66.0"
1173+
"@oxlint/binding-win32-ia32-msvc@npm:1.67.0":
1174+
version: 1.67.0
1175+
resolution: "@oxlint/binding-win32-ia32-msvc@npm:1.67.0"
11761176
conditions: os=win32 & cpu=ia32
11771177
languageName: node
11781178
linkType: hard
11791179

1180-
"@oxlint/binding-win32-x64-msvc@npm:1.66.0":
1181-
version: 1.66.0
1182-
resolution: "@oxlint/binding-win32-x64-msvc@npm:1.66.0"
1180+
"@oxlint/binding-win32-x64-msvc@npm:1.67.0":
1181+
version: 1.67.0
1182+
resolution: "@oxlint/binding-win32-x64-msvc@npm:1.67.0"
11831183
conditions: os=win32 & cpu=x64
11841184
languageName: node
11851185
linkType: hard
@@ -1676,7 +1676,7 @@ __metadata:
16761676
languageName: node
16771677
linkType: hard
16781678

1679-
"emnapi@npm:^1.9.1":
1679+
"emnapi@npm:^1.10.0":
16801680
version: 1.10.0
16811681
resolution: "emnapi@npm:1.10.0"
16821682
peerDependencies:
@@ -2180,31 +2180,32 @@ __metadata:
21802180
languageName: node
21812181
linkType: hard
21822182

2183-
"oxlint@npm:^1.66.0":
2184-
version: 1.66.0
2185-
resolution: "oxlint@npm:1.66.0"
2186-
dependencies:
2187-
"@oxlint/binding-android-arm-eabi": "npm:1.66.0"
2188-
"@oxlint/binding-android-arm64": "npm:1.66.0"
2189-
"@oxlint/binding-darwin-arm64": "npm:1.66.0"
2190-
"@oxlint/binding-darwin-x64": "npm:1.66.0"
2191-
"@oxlint/binding-freebsd-x64": "npm:1.66.0"
2192-
"@oxlint/binding-linux-arm-gnueabihf": "npm:1.66.0"
2193-
"@oxlint/binding-linux-arm-musleabihf": "npm:1.66.0"
2194-
"@oxlint/binding-linux-arm64-gnu": "npm:1.66.0"
2195-
"@oxlint/binding-linux-arm64-musl": "npm:1.66.0"
2196-
"@oxlint/binding-linux-ppc64-gnu": "npm:1.66.0"
2197-
"@oxlint/binding-linux-riscv64-gnu": "npm:1.66.0"
2198-
"@oxlint/binding-linux-riscv64-musl": "npm:1.66.0"
2199-
"@oxlint/binding-linux-s390x-gnu": "npm:1.66.0"
2200-
"@oxlint/binding-linux-x64-gnu": "npm:1.66.0"
2201-
"@oxlint/binding-linux-x64-musl": "npm:1.66.0"
2202-
"@oxlint/binding-openharmony-arm64": "npm:1.66.0"
2203-
"@oxlint/binding-win32-arm64-msvc": "npm:1.66.0"
2204-
"@oxlint/binding-win32-ia32-msvc": "npm:1.66.0"
2205-
"@oxlint/binding-win32-x64-msvc": "npm:1.66.0"
2183+
"oxlint@npm:^1.67.0":
2184+
version: 1.67.0
2185+
resolution: "oxlint@npm:1.67.0"
2186+
dependencies:
2187+
"@oxlint/binding-android-arm-eabi": "npm:1.67.0"
2188+
"@oxlint/binding-android-arm64": "npm:1.67.0"
2189+
"@oxlint/binding-darwin-arm64": "npm:1.67.0"
2190+
"@oxlint/binding-darwin-x64": "npm:1.67.0"
2191+
"@oxlint/binding-freebsd-x64": "npm:1.67.0"
2192+
"@oxlint/binding-linux-arm-gnueabihf": "npm:1.67.0"
2193+
"@oxlint/binding-linux-arm-musleabihf": "npm:1.67.0"
2194+
"@oxlint/binding-linux-arm64-gnu": "npm:1.67.0"
2195+
"@oxlint/binding-linux-arm64-musl": "npm:1.67.0"
2196+
"@oxlint/binding-linux-ppc64-gnu": "npm:1.67.0"
2197+
"@oxlint/binding-linux-riscv64-gnu": "npm:1.67.0"
2198+
"@oxlint/binding-linux-riscv64-musl": "npm:1.67.0"
2199+
"@oxlint/binding-linux-s390x-gnu": "npm:1.67.0"
2200+
"@oxlint/binding-linux-x64-gnu": "npm:1.67.0"
2201+
"@oxlint/binding-linux-x64-musl": "npm:1.67.0"
2202+
"@oxlint/binding-openharmony-arm64": "npm:1.67.0"
2203+
"@oxlint/binding-win32-arm64-msvc": "npm:1.67.0"
2204+
"@oxlint/binding-win32-ia32-msvc": "npm:1.67.0"
2205+
"@oxlint/binding-win32-x64-msvc": "npm:1.67.0"
22062206
peerDependencies:
22072207
oxlint-tsgolint: ">=0.22.1"
2208+
vite-plus: "*"
22082209
dependenciesMeta:
22092210
"@oxlint/binding-android-arm-eabi":
22102211
optional: true
@@ -2247,9 +2248,11 @@ __metadata:
22472248
peerDependenciesMeta:
22482249
oxlint-tsgolint:
22492250
optional: true
2251+
vite-plus:
2252+
optional: true
22502253
bin:
22512254
oxlint: bin/oxlint
2252-
checksum: 10c0/c43a1141159ef3a32d9d7d49852c9439b9e65dd7c0021ca76f5677f9c0b3a495270f00c2daa2115686997fbf5737a769882bbdeb84276558e0105e6ac6587432
2255+
checksum: 10c0/2532bebc3ed26f04e14bad2932763d1b71990c9b0bc103ab830eda990a97b9cc195b286ca5f174034684f9b1c842cbdcfd47c99adfb9519193ef23d0d3892507
22532256
languageName: node
22542257
linkType: hard
22552258

0 commit comments

Comments
 (0)