Skip to content

chore(deps-dev): Bump oxfmt from 0.1.0 to 0.52.0#14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/oxfmt-0.52.0
Open

chore(deps-dev): Bump oxfmt from 0.1.0 to 0.52.0#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/oxfmt-0.52.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps oxfmt from 0.1.0 to 0.52.0.

Release notes

Sourced from oxfmt's releases.

oxfmt v0.11.0

[0.11.0] - 2025-11-06

🐛 Bug Fixes

  • 7e0c13e oxfmt: Just run dist/cli.js (#15355) (Yuji Sugiura)

Release

  • 0987d85 oxfmt: V0.11.0 (#15357) (Boshen)

oxfmt v0.10.0

[0.10.0] - 2025-11-06

🚀 Features

  • 2fd43b4 formatter/sort_imports: Sort imports by type and source path kind (#15291) (leaysgur)
  • 10837e0 formatter/sort_imports: Classify import path kind (#15290) (leaysgur)
  • ff4f735 formatter/sort_imports: Detect default/named/wildcard imports (#15289) (leaysgur)
  • 0665e49 formatter/sort_imports: Detect style imports (#15288) (leaysgur)
  • 9edfe58 formatter/sort_imports: Detect type imports (#15287) (leaysgur)
  • 8d69661 allocator: Add Address::from_ref method (#15318) (overlookmotel)
  • 505252c formatter: Wrap parenthesis for AssignmentExpression that is a key of PropertyDefinition (#15243) (Dunqing)
  • 880b259 formatter: Align import-like formatting the same as Prettier (#15238) (Dunqing)
  • b77f254 oxfmt,formatter: Support embeddedLanguageFormatting option (#15216) (leaysgur)
  • 898d6fe oxfmt: Add embedded language formatting with Prettier integration (#14820) (Boshen)
  • e77a48e formatter: Detect code removal feature (#15059) (leaysgur)

🐛 Bug Fixes

  • d87fa02 oxfmt: Use .node ext for binary (#15351) (Yuji Sugiura)
  • aab059d oxfmt: Add dist directory to npm files (#15350) (Yuji Sugiura)
  • 1846f86 oxfmt: Commit bindings for release (#15349) (Yuji Sugiura)
  • 167f13c oxfmt: Remove main.rs (#15294) (Yuji Sugiura)
  • 2fe662e oxfmt: Ignore symlink ends with .js (#15270) (Liang Mi)
  • daacf85 oxfmt: Release build fails (#15262) (Dunqing)
  • f5d0348 oxfmt: Sync dependencies with npm/oxfmt and apps/oxfmt (#15261) (leaysgur)
  • 46793d7 formatter: Correct printing comments for LabeledStatement (#15260) (Dunqing)
  • 831ae99 formatter: Multiple comments in LogicalExpression and TSIntersectionType (#15253) (Dunqing)
  • 5fa9b1e formatter: Should not indent BinaryLikeExpression when it is an argument of Boolean (#15250) (Dunqing)
  • 99e520f formatter: Handle chain expression for JSXExpressionContainer (#15242) (Dunqing)
  • a600bf5 formatter: Correct printing comments for TaggedTemplateExpression (#15241) (Dunqing)
  • a7289e7 formatter: Handle member chain for the call's parent is a chain expression (#15237) (Dunqing)

🚜 Refactor

  • 6876726 oxfmt: Migrate all tests to JS based (#15285) (leaysgur)
  • 36ae721 formatter: Simplify the use of indent with soft_line_break_or_space (#15254) (Dunqing)
  • cdd8e2f formatter/sort-imports: Split sort_imports modules (#15189) (leaysgur)
  • 27b4f36 diagnostic: Remove path from sender (#15130) (camc314)

... (truncated)

Changelog

Sourced from oxfmt's changelog.

[0.52.0] - 2026-05-26

🚀 Features

  • 16b8058 oxfmt: Support vite-plus/resolveConfig for vite.config.ts (#22454) (leaysgur)

[0.50.0] - 2026-05-15

🐛 Bug Fixes

  • 43b9978 formatter/sort_imports: Treat subpath imports as internal (#22440) (leaysgur)

[0.49.0] - 2026-05-11

🚀 Features

  • 6e8e818 oxfmt: Experimental .svelte support (#21700) (leaysgur)

[0.45.0] - 2026-04-13

🐛 Bug Fixes

  • 50c389b oxfmt: Support .editorconfig quote_type (#20989) (leaysgur)

[0.44.0] - 2026-04-06

🐛 Bug Fixes

  • dd2df87 npm: Export package.json for oxlint and oxfmt (#20784) (kazuya kawaguchi)
  • 4216380 oxfmt: Support .editorconfig tab_width fallback (#20988) (leaysgur)

[0.43.0] - 2026-03-30

🚀 Features

  • 6ef440a oxfmt: Support bool for object style options (#20853) (leaysgur)

[0.42.0] - 2026-03-24

🚀 Features

  • 416865a formatter,oxfmt: Add doc comments for JsdocConfig (#20644) (leaysgur)
  • 4fec907 formatter: Add JSDoc comment formatting support (#19828) (Dunqing)

[0.40.0] - 2026-03-12

🐛 Bug Fixes

  • bc20217 oxlint,oxfmt: Omit useless | null for Option<T> field from schema (#20273) (leaysgur)

... (truncated)

Commits
  • 68b455d release(apps): oxlint v1.67.0 && oxfmt v0.52.0 (#22735)
  • 16b8058 feat(oxfmt): Support vite-plus/resolveConfig for vite.config.ts (#22454)
  • 5570206 release(apps): oxlint v1.66.0 && oxfmt v0.51.0 (#22528)
  • 25e5cbc release(apps): oxlint v1.65.0 && oxfmt v0.50.0 (#22458)
  • 43b9978 fix(formatter/sort_imports): Treat subpath imports as internal (#22440)
  • d652a55 release(apps): oxlint v1.64.0 && oxfmt v0.49.0 (#22318)
  • 6e8e818 feat(oxfmt): Experimental .svelte support (#21700)
  • 330fe31 refactor(config): Update doc comment for GlobSet (#22197)
  • fb3067c refactor(oxfmt): use shared GlobSet for overrides (#22147)
  • 5921a25 release(apps): oxlint v1.63.0 && oxfmt v0.48.0 (#22109)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) from 0.1.0 to 0.52.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.52.0/npm/oxfmt)

---
updated-dependencies:
- dependency-name: oxfmt
  dependency-version: 0.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency update js labels May 27, 2026
@github-actions github-actions Bot added the dependabot Dependabot PR label May 27, 2026
@github-actions
Copy link
Copy Markdown

User dependabot[bot] does not have write permissions

github run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Dependabot PR dependencies Dependency update js

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants