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

Pin "debug" package to less than 4.0 #829

Merged
merged 1 commit into from Oct 23, 2018

Conversation

nthomas-mozilla
Copy link
Contributor

Over in #826 @allan-silva discovered that we can't build the Balrog UI from scratch, which is a big deal because that's how we build our images for deployment. This is a quick patch to pin an older version of the node package called debug, so that we could deploy an emergency fix to Balrog code if needed.

The root cause is that we're using older Node (v0.10) that doesn't support arrow functions, which the debug package started using in 4.0. debug is pulled in indirectly by other packages, the usual vipers nest of package deps. We'll test upgrading to Node v8 over in #826 but can't deploy that so close to 63.0 shipping.

Copy link
Contributor

@JohanLorenzo JohanLorenzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me!

@nthomas-mozilla nthomas-mozilla merged commit 8e70250 into mozilla-releng:master Oct 23, 2018
@nthomas-mozilla nthomas-mozilla deleted the js-debug-pin branch October 23, 2018 21:12
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

Successfully merging this pull request may close these issues.

None yet

2 participants