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

fix(deps): Pin colors to 1.3.3 #745

Merged

Conversation

evaporei
Copy link
Contributor

@evaporei evaporei commented Jan 10, 2022

Fixes: #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

> [email protected] 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.

@jamonholmgren jamonholmgren merged commit c33f24f into infinitered:master Jan 19, 2022
infinitered-circleci pushed a commit that referenced this pull request Jan 21, 2022
# [5.0.0](v4.7.1...v5.0.0) (2022-01-21)

### Bug Fixes

* **deps:** Pin colors to 1.3.3 ([#745](#745) by [@otaviopace](https://github.com/otaviopace)) ([c33f24f](c33f24f)), closes [#744](#744)
* **deps:** Updates cli-table, cosmiconfig, ejs, execa, and fs-jetpack ([#741](#741) by [@jamonholmgren](https://github.com/jamonholmgren)) ([ee9d84a](ee9d84a))

### Features

* **boilerplate:** New CLI template includes eslint and better Windows support ([#734](#734) by [@fabien0102](https://github.com/fabien0102)) ([627bcb8](627bcb8))

### BREAKING CHANGES

* **deps:** Updates cli-table, cosmiconfig, ejs, execa, and fs-jetpack major (breaking) versions

* Also updates other dependencies to minor or patch versions
@infinitered-circleci
Copy link

🎉 This PR is included in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to import build module from gluegun
4 participants