Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jashkenas/underscore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.13.5
Choose a base ref
...
head repository: jashkenas/underscore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.13.6
Choose a head ref
  • 9 commits
  • 19 files changed
  • 4 contributors

Commits on Sep 23, 2022

  1. Verify that production and doc builds still work in CI

    When I did the last `npm audit fix`, it completely escaped my
    attention that this might break the scripts that we only run prior to
    a release. This won't happen to me again!
    jgonggrijp committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    66ee70d View commit details
    Browse the repository at this point in the history
  2. Hostfix for broken builds

    patch-package is a dev dependency and should not be required by users of underscore.js
    
    This hotfix removes the postinstall script which is causing multiple build failures across the ecosystem.
    paulsmithkc authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    2edcdc1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2974 from paulsmithkc/patch-1

    Hotfix for broken builds
    jashkenas authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    4eb6894 View commit details
    Browse the repository at this point in the history
  4. Remove patch-package postinstall script

    This broke much more stuff than I expected.
    
    Ref #2967 #2968 #2969 #2970 #2971 #2972 #2973 #2974
    jgonggrijp committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    1c1d1a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43e827a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8f86fb View commit details
    Browse the repository at this point in the history
  7. Underscore 1.13.6

    Jeremy Ashkenas committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    732cafe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e7c0f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd2d35c View commit details
    Browse the repository at this point in the history
Loading