Skip to content

Leaner Dependencies #223

Open
Open
@lishaduck

Description

@lishaduck
  • We use (node-)glob, globby, and (as a dependency of globby) fast-glob. We ought to switch to tinyglobby
    • Replace globby with tinyglobby
    • Replace glob with tinnyglobby
  • Apparently e18e has recently been switching projects off of Chalk & co. in favor of PicocolorsAnsis
  • node-fetch-native is much leaner than node-fetch (though we use got, don't we?), and defaults to native fetch in Node 21+
  • We're also using cross-spawn, e18e reccomends tinyexec instead
  • e18e reccomends moving off ora in favor of nanospinner
  • Replace fs-extra #120
  • Use native rm over rimraf
  • Drop uglify-js

Globbing's been been on the todo list for a bit, so figured I'd file an issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions