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

Auto Upgrade Hurts When Trying To Have Reproducible Builds #64

Open
petermetz opened this issue Sep 28, 2015 · 0 comments
Open

Auto Upgrade Hurts When Trying To Have Reproducible Builds #64

petermetz opened this issue Sep 28, 2015 · 0 comments

Comments

@petermetz
Copy link

Newer versions of coffee lint has some new feature/bug that causes my build to be broken. See this issue for details:
clutchski/coffeelint#504

I believe this is due to the liberal upgrade policy in the devDependencies section of package.json:

"devDependencies": {
    "grunt": "~0.4",
    "grunt-bump": "~0.0.7",
    "grunt-npm": "~0.0.2",
    "grunt-auto-release": "0.0.6",
    "coffeelint": "^1"
  },

My suggestion is to specify the dependency versions without auto upgrade so that transient dependencies won't brake the dependants of this package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant