Skip to content

chore(deps-dev): bump oxfmt from 0.54.0 to 0.55.0#86

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

chore(deps-dev): bump oxfmt from 0.54.0 to 0.55.0#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oxfmt-0.55.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps oxfmt from 0.54.0 to 0.55.0.

Changelog

Sourced from oxfmt's changelog.

[0.55.0] - 2026-06-15

🚀 Features

  • 9a2788b linter/unicorn: Implement prefer-export-from rule (#22935) (AliceLanniste)
Commits

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.54.0 to 0.55.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.55.0/npm/oxfmt)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2026
@greptile-apps

greptile-apps Bot commented Jun 16, 2026

Copy link
Copy Markdown

Greptile Summary

Bumps the oxfmt dev dependency from 0.54.0 to 0.55.0, updating both package.json and the pnpm-lock.yaml lockfile with new integrity hashes for all platform-specific bindings.

  • The only functional change in this release is the addition of the prefer-export-from linter rule from the unicorn plugin — no breaking changes or API changes.
  • oxlint remains at 1.69.0; the two packages have no version-coupled peer dependencies, so the version mismatch (oxfmt 0.55.0 shipped alongside oxlint 1.70.0) is safe.

Confidence Score: 5/5

Routine dev-only formatter bump with no breaking changes; safe to merge.

The bump is limited to oxfmt, a dev-only code formatter. The new release adds one additive linter rule and ships updated native bindings across all platforms. The oxfmt/oxlint version mismatch is benign — their lockfile entries confirm no version-coupled peer dependency between them.

No files require special attention.

Important Files Changed

Filename Overview
package.json Single version specifier update: oxfmt bumped from ^0.54.0 to ^0.55.0 in devDependencies.
pnpm-lock.yaml Lockfile updated with new integrity hashes for oxfmt@0.55.0 and all 19 platform-specific @oxfmt/binding-* packages; no structural changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[package.json] -->|devDependency| B[oxfmt 0.55.0]
    B -->|depends on| C[tinypool 2.1.0]
    B -->|optional native bindings| D[19 platform variants at 0.55.0]
    B -.->|optional peer| E[svelte 5]
    B -.->|optional peer| F[vite-plus]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[package.json] -->|devDependency| B[oxfmt 0.55.0]
    B -->|depends on| C[tinypool 2.1.0]
    B -->|optional native bindings| D[19 platform variants at 0.55.0]
    B -.->|optional peer| E[svelte 5]
    B -.->|optional peer| F[vite-plus]
Loading

Reviews (1): Last reviewed commit: "chore(deps-dev): bump oxfmt from 0.54.0 ..." | Re-trigger Greptile

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants