Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Aug 17, 2025

Updates development dependencies across the monorepo to their latest compatible versions while maintaining build stability and TypeScript compatibility.

Changes Made

Root Package Dependencies

  • @changesets/cli: ^2.29.4 → ^2.29.6
  • @eslint/js: ^9.28.0 → ^9.33.0
  • eslint: ^9.27.0 → ^9.33.0
  • @vitest/browser: ^3.1.4 → ^3.2.4
  • @vitest/ui: ^3.1.4 → ^3.2.4
  • vitest: ^3.1.4 → ^3.2.4
  • globals: ^16.2.0 → ^16.3.0
  • lint-staged: ^16.0.0 → ^16.1.5
  • playwright: ^1.52.0 → ^1.54.2
  • simple-git-hooks: ^2.13.0 → ^2.13.1
  • typescript-eslint: ^8.32.1 → ^8.39.1

Package-Specific Updates

  • @custom-elements-manifest/analyzer: ^0.10.4 → ^0.10.5 (in cem-plugin-lwc)

Template Updates

Updated the create-lwc template to use more recent stable versions:

  • lwc: ^8.13.3 → ^8.19.1
  • vite: ^6.1.1 → ^6.3.5
  • vite-plugin-lwc: ^4.0.0 → ^4.1.0

Conservative Approach

This update takes a conservative approach by:

  • Keeping TypeScript at ^5.8.3 to maintain type compatibility
  • Maintaining Vite at ^6.3.5 (latest 6.x) to avoid Rollup version conflicts
  • Preserving LWC package versions at ^8.19.1 for stability
  • Keeping unbuild at ^3.5.0 to prevent build issues

Verification

All changes have been thoroughly tested:

  • ✅ TypeScript compilation passes
  • ✅ All packages build successfully
  • ✅ Linting passes with updated ESLint
  • ✅ Examples run correctly
  • ✅ Scaffolding tool works with updated template
  • ✅ All existing functionality preserved

This ensures the development environment stays current while maintaining the stability and reliability of the build system.

Fixes #93.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Aug 17, 2025

More templates

npm i https://pkg.pr.new/create-lwc@94
npm i https://pkg.pr.new/vite-plugin-lwc@94

commit: 9ee326a

Copilot AI changed the title [WIP] Update dev dependencies Update dev dependencies to latest compatible versions Aug 17, 2025
Copilot AI requested a review from cardoso August 17, 2025 19:13
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.

Update dev dependencies

2 participants