Skip to content

main <> zollege#32

Merged
robpwatkins merged 10 commits intozollegefrom
main
Mar 4, 2026
Merged

main <> zollege#32
robpwatkins merged 10 commits intozollegefrom
main

Conversation

@robpwatkins
Copy link
Copy Markdown

Description

Related Issue

Changes Made

  • Change 1
  • Change 2
  • ...

Testing Performed

  • Tested feature X in scenario Y.
  • Ran unit tests for component Z.
  • Tested on browsers A, B, and C.
  • ...

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes

robpwatkins and others added 10 commits March 4, 2026 08:10
…xt-field

collpasing Sign Document modal when users click Next Field
v1.19.6 declared dist/index.mjs in its exports but didn't include the
file, causing the build to fail when @hono/vite-dev-server tried to
import it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: update @hono/node-server to fix broken ESM export
The zod-prisma-types generator fails with ENOTEMPTY when trying to
delete stale files during Docker builds. Cleaning the generated
directory first prevents this race condition.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: clean generated directory before prisma generate
v7.66.1 was missing dist/index.d.ts causing tsc to fail during build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: update react-hook-form to fix missing type declarations
The zod-prisma-types generator reads process.cwd()/package.json and
only checks the dependencies field. Having @prisma/client in
devDependencies caused prisma generate to fail during build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: move @prisma/client from devDependencies to dependencies
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 4, 2026

Hey There! and thank you for opening this pull request! 📝👋🏼

We require pull request titles to follow the Conventional Commits Spec and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "main <> zollege". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@robpwatkins robpwatkins merged commit 21dae72 into zollege Mar 4, 2026
3 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants