Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 3, 2025

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/[email protected]

Patch Changes

  • #589 dce88ac Thanks @kingston! - Add Template Renderers plugin for auto-generated simplified template rendering APIs

    This new plugin reduces template rendering boilerplate by 70-80% by automatically generating pre-configured rendering functions. It follows the same architectural pattern as the typed templates system, with a TypeScript-specific renderer function (renderTsTemplateRenderers) that generates generic definitions consumed by the plugin.

    Key Features:

    • Simplified API: Reduces complex renderTemplate/renderTemplateGroup calls to simple renderers.templateName.render() calls
    • Automatic Dependency Resolution: Import map providers and task dependencies are automatically resolved
    • Type Safety: Generated interfaces provide full TypeScript type safety
    • Generic Architecture: Extensible to support future template types (text, raw, etc.)
    • Backward Compatibility: Existing generators continue working unchanged

    Before:

    await builder.apply(
      typescriptFile.renderTemplateGroup({
        group: templates.hooksGroup,
        paths,
        variables: { useCurrentUser: { TPL_USER: userQueryName } },
        importMapProviders: { generatedGraphqlImports, reactErrorImports },
      }),
    );

    After:

    await builder.apply(
      renderers.hooksGroup.render({
        variables: { useCurrentUser: { TPL_USER: userQueryName } },
      }),
    );

    The plugin automatically generates TypeScript interfaces, tasks with resolved dependencies, and exports that integrate seamlessly with the existing generator system.

  • Updated dependencies [f8c9284, f8c9284]:

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

  • #587 b6bc11f Thanks @kingston! - Migrate reference system from ZodRef to transform-based architecture

    • Complete migration from legacy ZodRef system to new transform-based reference processing using marker classes and schema transformations
    • Implement deserializeSchemaWithTransformedReferences for integration testing with real-world usage patterns
    • Replace fixRefDeletions implementation to use new transform system with parseSchemaWithTransformedReferences
    • Add comprehensive test coverage using integration tests with deserializeSchemaWithTransformedReferences instead of manual marker creation
    • Support for complex reference scenarios including nested references, parent-child relationships, and custom name resolvers
    • Rename SET_NULL to SET_UNDEFINED and add array context detection to prevent JSON serialization issues
    • Add omit pattern support to useEnumForm hook for consistency with useModelForm
  • Updated dependencies [f8c9284, f8c9284]:

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

  • #585 def0b7a Thanks @kingston! - Convert all *.page.tsx files to the new Tanstack Router file-based routing system.

  • #587 b6bc11f Thanks @kingston! - Migrate reference system from ZodRef to transform-based architecture

    • Complete migration from legacy ZodRef system to new transform-based reference processing using marker classes and schema transformations
    • Implement deserializeSchemaWithTransformedReferences for integration testing with real-world usage patterns
    • Replace fixRefDeletions implementation to use new transform system with parseSchemaWithTransformedReferences
    • Add comprehensive test coverage using integration tests with deserializeSchemaWithTransformedReferences instead of manual marker creation
    • Support for complex reference scenarios including nested references, parent-child relationships, and custom name resolvers
    • Rename SET_NULL to SET_UNDEFINED and add array context detection to prevent JSON serialization issues
    • Add omit pattern support to useEnumForm hook for consistency with useModelForm
  • Updated dependencies [f8c9284, b6bc11f]:

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

  • #588 c4b14f7 Thanks @kingston! - Add new ESLint rule no-unused-generator-dependencies to identify and autofix unused dependencies in createGeneratorTask definitions.

  • #585 def0b7a Thanks @kingston! - Add rules for tanstack router

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

Patch Changes

@baseplate-dev/[email protected]

@vercel
Copy link

vercel bot commented Jul 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
baseplate-project-builder-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2025 9:19pm

@coderabbitai
Copy link

coderabbitai bot commented Jul 3, 2025

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.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 744e229 to 4bab854 Compare July 4, 2025 21:17
@kingston kingston merged commit e092c91 into main Jul 4, 2025
4 of 6 checks passed
@kingston kingston deleted the changeset-release/main branch July 4, 2025 21:18
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