Skip to content

chore: bump dependencies to latest minor versions#986

Closed
kevmodrome wants to merge 2 commits intostagingfrom
kevmodrome/add-job-features
Closed

chore: bump dependencies to latest minor versions#986
kevmodrome wants to merge 2 commits intostagingfrom
kevmodrome/add-job-features

Conversation

@kevmodrome
Copy link
Member

Updates 13 packages to their latest minor versions including SvelteKit 2.52.0, Svelte 5.51.3, Stripe 20.3.1, and related tooling. No functional changes — dependency maintenance only.

Updates 13 packages to their latest minor versions including SvelteKit 2.52.0, Svelte 5.51.3, Stripe 20.3.1, and related tooling. No functional changes.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@github-actions
Copy link
Contributor

✅ Unit Test Results

Status: All Tests Passed

Test Summary

  • ✅ Passed: 152
  • ❌ Failed: 0
  • 📊 Total: 152

Coverage

  • 🔧 Functions: 85.88%
  • 📝 Lines: 84.81%

View detailed results

@github-actions
Copy link
Contributor

❌ Playwright Test Results

Status: Tests Failed

  • ✅ Passed: 0
  • ❌ Failed: 233
  • 📊 Total: 233

View detailed HTML report

The previous cache key used the semver range from package.json (e.g.
^1.57.0) which doesn't change when bun.lockb resolves a newer patch
version. This caused CI to restore stale cached browsers incompatible
with the updated Playwright version, resulting in "Executable doesn't
exist" errors.

Using hashFiles('bun.lockb') ensures the cache is invalidated whenever
any dependency version changes.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@github-actions
Copy link
Contributor

✅ Unit Test Results

Status: All Tests Passed

Test Summary

  • ✅ Passed: 152
  • ❌ Failed: 0
  • 📊 Total: 152

Coverage

  • 🔧 Functions: 85.88%
  • 📝 Lines: 84.81%

View detailed results

@github-actions
Copy link
Contributor

❌ Playwright Test Results

Status: Tests Failed

  • ✅ Passed: 81
  • ❌ Failed: 38
  • 📊 Total: 119

View detailed HTML report

@kevmodrome kevmodrome closed this Feb 18, 2026
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