Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ultra-runner

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ultra-runner - npm Package Versions

1235

2.2.0

Diff

Changelog

Source

2.2.0 (2020-03-13)

Features

  • ✨ added new node process monitoring feature (c36ca83)

Other

  • ♻️ moved hideCursor code to terminal (9d201bf)
  • ♻️ moved onProcessExit to its own file (daf786a)
  • 👷 :del: yarn cache (23b501f)
  • 👷 don't run full build in CI (1939805)
  • 📚️ added --monitor (8a1b63f)
  • 🚨 fixed issue with runner test and rollup (1227509)
  • 🚨 lowered code coverage (ba16c52)
  • deps: update all non-major dependencies (#28) (c6084a9)
  • deps: update dependency eslint-plugin-unicorn to v17 (#31) (4f4818c)
  • 📚️ added missing info on output zooming (36bb8e9)
flemaitr
published 2.1.2 •

Changelog

Source

2.1.2 (2020-03-05)

flemaitr
published 2.1.0 •

Changelog

Source

2.1.0 (2020-03-05)

Features

  • ✨ expose ultra-runner as a module as well, including type definitions (9bb6076)

Other

  • deps: 🔗 update (a7b748e)
  • deps: 🔗 yarn.lock (8a4f33a)
  • deps: pin dependencies (2d55797)
  • deps: update node.js to v13.10.1 (#26) (f2fe227)
  • merge: 🔧 Merge branch 'master' of github.com:folke/ultra-runner (7b6e9e4)
  • ♻️ don't use Object.fromEntries (a829863)
  • 📚️ added todo (5237479)
  • 🚨 🐛 issue with parallel running of jest tests (785a389)
flemaitr
published 2.0.1 •

Changelog

Source

2.0.1 (2020-03-04)

Bug Fixes

  • 🐛 properly clear down and reset cursor to [0,0] on terminal resize (c3addab)

Other

  • ♻️ use yamljs and json5 instead of yaml and comment-json. smaller deps (b6d3994)
flemaitr
published 2.0.0 •

Changelog

Source

2.0.0 (2020-03-04)

⚠ BREAKING CHANGES

  • 💥 ♻️ new command line options

Features

  • ✨ added --build, --concurrency, --debug and --root to cli (0c277ef)
  • ✨ added --list to show available scripts (6f9224a)
  • ✨ added initial support for rush workspaces (a771ec6)
  • ✨ added support for lerna, yarn and pnpm workspaces (f2b387d)
  • ✨ automatically scroll spinner output (79a9dcd)
  • ✨ builds are skipped when no files were changed (86c9966)
  • ✨ imply build when using --build. Same for --rebuild (931ef32)
  • ✨ moved to yargs for cli, instead of commander (cc2356a)
  • ✨ optimized ansi terminal rendering (1e65903)
  • ✨ package filtering for --recursive (4422d7c)
  • ✨ show detected workspaces and package manager in --info (6902c19)
  • ✨ use fast-glob to find packages (c35da68)
  • ✨ you can now use "rebuild" which will trigger a forced build (abde0e3)

Bug Fixes

  • 🐛 don't stat .ultra.cache.json files and ignore top level directories (5799c63)
  • 🐛 max resize listeners when running tests (6044beb)
  • 🐛 properly kill child processes when exiting (099f879)
  • 🐛 removed circular dependency (57e162c)

Other

  • 📚️ fixed linter errors (e17ddc8)
  • 📚️ updated for new release (9afaa8b)
  • deps: 🔗 ➖ some deps (31cd246)
  • deps: update node.js to v13.10.0 (#24) (68b3333)
  • ♻️ added Workspace class for managing packages in monorepo (3f122c8)
  • ♻️ command output formatter to its own file (01cd3d3)
  • ♻️ filtering is now part of Workspace (fa8b41b)
  • ♻️ refactored multiple classes (083f567)
  • ♻️ use HASH_FILE constant for ignoring ultra cache files (fbfa5b7)
  • ⚡️ dynamically import fast-glob (51d01bb)
  • ⚡️ dynamically load yaml and comment-json (d443d61)
  • ⚡️ get package from root instead of loading it through workspaces (a22ab34)
  • ⚡️ get rid of cli-spinners, cli-cursor, and cursor-restore (18d5424)
  • ⚡️ no need to pipe stuff through through2 (d469e69)
  • ⚡️ only load yargs for more complex args (cb6f204)
  • 💥 ♻️ new command line options (e1a81ac)
  • 🚨 fixed tests for Win32 (f1cf7e1)
  • 🚨 fixed tests for Win32 (a9a6799)
  • deps: 🔗 update (b7dc359)
  • deps: pin dependency @types/yargs to 15.0.4 (#23) (00f28df)
  • 🚨 added more tests for code coverage (ca06588)
  • 🚨 added workspace test data (1510390)
  • 🚨 don't trigger --build during runner tests (c4a2db3)
  • 🚨 fix filtering for Windows paths (815234e)
  • 🚨 fix for Windows tests (ed005a7)
  • 🚨 fixed tests for Win32 (8813609)
  • 🚨 fixed tests for Win32 (39e1394)
  • 🚨 fixed tests for Win32 (f1e0c5e)
  • 🚨 set jest threshold to 75 for now (2af5ff4)
  • 🚨 updated jest tests (084ef92)
  • 🚨 updated tests (23fd06b)
  • deps: 🔗 update (4770196)
  • deps: 🔗 updates (43223f5)
  • deps: pin dependencies (#19) (a395059)
  • deps: pin dependencies (#21) (0716672)
  • deps: update all non-major dependencies (#20) (5212d4e)
  • 🚨 fixed tests for Windows (71612b4)
  • 🚨 set coverage treshold to 85 (630ce18)
  • 🚨 updated tests (ff9e055)
  • deps: pin dependencies (#16) (c2766be)
  • deps: update dependency eslint-plugin-jest to v23.8.1 (#18) (8b3d44d)
  • deps: update node.js to v13.9.0 (#17) (2d740b0)
flemaitr
published 1.1.0 •

Changelog

Source

1.1.0 (2020-01-27)

Features

  • ✨ added --cwd (a365cd2)
  • ✨ added support for bins higher up in monorepo (80c9257)

Bug Fixes

  • 🐛 endless loop on Windows when getting local bins (17d250c)
  • 🐛 getBin for win32 (5a0227e)
  • 🐛 resolve on win32 (ef7e564)

Other

  • 🔧 unused import (6297155)
  • deps: 🔗 package upgrade (1d3def7)
  • deps: 🔗 package upgrade merge (8a48387)
  • deps: add renovate.json (0cd77a6)
  • deps: pin dependencies (#3) (6f883f1)
  • deps: pin dependency husky to 4.2.1 (#6) (2ba8227)
  • deps: update all non-major dependencies (#9) (0723fd8)
  • deps: update dependency devmoji to v2.1.1 (#7) (a3f365d)
  • deps: update dependency devmoji to v2.1.3 (#8) (f24a351)
  • deps: update node.js to v13.7.0 (ef93093)
  • github: 👷 prepare semantic-release (15cae83)
  • github: 👷 use node 12.x LTS version (0cca149)
  • renovate: 👷 better renovate config (9a58214)
  • 👷 added env.CI to top level build (e165b75)
  • 👷 added support for [skip ci] (080c23f)
  • 📚️ removed travis badge (860aab8)
  • 🚨 fixed tests for Windows (8111d8d)
  • added matrix for build (16ba5e2)
  • added renovate badge (e6d272e)
  • fixed coveralls parallel (9a5951d)
  • updated build.yml [skip ci] (7cee0b3)
  • updated jest coverage stats (ec7e632)
flemaitr
published 1.0.8 •

Changelog

Source

1.0.8 (2020-01-24)

Other

  • ♻️ main should be lib/cli.js (e640cb1)
  • 👷 added Github build action (5b6bd03)
  • 👷 fixed Github build action (efd50e7)
  • 📚 added Github CI badge (56aa598)
  • 📚️ migrate travis-ci.org to .com [skip ci] (48095bb)
  • 🚨 code coverage to 100% 💯 💥 (713c633)
flemaitr
published 1.0.7 •

Changelog

Source

1.0.7 (2020-01-23)

flemaitr
published 1.0.6 •

Changelog

Source

1.0.6 (2020-01-23)

Other

  • 📚️ fixed links on badges (62e18ad)
flemaitr
published 1.0.5 •

Changelog

Source

1.0.5 (2020-01-23)

Bug Fixes

  • 🐛 force hard wrapping on long lines (ea88b58)

Other

  • 📚️ added badges (f32cba4)
  • 🚨 added a bunch of tests (b35827c)
  • eslint: 🎨 added additional eslint rules (a3a44c5)
  • added Apache 2.0 license (d6ce07a)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc