Skip to content

Make dev-test project 1: Move existing dev-test -> dev-test/general #10836

Merged
eddeee888 merged 1 commit into
masterfrom
prepare-dev-test-project
May 17, 2026
Merged

Make dev-test project 1: Move existing dev-test -> dev-test/general #10836
eddeee888 merged 1 commit into
masterfrom
prepare-dev-test-project

Conversation

@eddeee888
Copy link
Copy Markdown
Collaborator

@eddeee888 eddeee888 commented May 17, 2026

Description

dev-test is currently part of the root project. This means it's leaking its devDeps into the root project package.json.
This is not ideal because it's inconsistent with examples/ and can be confusing to new contributors.

The goal: Make dev-test extensible and easy to filter to run commands

The plan:

  • Make existing dev-test its own project, called dev-test-general
  • Move dev-test-apollo-tooling project to dev-test/apollo-tooling
  • For new dev-test projects, create them under dev-test/new-project

We can use pnpm workspace filtering to run commands:

pnpm --filter=dev-test* generate // generate all things
pnpm --filter=dev-test-apollo-tooling generate // generate only dev-test-apollo-tooling

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 17, 2026

⚠️ No Changeset found

Latest commit: b031392

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

@github-actions
Copy link
Copy Markdown
Contributor

💻 Website Preview

The latest changes are available as preview in: https://pr-10836.graphql-code-generator.pages.dev

@eddeee888 eddeee888 merged commit 03deb39 into master May 17, 2026
19 checks passed
@eddeee888 eddeee888 deleted the prepare-dev-test-project branch May 17, 2026 08:15
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.

1 participant