Skip to content

chore: Bump oxlint and oxfmt#19771

Merged
logaretm merged 1 commit intodevelopfrom
awad/upgrade-oxlint-oxfmt
Mar 12, 2026
Merged

chore: Bump oxlint and oxfmt#19771
logaretm merged 1 commit intodevelopfrom
awad/upgrade-oxlint-oxfmt

Conversation

@logaretm
Copy link
Member

@logaretm logaretm commented Mar 11, 2026

Upgrades the oxfmt and oxlint dependencies since the PRs we merged was created a while ago and were using outdated versions.

No breaking changes, no changes in lint output or in formatting. Mostly bug fixes and performance improvements.

Key change is the output is more friendly in CI, minimal noise.

Closes #19773 (added automatically)

@logaretm logaretm self-assigned this Mar 11, 2026
Copilot AI review requested due to automatic review settings March 11, 2026 21:25
@logaretm logaretm changed the title chore: upgrade oxlint and oxfmt chore: Bump oxlint and oxfmt Mar 11, 2026
@logaretm logaretm requested review from JPeer264 and s1gr1d March 11, 2026 21:26
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Upgrades the repo’s JS tooling dependencies oxfmt (formatter) and oxlint (linter) to newer releases, keeping the developer workflow and CI lint/format steps current.

Changes:

  • Bump oxfmt from ^0.32.0 to ^0.38.0
  • Bump oxlint from ^1.50.0 to ^1.53.0
  • Refresh yarn.lock entries for the updated packages and their platform-specific bindings

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates declared devDependency versions for oxfmt and oxlint.
yarn.lock Updates lockfile resolutions/integrity for oxfmt/oxlint and their binding packages to match the new versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

size-limit report 📦

⚠️ Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.

Path Size % Change Change
@sentry/browser 25.64 kB - -
@sentry/browser - with treeshaking flags 24.14 kB - -
@sentry/browser (incl. Tracing) 42.62 kB - -
@sentry/browser (incl. Tracing, Profiling) 47.28 kB - -
@sentry/browser (incl. Tracing, Replay) 81.42 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 71 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 86.12 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 98.37 kB - -
@sentry/browser (incl. Feedback) 42.45 kB - -
@sentry/browser (incl. sendFeedback) 30.31 kB - -
@sentry/browser (incl. FeedbackAsync) 35.36 kB - -
@sentry/browser (incl. Metrics) 26.92 kB - -
@sentry/browser (incl. Logs) 27.07 kB - -
@sentry/browser (incl. Metrics & Logs) 27.74 kB - -
@sentry/react 27.39 kB - -
@sentry/react (incl. Tracing) 44.95 kB - -
@sentry/vue 30.08 kB - -
@sentry/vue (incl. Tracing) 44.48 kB - -
@sentry/svelte 25.66 kB - -
CDN Bundle 28.27 kB - -
CDN Bundle (incl. Tracing) 43.5 kB - -
CDN Bundle (incl. Logs, Metrics) 29.13 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 44.34 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 68.2 kB - -
CDN Bundle (incl. Tracing, Replay) 80.32 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 81.22 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 85.86 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 86.76 kB - -
CDN Bundle - uncompressed 82.56 kB - -
CDN Bundle (incl. Tracing) - uncompressed 128.5 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 85.43 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 131.37 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 209.06 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 245.35 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 248.21 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 258.26 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 261.11 kB - -
@sentry/nextjs (client) 47.37 kB - -
@sentry/sveltekit (client) 43.07 kB - -
@sentry/node-core 52.27 kB +0.02% +7 B 🔺
@sentry/node 172.09 kB -1.74% -3.04 kB 🔽
@sentry/node - without tracing 94.58 kB -2.92% -2.84 kB 🔽
@sentry/aws-serverless 110.11 kB -2.76% -3.12 kB 🔽

View base workflow run

@github-actions
Copy link
Contributor

node-overhead report 🧳

Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.

Scenario Requests/s % of Baseline Prev. Requests/s Change %
GET Baseline 8,922 - 8,639 +3%
GET With Sentry 1,779 20% 1,596 +11%
GET With Sentry (error only) 6,096 68% 5,927 +3%
POST Baseline 1,198 - 1,177 +2%
POST With Sentry 608 51% 556 +9%
POST With Sentry (error only) 1,052 88% 1,037 +1%
MYSQL Baseline 3,276 - 3,311 -1%
MYSQL With Sentry 511 16% 499 +2%
MYSQL With Sentry (error only) 2,686 82% 2,678 +0%

View base workflow run

@linear-code
Copy link

linear-code bot commented Mar 12, 2026

@logaretm logaretm merged commit 6bb825f into develop Mar 12, 2026
234 of 235 checks passed
@logaretm logaretm deleted the awad/upgrade-oxlint-oxfmt branch March 12, 2026 13:55
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.

chore: Bump oxlint and oxfmt

3 participants