Skip to content

feat: update nx to 22.6.4 and vite to 8#548

Merged
cogwirrel merged 1 commit intomainfrom
feat/update-nx-22.6.4-vite-8
Apr 8, 2026
Merged

feat: update nx to 22.6.4 and vite to 8#548
cogwirrel merged 1 commit intomainfrom
feat/update-nx-22.6.4-vite-8

Conversation

@nx-plugin-for-aws
Copy link
Copy Markdown
Collaborator

Reason for this change

Upgrade Nx dependencies to 22.6.4 and Vite to major version 8, along with compatible ecosystem packages.

Description of changes

Nx upgrade (22.6.1 → 22.6.4):

  • nx, @nx/devkit, @nx/eslint, @nx/eslint-plugin, @nx/js, @nx/playwright, @nx/react, @nx/vite, create-nx-workspace

Vite 8 upgrade (7.3.1 → 8.0.3) and ecosystem:

  • vite: 7.3.1 → 8.0.3
  • @vitejs/plugin-react: 4.7.0 → 6.0.1 (Vite 8 required)
  • vite-tsconfig-paths: 5.1.4 → 6.1.1 (no breaking API changes)
  • vitest: 4.1.1 → 4.1.2
  • @vitest/coverage-v8: 4.1.1 → 4.1.2
  • @vitest/ui: 4.1.1 → 4.1.2

Other dependency updates (minor/patch):

  • AWS SDK clients: 3.1017.0 → 3.1024.0
  • AWS CDK: 2.1113.0/2.244.0 → 2.1117.0/2.248.0
  • TanStack Router/Query packages updated to latest minor
  • tRPC packages: 11.15.0 → 11.16.0
  • Python dependencies updated (boto3, checkov, fastapi, strands-agents, etc.)
  • Various other minor/patch bumps

esbuild kept at 0.27.4 (vite 8 peer dependency requires ^0.27.0).

Description of how you validated changes

  • All 1602 unit tests pass (pnpm nx test nx-plugin -u)
  • 16 snapshot updates — all are version number bumps only
  • Lint passes with no errors (pnpm nx run-many --target lint --all --fix)
  • Full build succeeds (pnpm nx run-many --target build --all)
  • Third-party licenses regenerated

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.30%. Comparing base (0d6e228) to head (f31284d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #548      +/-   ##
==========================================
+ Coverage   89.23%   89.30%   +0.06%     
==========================================
  Files          97      100       +3     
  Lines        3206     3225      +19     
  Branches      711      699      -12     
==========================================
+ Hits         2861     2880      +19     
  Misses        159      159              
  Partials      186      186              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nx-plugin-for-aws nx-plugin-for-aws force-pushed the feat/update-nx-22.6.4-vite-8 branch 2 times, most recently from e45d537 to c5a24fa Compare April 7, 2026 07:46
Upgrade all Nx dependencies from 22.6.1 to 22.6.4 and Vite from 7.3.1
to 8.0.3. Also upgrades vite ecosystem packages:
- @vitejs/plugin-react: 4.7.0 → 6.0.1
- vite-tsconfig-paths: 5.1.4 → 6.1.1
- vitest: 4.1.1 → 4.1.2
- @vitest/coverage-v8: 4.1.1 → 4.1.2
- @vitest/ui: 4.1.1 → 4.1.2

All other dependencies updated to latest minor/patch versions via
the standard update-versions workflow process.

Snapshot changes are version number bumps only.
@nx-plugin-for-aws nx-plugin-for-aws force-pushed the feat/update-nx-22.6.4-vite-8 branch from c5a24fa to f31284d Compare April 8, 2026 03:16
@cogwirrel cogwirrel merged commit 9313e5e into main Apr 8, 2026
16 checks passed
@cogwirrel cogwirrel deleted the feat/update-nx-22.6.4-vite-8 branch April 8, 2026 04:35
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.

3 participants