istanbuljs / append-transform

handle multiple require hooks
MIT License
21 stars 4 forks source link

feat: Update dependencies #12

Closed coreyfarrell closed 5 years ago

coreyfarrell commented 5 years ago

BREAKING CHANGE: Requires Node.js 8


I've posted a PR to default-require-extensions to update to the latest strip-bom which requires node.js 8. My plan is to hold off on a new append-transform release until an updated release of default-require-extensions is made (I'll probably just amend this commit).

Technically none of the production code actually requires node.js 8 but all of the testing does, so we're just being clear about what is supported. This does actually break Node.js < 6 due to use of default arguments.

coreyfarrell commented 5 years ago

I don't have publish rights for this package on npm, I didn't realize this until after I generated the new release commit / tag and pushed to github.

JaKXz commented 5 years ago

@coreyfarrell just published + append-transform@2.0.0 for you - I don't know how to add a collaborator on the npm website atm 😕