Skip to content

chore: remove unused ticketing-example test fixture#16734

Merged
ematipico merged 2 commits into
withastro:mainfrom
ocavue-forks:ocavue/remove-simple-stack-form
May 15, 2026
Merged

chore: remove unused ticketing-example test fixture#16734
ematipico merged 2 commits into
withastro:mainfrom
ocavue-forks:ocavue/remove-simple-stack-form

Conversation

@ocavue
Copy link
Copy Markdown
Contributor

@ocavue ocavue commented May 14, 2026

Summary

  • Removes packages/db/test/fixtures/ticketing-example, a demo app that has lived under the db test fixtures since the integration was introduced (Introduce the db integration (prerelease) #10201, Jan 2024) but was never referenced by any .test.ts/.test.js.
  • Drops the deprecated simple-stack-form dependency. This resolves a peer dep warn:

Before:

$ pnpm --version
11.0.9
$ pnpm peers check
Issues with peer dependencies found

✕ unmet peer zod
  Installed: 4.3.6
  Wanted:
    ^3.22.4:
      simple-stack-form@0.1.12

✕ unmet peer @cloudflare/workers-types
  Installed: 4.20260228.0
  Wanted:
    ^4.20260415.1:
      wrangler@4.83.0

After:

$ pnpm --version
11.0.9
$ pnpm peers check
Issues with peer dependencies found

✕ unmet peer @cloudflare/workers-types
  Installed: 4.20260228.0
  Wanted:
    ^4.20260415.1:
      wrangler@4.83.0

Test

CI should pass

Docs

N/A

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 14, 2026

⚠️ No Changeset found

Latest commit: ceb43e7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ocavue ocavue force-pushed the ocavue/remove-simple-stack-form branch from 56aec2d to 3483599 Compare May 14, 2026 13:40
@ocavue ocavue force-pushed the ocavue/remove-simple-stack-form branch from 667c776 to 76c9a94 Compare May 15, 2026 02:10
@ocavue ocavue marked this pull request as ready for review May 15, 2026 07:19
@ematipico ematipico merged commit 1be2583 into withastro:main May 15, 2026
23 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.

2 participants