Skip to content

Conversation

@alexanderpaolini
Copy link
Contributor

Why

Some version mismatches were causing some issues for Dhruv and I.

What

  • Deleted pnpm-lock
  • Reinstalled packages
  • Installed missing packages

Test Plan

pnpm dev builds with 1 issue. See initial commit for more info.

Update package.json and pnpm-lock. Not sure if there are cascading issues. There might be.

Note that `api/src/form.tsx` has a type mismatch error. Not sure why? Me neither.
See prev commit. Not sure why I have to do this. Seems to work...?
@alexanderpaolini alexanderpaolini requested a review from a team as a code owner February 3, 2026 20:46
@@ -1,8 +1,8 @@
import { fileURLToPath } from "url";
import { createJiti } from "jiti";
import createJiti from 'jiti';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to note that I have no idea why this and the next change has to be done.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jiti library likely made createJiti a default export and changed some params, lgtm here

},
"prettier": "@forge/prettier-config"
"prettier": "@forge/prettier-config",
"dependencies": {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably not needed can I have someone test this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how did you come up with this

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnpm i minimatch did that lmfao

error TS2688: Cannot find type definition file for 'minimatch'.
The file is in the program because:
Entry point for implicit type library 'minimatch'

Thats the error we get without it even though we have types installed cause ts is buns

Copy link
Contributor

@DVidal1205 DVidal1205 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks fine. will get u write access eventually so u dont need to pr from fork

Copy link
Contributor

@DVidal1205 DVidal1205 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nothing burger PR

@alexanderpaolini
Copy link
Contributor Author

Build is failing for me. Might want to look into this @DGoel1602

@alexanderpaolini
Copy link
Contributor Author

Dhruv confirms build fails. LBTM

@DGoel1602 DGoel1602 added this pull request to the merge queue Feb 4, 2026
Merged via the queue into KnightHacks:main with commit f0e080a Feb 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants