Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,10 @@
"collectCoverageFrom": [
"src/**/*.ts"
]
},
"resolutions": {
"fast-xml-parser": "^4.5.7",
"uuid": "^8.3.2",
"js-yaml": "^3.14.2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep js-yaml 4.x consumers out of the 3.x override

Yarn Classic resolutions are global overrides, and its docs note they warn when a resolution is incompatible with the original range; this unqualified js-yaml override now collapses @datadog/wasm-js-rewriter@5.0.1's js-yaml "^4.1.0" dependency to js-yaml@3.15.0 in yarn.lock (js-yaml@^3.13.1, js-yaml@^3.14.2, js-yaml@^4.1.0). Before this change that edge resolved to 4.2.0, so any use of the rewriter/source-map code now runs against an unsupported major; please use a scoped resolution or keep a separate 4.x lock entry instead of forcing all consumers to 3.x.

Useful? React with 👍 / 👎.

}
}
Loading
Loading