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

Deprecated dependency on version 7.4.4 of @babel/polyfill #1

Open
amimas opened this issue Jun 12, 2019 · 0 comments
Open

Deprecated dependency on version 7.4.4 of @babel/polyfill #1

amimas opened this issue Jun 12, 2019 · 0 comments

Comments

@amimas
Copy link

amimas commented Jun 12, 2019

Hello,

I'm running this rule on a fresh setup and got the following warning about a deprecated dependency.

yarn install v1.13.0
warning package.json: No license field
warning No license field
[1/4] Resolving packages...
warning textlint-rule-no-dead-relative-link > @babel/polyfill@7.4.4: 🚨 As of Babel 7.4.0, this
package has been deprecated in favor of directly
including core-js/stable (to polyfill ECMAScript
features) and regenerator-runtime/runtime
(needed to use transpiled generator functions):

  > import "core-js/stable";
  > import "regenerator-runtime/runtime";
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "markdown-spellcheck > sinon-as-promised@4.0.3" has unmet peer dependency "sinon@1".
[4/4] Building fresh packages...
success Saved lockfile.
Done in 22.19s.
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

No branches or pull requests

1 participant