Skip to content

chore(deps-dev): bump the prod-dependencies group with 5 updates#251

Merged
graphite-app[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-23f76a3fae
Feb 17, 2026
Merged

chore(deps-dev): bump the prod-dependencies group with 5 updates#251
graphite-app[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/prod-dependencies-23f76a3fae

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps the prod-dependencies group with 5 updates:

Package From To
@lucide/svelte 0.564.0 0.570.0
bits-ui 2.15.5 2.15.6
oxfmt 0.32.0 0.33.0
oxlint 1.47.0 1.48.0
oxlint-tsgolint 0.13.0 0.14.0

Updates @lucide/svelte from 0.564.0 to 0.570.0

Release notes

Sourced from @​lucide/svelte's releases.

Version 0.570.0

What's Changed

Full Changelog: lucide-icons/lucide@0.569.0...0.570.0

Version 0.569.0

What's Changed

Full Changelog: lucide-icons/lucide@0.568.0...0.569.0

Version 0.568.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.567.0...0.568.0

Version 0.567.0

What's Changed

Full Changelog: lucide-icons/lucide@0.566.0...0.567.0

Version 0.566.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.565.0...0.566.0

Version 0.565.0

What's Changed

... (truncated)

Commits

Updates bits-ui from 2.15.5 to 2.15.6

Release notes

Sourced from bits-ui's releases.

bits-ui@2.15.6

Patch Changes

  • fix(Dialog): remove paint containment (#1946)

  • fix(Popover): remove paint containment (#1946)

  • fix(Menu): remove paint containment (#1946)

Commits

Updates oxfmt from 0.32.0 to 0.33.0

Changelog

Sourced from oxfmt's changelog.

[0.33.0] - 2026-02-16

💥 BREAKING CHANGES

  • 9c34f72 formatter/sort_imports: [BREAKING] Report invalid group name with renaming side-effect > side_effect (#19416) (leaysgur)

🚀 Features

  • 4baebef formatter/sort_imports: Support { newlinesBetween: bool } inside groups (#19358) (leaysgur)
  • d1c2fb6 formatter/sort_imports: Support customGroups attributes(selector and modifiers) (#19356) (leaysgur)

[0.30.0] - 2026-02-10

🐛 Bug Fixes

  • 1b2f354 ci: Add missing riscv64/s390x napi targets for oxfmt and oxlint (#19217) (Cameron)

[0.29.0] - 2026-02-10

💥 BREAKING CHANGES

  • 856a01f formatter/sort_imports: [BREAKING] Replace prefix match with glob pattern in customGroups.elementNamePattern (#19066) (leaysgur)

🚀 Features

  • 6ee2d59 oxfmt: Use oxc_formatter in js-in-xxx part (#18373) (leaysgur)
  • 9788a96 oxlint,oxfmt: Add more native builds (#18853) (Boshen)

[0.27.0] - 2026-01-26

📚 Documentation

  • 8ccd853 npm: Update package homepage URLs and add keywords (#18509) (Boshen)

[0.26.0] - 2026-01-19

📚 Documentation

  • 8a294d5 oxfmt, oxlint: Update logo (#18242) (Dunqing)

[0.25.0] - 2026-01-19

🚀 Features

  • a95b9bb oxfmt: Support oxfmtrc overrides config (#18068) (leaysgur)
  • 984d5c1 oxfmt/sort-imports: Support options.customGroups (#17576) (nilptr)
  • cc3e74b oxfmt: Add Prettier specific fields in Oxfmtrc (#17981) (leaysgur)
  • 6ffe315 oxfmt: Add more Oxfmtrc fields description (#17979) (leaysgur)

[0.24.0] - 2026-01-12

... (truncated)

Commits
  • 761e54c release(apps): oxlint v1.48.0 && oxfmt v0.33.0 (#19430)
  • 9c34f72 feat(formatter/sort_imports)!: Report invalid group name with renaming `side-...
  • 4baebef feat(formatter/sort_imports): Support { newlinesBetween: bool } inside `gro...
  • d1c2fb6 feat(formatter/sort_imports): Support customGroups attributes(selector an...
  • See full diff in compare view

Updates oxlint from 1.47.0 to 1.48.0

Release notes

Sourced from oxlint's releases.

oxlint v1.27.0 && oxfmt v0.12.0

Oxlint v1.27.0

🚀 Features

  • 222a8f0 linter/plugins: Implement SourceCode#isSpaceBetween (#15498) (overlookmotel)
  • 2f9735d linter/plugins: Implement context.languageOptions (#15486) (overlookmotel)
  • bc731ff linter/plugins: Stub out all Context APIs (#15479) (overlookmotel)
  • 5822cb4 linter/plugins: Add extend method to FILE_CONTEXT (#15477) (overlookmotel)
  • 7b1e6f3 apps: Add pure rust binaries and release to github (#15469) (Boshen)
  • 2a89b43 linter: Introduce debug assertions after fixes to assert validity (#15389) (camc314)
  • ad3c45a editor: Add oxc.path.node option (#15040) (Sysix)

🐛 Bug Fixes

  • 6f3cd77 linter/no-var: Incorrect warning for blocks (#15504) (Hamir Mahal)
  • 6957fb9 linter/plugins: Do not allow access to Context#id in createOnce (#15489) (overlookmotel)
  • 7409630 linter/plugins: Allow access to cwd in createOnce in ESLint interop mode (#15488) (overlookmotel)
  • 732205e parser: Reject using / await using in a switch case / default clause (#15225) (sapphi-red)
  • a17ca32 linter/plugins: Replace Context class (#15448) (overlookmotel)
  • ecf2f7b language_server: Fail gracefully when tsgolint executable not found (#15436) (camc314)
  • 3c8d3a7 lang-server: Improve logging in failure case for tsgolint (#15299) (camc314)
  • ef71410 linter: Use jsx if source type is JS in fix debug assertion (#15434) (camc314)
  • e32bbf6 linter/no-var: Handle TypeScript declare keyword in fixer (#15426) (camc314)
  • 6565dbe linter/switch-case-braces: Skip comments when searching for : token (#15425) (camc314)
  • 85bd19a linter/prefer-class-fields: Insert value after type annotation in fixer (#15423) (camc314)
  • fde753e linter/plugins: Block access to context.settings in createOnce (#15394) (overlookmotel)
  • ddd9f9f linter/forward-ref-uses-ref: Dont suggest removing wrapper in invalid positions (#15388) (camc314)
  • dac2a9c linter/no-template-curly-in-string: Remove fixer (#15387) (camc314)
  • 989b8e3 linter/no-var: Only fix to const if the var has an initializer (#15385) (camc314)
  • cc403f5 linter/plugins: Return empty object for unimplemented parserServices (#15364) (magic-akari)

⚡ Performance

  • 25d577e language_server: Start tools in parallel (#15500) (Sysix)
  • 3c57291 linter/plugins: Optimize loops (#15449) (overlookmotel)
  • 3166233 linter/plugins: Remove Arcs (#15431) (overlookmotel)
  • 9de1322 linter/plugins: Lazily deserialize settings JSON (#15395) (overlookmotel)
  • 3049ec2 linter/plugins: Optimize deepFreezeSettings (#15392) (overlookmotel)
  • 444ebfd linter/plugins: Use single object for parserServices (#15378) (overlookmotel)

📚 Documentation

  • 97d2104 linter: Update comment in lint.rs about default value for tsconfig path (#15530) (Connor Shea)
  • 2c6bd9e linter: Always refer as "ES2015" instead of "ES6" (#15411) (sapphi-red)
  • a0c5203 linter/import/named: Update "ES7" comment in examples (#15410) (sapphi-red)
  • 3dc24b5 linter,minifier: Always refer as "ES Modules" instead of "ES6 Modules" (#15409) (sapphi-red)
  • 2ad77fb linter/no-this-before-super: Correct "Why is this bad?" section (#15408) (sapphi-red)
  • 57f0ce1 linter: Add backquotes where appropriate (#15407) (sapphi-red)

Oxfmt v0.12.0

... (truncated)

Commits

Updates oxlint-tsgolint from 0.13.0 to 0.14.0

Release notes

Sourced from oxlint-tsgolint's releases.

v0.14.0

What's Changed

Full Changelog: oxc-project/tsgolint@v0.13.0...v0.14.0

Commits
  • 830bc70 feat: improve no-unnecessary-type-parameters diagnostic (#690)
  • 1ee795b feat!: remove support for `allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmD...
  • 0787571 chore(deps): update npm packages (#689)
  • c9f1ea4 chore(deps): update taiki-e/install-action action to v2.67.30 (#688)
  • 135264b chore(deps): update gomod (#687)
  • See full diff in compare view

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 commands and options

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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 17, 2026
@dependabot dependabot bot temporarily deployed to dependabot[bot]-pr-251 February 17, 2026 09:35 Inactive
@getarcaneappbot
Copy link
Contributor

Preview deployed successfully!

Built from commit 4b7dd8f

@graphite-app
Copy link

graphite-app bot commented Feb 17, 2026

Merge activity

Bumps the prod-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@lucide/svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/svelte) | `0.564.0` | `0.570.0` |
| [bits-ui](https://github.com/huntabyte/bits-ui) | `2.15.5` | `2.15.6` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.32.0` | `0.33.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.47.0` | `1.48.0` |
| [oxlint-tsgolint](https://github.com/oxc-project/tsgolint) | `0.13.0` | `0.14.0` |

Updates `@lucide/svelte` from 0.564.0 to 0.570.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/lucide-icons/lucide/releases"><code>@​lucide/svelte</code>'s releases</a>.</em></p>
<blockquote>
<h2>Version 0.570.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat(icons): added <code>towel-rack</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3350">lucide-icons/lucide#3350</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.569.0...0.570.0">https://github.com/lucide-icons/lucide/compare/0.569.0...0.570.0</a></p>
<h2>Version 0.569.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): changed <code>clipboard-pen</code> icon by <a href="https://github.com/Spleefies"><code>@​Spleefies</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4006">lucide-icons/lucide#4006</a></li>
<li>feat(icons): add <code>mirror-round</code> and <code>mirror-rectangular</code> by <a href="https://github.com/Muhammad-Aqib-Bashir"><code>@​Muhammad-Aqib-Bashir</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3832">lucide-icons/lucide#3832</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.568.0...0.569.0">https://github.com/lucide-icons/lucide/compare/0.568.0...0.569.0</a></p>
<h2>Version 0.568.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): adjusted <code>clapperboard</code> so slash is no longer protruding by <a href="https://github.com/torfmuer"><code>@​torfmuer</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3764">lucide-icons/lucide#3764</a></li>
<li>feat(icons): Add <code>git-merge-conflict</code> icon by <a href="https://github.com/timmy471"><code>@​timmy471</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3008">lucide-icons/lucide#3008</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/torfmuer"><code>@​torfmuer</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3764">lucide-icons/lucide#3764</a></li>
<li><a href="https://github.com/timmy471"><code>@​timmy471</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3008">lucide-icons/lucide#3008</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.567.0...0.568.0">https://github.com/lucide-icons/lucide/compare/0.567.0...0.568.0</a></p>
<h2>Version 0.567.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(tags): added tags to <code>info</code> by <a href="https://github.com/jamiemlaw"><code>@​jamiemlaw</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4047">lucide-icons/lucide#4047</a></li>
<li>fix(icons): changed <code>gift</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3977">lucide-icons/lucide#3977</a></li>
<li>feat(icons): added <code>line-dot-right-horizontal</code> icon by <a href="https://github.com/nathan-de-pachtere"><code>@​nathan-de-pachtere</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3742">lucide-icons/lucide#3742</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.566.0...0.567.0">https://github.com/lucide-icons/lucide/compare/0.566.0...0.567.0</a></p>
<h2>Version 0.566.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(icons): changed <code>forklift</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4069">lucide-icons/lucide#4069</a></li>
<li>fix(icons): changed <code>rocket</code> icon by <a href="https://github.com/jguddas"><code>@​jguddas</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4067">lucide-icons/lucide#4067</a></li>
<li>feat(icons): added <code>globe-off</code> icon by <a href="https://github.com/TimNekk"><code>@​TimNekk</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4051">lucide-icons/lucide#4051</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/TimNekk"><code>@​TimNekk</code></a> made their first contribution in <a href="https://redirect.github.com/lucide-icons/lucide/pull/4051">lucide-icons/lucide#4051</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/lucide-icons/lucide/compare/0.565.0...0.566.0">https://github.com/lucide-icons/lucide/compare/0.565.0...0.566.0</a></p>
<h2>Version 0.565.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat(icons): add <code>lens-concave</code> and <code>lens-convex</code> by <a href="https://github.com/Muhammad-Aqib-Bashir"><code>@​Muhammad-Aqib-Bashir</code></a> in <a href="https://redirect.github.com/lucide-icons/lucide/pull/3831">lucide-icons/lucide#3831</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/lucide-icons/lucide/commits/0.570.0/packages/svelte">compare view</a></li>
</ul>
</details>
<br />

Updates `bits-ui` from 2.15.5 to 2.15.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/huntabyte/bits-ui/releases">bits-ui's releases</a>.</em></p>
<blockquote>
<h2>bits-ui@2.15.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(Dialog): remove paint containment (<a href="https://redirect.github.com/huntabyte/bits-ui/pull/1946">#1946</a>)</p>
</li>
<li>
<p>fix(Popover): remove paint containment (<a href="https://redirect.github.com/huntabyte/bits-ui/pull/1946">#1946</a>)</p>
</li>
<li>
<p>fix(Menu): remove paint containment (<a href="https://redirect.github.com/huntabyte/bits-ui/pull/1946">#1946</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/huntabyte/bits-ui/commit/6bd2c11af59011a77b99cf14117bce880166920c"><code>6bd2c11</code></a> Version Packages (<a href="https://redirect.github.com/huntabyte/bits-ui/issues/1947">#1947</a>)</li>
<li><a href="https://github.com/huntabyte/bits-ui/commit/3470883a836af8c90c377381445c1eb90061c6f5"><code>3470883</code></a> fix: remove paint containment (<a href="https://redirect.github.com/huntabyte/bits-ui/issues/1946">#1946</a>)</li>
<li>See full diff in <a href="https://github.com/huntabyte/bits-ui/compare/bits-ui@2.15.5...bits-ui@2.15.6">compare view</a></li>
</ul>
</details>
<br />

Updates `oxfmt` from 0.32.0 to 0.33.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md">oxfmt's changelog</a>.</em></p>
<blockquote>
<h2>[0.33.0] - 2026-02-16</h2>
<h3>💥 BREAKING CHANGES</h3>
<ul>
<li>9c34f72 formatter/sort_imports: [<strong>BREAKING</strong>] Report invalid group name with renaming <code>side-effect</code> &gt; <code>side_effect</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/19416">#19416</a>) (leaysgur)</li>
</ul>
<h3>🚀 Features</h3>
<ul>
<li>4baebef formatter/sort_imports: Support <code>{ newlinesBetween: bool }</code> inside <code>groups</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/19358">#19358</a>) (leaysgur)</li>
<li>d1c2fb6 formatter/sort_imports: Support <code>customGroups</code> attributes(<code>selector</code> and <code>modifiers</code>) (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/19356">#19356</a>) (leaysgur)</li>
</ul>
<h2>[0.30.0] - 2026-02-10</h2>
<h3>🐛 Bug Fixes</h3>
<ul>
<li>1b2f354 ci: Add missing riscv64/s390x napi targets for oxfmt and oxlint (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/19217">#19217</a>) (Cameron)</li>
</ul>
<h2>[0.29.0] - 2026-02-10</h2>
<h3>💥 BREAKING CHANGES</h3>
<ul>
<li>856a01f formatter/sort_imports: [<strong>BREAKING</strong>] Replace prefix match with glob pattern in <code>customGroups.elementNamePattern</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/19066">#19066</a>) (leaysgur)</li>
</ul>
<h3>🚀 Features</h3>
<ul>
<li>6ee2d59 oxfmt: Use <code>oxc_formatter</code> in js-in-xxx part (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/18373">#18373</a>) (leaysgur)</li>
<li>9788a96 oxlint,oxfmt: Add more native builds (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/18853">#18853</a>) (Boshen)</li>
</ul>
<h2>[0.27.0] - 2026-01-26</h2>
<h3>📚 Documentation</h3>
<ul>
<li>8ccd853 npm: Update package homepage URLs and add keywords (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/18509">#18509</a>) (Boshen)</li>
</ul>
<h2>[0.26.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/oxfmt/issues/18242">#18242</a>) (Dunqing)</li>
</ul>
<h2>[0.25.0] - 2026-01-19</h2>
<h3>🚀 Features</h3>
<ul>
<li>a95b9bb oxfmt: Support oxfmtrc <code>overrides</code> config (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/18068">#18068</a>) (leaysgur)</li>
<li>984d5c1 oxfmt/sort-imports: Support <code>options.customGroups</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/17576">#17576</a>) (nilptr)</li>
<li>cc3e74b oxfmt: Add Prettier specific fields in <code>Oxfmtrc</code> (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/17981">#17981</a>) (leaysgur)</li>
<li>6ffe315 oxfmt: Add more <code>Oxfmtrc</code> fields description (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/17979">#17979</a>) (leaysgur)</li>
</ul>
<h2>[0.24.0] - 2026-01-12</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/oxc-project/oxc/commit/761e54c1773a7e6ffb9860a2a9bb38b50b7df879"><code>761e54c</code></a> release(apps): oxlint v1.48.0 &amp;&amp; oxfmt v0.33.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt/issues/19430">#19430</a>)</li>
<li><a href="https://github.com/oxc-project/oxc/commit/9c34f7226b3adbd52381ffbc645fc729701d9a7e"><code>9c34f72</code></a> feat(formatter/sort_imports)!: Report invalid group name with renaming `side-...</li>
<li><a href="https://github.com/oxc-project/oxc/commit/4baebefa81b497bf93965d7d9ff5a787a7456da4"><code>4baebef</code></a> feat(formatter/sort_imports): Support <code>{ newlinesBetween: bool }</code> inside `gro...</li>
<li><a href="https://github.com/oxc-project/oxc/commit/d1c2fb628a0b2917fdd96798d208b0c1669e1248"><code>d1c2fb6</code></a> feat(formatter/sort_imports): Support <code>customGroups</code> attributes(<code>selector</code> an...</li>
<li>See full diff in <a href="https://github.com/oxc-project/oxc/commits/oxfmt_v0.33.0/npm/oxfmt">compare view</a></li>
</ul>
</details>
<br />

Updates `oxlint` from 1.47.0 to 1.48.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 &amp;&amp; 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 &quot;ES2015&quot; instead of &quot;ES6&quot; (<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 &quot;ES7&quot; 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 &quot;ES Modules&quot; instead of &quot;ES6 Modules&quot; (<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 &quot;Why is this bad?&quot; 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>Commits</summary>
<ul>
<li><a href="https://github.com/oxc-project/oxc/commit/761e54c1773a7e6ffb9860a2a9bb38b50b7df879"><code>761e54c</code></a> release(apps): oxlint v1.48.0 &amp;&amp; oxfmt v0.33.0 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19430">#19430</a>)</li>
<li><a href="https://github.com/oxc-project/oxc/commit/76ece4ae6294c72285f38032836891ba1ec422f5"><code>76ece4a</code></a> chore(oxlint): bump min tsgolint version to 0.12.2 (<a href="https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint/issues/19377">#19377</a>)</li>
<li>See full diff in <a href="https://github.com/oxc-project/oxc/commits/oxlint_v1.48.0/npm/oxlint">compare view</a></li>
</ul>
</details>
<br />

Updates `oxlint-tsgolint` from 0.13.0 to 0.14.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/oxc-project/tsgolint/releases">oxlint-tsgolint's releases</a>.</em></p>
<blockquote>
<h2>v0.14.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): update gomod by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/oxc-project/tsgolint/pull/687">oxc-project/tsgolint#687</a></li>
<li>chore(deps): update taiki-e/install-action action to v2.67.30 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/oxc-project/tsgolint/pull/688">oxc-project/tsgolint#688</a></li>
<li>chore(deps): update npm packages by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/oxc-project/tsgolint/pull/689">oxc-project/tsgolint#689</a></li>
<li>feat!: remove support for <code>allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing</code> by <a href="https://github.com/camchenry"><code>@​camchenry</code></a> in <a href="https://redirect.github.com/oxc-project/tsgolint/pull/683">oxc-project/tsgolint#683</a></li>
<li>feat: improve <code>no-unnecessary-type-parameters</code> diagnostic by <a href="https://github.com/camchenry"><code>@​camchenry</code></a> in <a href="https://redirect.github.com/oxc-project/tsgolint/pull/690">oxc-project/tsgolint#690</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/oxc-project/tsgolint/compare/v0.13.0...v0.14.0">https://github.com/oxc-project/tsgolint/compare/v0.13.0...v0.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/oxc-project/tsgolint/commit/830bc70df45df44b74bd92606e6a297282155f8a"><code>830bc70</code></a> feat: improve <code>no-unnecessary-type-parameters</code> diagnostic (<a href="https://redirect.github.com/oxc-project/tsgolint/issues/690">#690</a>)</li>
<li><a href="https://github.com/oxc-project/tsgolint/commit/1ee795b939f2046788786f805afb636bf0b1b22a"><code>1ee795b</code></a> feat!: remove support for `allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmD...</li>
<li><a href="https://github.com/oxc-project/tsgolint/commit/07875718ad874fd50a155cd4bf9fff83eba6e39e"><code>0787571</code></a> chore(deps): update npm packages (<a href="https://redirect.github.com/oxc-project/tsgolint/issues/689">#689</a>)</li>
<li><a href="https://github.com/oxc-project/tsgolint/commit/c9f1ea42546643a625a64ba8241b9da019bbdd60"><code>c9f1ea4</code></a> chore(deps): update taiki-e/install-action action to v2.67.30 (<a href="https://redirect.github.com/oxc-project/tsgolint/issues/688">#688</a>)</li>
<li><a href="https://github.com/oxc-project/tsgolint/commit/135264b059fbbb8fe0acf2e10994b207906627c6"><code>135264b</code></a> chore(deps): update gomod (<a href="https://redirect.github.com/oxc-project/tsgolint/issues/687">#687</a>)</li>
<li>See full diff in <a href="https://github.com/oxc-project/tsgolint/compare/v0.13.0...v0.14.0">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 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>
@graphite-app graphite-app bot force-pushed the dependabot/npm_and_yarn/prod-dependencies-23f76a3fae branch from b8067db to 5a3d6c0 Compare February 17, 2026 23:53
@graphite-app graphite-app bot merged commit 5a3d6c0 into main Feb 17, 2026
3 checks passed
@graphite-app graphite-app bot deleted the dependabot/npm_and_yarn/prod-dependencies-23f76a3fae branch February 17, 2026 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments