• 
      

    Fix up a couple of JS dependency lines.

    Review Request #14964 — Created March 26, 2026 and submitted

    Information

    Djblets
    release-5.2.x

    Reviewers

    This change fixes up some JS dependencies in the djblets package.json
    for consistency and correctness:

    • jquery-ui was set to 1.13 here but 1.14 in Review Board, and Review
      Board was winning. This updates the Djblets dependency to match.
    • Backbone was set to 1.4.1 but 1.6.x in spina, and spina was winning.
    • We had a (very old) uglifyjs dependency listed here because they
      changed the package name. The actual uglifyjs that was present in
      node_modules/.bin when doing Review Board builds was from
      uglify-js coming from a different dependency.

    This is all much more completely redone on the 7.1.x branch.

    package-lock.json is also part of this change but was excluded here.

    • Installed npm packages.
    • Built static media.
    Summary ID
    Fix up a couple of JS dependency lines.
    This change fixes up some JS dependencies in the djblets package.json for consistency and correctness: - jquery-ui was set to 1.13 here but 1.14 in Review Board, and Review Board was winning. This updates the Djblets dependency to match. - We had a (very old) uglifyjs dependency listed here because they changed the package name. The actual `uglifyjs` that was present in `node_modules/.bin` when doing Review Board builds was from `uglify-js` coming from a different dependency. This is all much more completely redone on the 7.1.x branch. Testing Done: - Installed npm packages. - Built static media.
    zoxorxssozqnsoluvorrpnwvysmqxxks
    david
    chipx86
    1. Ship It!
    2. 
        
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-5.2.x (4b431d7)