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

Bump dependencies #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Bump dependencies #93

wants to merge 1 commit into from

Conversation

jdanil
Copy link

@jdanil jdanil commented Dec 22, 2021

  • move chalk from devDependencies to dependencies
  • upgrade dependencies and devDependencies to latest versions
  • drop support for node 12
  • fix import/extensions issues
  • fix unicorn/prevent-abbreviations issues

chalk is used as a dependency, but was declared as a devDependency. This was causing issues when using yarn's plug'n'play node linker as lighthouse-ci was attempting to import a package it had not declared.

Node 12 was removed as a supported version as support for it was dropped in lighthouse 9. I thought that this would normally be a major version update, but I saw that lighthouse-ci dropped support for node 10 in a minor version too (1.13.0).

chalk, meow, ora, and xo have not been upgraded to more recent versions in the scope of this PR as they are now all ESM only.

- move chalk from devDependencies to dependencies
- drop support for node 12
- fix import/extensions issues
- fix unicorn/prevent-abbreviations issues
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.

1 participant