Skip to content

Commit 866d4da

Browse files
build(deps-dev): bump oxlint from 1.24.0 to 1.28.0 in the npm group (#215)
Bumps the npm group with 1 update: [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint). Updates `oxlint` from 1.24.0 to 1.28.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.26.0</h2> <h2>[1.26.0] - 2025-11-05</h2> <h3>🚀 Features</h3> <ul> <li>6f4a50c linter: Implement react/state-in-constructor rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15329">#15329</a>) (Mikhail Baev)</li> <li>230e34c linter/plugins: Allow js plugins to access settings (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14724">#14724</a>) (Arsh)</li> <li>8d69661 allocator: Add <code>Address::from_ref</code> method (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15318">#15318</a>) (overlookmotel)</li> <li>798216b language_server: Respect disable directives for type-aware rules (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15170">#15170</a>) (Sysix)</li> <li>7a00691 linter/no-deprecated: Add rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15272">#15272</a>) (camc314)</li> <li>ab065a9 tsgolint: Improve diagnostic messages with file reference (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15274">#15274</a>) (camc314)</li> <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> <li>979ec04 linter: Pretty print tsgolint internal diagnostics (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15131">#15131</a>) (camc314)</li> <li>682dca2 parser: Add more helps to parser errors (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15186">#15186</a>) (sapphi-red)</li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>40231a6 linter/plugins, napi/parser: Add <code>parent</code> field to <code>FormalParameterRest</code> and <code>TSParameterProperty</code> in TS type defs (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15337">#15337</a>) (overlookmotel)</li> <li>861508a linter/plugins: Make <code>parent</code> fields in TS type defs non-optional (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15336">#15336</a>) (overlookmotel)</li> <li>e0edaef language-server: Disable tsgolint test on big endian (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15331">#15331</a>) (camc314)</li> <li>1d09cc9 linter/no-unused-private-class-members: Fix false positive in conditional expressino (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15319">#15319</a>) (camc314)</li> <li>7f079ab ast/estree: Fix raw transfer deserializer for <code>AssignmentTargetPropertyIdentifier</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15304">#15304</a>) (overlookmotel)</li> <li>56c6627 linter/plugins: Resolve JS plugins only with conditions Node.js supports (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15248">#15248</a>) (sapphi-red)</li> <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> <li>6a884d3 linter: Return error diagnostics if tsgolint fails (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15229">#15229</a>) (camc314)</li> <li>86cfae1 language-server: Log error if tsgolint fails to run (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15228">#15228</a>) (camc314)</li> <li>f376e61 linter: Bundle <code>@typescript-eslint/scope-manager</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15210">#15210</a>) (Arsh)</li> <li>377e904 linter: Ignore script tag in code comment (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15202">#15202</a>) (Liang Mi)</li> <li>b26900c linter: Improve diagnostic for react/button-has-type. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15200">#15200</a>) (Connor Shea)</li> <li>80a187c linter: Add offset for parsing error in partial loading files (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15075">#15075</a>) (Liang Mi)</li> <li>af257da linter/no-unused-vars: False positive with member expressions in sequence expressions (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15190">#15190</a>) (magic-akari)</li> <li>1f365c8 vscode/test: Make formatting test less flaky (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15120">#15120</a>) (camc314)</li> </ul> <h3>🚜 Refactor</h3> <ul> <li>636e7ed linter/plugins: Shorten <code>ScopeManager</code> code (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15335">#15335</a>) (overlookmotel)</li> <li>a7cf856 ast/estree: Shorten raw transfer deserializer for <code>AssignmentTargetPropertyIdentifier</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15303">#15303</a>) (overlookmotel)</li> <li>90146ab linter/react: Simplify <code>is_react_hook</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15310">#15310</a>) (overlookmotel)</li> <li>778b0b6 language_server: Remove <code>ServerLinterDiagnostics</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15169">#15169</a>) (Sysix)</li> <li>10732e8 language_server: <code>Backend</code> checks the correct <code>LintOptions::Run</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15166">#15166</a>) (Sysix)</li> <li>e70a37f language_server: Use <code>LintRunner</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14472">#14472</a>) (Sysix)</li> <li>5501ed2 language_server: Send in memory source text to <code>tsgolint</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/14733">#14733</a>) (Sysix)</li> <li>f452007 linter/no-unwanted-polyfillio: Add security warning for compromised domains (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15207">#15207</a>) (shulaoda)</li> <li>27b4f36 diagnostic: Remove <code>path</code> from sender (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15130">#15130</a>) (camc314)</li> </ul> <h3>📚 Documentation</h3> <ul> <li>a7d9f1d linter/plugins: Reformat and clarify <code>ScopeManager</code> JSDoc comments (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15333">#15333</a>) (overlookmotel)</li> <li>69e61d4 linter/plugins: Update comment (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15293">#15293</a>) (overlookmotel)</li> </ul> <!-- 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> <h1>Changelog</h1> <p>All notable changes to this package will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0">Keep a Changelog</a>.</p> <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> <h3>📚 Documentation</h3> <ul> <li>84ef5ab linter: Avoid linebreaks for markdown links and update plugins docs in the configuration schema. (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15246">#15246</a>) (Connor Shea)</li> </ul> <h2>[1.25.0] - 2025-10-30</h2> <h3>🚀 Features</h3> <ul> <li>bd74603 linter: Add support for vitest/valid-title rule (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/12085">#12085</a>) (Tyler Earls)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxc-project/oxc/commit/39c80c7751d034a99e5d0a1ee30b6543362ae85d"><code>39c80c7</code></a> release(apps): oxlint v1.28.0 &amp;&amp; oxfmt v0.13.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15556">#15556</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/b7d8d577b2224fe5714baae07c21bc53cb0f47e6"><code>b7d8d57</code></a> release(apps): oxlint v1.27.0 &amp;&amp; oxfmt v0.12.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15547">#15547</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/e81587dfe465c4218dbca95613d71bb363b66f69"><code>e81587d</code></a> chore(linter): Add just task for oxlint config schema generation (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15539">#15539</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/f07df43efd61aee5171911a68972b416de189917"><code>f07df43</code></a> chore(oxlint): remove semblance of a published package from `apps/oxlint/pack...</li> <li><a href="https://github.com/oxc-project/oxc/commit/ec9cfdbb409e1e48c9eca30100bafdc4ed5471e6"><code>ec9cfdb</code></a> release(oxlint): v1.26.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15342">#15342</a>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/84ef5ab9f9cc5c07cf49ef3e3d33fb9e0e18c836"><code>84ef5ab</code></a> docs(linter): Avoid linebreaks for markdown links and update plugins docs in ...</li> <li><a href="https://github.com/oxc-project/oxc/commit/26f24d53143f59ac26c9d5081d202e53b7eb1bb7"><code>26f24d5</code></a> feat(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>)</li> <li><a href="https://github.com/oxc-project/oxc/commit/d6996d0427d02cf83e39fd299a396f3f5cf5800a"><code>d6996d0</code></a> fix(linter): Fix JSON schema to deny additional properties for categories enu...</li> <li><a href="https://github.com/oxc-project/oxc/commit/9304f9f5ad2024563e7ad2ae0578aaea085ca28e"><code>9304f9f</code></a> fix(linter): Fix JSON schema to deny additional properties for plugins enum. ...</li> <li><a href="https://github.com/oxc-project/oxc/commit/d5b27949620f547c0740d7430de81bae85ffafd3"><code>d5b2794</code></a> release(oxlint): v1.25.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15087">#15087</a>)</li> <li>Additional commits viewable in <a href="https://github.com/oxc-project/oxc/commits/oxlint_v1.28.0/npm/oxlint">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oxlint&package-manager=npm_and_yarn&previous-version=1.24.0&new-version=1.28.0)](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 <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 a2ece20 commit 866d4da

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

bindings/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@napi-rs/cli": "3.4.1",
2525
"ava": "^6.4.1",
26-
"oxlint": "^1.24.0"
26+
"oxlint": "^1.28.0"
2727
},
2828
"ava": {
2929
"timeout": "3m"

yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ __metadata:
1717
dependencies:
1818
"@napi-rs/cli": "npm:3.4.1"
1919
ava: "npm:^6.4.1"
20-
oxlint: "npm:^1.24.0"
20+
oxlint: "npm:^1.28.0"
2121
bin:
2222
cpp-linter: cli.js
2323
languageName: unknown
@@ -1066,58 +1066,58 @@ __metadata:
10661066
languageName: node
10671067
linkType: hard
10681068

1069-
"@oxlint/darwin-arm64@npm:1.24.0":
1070-
version: 1.24.0
1071-
resolution: "@oxlint/darwin-arm64@npm:1.24.0"
1069+
"@oxlint/darwin-arm64@npm:1.28.0":
1070+
version: 1.28.0
1071+
resolution: "@oxlint/darwin-arm64@npm:1.28.0"
10721072
conditions: os=darwin & cpu=arm64
10731073
languageName: node
10741074
linkType: hard
10751075

1076-
"@oxlint/darwin-x64@npm:1.24.0":
1077-
version: 1.24.0
1078-
resolution: "@oxlint/darwin-x64@npm:1.24.0"
1076+
"@oxlint/darwin-x64@npm:1.28.0":
1077+
version: 1.28.0
1078+
resolution: "@oxlint/darwin-x64@npm:1.28.0"
10791079
conditions: os=darwin & cpu=x64
10801080
languageName: node
10811081
linkType: hard
10821082

1083-
"@oxlint/linux-arm64-gnu@npm:1.24.0":
1084-
version: 1.24.0
1085-
resolution: "@oxlint/linux-arm64-gnu@npm:1.24.0"
1083+
"@oxlint/linux-arm64-gnu@npm:1.28.0":
1084+
version: 1.28.0
1085+
resolution: "@oxlint/linux-arm64-gnu@npm:1.28.0"
10861086
conditions: os=linux & cpu=arm64 & libc=glibc
10871087
languageName: node
10881088
linkType: hard
10891089

1090-
"@oxlint/linux-arm64-musl@npm:1.24.0":
1091-
version: 1.24.0
1092-
resolution: "@oxlint/linux-arm64-musl@npm:1.24.0"
1090+
"@oxlint/linux-arm64-musl@npm:1.28.0":
1091+
version: 1.28.0
1092+
resolution: "@oxlint/linux-arm64-musl@npm:1.28.0"
10931093
conditions: os=linux & cpu=arm64 & libc=musl
10941094
languageName: node
10951095
linkType: hard
10961096

1097-
"@oxlint/linux-x64-gnu@npm:1.24.0":
1098-
version: 1.24.0
1099-
resolution: "@oxlint/linux-x64-gnu@npm:1.24.0"
1097+
"@oxlint/linux-x64-gnu@npm:1.28.0":
1098+
version: 1.28.0
1099+
resolution: "@oxlint/linux-x64-gnu@npm:1.28.0"
11001100
conditions: os=linux & cpu=x64 & libc=glibc
11011101
languageName: node
11021102
linkType: hard
11031103

1104-
"@oxlint/linux-x64-musl@npm:1.24.0":
1105-
version: 1.24.0
1106-
resolution: "@oxlint/linux-x64-musl@npm:1.24.0"
1104+
"@oxlint/linux-x64-musl@npm:1.28.0":
1105+
version: 1.28.0
1106+
resolution: "@oxlint/linux-x64-musl@npm:1.28.0"
11071107
conditions: os=linux & cpu=x64 & libc=musl
11081108
languageName: node
11091109
linkType: hard
11101110

1111-
"@oxlint/win32-arm64@npm:1.24.0":
1112-
version: 1.24.0
1113-
resolution: "@oxlint/win32-arm64@npm:1.24.0"
1111+
"@oxlint/win32-arm64@npm:1.28.0":
1112+
version: 1.28.0
1113+
resolution: "@oxlint/win32-arm64@npm:1.28.0"
11141114
conditions: os=win32 & cpu=arm64
11151115
languageName: node
11161116
linkType: hard
11171117

1118-
"@oxlint/win32-x64@npm:1.24.0":
1119-
version: 1.24.0
1120-
resolution: "@oxlint/win32-x64@npm:1.24.0"
1118+
"@oxlint/win32-x64@npm:1.28.0":
1119+
version: 1.28.0
1120+
resolution: "@oxlint/win32-x64@npm:1.28.0"
11211121
conditions: os=win32 & cpu=x64
11221122
languageName: node
11231123
linkType: hard
@@ -2189,20 +2189,20 @@ __metadata:
21892189
languageName: node
21902190
linkType: hard
21912191

2192-
"oxlint@npm:^1.24.0":
2193-
version: 1.24.0
2194-
resolution: "oxlint@npm:1.24.0"
2192+
"oxlint@npm:^1.28.0":
2193+
version: 1.28.0
2194+
resolution: "oxlint@npm:1.28.0"
21952195
dependencies:
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"
2196+
"@oxlint/darwin-arm64": "npm:1.28.0"
2197+
"@oxlint/darwin-x64": "npm:1.28.0"
2198+
"@oxlint/linux-arm64-gnu": "npm:1.28.0"
2199+
"@oxlint/linux-arm64-musl": "npm:1.28.0"
2200+
"@oxlint/linux-x64-gnu": "npm:1.28.0"
2201+
"@oxlint/linux-x64-musl": "npm:1.28.0"
2202+
"@oxlint/win32-arm64": "npm:1.28.0"
2203+
"@oxlint/win32-x64": "npm:1.28.0"
22042204
peerDependencies:
2205-
oxlint-tsgolint: ">=0.2.0"
2205+
oxlint-tsgolint: ">=0.4.0"
22062206
dependenciesMeta:
22072207
"@oxlint/darwin-arm64":
22082208
optional: true
@@ -2226,7 +2226,7 @@ __metadata:
22262226
bin:
22272227
oxc_language_server: bin/oxc_language_server
22282228
oxlint: bin/oxlint
2229-
checksum: 10c0/1a2e8a4bb3f5bcc21dbffcf85344237d44f1ec9ce1a7c53b34c8a73cf78ec8e43fd5a2015b9c1e1ff78cb602b96aa59d9031b405cd403d9aa8e911383bc3ce80
2229+
checksum: 10c0/a61223638ddd962772d49b0ccaed76de99042af968b71d67d761e422751db5106200ff4709148e495532711649f47a4f53780e04b7307e19531db3ebceb1fd98
22302230
languageName: node
22312231
linkType: hard
22322232

0 commit comments

Comments
 (0)