Skip to content

test: Fix E2E tests by pinning dependencies #16569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 12, 2025
Merged

test: Fix E2E tests by pinning dependencies #16569

merged 2 commits into from
Jun 12, 2025

Conversation

mydea
Copy link
Member

@mydea mydea commented Jun 12, 2025

Combining #16567 and #16568 as we can't merge anything individually 😬

  1. Pins minimatch in nestjs-11 E2E test app -See nest new fails with ERR_REQUIRE_ESM on Node.js 20.14.0 due to incompatible brace-expansion import nestjs/nest#15273. We can drop this when we bump node to 20.19.0, but for now this should be fine.
  2. Pin trpc for nextjs-t3 E2E test app to 11.3.0 - See bug: "Module not found: Default condition should be last one" trpc/trpc#6821

@mydea mydea requested review from Lms24 and AbhiPrasad June 12, 2025 14:11
@mydea mydea self-assigned this Jun 12, 2025
@mydea mydea changed the title Fn/fix e2e tests test: Fix E2E tests by pinning dependencies Jun 12, 2025
@mydea mydea enabled auto-merge June 12, 2025 14:12
@mydea mydea merged commit 038cb5d into develop Jun 12, 2025
142 checks passed
@mydea mydea deleted the fn/fix-e2e-tests branch June 12, 2025 14:48
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.

2 participants