chore(dep): bump dd-license-attribution tool to newest version - #7246
Conversation
Overall package sizeSelf size: 4.39 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.0 | 68.46 kB | 797.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2026-01-15 08:33:36 Comparing candidate commit 5848030 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 289 metrics, 31 unstable metrics. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7246 +/- ##
=======================================
Coverage 84.87% 84.87%
=======================================
Files 532 532
Lines 22654 22654
=======================================
Hits 19227 19227
Misses 3427 3427 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This version contains a bug fix for ensuring CSV line endings are always the same no matter which version of Python is being used.
6a8044b to
75fe541
Compare
This comment has been minimized.
This comment has been minimized.
This removes a line from the CSV file that was incorrectly added due to a bug now fixed in the new version of dd-license-attribution
1bbf66b to
02ad67a
Compare
BridgeAR
left a comment
There was a problem hiding this comment.
LGTM, I am just unsure why the whole file is regenerated / got different whitespace now
|
@BridgeAR that's explained in the PR body |
Bump `dd-license-attribution` to the latest version which fixes two issues with `LICENSE-3rdparty.csv`: - Consistently use Windows style line endings - Removes incorrect `@datadog/source-map` line from `LICENSE-3rdparty.csv` Also update `scripts/check_licenses.js` to support resolving npm aliases.
Bump `dd-license-attribution` to the latest version which fixes two issues with `LICENSE-3rdparty.csv`: - Consistently use Windows style line endings - Removes incorrect `@datadog/source-map` line from `LICENSE-3rdparty.csv` Also update `scripts/check_licenses.js` to support resolving npm aliases.
Bump `dd-license-attribution` to the latest version which fixes two issues with `LICENSE-3rdparty.csv`: - Consistently use Windows style line endings - Removes incorrect `@datadog/source-map` line from `LICENSE-3rdparty.csv` Also update `scripts/check_licenses.js` to support resolving npm aliases.

What does this PR do?
Bump
dd-license-attributionto the latest version which fixes two issues withLICENSE-3rdparty.csv:@datadog/source-mapline fromLICENSE-3rdparty.csvAlso update
scripts/check_licenses.jsto support resolving npm aliases.Motivation
The new version of
dd-license-attributioncontains two bug fixes, ensuring thatLICENSE-3rdparty.csvis now more correct.Additional Notes
Reviewer tip: Hide white-space changes in diff to not see the changes related to the line endings.