Skip to content

Bump oxfmt from 0.47.0 to 0.48.0#266

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/oxfmt-0.48.0
May 6, 2026
Merged

Bump oxfmt from 0.47.0 to 0.48.0#266
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/oxfmt-0.48.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps oxfmt from 0.47.0 to 0.48.0.

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.47.0 to 0.48.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.48.0/npm/oxfmt)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 6, 2026
@github-actions github-actions Bot merged commit 7e28af5 into master May 6, 2026
2 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/oxfmt-0.48.0 branch May 6, 2026 05:20
@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented May 6, 2026

🤖 Augment PR Summary

Summary: This PR updates the development formatter dependency oxfmt from 0.47.0 to 0.48.0.

Changes:

  • Bumped oxfmt version range in package.json to ^0.48.0
  • Updated the npm lockfile accordingly (as part of the dependency bump)

Technical Notes:

  • This is a tooling-only change (devDependency), so runtime behavior of the library should be unaffected.
  • Formatter upgrades can alter output; CI/format checks are the main risk area to validate.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread package.json
"auto-changelog": "^2.5.0",
"husky": "^9.1.7",
"oxfmt": "^0.47.0",
"oxfmt": "^0.48.0",
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oxfmt version bumps can change formatting output and potentially make existing format/pre-commit checks fail; consider confirming CI passes and that a fresh npm run format doesn’t produce additional diffs.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

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.

0 participants