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: snyk/cli
base: v1.835.0
Choose a base ref
...
head repository: snyk/cli
compare: v1.836.0
Choose a head ref
  • 6 commits
  • 15 files changed
  • 1 contributor

Commits on Jan 24, 2022

  1. chore: support npm@8 in dev env

    npm@8's only breaking change is a lack of node@10 support.
    Jahed Ahmed committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8d86796 View commit details
    Browse the repository at this point in the history
  2. chore: uncaught hander limit should be 1

    It worked before because tests were using "npx ts-node" which adds a handler too.
    Jahed Ahmed committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    5f7ca44 View commit details
    Browse the repository at this point in the history
  3. chore: remove error handler limit

    Because of how various tooling may hook into error events, enforcing a limit is too naive and may cause further unexpected failure scenarios. Until such a scenario causes us problems, it's safer not to handle it.
    Jahed Ahmed committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e93572d View commit details
    Browse the repository at this point in the history
  4. feat: build binaries with node@16

    Need to also default to node@16 and npm@8 in dev/ci as dependencies may contain native modules (.node) which need to be installed using the same node version for compatibilty in binaries.
    Jahed Ahmed committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    896844d View commit details
    Browse the repository at this point in the history
  5. chore(ci): upgrade action workflows to node@16

    Jahed Ahmed committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d2fd763 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2508 from snyk/chore/dev-node16

    feat: build binaries with node@16
    Jahed Ahmed committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9cd65c6 View commit details
    Browse the repository at this point in the history