Move to tinyrainbow for colors#47
Open
devintrivir wants to merge 6 commits into
Open
Conversation
devintrivir
marked this pull request as draft
January 9, 2026 19:37
devintrivir
force-pushed
the
feature/new-colors
branch
2 times, most recently
from
January 9, 2026 19:58
4ab3a27 to
ae72c7e
Compare
devintrivir
force-pushed
the
feature/new-colors
branch
2 times, most recently
from
March 6, 2026 20:24
b6325e3 to
184fbbd
Compare
devintrivir
marked this pull request as ready for review
March 6, 2026 20:31
devintrivir
force-pushed
the
feature/new-colors
branch
4 times, most recently
from
March 27, 2026 21:19
5ec907f to
4797b4d
Compare
phalestrivir
approved these changes
Mar 31, 2026
phalestrivir
left a comment
There was a problem hiding this comment.
Looks good. Make sure to rebase before submitting against Rockcarver. Also, after rebasing, verify that no one added any new colors using the old format, since that's a possibility now that we have the new help menu changes, and make sure to update the test snapshots again.
devintrivir
force-pushed
the
feature/new-colors
branch
3 times, most recently
from
July 21, 2026 18:29
cab6b69 to
c433ea4
Compare
Comment on lines
+65
to
+130
| "../frodo-lib": { | ||
| "name": "@rockcarver/frodo-lib", | ||
| "version": "4.1.0", | ||
| "dev": true, | ||
| "license": "MIT", | ||
| "devDependencies": { | ||
| "@ianvs/prettier-plugin-sort-imports": "^4.7.0", | ||
| "@jest/globals": "^30.2.0", | ||
| "@pollyjs/adapter-node-http": "^6.0.5", | ||
| "@pollyjs/core": "^6.0.5", | ||
| "@pollyjs/persister-fs": "^6.0.5", | ||
| "@types/esprima": "^4.0.3", | ||
| "@types/fs-extra": "^11.0.1", | ||
| "@types/jest": "^30.0.0", | ||
| "@types/lodash": "^4.14.189", | ||
| "@types/mock-fs": "^4.13.1", | ||
| "@types/node": "^25.3.0", | ||
| "@types/node-forge": "^1.3.11", | ||
| "@types/properties-reader": "^2.1.1", | ||
| "@types/uuid": "^10.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.56.0", | ||
| "@typescript-eslint/parser": "^8.56.0", | ||
| "agentkeepalive": "^4.2.1", | ||
| "axios": "^1.13.4", | ||
| "axios-mock-adapter": "^2.1.0", | ||
| "axios-retry": "^4.4.0", | ||
| "copyfiles": "^2.4.1", | ||
| "del": "^8.0.0", | ||
| "eslint": "^9.39.2", | ||
| "eslint-config-prettier": "^10.1.1", | ||
| "eslint-plugin-import": "^2.28.0", | ||
| "eslint-plugin-jest": "^29.12.1", | ||
| "eslint-plugin-prettier": "^5.0.0", | ||
| "eslint-plugin-simple-import-sort": "^12.1.0", | ||
| "esprima": "^4.0.1", | ||
| "fs-extra": "^11.1.1", | ||
| "jest": "^30.2.0", | ||
| "jest-jasmine2": "^30.2.0", | ||
| "jwk-to-pem": "^2.0.7", | ||
| "loglevel": "^1.9.1", | ||
| "map-stream": "^0.0.7", | ||
| "mock-fs": "^5.2.0", | ||
| "node-forge": "^1.3.1", | ||
| "node-jose": "^2.2.0", | ||
| "prettier": "^3.2.5", | ||
| "properties-reader": "^3.0.1", | ||
| "proxy-agent": "^6.5.0", | ||
| "qs": "^6.10.3", | ||
| "replaceall": "^0.1.6", | ||
| "rimraf": "^6.0.1", | ||
| "setup-polly-jest": "^0.11.0", | ||
| "slugify": "^1.6.5", | ||
| "sshpk": "^1.18.0", | ||
| "tinyrainbow": "^3.0.3", | ||
| "ts-jest": "^29.1.2", | ||
| "tsup": "^8.0.2", | ||
| "typedoc": "^0.28.16", | ||
| "typedoc-plugin-missing-exports": "^4.1.2", | ||
| "typescript": "5.8", | ||
| "uuid": "^13.0.0", | ||
| "winston": "^3.19.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=20" | ||
| } | ||
| }, |
There was a problem hiding this comment.
This shouldn't be in package-lock
devintrivir
force-pushed
the
feature/new-colors
branch
2 times, most recently
from
July 21, 2026 18:48
e25c6ff to
c8e92ed
Compare
devintrivir
force-pushed
the
feature/new-colors
branch
from
July 22, 2026 16:08
c8e92ed to
a70f48c
Compare
* feat: Add config-manager pull iga-workflows command * fix wording in cli file. update and add tests. add comment to ops file. simplify ops file code. * feat: add config-manager pull iga workflows * fix: update frodo-lib dependency to version 4.1.1 * bugfix: Update tests to pass with new library fix to workflow exports * fix: update frodo-lib dependency to version 4.1.2 --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com> Co-authored-by: Preston Hales <phales@trivir.com>
* feat: Add config-manager push restart command * chore: Update @rockcarver/frodo-lib to version 4.1.2 in package.json and package-lock.json * feat: Add config-manager pull iga-workflows command (rockcarver#645) * feat: Add config-manager pull iga-workflows command * fix wording in cli file. update and add tests. add comment to ops file. simplify ops file code. * feat: add config-manager pull iga workflows * fix: update frodo-lib dependency to version 4.1.1 * bugfix: Update tests to pass with new library fix to workflow exports * fix: update frodo-lib dependency to version 4.1.2 --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com> Co-authored-by: Preston Hales <phales@trivir.com> * Updated changelog and version for release v4.2.1-0 --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com> Co-authored-by: Preston Hales <phales@trivir.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.