Skip to content

Comments

[#340] Make @forge/utils package#381

Draft
alexanderpaolini wants to merge 19 commits intomainfrom
utils/create-utils-package
Draft

[#340] Make @forge/utils package#381
alexanderpaolini wants to merge 19 commits intomainfrom
utils/create-utils-package

Conversation

@alexanderpaolini
Copy link
Contributor

Why

As discussed in #340, we have a bunch of utils that need to be consolidated into one package.

What

Resolves: #340

We are moving things to this package. Namely:

  • Validators
  • Utility functions (see @forge/api/src/utils.ts)
  • [and more]

Test Plan

TBD

Checklist

TBD

  • Database: No schema changes, OR I have contacted the Development Lead to run db:push before merging
  • Environment Variables: No environment variables changed, OR I have contacted the Development Lead to modify them on Coolify BEFORE merging.

used `pnpm turbo gen`
@alexanderpaolini alexanderpaolini added the Utils Changes to the utils package label Feb 19, 2026
@coderabbitai
Copy link

coderabbitai bot commented Feb 19, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch utils/create-utils-package

Comment @coderabbitai help to get the list of available commands and usage tips.

@alexanderpaolini
Copy link
Contributor Author

@DGoel1602 can you do validators and emails

DGoel1602 and others added 5 commits February 19, 2026 15:24
Made console an eslint error not warn. This forces us to actually choose when to use console, when to use logger, and when to do nothing. We still need to look into actually handling errors on the frontend.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Utils Changes to the utils package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make @forge/utils

2 participants