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

[RAC-6681] Lock down NPM modules #829

Merged

Conversation

lanchongyizu
Copy link
Member

@lanchongyizu lanchongyizu commented Feb 27, 2018

  • Add publishable npm-shrinkwrap.json, which is repurposed from package-lock.json.
  • Not lock down the dependent on-core/on-tasks, so don't add commit hash or version to on-core/on-tasks.
    The benefits:
    • Don't need to update npm-shrinkwrap.json every time when on-core/on-tasks has a new commit.
    • Ease the dependent PRs merging.
  • Install npm@5.6.0 in travis-ci which is the same as concourse-ci.

Please refer to RackHD/on-tasks#585 and https://rackhd.atlassian.net/browse/RAC-6681 for details.

@RackHD/corecommitters @iceiilin @nortonluo

@lanchongyizu lanchongyizu force-pushed the bugfix/add-package-lock-json branch 2 times, most recently from 4b8bf7c to 63b6dd5 Compare February 28, 2018 05:30
@lanchongyizu lanchongyizu changed the title add package-lock.json [RAC-6681] Lock down NPM modules Apr 23, 2018
* Add publishable npm-shrinkwrap.json, which is repurposed from package-lock.json.
* Not lock down the dependent on-core/on-tasks, so don't add commit hash or version to on-core/on-tasks.
  The benefits:
    * Don't need to update npm-shrinkwrap.json every time when on-core/on-tasks has a new commit.
    * Ease the dependent PRs merging.
* Install npm@5.6.0 in travis-ci which is the same as concourse-ci.
@lanchongyizu lanchongyizu merged commit 8996af5 into RackHD:master Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants