Commit 866d4da
authored
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 && 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 && 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 />
[](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
2 files changed
+39
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | | - | |
1070 | | - | |
1071 | | - | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
1072 | 1072 | | |
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
1076 | | - | |
1077 | | - | |
1078 | | - | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
1083 | | - | |
1084 | | - | |
1085 | | - | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
1086 | 1086 | | |
1087 | 1087 | | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | | - | |
1091 | | - | |
1092 | | - | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
1093 | 1093 | | |
1094 | 1094 | | |
1095 | 1095 | | |
1096 | 1096 | | |
1097 | | - | |
1098 | | - | |
1099 | | - | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
1100 | 1100 | | |
1101 | 1101 | | |
1102 | 1102 | | |
1103 | 1103 | | |
1104 | | - | |
1105 | | - | |
1106 | | - | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
1107 | 1107 | | |
1108 | 1108 | | |
1109 | 1109 | | |
1110 | 1110 | | |
1111 | | - | |
1112 | | - | |
1113 | | - | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
1114 | 1114 | | |
1115 | 1115 | | |
1116 | 1116 | | |
1117 | 1117 | | |
1118 | | - | |
1119 | | - | |
1120 | | - | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
| |||
2189 | 2189 | | |
2190 | 2190 | | |
2191 | 2191 | | |
2192 | | - | |
2193 | | - | |
2194 | | - | |
| 2192 | + | |
| 2193 | + | |
| 2194 | + | |
2195 | 2195 | | |
2196 | | - | |
2197 | | - | |
2198 | | - | |
2199 | | - | |
2200 | | - | |
2201 | | - | |
2202 | | - | |
2203 | | - | |
| 2196 | + | |
| 2197 | + | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
2204 | 2204 | | |
2205 | | - | |
| 2205 | + | |
2206 | 2206 | | |
2207 | 2207 | | |
2208 | 2208 | | |
| |||
2226 | 2226 | | |
2227 | 2227 | | |
2228 | 2228 | | |
2229 | | - | |
| 2229 | + | |
2230 | 2230 | | |
2231 | 2231 | | |
2232 | 2232 | | |
| |||
0 commit comments