Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed the first one at least.
  • Loading branch information
anthonyshew committed Jun 24, 2025
commit e7c2b4a5c72c11d4c5f0b8f5af0e431452b55267
10 changes: 6 additions & 4 deletions turborepo-tests/integration/tests/deps-sync.t
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Test deps-sync with version conflicts
4.17.21 →
another (packages/another)

❌ Found 1 dependency conflicts.
[1]

\xe2\x9d\x8c Found 1 dependency conflicts. (no-eol) (esc)

Test deps-sync with allowlist generation
$ ${TURBO} deps-sync --allowlist
Expand Down Expand Up @@ -85,7 +85,8 @@ Test deps-sync with mixed dependency types
5.1.0 →
util (packages[\\/]util) (re)

❌ Found 2 dependency conflicts.

\xe2\x9d\x8c Found 2 dependency conflicts. (no-eol) (esc)
[1]

Test deps-sync with pinned dependencies
Expand All @@ -98,7 +99,8 @@ Test deps-sync with pinned dependencies
4.17.20 → util (packages[\\/]util) (re)
4.17.21 → another (packages[\\/]another) (re)

❌ Found 1 dependency conflicts.

\xe2\x9d\x8c Found 1 dependency conflicts. (no-eol) (esc)
[1]

Test deps-sync with allowlist for pinned dependencies
Expand Down