Skip to content

chore: Bump nx from 22.5.0 to 22.6.5 - #20458

Merged
mydea merged 1 commit into
developfrom
fn/bump-nx-22.6.5
Apr 23, 2026
Merged

chore: Bump nx from 22.5.0 to 22.6.5#20458
mydea merged 1 commit into
developfrom
fn/bump-nx-22.6.5

Conversation

@mydea

@mydeamydea commented Apr 23, 2026

Copy link
Copy Markdown
Member

Summary

Bumps nx from 22.5.0 (Feb 9) to 22.6.5 (Apr 10). This may (??) help with some cache restoration issues we have on CI, it's worth a try at least.

Changelog (22.5.0 → 22.6.5)

Potentially relevant to us

  • ⚠️ Vitest breaking change (22.6.0):reportsDirectory is now resolved against workspace root instead of project root. We don't set a custom reportsDirectory in our vitest configs, so this should be a no-op.
  • Batch executor fix (22.6.2): Batch executor no longer errors on prematurely completed tasks — could improve reliability of our parallel builds.
  • Prevent batch executor hang (22.6.5): Fixes premature worker exit causing hangs — relevant since we use Nx's batch execution for build tasks.
  • Infer extended tsconfig files as task inputs (22.6.2): Tsconfig files referenced via extends are now automatically tracked as inputs. More accurate cache invalidation for our build:types tasks.
  • Dangling symlinks handled during cache restore (22.6.0): Could fix obscure cache restore failures in our yarn workspace setup.
  • False positive loop detection with Bun resolved (22.6.0): Relevant for @sentry/bun builds.
  • Recursive FSEvents on macOS (22.6.0): Fixes file watching to use recursive FSEvents instead of non-recursive kqueue — improves build:watch reliability on macOS dev machines.
  • Shell metacharacters properly quoted in CLI args (22.6.1): Fixes potential issues when task names or args contain special characters.
  • Prevent DB corruption from concurrent initialization (22.6.1): Fixes race conditions in Nx's task database.
  • windowsHide: true on all child process spawns (22.6.1): Cleaner CI on Windows (if applicable).
  • TUI crash prevention (22.6.0, 22.6.2): Multiple fixes for TUI panics/crashes.
  • Misc perf fixes (22.6.5): Multiple TUI performance improvements.
  • Security: bumps axios to 1.15.0 (CVE-2026-25639), minimatch (CVE-2026-26996), ejs to 5.0.1, postcss-loader (yaml CVE)

Not relevant to us (for completeness)

  • Angular v21.2, ESLint v10, Vite 8 support
  • Gradle/Maven improvements
  • AI agent mode in nx init
  • nx polygraph command (cross-repo sessions)
  • Module federation fixes
  • React Native esbuild migration
  • Various create-nx-workspace improvements

Test plan

  • CI build passes
  • yarn build works locally

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mydeamydea self-assigned this Apr 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize% ChangeChange
@sentry/browser25.88 kB--
@sentry/browser - with treeshaking flags24.35 kB--
@sentry/browser (incl. Tracing)43.81 kB--
@sentry/browser (incl. Tracing + Span Streaming)45.5 kB--
@sentry/browser (incl. Tracing, Profiling)48.73 kB--
@sentry/browser (incl. Tracing, Replay)82.98 kB--
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags72.5 kB--
@sentry/browser (incl. Tracing, Replay with Canvas)87.67 kB--
@sentry/browser (incl. Tracing, Replay, Feedback)99.93 kB--
@sentry/browser (incl. Feedback)42.7 kB--
@sentry/browser (incl. sendFeedback)30.55 kB--
@sentry/browser (incl. FeedbackAsync)35.55 kB--
@sentry/browser (incl. Metrics)27.16 kB--
@sentry/browser (incl. Logs)27.29 kB--
@sentry/browser (incl. Metrics & Logs)27.98 kB--
@sentry/react27.62 kB--
@sentry/react (incl. Tracing)46.05 kB--
@sentry/vue30.71 kB--
@sentry/vue (incl. Tracing)45.62 kB--
@sentry/svelte25.89 kB--
CDN Bundle28.57 kB--
CDN Bundle (incl. Tracing)46.08 kB--
CDN Bundle (incl. Logs, Metrics)29.95 kB--
CDN Bundle (incl. Tracing, Logs, Metrics)47.12 kB--
CDN Bundle (incl. Replay, Logs, Metrics)68.92 kB--
CDN Bundle (incl. Tracing, Replay)83.14 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics)84.17 kB--
CDN Bundle (incl. Tracing, Replay, Feedback)88.61 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics)89.69 kB--
CDN Bundle - uncompressed83.59 kB--
CDN Bundle (incl. Tracing) - uncompressed137.62 kB--
CDN Bundle (incl. Logs, Metrics) - uncompressed87.73 kB--
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed141.03 kB--
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed211.31 kB--
CDN Bundle (incl. Tracing, Replay) - uncompressed255.06 kB--
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed258.46 kB--
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed267.97 kB--
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed271.36 kB--
@sentry/nextjs (client)48.58 kB--
@sentry/sveltekit (client)44.22 kB--
@sentry/node-core58.35 kB+0.02%+9 B 🔺
@sentry/node175.66 kB+0.01%+10 B 🔺
@sentry/node - without tracing98.3 kB+0.02%+10 B 🔺
@sentry/aws-serverless115.33 kB+0.01%+8 B 🔺

View base workflow run

@mydea
mydea merged commit f97076d into developApr 23, 2026
249 checks passed
@mydea
mydea deleted the fn/bump-nx-22.6.5 branch April 23, 2026 07:50
Sign up for freeto 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.

2 participants

@mydea@s1gr1d