Skip to content

chore: Version Packages#729

Merged
kingston merged 1 commit into
mainfrom
changeset-release/main
Jan 7, 2026
Merged

chore: Version Packages#729
kingston merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Dec 31, 2025

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

@baseplate-dev/react-generators@0.5.0

Minor Changes

  • #730 397018b Thanks @kingston! - Migrate GraphQL codegen from graphql-codegen to gql.tada
    • Replace separate .gql files and generated graphql.tsx with inline graphql() template literals
    • Add gql.tada TypeScript plugin for automatic type generation via graphql-env.d.ts
    • Add @graphql-eslint/eslint-plugin with naming convention rules for operations and fragments
    • Colocate fragments with their consuming components using ComponentName_field naming pattern
    • Use readFragment() and FragmentOf<> for proper fragment masking
    • Extract shared queries to dedicated queries.ts files to avoid circular imports

Patch Changes

@baseplate-dev/core-generators@0.5.0

Patch Changes

  • #732 fbabdec Thanks @kingston! - Remove root: 'src/' from vitest.config.ts

  • #735 9b31726 Thanks @kingston! - Support ES2023 in Vite tsconfig generators and re-enable replaceAll ESLint rule for React apps

  • #731 97bd14e Thanks @kingston! - Add support for library packages in addition to apps

    • Add packages array to ProjectDefinition schema with node-library type
    • Add packagesFolder to MonorepoSettings (default: "packages")
    • Create node-library generator with tsc build configuration
    • Add library package compiler for code generation
    • Update workspace patterns to include packages/* folder
    • Add UI for creating and managing library packages in the Apps section
  • #733 2d5abd5 Thanks @kingston! - Upgrade pnpm to 10.27.0 and add blockExoticSubdeps: true to generated pnpm-workspace.yaml

  • #734 8bfc742 Thanks @kingston! - Upgrade vitest to 4.0.16

    • vitest: 3.2.4 → 4.0.16
    • @vitest/eslint-plugin: 1.3.4 → 1.6.5

    Breaking changes addressed:

    • Updated UserConfig type to ViteUserConfig in vitest config files
    • Fixed mock type annotations for vitest 4.0 compatibility
  • Updated dependencies [c7d373e, 8bfc742]:

    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/create-project@0.5.0

Patch Changes

  • #734 8bfc742 Thanks @kingston! - Upgrade vitest to 4.0.16

    • vitest: 3.2.4 → 4.0.16
    • @vitest/eslint-plugin: 1.3.4 → 1.6.5

    Breaking changes addressed:

    • Updated UserConfig type to ViteUserConfig in vitest config files
    • Fixed mock type annotations for vitest 4.0 compatibility
  • Updated dependencies [97bd14e, c7d373e, 397018b, 8bfc742]:

    • @baseplate-dev/project-builder-lib@0.5.0
    • @baseplate-dev/project-builder-server@0.5.0
    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/project-builder-cli@0.5.0
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/fastify-generators@0.5.0

Patch Changes

  • #732 fbabdec Thanks @kingston! - Remove root: 'src/' from vitest.config.ts

  • #736 d09175d Thanks @kingston! - Move scripts directory from scripts/ to src/scripts/ for fastify-generated projects, allowing TypeScript files to compile alongside the rest of the app and use @src/ imports

  • Updated dependencies [fbabdec, 9b31726, 97bd14e, c7d373e, 2d5abd5, 8bfc742]:

    • @baseplate-dev/core-generators@0.5.0
    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/project-builder-cli@0.5.0

Patch Changes

  • #730 397018b Thanks @kingston! - Add sync-file command for incrementally applying generated files

    • New CLI command: pnpm baseplate sync-file <project> <app> <files...>
    • New MCP action: sync-file for programmatic access
    • Allows applying specific generated files without performing a full sync
    • Writes matching files to both working directory and generated folder
    • Useful for incrementally fixing generators one file at a time
  • Updated dependencies [97bd14e, 397018b]:

    • @baseplate-dev/project-builder-lib@0.5.0
    • @baseplate-dev/project-builder-server@0.5.0
    • @baseplate-dev/project-builder-web@0.5.0
    • @baseplate-dev/project-builder-common@0.5.0
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/project-builder-common@0.5.0

Patch Changes

  • Updated dependencies [97bd14e, c7d373e, 397018b, 397018b, 8bfc742]:
    • @baseplate-dev/project-builder-lib@0.5.0
    • @baseplate-dev/project-builder-server@0.5.0
    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/plugin-auth@4.0.0
    • @baseplate-dev/plugin-queue@2.0.0
    • @baseplate-dev/plugin-storage@4.0.0

@baseplate-dev/project-builder-lib@0.5.0

Patch Changes

  • #731 97bd14e Thanks @kingston! - Add support for library packages in addition to apps

    • Add packages array to ProjectDefinition schema with node-library type
    • Add packagesFolder to MonorepoSettings (default: "packages")
    • Create node-library generator with tsc build configuration
    • Add library package compiler for code generation
    • Update workspace patterns to include packages/* folder
    • Add UI for creating and managing library packages in the Apps section
  • Updated dependencies [c7d373e, 8bfc742]:

    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/ui-components@0.5.0
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/project-builder-server@0.5.0

Patch Changes

  • #731 97bd14e Thanks @kingston! - Add support for library packages in addition to apps

    • Add packages array to ProjectDefinition schema with node-library type
    • Add packagesFolder to MonorepoSettings (default: "packages")
    • Create node-library generator with tsc build configuration
    • Add library package compiler for code generation
    • Update workspace patterns to include packages/* folder
    • Add UI for creating and managing library packages in the Apps section
  • #730 397018b Thanks @kingston! - Add sync-file command for incrementally applying generated files

    • New CLI command: pnpm baseplate sync-file <project> <app> <files...>
    • New MCP action: sync-file for programmatic access
    • Allows applying specific generated files without performing a full sync
    • Writes matching files to both working directory and generated folder
    • Useful for incrementally fixing generators one file at a time
  • Updated dependencies [fbabdec, 397018b, 9b31726, 97bd14e, d09175d, c7d373e, 2d5abd5, 8bfc742]:

    • @baseplate-dev/fastify-generators@0.5.0
    • @baseplate-dev/core-generators@0.5.0
    • @baseplate-dev/react-generators@0.5.0
    • @baseplate-dev/project-builder-lib@0.5.0
    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/project-builder-web@0.5.0

Patch Changes

  • #731 97bd14e Thanks @kingston! - Add support for library packages in addition to apps

    • Add packages array to ProjectDefinition schema with node-library type
    • Add packagesFolder to MonorepoSettings (default: "packages")
    • Create node-library generator with tsc build configuration
    • Add library package compiler for code generation
    • Update workspace patterns to include packages/* folder
    • Add UI for creating and managing library packages in the Apps section
  • Updated dependencies [97bd14e]:

    • @baseplate-dev/project-builder-lib@0.5.0
    • @baseplate-dev/ui-components@0.5.0
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/sync@0.5.0

Patch Changes

  • #728 c7d373e Thanks @kingston! - Add automatic cleanup of orphaned templates during extraction. When a generated file is manually deleted but its metadata still exists in .templates-info.json, the extraction process now automatically detects this and cleans up the orphaned template entry from extractor.json, the template source file, and the metadata file.

  • #734 8bfc742 Thanks @kingston! - Upgrade vitest to 4.0.16

    • vitest: 3.2.4 → 4.0.16
    • @vitest/eslint-plugin: 1.3.4 → 1.6.5

    Breaking changes addressed:

    • Updated UserConfig type to ViteUserConfig in vitest config files
    • Fixed mock type annotations for vitest 4.0 compatibility
  • Updated dependencies []:

    • @baseplate-dev/utils@0.5.0

@baseplate-dev/tools@0.5.0

Patch Changes

  • #735 9b31726 Thanks @kingston! - Support ES2023 in Vite tsconfig generators and re-enable replaceAll ESLint rule for React apps

  • #734 8bfc742 Thanks @kingston! - Upgrade vitest to 4.0.16

    • vitest: 3.2.4 → 4.0.16
    • @vitest/eslint-plugin: 1.3.4 → 1.6.5

    Breaking changes addressed:

    • Updated UserConfig type to ViteUserConfig in vitest config files
    • Fixed mock type annotations for vitest 4.0 compatibility

@baseplate-dev/ui-components@0.5.0

Patch Changes

  • Updated dependencies []:
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/plugin-auth@4.0.0

Patch Changes

  • #730 397018b Thanks @kingston! - Add support for viewer query type to get current user

  • Updated dependencies [fbabdec, 397018b, 9b31726, 97bd14e, d09175d, c7d373e, 2d5abd5, 8bfc742]:

    • @baseplate-dev/fastify-generators@0.5.0
    • @baseplate-dev/core-generators@0.5.0
    • @baseplate-dev/react-generators@0.5.0
    • @baseplate-dev/project-builder-lib@0.5.0
    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/ui-components@0.5.0
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/plugin-queue@2.0.0

Patch Changes

  • Updated dependencies [fbabdec, 9b31726, 97bd14e, d09175d, c7d373e, 2d5abd5, 8bfc742]:
    • @baseplate-dev/fastify-generators@0.5.0
    • @baseplate-dev/core-generators@0.5.0
    • @baseplate-dev/project-builder-lib@0.5.0
    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/ui-components@0.5.0

@baseplate-dev/plugin-storage@4.0.0

Patch Changes

  • Updated dependencies [fbabdec, 397018b, 9b31726, 97bd14e, d09175d, c7d373e, 2d5abd5, 8bfc742]:
    • @baseplate-dev/fastify-generators@0.5.0
    • @baseplate-dev/core-generators@0.5.0
    • @baseplate-dev/react-generators@0.5.0
    • @baseplate-dev/project-builder-lib@0.5.0
    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/ui-components@0.5.0
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/utils@0.5.0

@baseplate-dev/code-morph@0.5.0

Patch Changes

  • Updated dependencies []:
    • @baseplate-dev/utils@0.5.0

@baseplate-dev/project-builder-test@0.5.0

Patch Changes

  • Updated dependencies [97bd14e, c7d373e, 397018b, 8bfc742]:
    • @baseplate-dev/project-builder-lib@0.5.0
    • @baseplate-dev/project-builder-server@0.5.0
    • @baseplate-dev/project-builder-web@0.5.0
    • @baseplate-dev/sync@0.5.0
    • @baseplate-dev/project-builder-common@0.5.0
    • @baseplate-dev/utils@0.5.0

@vercel

vercel Bot commented Dec 31, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
baseplate-project-builder-web Ready Ready Preview, Comment Jan 7, 2026 8:44am

@coderabbitai

coderabbitai Bot commented Dec 31, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4ae09ae to ef966c4 Compare January 7, 2026 08:43
@kingston kingston merged commit d735a68 into main Jan 7, 2026
6 checks passed
@kingston kingston deleted the changeset-release/main branch January 7, 2026 10: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