fix: remove ansi-styles 4.3.0 resolution#259974
Conversation
|
Pinging @elastic/kibana-operations (Team:Operations) |
ApprovabilityVerdict: Would Approve This PR removes a version resolution override for ansi-styles, allowing the ^5.0.0 range to resolve to 5.2.0 instead of being forced to 4.3.0. This is a straightforward dependency management cleanup with low risk and clear intent. Macroscope would have approved this PR. Enable approvability here. |
…ally, or add an exception to src/dev/yarn_deduplicate/index.ts and then commit the changes and push to your branch
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
cc @TamerlanG |
|
Starting backport for target branches: 8.19, 9.2, 9.3 https://github.com/elastic/kibana/actions/runs/23652853509 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
Cherry-pick of elastic#259974. Resolves elastic#259961.
Cherry-pick of elastic#259974. Resolves elastic#259961.
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
2 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
Why
The resolution was likely a workaround that is no longer needed. Removing it cleans up the dependency tree and allows ansi-styles@^5.0.0 consumers (like pretty-format) to get the correct major version instead of being pinned to an incompatible 4.x release
Resolves #259961