chore(deps): refresh LICENSE-binary for transitive version drift#4983
Open
bobbai00 wants to merge 1 commit intoapache:mainfrom
Open
chore(deps): refresh LICENSE-binary for transitive version drift#4983bobbai00 wants to merge 1 commit intoapache:mainfrom
bobbai00 wants to merge 1 commit intoapache:mainfrom
Conversation
…che#4974) Resolves the nightly license-binary drift detected on b9bbf0d. All bumps are transitive and stay within their existing license sections; reviewers should verify upstream license has not changed. - frontend: lodash 4.17.23 -> 4.18.1 - amber/LICENSE-binary-java + 5 platform services: org.checkerframework.checker-qual 3.42.0 -> 3.52.0 - amber/LICENSE-binary-python: hf-xet 1.4.3 -> 1.5.0 markdown-it-py 4.0.0 -> 4.1.0 pydantic 2.13.3 -> 2.13.4 pydantic-core 2.46.3 -> 2.46.4 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4983 +/- ##
=========================================
Coverage 42.71% 42.71%
Complexity 2185 2185
=========================================
Files 1032 1032
Lines 38161 38161
Branches 4006 4006
=========================================
Hits 16301 16301
Misses 20840 20840
Partials 1020 1020
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aglinxinyuan
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
Refresh the per-module
LICENSE-binaryfiles so they match the bundled versions reported by the nightly drift check onb9bbf0d. Every entry stays in the license section it was already in, so the change is a pure version-string substitution; reviewers should still confirm each upstream's license at the new version is unchanged.Drift covered:
frontend/LICENSE-binary—lodash4.17.23 → 4.18.1amber/LICENSE-binary-javaand the 5 platform services (access-control-service,config-service,file-service,workflow-compiling-service,computing-unit-managing-service) —org.checkerframework.checker-qual3.42.0 → 3.52.0amber/LICENSE-binary-python—hf-xet1.4.3 → 1.5.0markdown-it-py4.0.0 → 4.1.0pydantic2.13.3 → 2.13.4pydantic-core2.46.3 → 2.46.4All bumps are transitive, which is why PR-mode runs (
check_binary_deps.py --ignore-transitive-version) accepted them; only the nightly strict run flagged the drift.Any related issues, documentation, discussions?
Resolves #4974.
How was this PR tested?
python3 bin/licensing/test_check_binary_deps.py— 27 tests pass.License Binary Checkerworkflow, which callsbuild.ymlwithmode: nightlyand runscheck_binary_deps.pywithout--ignore-transitive-version) is exercised by the build matrix on this PR; the previously-failing license steps for frontend, amber, the five platform services, and python are expected to turn green.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7, 1M context)