Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking: fix audit failures; node 10+ #2680

Closed
wants to merge 7 commits into from
Closed

breaking: fix audit failures; node 10+ #2680

wants to merge 7 commits into from

Commits on Jul 31, 2020

  1. breaking: fix audit failures; node 10+

    - bumped specific deps to get upstream audit fixes (npm audit fix --force).
    - removed unmaintained "tacks" and replaced tests using it with simple dir population.
    - dropped node 8 from travis. added 14.
    - changed engines for all packages to >=10.
    - adjust require.requireActual in tests to jest.requireAction, as they dropped the former.
    - adjust expected error code from registry in lerna-publish-error.test
    AviVahl committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8b2f49a View commit details
    Browse the repository at this point in the history
  2. ci: remove Windows-specific flow

    instead, use same test command and test on all 3 node versions on windows as well
    AviVahl committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    1b46a03 View commit details
    Browse the repository at this point in the history
  3. ci: re-add yarn installation

    AviVahl committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    52be150 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61001ad View commit details
    Browse the repository at this point in the history
  5. build: downgrade to jest 26.1.0

    via lockfile tricks (external project + npm-force-resolutions)
    AviVahl committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    5c19cb5 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): jest@26.2.2

    patch release supposed to fix windows-specific regression.
    regenerated lock file from scratch for the better deduping
    AviVahl committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    024ac1e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. chore: regenerate lock file

    to pick up latest upstream minor/patch versions
    AviVahl committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    c3155b7 View commit details
    Browse the repository at this point in the history