Skip to content

chore(deps): update dependency oxfmt to v0.43.0#890

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/oxfmt-0.x
Open

chore(deps): update dependency oxfmt to v0.43.0#890
renovate[bot] wants to merge 2 commits intomainfrom
renovate/oxfmt-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 2, 2026

This PR contains the following updates:

Package Change Age Confidence
oxfmt (source) 0.42.00.43.0 age confidence

Release Notes

oxc-project/oxc (oxfmt)

v0.43.0

Compare Source

🚀 Features

Configuration

📅 Schedule: Branch creation - Between 09:00 AM and 06:59 PM, Monday through Friday ( * 9-18 * * 1-5 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from remiposo and toiroakr as code owners April 2, 2026 04:32
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 2, 2026

🦋 Changeset detected

Latest commit: a230834

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@tailor-platform/sdk Patch
@tailor-platform/create-sdk Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 2, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@tailor-platform/create-sdk@890

commit: 552729c

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@claude
Copy link
Copy Markdown

claude bot commented Apr 2, 2026

🤖 Claude Dependency Review

📦 Update Summary

  • Library: oxfmt
  • Version: 0.41.0 → 0.42.0
  • Change Type: Minor

📝 Release Notes

✨ Main Changes

🚀 New Features

JSDoc Comment Formatting Support (#19828)

  • Added comprehensive JSDoc comment formatting capabilities
  • JSDoc comments are now normalized and reformatted automatically
  • Tag aliases are canonicalized
  • Descriptions are capitalized
  • Long lines are wrapped according to print width
  • Short comments are collapsed to single-line format

JsdocConfig Documentation (#20644)

  • Added documentation comments for JsdocConfig
  • Provides configuration options for JSDoc formatting behavior

Configuration Options Available:

  • Add spaces inside JSDoc type braces: {string}{ string }
  • Capitalize first letter of tag descriptions
  • Convert to single-line /** content */ when possible
  • Emit @description tag instead of inline description
  • Add trailing dot to descriptions
  • Line wrapping strategies: "greedy" (always re-wrap) or "balance" (preserve original breaks)
  • Add blank line between last @param and @returns
  • Add blank lines between different tag groups

Additional Improvements:

  • Support for markdown-in-js substitution (#20683)
  • Support for angular-in-js substitution (#20676)
  • Support for bool for object style options (#20853)

🐛 Bug Fixes

No specific bug fixes documented for this release.

🔍 Impact Analysis

📁 Usage Locations

oxfmt is used as a CLI formatting tool (not imported as a library) in the following locations:

1. Root Package Scripts (package.json:19-21)

"format:root": "oxfmt --write .",
"format:check:root": "oxfmt --check .",
  • Feature used: CLI formatter
  • Impact: New JSDoc formatting will apply to all TypeScript/JavaScript files when running format commands

2. Example Package (example/package.json)

  • Feature used: CLI formatter in devDependencies
  • Impact: Example code with JSDoc comments will be auto-formatted

3. SDK Package (packages/sdk/package.json)

  • Feature used: CLI formatter; also used in generate script to format generated TypeScript files
  • Impact: Generated types and SDK code with JSDoc will be formatted. The codebase has a custom ESLint rule require-public-api-jsdoc that requires JSDoc on public APIs, so this formatting will improve consistency.

4. Template Packages (9 templates in packages/create-sdk/templates/*/package.json)

  • resolver, tailordb, executor, generators, static-web-site, hello-world, inventory-management, multi-application, workflow
  • Feature used: CLI formatter via format and format:check scripts
  • Impact: All generated projects from templates will have JSDoc formatting applied

Turbo Integration (turbo.json:55-68)

"format": {
  "dependsOn": ["//#format:root"],
  "cache": true
},
  • The format task in the monorepo build pipeline will apply the new JSDoc formatting across all packages

JSDoc Usage in Codebase:
The codebase actively uses JSDoc comments:

  • Custom ESLint rule require-public-api-jsdoc enforces JSDoc on public API exports
  • Plugin tests verify JSDoc comment generation for enums
  • LLM Challenge runner includes JSDoc examples in type definitions

✅ Recommended Actions

None required - This is a backward-compatible enhancement.

Optional Recommendations:

  1. Run format command after merging to apply new JSDoc formatting:
    pnpm format
  2. Review formatting changes to ensure JSDoc comments are formatted as desired
  3. Configure JSDoc options if the default behavior doesn't match your preferences (add jsdoc section to oxfmt config if needed)

Benefits:

  • ✅ Consistent JSDoc formatting across the codebase
  • ✅ Automatic normalization of documentation comments
  • ✅ Better readability for API documentation
  • ✅ Complements existing require-public-api-jsdoc ESLint rule

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Code Metrics Report (packages/sdk)

main (b7a4895) #890 (2d22972) +/-
Coverage 57.6% 57.6% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (b7a4895) | #890 (2d22972) | +/-  |
  |--------------------|----------------|----------------|------|
  | Coverage           |          57.6% |          57.6% | 0.0% |
  |   Files            |            328 |            328 |    0 |
  |   Lines            |          10800 |          10800 |    0 |
  |   Covered          |           6231 |           6231 |    0 |
  | Code to Test Ratio |          1:0.4 |          1:0.4 |  0.0 |
  |   Code             |          66140 |          66140 |    0 |
  |   Test             |          27265 |          27265 |    0 |

SDK Configure Bundle Size

main (b7a4895) #890 (2d22972) +/-
configure-index-size 12.58KB 12.58KB 0KB
dependency-chunks-size 33.36KB 33.36KB 0KB
total-bundle-size 45.94KB 45.94KB 0KB

Runtime Performance

main (b7a4895) #890 (2d22972) +/-
Generate Median 2,607ms 2,558ms -49ms
Generate Max 2,666ms 2,584ms -82ms
Apply Build Median 2,666ms 2,587ms -79ms
Apply Build Max 2,692ms 2,607ms -85ms

Type Performance (instantiations)

main (b7a4895) #890 (2d22972) +/-
tailordb-basic 42,234 42,234 0
tailordb-optional 3,826 3,826 0
tailordb-relation 3,970 3,970 0
tailordb-validate 2,824 2,824 0
tailordb-hooks 5,689 5,689 0
tailordb-object 11,470 11,470 0
tailordb-enum 2,720 2,720 0
resolver-basic 9,239 9,239 0
resolver-nested 25,626 25,626 0
resolver-array 17,862 17,862 0
executor-schedule 4,244 4,244 0
executor-webhook 883 883 0
executor-record 4,746 4,746 0
executor-resolver 4,273 4,273 0
executor-operation-function 877 877 0
executor-operation-gql 879 879 0
executor-operation-webhook 898 898 0
executor-operation-workflow 2,290 2,290 0

Reported by octocov

@renovate renovate bot force-pushed the renovate/oxfmt-0.x branch from 552729c to 89cb18e Compare April 2, 2026 06:39
@renovate renovate bot changed the title chore(deps): update dependency oxfmt to v0.42.0 chore(deps): update dependency oxfmt to v0.43.0 Apr 2, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 2, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 15 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
/tmp/renovate/repos/github/tailor-platform/sdk/example:
 ERR_PNPM_NO_MATURE_MATCHING_VERSION  Version 0.43.0 (released 45 hours ago) of oxfmt does not meet the minimumReleaseAge constraint

This error happened while installing a direct dependency of /tmp/renovate/repos/github/tailor-platform/sdk/example

The latest release of oxfmt is "0.43.0". Published at 3/31/2026

If you need the full list of all 45 published versions run "pnpm view oxfmt versions".

If you want to install the matched version ignoring the time it was published, you can add the package name to the minimumReleaseAgeExclude setting. Read more about it: https://pnpm.io/settings#minimumreleaseageexclude

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant