Skip to content

Commit

Permalink
Update docs/adr/002-policy-on-using-caret-with-dependencies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon authored Feb 13, 2025
1 parent f6e08a2 commit e564693
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/adr/002-policy-on-using-caret-with-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ We will adopt a policy where the caret (`^`) symbol is used for dependencies all
## Rationale

**Alternatives Considered:**
- **Alternative 1:** Use `^` for all dependencies, including third-party libraries.
- **Reason for rejection:** This could increase the risk of unintended regressions and security issues from third-party updates.
- **Alternative 2:** Continue pinning all dependencies, including internal ones, to specific versions.
- **Alternative:** Continue pinning all dependencies, including internal ones, to specific versions.
- **Reason for rejection:** This approach requires frequent updates and increases the maintenance burden, as each minor or patch update requires a new release.

**Pros and Cons**:
Expand Down

0 comments on commit e564693

Please sign in to comment.