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

chore(infra): upgrade project for 2020 #4

Closed
wants to merge 6 commits into from
Closed

chore(infra): upgrade project for 2020 #4

wants to merge 6 commits into from

Conversation

AviVahl
Copy link

@AviVahl AviVahl commented Dec 28, 2019

closes #2
closes #3

  • fixed all Buffer deprecated warnings (also in tests).
  • refactored code to use classes and other es2015 syntax (let/const; arrow functions; destructuring). Requires Node 8+.
  • Travis now tests on existing node versions (8/10/12/13)
  • use npm test in Travis (and removed "test-travis" script), as coveralls is not currently integrated (badge removed in previous commits).
  • replaced deprecated istanbul with nyc. renamed script to "coverage".
  • ensure published package doesn't include test folder by defining "files" field in package.json (changelog/license/readme are always included)
  • upgrade all dependencies to latest versions.
  • adjusted git to ignore lock files and nyc output.

- fixed all Buffer deprecated warnings (also in tests).
- refactored code to use classes and other es2015 syntax (const; arrow functions; destructuring). Requires Node 6+.
- Travis now tests on existing node versions (10/12/13)
- use `npm test` in Travis (and removed `"test-travis"` script), as coveralls is not currently integrated (badge removed in previous commits).
- replaced depracted istanbul with nyc. renamed script to "coverage".
- ensure published package doesn't include "test" folder by defining "files" field in package.json (changelog/license/readme are always included)
- upgrade all dependencies to latest versions.
- adjusted git to ignore lock files and nyc output.
@AviVahl
Copy link
Author

AviVahl commented Dec 28, 2019

Hey @andrewrk, any chance you can review this? :)

@AviVahl
Copy link
Author

AviVahl commented Feb 5, 2020

ping @andrewrk
would be awesome to get this in and released...

spec is the default reporter. no need to specify it.
@andrewrk
Copy link
Owner

andrewrk commented Feb 5, 2020

Fork it

@AviVahl
Copy link
Author

AviVahl commented Feb 5, 2020

Appreciate the response.
If project is unmaintained, please consider archiving repository and/or deprecating npm package (which has over 5 million weekly downloads).

@AviVahl AviVahl closed this Feb 5, 2020
@nalhabash
Copy link

@AviVahl looks very neat, will use some of that code in my fork 👍
@andrewrk can you deprecate the npm 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

Successfully merging this pull request may close these issues.

Buffer deprecated warning
3 participants