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

build: update to node v16 with npm v6 for packaging #4092

Merged
merged 15 commits into from
May 10, 2022

Commits on May 9, 2022

  1. ci: update to node v16 from node v14

    Mohan Raj Rajamanickam committed May 9, 2022
    Configuration menu
    Copy the full SHA
    ec89666 View commit details
    Browse the repository at this point in the history
  2. build: update package lock to v2

    Mohan Raj Rajamanickam committed May 9, 2022
    Configuration menu
    Copy the full SHA
    f1880d5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. build: update package engine and deps to node 16 with npm 6

    as npm 7/8 breaks vsce packaging
    Mohan Raj Rajamanickam committed May 10, 2022
    Configuration menu
    Copy the full SHA
    1636411 View commit details
    Browse the repository at this point in the history
  2. build: enable npm workspaces; thus updating lock file to account for …

    …all deps in the monorepo
    mohanraj-r committed May 10, 2022
    Configuration menu
    Copy the full SHA
    be729ae View commit details
    Browse the repository at this point in the history
  3. build: add npm script to install locally built vsix packages into ins…

    …iders
    mohanraj-r committed May 10, 2022
    Configuration menu
    Copy the full SHA
    2dd0eca View commit details
    Browse the repository at this point in the history
  4. docs: add info about new pkgs install script

    mohanraj-r committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d6140d1 View commit details
    Browse the repository at this point in the history
  5. build: fix mismatch peer dep versions in soql pkg; remove legacy peer…

    … deps config
    mohanraj-r committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c757794 View commit details
    Browse the repository at this point in the history
  6. refactor: rename vscode:install to vsix:install

    mohanraj-r committed May 10, 2022
    Configuration menu
    Copy the full SHA
    a85953b View commit details
    Browse the repository at this point in the history
  7. build: switch to lock file v3 for reduced file size and hopefully fas…

    …ter installs
    
    from 2.9M to 1.6M
    mohanraj-r committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c88c38f View commit details
    Browse the repository at this point in the history
  8. refactor: npm run scripts to reuse targets

    Mohan Raj Rajamanickam committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c37cb5d View commit details
    Browse the repository at this point in the history
  9. refactor: reinstall script to use git checkout to reset package lock …

    …instead of removing it
    Mohan Raj Rajamanickam committed May 10, 2022
    Configuration menu
    Copy the full SHA
    347e6f0 View commit details
    Browse the repository at this point in the history
  10. docs: add info about npm v6 vs npm v8

    Mohan Raj Rajamanickam committed May 10, 2022
    Configuration menu
    Copy the full SHA
    5eb7b17 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03d6914 View commit details
    Browse the repository at this point in the history
  12. docs: add info about legacy circle image and node version

    Mohan Raj Rajamanickam committed May 10, 2022
    Configuration menu
    Copy the full SHA
    65eb8c5 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/mohanraj-r/node16_npm8_update_ta…

    …ke3' into mohanraj-r/node16_npm8_update_take3
    Mohan Raj Rajamanickam committed May 10, 2022
    Configuration menu
    Copy the full SHA
    172eaad View commit details
    Browse the repository at this point in the history