Skip to content

Version Packages - #321

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#321
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

prisma-erd-generator@3.2.2

Patch Changes

  • eb3a23f: Fix a test-harness race that intermittently failed CI

    Every vitest worker wrote its temporary Prisma schemas under one shared tmp/vitest directory and deleted that whole tree in its own process.on('exit') handler. The first worker to finish therefore removed the schemas out from under the workers still running, which surfaced as:

    Could not load --schema from provided path ...: file or directory not found

    It is timing-dependent, so it showed up as a single red cell in the matrix rather than a reproducible failure. Adding a fourth Prisma version to the matrix made runs longer and the overlap more likely.

    Each worker now owns tmp/vitest/w<pid>, and the shared tmp/vitest and prisma/debug directories are cleaned once from the global setup's teardown, after every worker has finished. Test harness only — no change to the published package.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 3805c71 to f76ce25 Compare September 3, 2026 15:30
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.

0 participants