-
-
Notifications
You must be signed in to change notification settings - Fork 640
chore: udpate interpret
to v3 and rechoir
to v0.8
#3437
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
Conversation
interpret
to v3 and rechoir
to v0.8
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #3437 +/- ##
==========================================
- Coverage 91.74% 91.30% -0.45%
==========================================
Files 22 22
Lines 1587 1587
Branches 447 447
==========================================
- Hits 1456 1449 -7
- Misses 131 138 +7
Continue to review full report at Codecov.
|
expect(stderr).toContain("Cannot find module 'iced-coffee-script/register'"); | ||
expect(stderr).toContain("Cannot find module 'iced-coffee-script'"); | ||
expect(stderr).toContain("Please install one of them"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They removed support for legacy modules.
Thank you |
What kind of change does this PR introduce?
chore
Did you add tests for your changes?
No.
If relevant, did you update the documentation?
No.
Summary
Update
interpret
dependency to v3.Does this PR introduce a breaking change?
https://github.com/gulpjs/interpret/releases/tag/v3.0.0
https://github.com/gulpjs/rechoir/releases/tag/v0.8.0
Other information
No