infinitered / gluegun

A delightful toolkit for building TypeScript-powered command-line apps.
MIT License
2.93k stars 147 forks source link

fix(deps): Pin colors to 1.3.3 #745

Closed evaporei closed 2 years ago

evaporei commented 2 years ago

Fixes: https://github.com/infinitered/gluegun/issues/744

By the way I've ran the tests locally and they passed. I guess here they failed because I'm not a contributor, and CI doesn't run for security reasons (so non-contributors can't manipulate env vars).

otaviopace@Otavios-MacBook-Pro ~/gluegun (fix/pin-colors-dependency)> npm test

> gluegun@4.7.1 test /Users/otaviopace/gluegun
> jest

 PASS  src/toolbox/string-tools.test.ts
 PASS  src/loaders/module-loader.test.ts
✔ What shoes are you wearing? · Other

✔ What shoes are you wearing? · Other
✔ Are you sure? (y/N) · true
✔ What are your favorite colors? · red, yellow

✔ What are your favorite colors? · red, yellow

✔ What are your favorite colors? · red, yellow

✔ What are your favorite colors? · red, yellow
✔ What is your favorite team? · Trail Blazers

✔ What is your favorite team? · Trail Blazers
✔ Enter a fake password · *******
 PASS  src/core-extensions/prompt-extension.test.ts (5.169s)
✔ What is your middle name? · Alexander
✔ State? · Washington

✔ State? · Washington

✔ State? · Washington

✔ State? · Washington

✔ State? · Washington
✔ Is default Yes? (Y/n) · true
 PASS  src/cli/commands/new.test.ts (5.196s)
 PASS  src/core-extensions/patching-extension.test.ts (5.499s)
 PASS  src/loaders/plugin-loader.test.ts (5.52s)
 PASS  src/toolbox/package-manager.test.ts
 PASS  src/loaders/command-loader.test.ts
 PASS  src/toolbox/meta-tools.test.ts
 PASS  src/runtime/runtime-parameters.test.ts (7.736s)
 PASS  src/runtime/runtime-run-good.test.ts
 PASS  src/index.test.ts
 PASS  src/core-extensions/template-extension.test.ts
 PASS  src/toolbox/print-tools.test.ts
 PASS  src/core-extensions/system-extension.test.ts
 PASS  src/loaders/extension-loader.test.ts
 PASS  src/toolbox/filesystem-tools.test.ts
 PASS  src/core-extensions/print-extension.test.ts
 PASS  src/core-extensions/http-extension.test.ts
 PASS  src/runtime/runtime-plugins.test.ts
 PASS  src/domain/builder.test.ts
 PASS  src/core-extensions/filesystem-extension.test.ts
 PASS  src/runtime/runtime-src.test.ts
 PASS  src/runtime/runtime-config.test.ts
 PASS  src/runtime/runtime-extensions.test.ts
 PASS  src/toolbox/system-tools.test.ts
 PASS  src/runtime/runtime-plugin.test.ts
 PASS  src/domain/command.test.ts
 PASS  src/core-extensions/meta-extension.test.ts
 PASS  src/domain/plugin.test.ts
 PASS  src/runtime/runtime-run-bad.test.ts
 PASS  src/core-extensions/strings-extension.test.ts
 PASS  src/domain/toolbox.test.ts

Test Suites: 33 passed, 33 total
Tests:       189 passed, 189 total
Snapshots:   1 passed, 1 total
Time:        9.755s
Ran all test suites.
infinitered-circleci commented 2 years ago

:tada: This PR is included in version 5.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: