Skip to content

Commit 2b83a29

Browse files
build(deps-dev): bump the npm group across 1 directory with 2 updates (#191)
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.2.0 to 3.3.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/napi-rs/napi-rs/commit/2cdf5fd6fb26ba32aaa9a8e8d4ad5020536ce0de"><code>2cdf5fd</code></a> chore(release): publish</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/89d0f20b3d1645d9494eecc241b419ce4984145c"><code>89d0f20</code></a> chore(cli): test path assertion (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2947">#2947</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/60b4befad11008b2247b363fb844df5c9a113827"><code>60b4bef</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2944">#2944</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/9df9f890f72b5471ed5158efda2c604258e35499"><code>9df9f89</code></a> feat(napi): add on_abort for AbortSignal (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2942">#2942</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/70b66ee1b0c93961fe294d2fa9ad43fdb6671172"><code>70b66ee</code></a> fix(cli): bundle empathic (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2946">#2946</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/ac118df1d41d43f82920b3936e0c8ab39bb19d4c"><code>ac118df</code></a> feat(cli): export more build apis (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2945">#2945</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/ab976cd73961d24a89c0fa0c43fd2766ea1baeaa"><code>ab976cd</code></a> chore(cli): add type imports (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2943">#2943</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/f4b771a22dabad94eec50b8ef837882a3ade1cfa"><code>f4b771a</code></a> chore(deps): update dependency cross-env to v10.1.0 (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2941">#2941</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/cdccff74cc5b940fa3cf9f6202f22651832152a0"><code>cdccff7</code></a> chore(cli): add support for x86_64-pc-windows-gnu (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2935">#2935</a>)</li> <li><a href="https://github.com/napi-rs/napi-rs/commit/445ee37b1ab43e7ea7757ea5350030e96250802f"><code>445ee37</code></a> chore(deps): update dependency lerna to v9 (<a href="https://redirect.github.com/napi-rs/napi-rs/issues/2937">#2937</a>)</li> <li>Additional commits viewable in <a href="https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.2.0...@napi-rs/cli@3.3.0">compare view</a></li> </ul> </details> <br /> Updates `oxlint` from 1.15.0 to 1.20.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.20.0</h2> <h2>[1.20.0] - 2025-10-06</h2> <h3>🚀 Features</h3> <ul> <li>d16df93 linter: Support disable directives for type aware rules (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14052">#14052</a>) (camc314)</li> <li>f5c6acc linter: Add <code>vue/no-export-in-script-setup</code> rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14307">#14307</a>) (Sysix)</li> <li>353b153 linter: Implement eslint/no-param-reassign rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14341">#14341</a>) (Matthew Davis)</li> <li>a2914fe linter/plugins: Add <code>loc</code> field getter to all AST nodes (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14355">#14355</a>) (overlookmotel)</li> <li>07193c2 linter/plugins: Implement <code>SourceCode#getAncestors</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14346">#14346</a>) (overlookmotel)</li> <li>c8de6fe linter/plugins: Add <code>parent</code> field to AST nodes (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14345">#14345</a>) (overlookmotel)</li> <li>5505a86 linter/plugins: Include <code>range</code> field in AST (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14321">#14321</a>) (overlookmotel)</li> <li>3656908 rust: Oxc-index-vec v4.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14254">#14254</a>) (Boshen)</li> <li>1347de4 linter/plugins: Accept diagnostics with <code>loc</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14304">#14304</a>) (overlookmotel)</li> <li>aefc8b3 linter/plugins: Implement <code>SourceCode#getIndexFromLoc</code> and <code>getLocFromIndex</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14303">#14303</a>) (overlookmotel)</li> <li>93807db linter/plugins: Implement <code>SourceCode#lines</code> property (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14290">#14290</a>) (overlookmotel)</li> <li>2f8c985 linter/plugins: Implement <code>SourceCode#visitorKeys</code> property (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14289">#14289</a>) (overlookmotel)</li> <li>b69028f linter/plugins: Implement <code>SourceCode#ast</code> property (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14287">#14287</a>) (overlookmotel)</li> <li>d8d3d18 linter: Add <code>vue/prefer-import-from-vue</code> rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14284">#14284</a>) (Sysix)</li> <li>f0e760b linter: Add <code>vue/define-props-destructuring</code> rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14272">#14272</a>) (Sysix)</li> <li>bdf9010 linter/plugins: Add <code>SourceCode</code> API (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14281">#14281</a>) (overlookmotel)</li> <li>7f450fc linter/unicorn: Implement require-module-specifiers (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/13089">#13089</a>) (keita hino)</li> <li>a1e7154 linter/unicorn: Implement prefer-classlist-toggle (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14262">#14262</a>) (camc314)</li> <li>8217dce linter/unicorn: Implement no-unnecessary-array-splice-count (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14255">#14255</a>) (camc314)</li> <li>3d5db4a linter/unicorn: Implement no-useless-error-capture-stack-trace (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14222">#14222</a>) (camc314)</li> <li>b3b482a linter/unicorn: Implement prefer-top-level-await (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14247">#14247</a>) (camc314)</li> <li>7931be8 linter/unicorn: Implement prefer-class-fields (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14245">#14245</a>) (camc314)</li> <li>a39434a linter/unicorn: Implement prefer-at (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14232">#14232</a>) (camc314)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>e605222 linter/no-useless-undefined: Correctly respect <code>checkArguments</code> option (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14369">#14369</a>) (camc314)</li> <li>f1bc608 linter: Fix flaky import/no_cycle test (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14328">#14328</a>) (Boshen)</li> <li>9a902c0 linter/plugins: Make <code>range</code> field non-optional on AST types (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14354">#14354</a>) (overlookmotel)</li> <li>0a42d7f tsgolint: Report errors if we fail to parse tsgolint diagnostic messages (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14301">#14301</a>) (camc314)</li> <li>42f8d7e linter/react-hooks: Fix diagnostic message for literal in dependency array (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14266">#14266</a>) (camc314)</li> <li>ece91c5 linter/react-hooks: Fix diagnostic message for duplicate dependency in array (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14265">#14265</a>) (camc314)</li> <li>864fa0e linter/no-unused-expression: False positive with satisfies expressions (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14259">#14259</a>) (camc314)</li> <li>adff069 language_server: Don't apply &quot;ignore this rule&quot; fixes for fixAll code action + command (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14243">#14243</a>) (Sysix)</li> <li>46cceb8 linter/rules-of-hooks: Correctly place primary span to fix disable directive (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14237">#14237</a>) (camc314)</li> </ul> <h3>🚜 Refactor</h3> <ul> <li>1489376 napi/parser, linter/plugins: Minify walker code (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14376">#14376</a>) (overlookmotel)</li> <li>c8eeeb5 linter/plugins: Remove build-time dependency on <code>napi/parser</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14374">#14374</a>) (overlookmotel)</li> <li>fb1a067 linter/plugins: Bundle walker and AST types map (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14373">#14373</a>) (overlookmotel)</li> <li>93d8164 linter/plugins: Export AST types direct from <code>oxlint</code> package (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14353">#14353</a>) (overlookmotel)</li> <li>230d996 linter/plugins: <code>SourceCode#getText</code> use <code>range</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14352">#14352</a>) (overlookmotel)</li> <li>6e52bbd linter/plugins: Move location-related code into separate file (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14350">#14350</a>) (overlookmotel)</li> <li>13f1003 linter/plugins: Share <code>ast</code> between files (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14349">#14349</a>) (overlookmotel)</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/4bf6f699b549cd135f77e283e3b46fdad12d06b4"><code>4bf6f69</code></a> release(oxlint): v1.20.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14381">#14381</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/8ca1adf4169d7fb0db07e60e94f4e6e4d07fc91e"><code>8ca1adf</code></a> release(oxlint): v1.19.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14231">#14231</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/8879b5ab758deb7d799044b26a0bdcd26a831cd5"><code>8879b5a</code></a> fix(linter/plugins): add types export to <code>npm/oxlint</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14219">#14219</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/b4d716fd7217cb9a06a4ef2114163b9749b71819"><code>b4d716f</code></a> feat(linter/plugins): move custom JS plugin config to <code>jsPlugins</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14133">#14133</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/b7fb7ba6736234d37b789d9f40af51a0d158d41d"><code>b7fb7ba</code></a> release(oxlint): v1.18.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14082">#14082</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/b482f7d2db5ca3fa28788996480e30d1c58307ae"><code>b482f7d</code></a> release(oxlint): v1.17.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14054">#14054</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/bb040bc2d52a4e0edb09e54c6a61515d0f50576e"><code>bb040bc</code></a> refactor(parser, linter): replace <code>.mjs</code> files with <code>.js</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14045">#14045</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/3e117c65d7f2d112289dbe01f1fbe4759d1f93dc"><code>3e117c6</code></a> feat(linter/plugins): add <code>defineRule</code> API (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/13945">#13945</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/a14aa798500c8ba20c81f5b5c41bc37ab22f3542"><code>a14aa79</code></a> feat(npm/oxlint): convert to ES modules (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/13876">#13876</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/b52389a5691e682aa198ba3b1aa27d75bee552f0"><code>b52389a</code></a> feat(node): Bump <code>engines</code> field to require Node.js 20.19.0+ for ESM support ...</li> <li>Additional commits viewable in <a href="https://github.com/oxc-project/oxc/commits/oxlint_v1.20.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>
1 parent 1e24cbc commit 2b83a29

File tree

2 files changed

+45
-106
lines changed

2 files changed

+45
-106
lines changed

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.2.0",
24+
"@napi-rs/cli": "3.4.1",
2525
"ava": "^6.4.1",
26-
"oxlint": "^1.15.0"
26+
"oxlint": "^1.24.0"
2727
},
2828
"ava": {
2929
"timeout": "3m"

yarn.lock

Lines changed: 43 additions & 104 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.2.0"
18+
"@napi-rs/cli": "npm:3.4.1"
1919
ava: "npm:^6.4.1"
20-
oxlint: "npm:^1.15.0"
20+
oxlint: "npm:^1.24.0"
2121
bin:
2222
cpp-linter: cli.js
2323
languageName: unknown
@@ -338,9 +338,9 @@ __metadata:
338338
languageName: node
339339
linkType: hard
340340

341-
"@napi-rs/cli@npm:3.2.0":
342-
version: 3.2.0
343-
resolution: "@napi-rs/cli@npm:3.2.0"
341+
"@napi-rs/cli@npm:3.4.1":
342+
version: 3.4.1
343+
resolution: "@napi-rs/cli@npm:3.4.1"
344344
dependencies:
345345
"@inquirer/prompts": "npm:^7.8.4"
346346
"@napi-rs/cross-toolchain": "npm:^1.0.3"
@@ -351,13 +351,11 @@ __metadata:
351351
debug: "npm:^4.4.1"
352352
emnapi: "npm:^1.5.0"
353353
es-toolkit: "npm:^1.39.10"
354-
find-up: "npm:^7.0.0"
355354
js-yaml: "npm:^4.1.0"
356355
semver: "npm:^7.7.2"
357356
typanion: "npm:^3.14.0"
358357
peerDependencies:
359-
"@emnapi/runtime": ^1.1.0
360-
emnapi: ^1.1.0
358+
"@emnapi/runtime": ^1.5.0
361359
peerDependenciesMeta:
362360
"@emnapi/runtime":
363361
optional: true
@@ -366,7 +364,7 @@ __metadata:
366364
bin:
367365
napi: dist/cli.js
368366
napi-raw: cli.mjs
369-
checksum: 10c0/3b871bed67e7691ce5eb7e3a6b1f57ae628144e2f8ddcc0cfe0305c3603a0b4ad5073ca82ba74d8cf13aeaacd57c083bbf3423f89b256b3b34bb3ab03e55e1c0
367+
checksum: 10c0/3071258f0b5767a6dfd5ae7939ba568d59658add40aa6e453aaab0b99a3c2b539f604e1d4fe2b8dba7f035e2ff680edb243eb818f22bd5fcb503aa15a8e4e706
370368
languageName: node
371369
linkType: hard
372370

@@ -1068,58 +1066,58 @@ __metadata:
10681066
languageName: node
10691067
linkType: hard
10701068

1071-
"@oxlint/darwin-arm64@npm:1.15.0":
1072-
version: 1.15.0
1073-
resolution: "@oxlint/darwin-arm64@npm:1.15.0"
1069+
"@oxlint/darwin-arm64@npm:1.24.0":
1070+
version: 1.24.0
1071+
resolution: "@oxlint/darwin-arm64@npm:1.24.0"
10741072
conditions: os=darwin & cpu=arm64
10751073
languageName: node
10761074
linkType: hard
10771075

1078-
"@oxlint/darwin-x64@npm:1.15.0":
1079-
version: 1.15.0
1080-
resolution: "@oxlint/darwin-x64@npm:1.15.0"
1076+
"@oxlint/darwin-x64@npm:1.24.0":
1077+
version: 1.24.0
1078+
resolution: "@oxlint/darwin-x64@npm:1.24.0"
10811079
conditions: os=darwin & cpu=x64
10821080
languageName: node
10831081
linkType: hard
10841082

1085-
"@oxlint/linux-arm64-gnu@npm:1.15.0":
1086-
version: 1.15.0
1087-
resolution: "@oxlint/linux-arm64-gnu@npm:1.15.0"
1083+
"@oxlint/linux-arm64-gnu@npm:1.24.0":
1084+
version: 1.24.0
1085+
resolution: "@oxlint/linux-arm64-gnu@npm:1.24.0"
10881086
conditions: os=linux & cpu=arm64 & libc=glibc
10891087
languageName: node
10901088
linkType: hard
10911089

1092-
"@oxlint/linux-arm64-musl@npm:1.15.0":
1093-
version: 1.15.0
1094-
resolution: "@oxlint/linux-arm64-musl@npm:1.15.0"
1090+
"@oxlint/linux-arm64-musl@npm:1.24.0":
1091+
version: 1.24.0
1092+
resolution: "@oxlint/linux-arm64-musl@npm:1.24.0"
10951093
conditions: os=linux & cpu=arm64 & libc=musl
10961094
languageName: node
10971095
linkType: hard
10981096

1099-
"@oxlint/linux-x64-gnu@npm:1.15.0":
1100-
version: 1.15.0
1101-
resolution: "@oxlint/linux-x64-gnu@npm:1.15.0"
1097+
"@oxlint/linux-x64-gnu@npm:1.24.0":
1098+
version: 1.24.0
1099+
resolution: "@oxlint/linux-x64-gnu@npm:1.24.0"
11021100
conditions: os=linux & cpu=x64 & libc=glibc
11031101
languageName: node
11041102
linkType: hard
11051103

1106-
"@oxlint/linux-x64-musl@npm:1.15.0":
1107-
version: 1.15.0
1108-
resolution: "@oxlint/linux-x64-musl@npm:1.15.0"
1104+
"@oxlint/linux-x64-musl@npm:1.24.0":
1105+
version: 1.24.0
1106+
resolution: "@oxlint/linux-x64-musl@npm:1.24.0"
11091107
conditions: os=linux & cpu=x64 & libc=musl
11101108
languageName: node
11111109
linkType: hard
11121110

1113-
"@oxlint/win32-arm64@npm:1.15.0":
1114-
version: 1.15.0
1115-
resolution: "@oxlint/win32-arm64@npm:1.15.0"
1111+
"@oxlint/win32-arm64@npm:1.24.0":
1112+
version: 1.24.0
1113+
resolution: "@oxlint/win32-arm64@npm:1.24.0"
11161114
conditions: os=win32 & cpu=arm64
11171115
languageName: node
11181116
linkType: hard
11191117

1120-
"@oxlint/win32-x64@npm:1.15.0":
1121-
version: 1.15.0
1122-
resolution: "@oxlint/win32-x64@npm:1.15.0"
1118+
"@oxlint/win32-x64@npm:1.24.0":
1119+
version: 1.24.0
1120+
resolution: "@oxlint/win32-x64@npm:1.24.0"
11231121
conditions: os=win32 & cpu=x64
11241122
languageName: node
11251123
linkType: hard
@@ -1796,17 +1794,6 @@ __metadata:
17961794
languageName: node
17971795
linkType: hard
17981796

1799-
"find-up@npm:^7.0.0":
1800-
version: 7.0.0
1801-
resolution: "find-up@npm:7.0.0"
1802-
dependencies:
1803-
locate-path: "npm:^7.2.0"
1804-
path-exists: "npm:^5.0.0"
1805-
unicorn-magic: "npm:^0.1.0"
1806-
checksum: 10c0/e6ee3e6154560bc0ab3bc3b7d1348b31513f9bdf49a5dd2e952495427d559fa48cdf33953e85a309a323898b43fa1bfbc8b80c880dfc16068384783034030008
1807-
languageName: node
1808-
linkType: hard
1809-
18101797
"foreground-child@npm:^3.1.0":
18111798
version: 3.3.1
18121799
resolution: "foreground-child@npm:3.3.1"
@@ -2046,15 +2033,6 @@ __metadata:
20462033
languageName: node
20472034
linkType: hard
20482035

2049-
"locate-path@npm:^7.2.0":
2050-
version: 7.2.0
2051-
resolution: "locate-path@npm:7.2.0"
2052-
dependencies:
2053-
p-locate: "npm:^6.0.0"
2054-
checksum: 10c0/139e8a7fe11cfbd7f20db03923cacfa5db9e14fa14887ea121345597472b4a63c1a42a8a5187defeeff6acf98fd568da7382aa39682d38f0af27433953a97751
2055-
languageName: node
2056-
linkType: hard
2057-
20582036
"lodash@npm:^4.17.15":
20592037
version: 4.17.21
20602038
resolution: "lodash@npm:4.17.21"
@@ -2211,18 +2189,18 @@ __metadata:
22112189
languageName: node
22122190
linkType: hard
22132191

2214-
"oxlint@npm:^1.15.0":
2215-
version: 1.15.0
2216-
resolution: "oxlint@npm:1.15.0"
2192+
"oxlint@npm:^1.24.0":
2193+
version: 1.24.0
2194+
resolution: "oxlint@npm:1.24.0"
22172195
dependencies:
2218-
"@oxlint/darwin-arm64": "npm:1.15.0"
2219-
"@oxlint/darwin-x64": "npm:1.15.0"
2220-
"@oxlint/linux-arm64-gnu": "npm:1.15.0"
2221-
"@oxlint/linux-arm64-musl": "npm:1.15.0"
2222-
"@oxlint/linux-x64-gnu": "npm:1.15.0"
2223-
"@oxlint/linux-x64-musl": "npm:1.15.0"
2224-
"@oxlint/win32-arm64": "npm:1.15.0"
2225-
"@oxlint/win32-x64": "npm:1.15.0"
2196+
"@oxlint/darwin-arm64": "npm:1.24.0"
2197+
"@oxlint/darwin-x64": "npm:1.24.0"
2198+
"@oxlint/linux-arm64-gnu": "npm:1.24.0"
2199+
"@oxlint/linux-arm64-musl": "npm:1.24.0"
2200+
"@oxlint/linux-x64-gnu": "npm:1.24.0"
2201+
"@oxlint/linux-x64-musl": "npm:1.24.0"
2202+
"@oxlint/win32-arm64": "npm:1.24.0"
2203+
"@oxlint/win32-x64": "npm:1.24.0"
22262204
peerDependencies:
22272205
oxlint-tsgolint: ">=0.2.0"
22282206
dependenciesMeta:
@@ -2248,25 +2226,7 @@ __metadata:
22482226
bin:
22492227
oxc_language_server: bin/oxc_language_server
22502228
oxlint: bin/oxlint
2251-
checksum: 10c0/3eb2a27b972f2a02200b068345ab6a3a17f7bc29c4546c6b3478727388d8d59b94a554f9b6bb1320b71a75cc598b728de0ffee5e4e70ac27457104b8efebb257
2252-
languageName: node
2253-
linkType: hard
2254-
2255-
"p-limit@npm:^4.0.0":
2256-
version: 4.0.0
2257-
resolution: "p-limit@npm:4.0.0"
2258-
dependencies:
2259-
yocto-queue: "npm:^1.0.0"
2260-
checksum: 10c0/a56af34a77f8df2ff61ddfb29431044557fcbcb7642d5a3233143ebba805fc7306ac1d448de724352861cb99de934bc9ab74f0d16fe6a5460bdbdf938de875ad
2261-
languageName: node
2262-
linkType: hard
2263-
2264-
"p-locate@npm:^6.0.0":
2265-
version: 6.0.0
2266-
resolution: "p-locate@npm:6.0.0"
2267-
dependencies:
2268-
p-limit: "npm:^4.0.0"
2269-
checksum: 10c0/d72fa2f41adce59c198270aa4d3c832536c87a1806e0f69dffb7c1a7ca998fb053915ca833d90f166a8c082d3859eabfed95f01698a3214c20df6bb8de046312
2229+
checksum: 10c0/1a2e8a4bb3f5bcc21dbffcf85344237d44f1ec9ce1a7c53b34c8a73cf78ec8e43fd5a2015b9c1e1ff78cb602b96aa59d9031b405cd403d9aa8e911383bc3ce80
22702230
languageName: node
22712231
linkType: hard
22722232

@@ -2301,13 +2261,6 @@ __metadata:
23012261
languageName: node
23022262
linkType: hard
23032263

2304-
"path-exists@npm:^5.0.0":
2305-
version: 5.0.0
2306-
resolution: "path-exists@npm:5.0.0"
2307-
checksum: 10c0/b170f3060b31604cde93eefdb7392b89d832dfbc1bed717c9718cbe0f230c1669b7e75f87e19901da2250b84d092989a0f9e44d2ef41deb09aa3ad28e691a40a
2308-
languageName: node
2309-
linkType: hard
2310-
23112264
"path-key@npm:^3.1.0":
23122265
version: 3.1.1
23132266
resolution: "path-key@npm:3.1.1"
@@ -2619,13 +2572,6 @@ __metadata:
26192572
languageName: node
26202573
linkType: hard
26212574

2622-
"unicorn-magic@npm:^0.1.0":
2623-
version: 0.1.0
2624-
resolution: "unicorn-magic@npm:0.1.0"
2625-
checksum: 10c0/e4ed0de05b0a05e735c7d8a2930881e5efcfc3ec897204d5d33e7e6247f4c31eac92e383a15d9a6bccb7319b4271ee4bea946e211bf14951fec6ff2cbbb66a92
2626-
languageName: node
2627-
linkType: hard
2628-
26292575
"unicorn-magic@npm:^0.3.0":
26302576
version: 0.3.0
26312577
resolution: "unicorn-magic@npm:0.3.0"
@@ -2754,13 +2700,6 @@ __metadata:
27542700
languageName: node
27552701
linkType: hard
27562702

2757-
"yocto-queue@npm:^1.0.0":
2758-
version: 1.2.1
2759-
resolution: "yocto-queue@npm:1.2.1"
2760-
checksum: 10c0/5762caa3d0b421f4bdb7a1926b2ae2189fc6e4a14469258f183600028eb16db3e9e0306f46e8ebf5a52ff4b81a881f22637afefbef5399d6ad440824e9b27f9f
2761-
languageName: node
2762-
linkType: hard
2763-
27642703
"yoctocolors-cjs@npm:^2.1.2":
27652704
version: 2.1.2
27662705
resolution: "yoctocolors-cjs@npm:2.1.2"

0 commit comments

Comments
 (0)