Commit 3c92409
authored
chore(deps-dev): bump oxlint from 1.39.0 to 1.41.0 (#449)
Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)
from 1.39.0 to 1.41.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>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.41.0] - 2026-01-19</h2>
<h3>📚 Documentation</h3>
<ul>
<li>8a294d5 oxfmt, oxlint: Update logo (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/18242">#18242</a>)
(Dunqing)</li>
</ul>
<h2>[1.37.0] - 2026-01-05</h2>
<h3>💥 BREAKING CHANGES</h3>
<ul>
<li>f7da875 oxlint: [<strong>BREAKING</strong>] Remove
oxc_language_server binary (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17457">#17457</a>)
(Boshen)</li>
</ul>
<h3>📚 Documentation</h3>
<ul>
<li>7e5fc90 linter: Update list of plugins that are reserved. (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17516">#17516</a>)
(connorshea)</li>
</ul>
<h2>[1.35.0] - 2025-12-22</h2>
<h3>🚀 Features</h3>
<ul>
<li>9e624c9 linter/react: Add <code>version</code> to
<code>ReactPluginSettings</code> (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17169">#17169</a>)
(camc314)</li>
</ul>
<h2>[1.34.0] - 2025-12-19</h2>
<h3>🚀 Features</h3>
<ul>
<li>a0f74a0 linter/config: Allow aliasing plugin names to allow names
the same as builtin plugins (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15569">#15569</a>)
(Cameron)</li>
</ul>
<h3>🐛 Bug Fixes</h3>
<ul>
<li>005ec25 linter: Permit <code>$schema</code>
<code>.oxlintrc.json</code> struct (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/17060">#17060</a>)
(Copilot)</li>
<li>d446c43 linter: Prevent extra fields from being present on oxlint
config file (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/16874">#16874</a>)
(connorshea)</li>
</ul>
<h2>[1.30.0] - 2025-11-24</h2>
<h3>🚀 Features</h3>
<ul>
<li>595867a oxlint: Generate markdownDescription fields for oxlint JSON
schema. (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15959">#15959</a>)
(connorshea)</li>
</ul>
<h2>[1.29.0] - 2025-11-17</h2>
<h3>🚀 Features</h3>
<ul>
<li>84de1ca oxlint,oxfmt: Allow comments and also commas for
vscode-json-ls (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/15612">#15612</a>)
(leaysgur)</li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/oxc-project/oxc/commit/8dea8d381d588f54d92a041f2630e97d8945ccc5"><code>8dea8d3</code></a>
release(apps): oxlint v1.41.0 && oxfmt v0.26.0 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/18264">#18264</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/8a294d5a997636207e3db296272cc6c33e532c2f"><code>8a294d5</code></a>
docs(oxfmt, oxlint): update logo (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/18242">#18242</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/8fe1e8ee49c249dfe817f78ab5b934a2d597de84"><code>8fe1e8e</code></a>
release(apps): oxlint v1.40.0 && oxfmt v0.25.0 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/18223">#18223</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/1aafdd92ef1c912a97199cb07d3a05c82e8652c1"><code>1aafdd9</code></a>
chore(linter): Bump the peer dependency for oxlint-tsgolint to
>=0.11.1 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/18217">#18217</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/7c664cfdf0f11b469b7d4f427045fd890b2dbb91"><code>7c664cf</code></a>
refactor(apps,website): Use the same <code>generate_schema_json()</code>
function (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/18025">#18025</a>)</li>
<li>See full diff in <a
href="https://github.com/oxc-project/oxc/commits/oxlint_v1.41.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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d798e31 commit 3c92409
2 files changed
Lines changed: 39 additions & 39 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments