Skip to content

Commit

Permalink
chore(deps-dev): bump oxlint from 0.13.2 to 0.14.0 (#1161)
Browse files Browse the repository at this point in the history
Bumps [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)
from 0.13.2 to 0.14.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 v0.14.0</h2>
<h2>[0.14.0] - 2024-12-01</h2>
<h3>Features</h3>
<ul>
<li>32f860d linter: Add support for ignorePatterns property within
config file (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7092">#7092</a>)
(Nicholas Rayburn)</li>
<li>053bc08 linter: Implement typescript/no-unused-expressions (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7498">#7498</a>)
(camc314)</li>
<li>60b28fc linter: Implement typescript/consistent-generic-constructors
(<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7497">#7497</a>)
(camc314)</li>
<li>bd0693b linter: Allow lint rules with the same name (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7496">#7496</a>)
(camc314)</li>
<li>2ac9f96 linter: Typescript/no-inferrable-types (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7438">#7438</a>)
(camc314)</li>
<li>8d89fdc linter: Add eslint/prefer-spread (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7112">#7112</a>)
(tbashiyy)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>123b5b7 linter: False positive in
<code>typescript/consistent-type-definitions</code> (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7560">#7560</a>)
(dalaoshu)</li>
<li>cc078d6 linter: Add missing error message prefix to
<code>eslint/no-const-assign</code> (Boshen)</li>
<li>17c0dd8 linter: Fix <code>jsx_no_script_url</code> doc failed to
build (Boshen)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>6cc7a48 linter: Use <code>OsString</code> for module cache hash (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7558">#7558</a>)
(Boshen)</li>
<li>6655345 linter: Use <code>FxDashMap</code> for module cache (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7522">#7522</a>)
(overlookmotel)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>a6b0100 linter: Fix config example headings (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7562">#7562</a>)
(Boshen)</li>
</ul>
<h3>Refactor</h3>
<ul>
<li>0f3f67a linter: Add capability of adding semantic data to module
record (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7561">#7561</a>)
(Boshen)</li>
<li>8392177 linter: Clean up the runtime after the module record change
(<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7557">#7557</a>)
(Boshen)</li>
<li>823353a linter: Clean up APIs for <code>ModuleRecord</code> (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7556">#7556</a>)
(Boshen)</li>
<li>f847d0f linter: Call <code>str::ends_with</code> with array not
slice (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7526">#7526</a>)
(overlookmotel)</li>
<li>2077ff9 linter: Remove <code>once_cell</code> (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7510">#7510</a>)
(Boshen)</li>
<li>169b8bf linter, syntax: Introduce type alias <code>FxDashMap</code>
(<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7520">#7520</a>)
(overlookmotel)</li>
</ul>
</blockquote>
</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>[0.14.0] - 2024-12-01</h2>
<h3>Features</h3>
<ul>
<li>32f860d linter: Add support for ignorePatterns property within
config file (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7092">#7092</a>)
(Nicholas Rayburn)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>a6b0100 linter: Fix config example headings (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7562">#7562</a>)
(Boshen)</li>
</ul>
<h2>[0.13.0] - 2024-11-21</h2>
<h3>Documentation</h3>
<ul>
<li>df143ca linter: Add docs for config settings (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/4827">#4827</a>)
(DonIsaac)</li>
</ul>
<h2>[0.12.0] - 2024-11-20</h2>
<h3>Features</h3>
<ul>
<li>2268a0e linter: Support <code>overrides</code> config field (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/6974">#6974</a>)
(DonIsaac)</li>
</ul>
<h2>[0.11.0] - 2024-11-03</h2>
<h3>Documentation</h3>
<ul>
<li>4551baa linter: Document <code>rules</code> (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/6983">#6983</a>)
(Boshen)</li>
</ul>
<h2>[0.10.3] - 2024-10-26</h2>
<h3>Documentation</h3>
<ul>
<li>3923e63 linter: Add schema to config examples (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/6838">#6838</a>)
(Dmitry Zakharov)</li>
</ul>
<h2>[0.10.0] - 2024-10-18</h2>
<h3>Features</h3>
<ul>
<li>6e3224d linter: Configure by category in config files (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/6120">#6120</a>)
(DonIsaac)</li>
</ul>
<h2>[0.9.9] - 2024-09-27</h2>
<h3>Bug Fixes</h3>
<ul>
<li>01b9c4b npm/oxlint: Make bin/oxc_language_server an executable (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/6066">#6066</a>)
(Boshen)</li>
</ul>
<h2>[0.9.7] - 2024-09-23</h2>
<h3>Refactor</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/oxc-project/oxc/commit/c61a383e8cc453fb92f85e6047426a86e50daba7"><code>c61a383</code></a>
release(oxlint): v0.14.0 (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7563">#7563</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/a6b0100501fda75ec313146a992a9f5fce995518"><code>a6b0100</code></a>
docs(linter): fix config example headings (<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7562">#7562</a>)</li>
<li><a
href="https://github.com/oxc-project/oxc/commit/32f860d238ca97dc8691b5fcec680d99ad9aab42"><code>32f860d</code></a>
feat(linter): Add support for ignorePatterns property within config file
(<a
href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/7092">#7092</a>)</li>
<li>See full diff in <a
href="https://github.com/oxc-project/oxc/commits/oxlint_v0.14.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=0.13.2&new-version=0.14.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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 0851266 commit d7ff13a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "^9.16.0",
"eslint-config-airlight-node": "workspace:*",
"lint-staged-config-airlight": "workspace:*",
"oxlint": "^0.13.2",
"oxlint": "^0.14.0",
"prettier-config-airlight": "workspace:*",
"smartlint-unix": "workspace:*",
"typescript": "^5.7.2"
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7ff13a

Please sign in to comment.