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

feat(FEC-10290): upgrade NPM packages #109

Merged
merged 11 commits into from
Jul 26, 2020
Merged

feat(FEC-10290): upgrade NPM packages #109

merged 11 commits into from
Jul 26, 2020

Conversation

dan-ziv
Copy link
Contributor

@dan-ziv dan-ziv commented Jul 19, 2020

Description of the Changes

✅ eslint upgraded to 7.x.x
✅ babel upgraded to @babel (7.x.x)
✅ webpack upgraded to 4.x.x

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

webpack.config.js Outdated Show resolved Hide resolved
@@ -13,7 +13,9 @@
"should": true,
"sinon": true,
"__VERSION__": true,
"__NAME__": true
"__NAME__": true,
"process": true,
Copy link
Contributor

Choose a reason for hiding this comment

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

what is that added for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

karma.config and webpack.config was removed from .eslintignore (eslint should lint those files too...) and they are using Node globals that you need to define to eslint so it won't detect them as errors.

OrenMe
OrenMe previously approved these changes Jul 26, 2020
@dan-ziv dan-ziv merged commit 136926f into master Jul 26, 2020
@dan-ziv dan-ziv deleted the upgrade-npm-packages branch July 26, 2020 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants