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(deps): update dependencies and CI configuration files #157

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Kristinita
Copy link

1. Purpose

The version of Stylus in the grunt-contrib-stylus plugin is too old. Using grunt-contrib-stylus, I cannot use Stylus features introduced in the 8 years since version 0.54.0 was released, and I get bugs fixed during this time.

I updated the Stylus dependency and updated everything else along the way.

2. Dependencies

I updated all dependencies and devDependencies in package.json except Chalk. Chalk 5 and higher is pure ESM, 4.1.2 is the latest not pure ESM version.

3. CI

  1. I dropped support of io.js and old Node.js versions. Instead, I added support for the latest version of Node.js at the time of writing this pull request — Node.js 21.
  2. I have added support for the latest CI images at the time of writing this pull request — Jammy 22.04 Travis Ubuntu image and Visual Studio 2022 AppVeyor Windows image

Thanks.

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.

None yet

1 participant