8000 Comparing v4.3.6...v4.3.7 · typicode/husky · GitHub
[go: up one dir, main page]

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: typicode/husky
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.6
Choose a base ref
...
head repository: typicode/husky
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.7
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 7, 2021

  1. Upgrade find-versions to 4.0.0 (#837)

    `find-versions` 4.0.0 depends on `^3.1.2` of `semver-regex`. Previous
    versions of `semver-regex` contained a [vulnernability][0]. This was
    unlikely to affect `husky` because of how `find-versions` is used, but
    the only breaking change in `find-versions` is increasing the minimum
    Node.js verison to 10, which is the same as Husky's minimum.
    
    [0]: https://app.snyk.io/vuln/SNYK-JS-SEMVERREGEX-1047770
    k0nserv authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    6a1b3da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839d84a View commit details
    Browse the repository at this point in the history
  3. 4.3.7

    typicode committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    b9a0917 View commit details
    Browse the repository at this point in the history
Loading
0