-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Prep for 2.0 #2885
Prep for 2.0 #2885
Conversation
7964a59
to
9a97211
Compare
Need to update the cucumber step defs to fix the tests |
Need to figure out why node 4 and 6 are unhappy |
Looks like you need to prevent coffeescript 2.x. |
Did you intend to add a Yarn lockfile? The project currently includes neither a yarn.lock nor a package-lock.json. Will 2.0 be taking a stance on which package manager to use? |
@EzraBrooks I have certain opinions on the matter, but I am not yet sure if it makes sense to add them to karma. |
@johnjbarton interesting, I guess this is only a devdependency so it should be fine to stay on the 1.x branch for now |
Would it be useful for the project to adopt TypeScript's type-checking as part of the lint stage? Just by enabling |
@EzraBrooks I like the idea, but lets make a separate pr/issue about it. |
…upon config/cli-options.
Now that the minimum version of Node that we support is 4, we can stop shimming things everyhwere on the server side code.
f124be3
to
60dfc5c
Compare
This should be ready |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
1 similar comment
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
No description provided.