Skip to content

Version Packages#175

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented May 17, 2026

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

litzjs@0.8.0

Minor Changes

  • f06d380: Add app-level custom data serializers for data(...) result transport across route loaders, route actions, resources, and batched loader responses.
  • 549e6de: Remove the unused LitzRouteRule type from the litzjs/vite public API so the 1.0 type surface does not imply unsupported route rule behavior.

Patch Changes

  • 7fca99d: Coalesce intent link prefetches and abort in-flight data prefetches when intent ends.
  • 104531b: Preserve dynamic API route params for base-prefixed requests in the Vite dev middleware.
  • c80adb8: Restore Vite dev middleware parity with production server context and internal request validation.
  • 4d8c252: Fail manifest discovery when routes, resources, or API routes define duplicate paths, including the files involved in the diagnostic.
  • 945918a: Derive Vite route, resource, and API manifests from explicit defineApp(...) registration so registered modules work outside route folders and unregistered files are not enrolled by placement.
  • 955c8f5: Add HEAD fallback for API GET handlers and include Allow headers on method-not-allowed responses.
  • 661696f: Parse .jsx route-like modules as JSX during client and server projection.
  • bd3eeb3: Return safe 400 fault responses for malformed internal JSON bodies and request metadata headers.
  • 07d1ffd: Support namespace imports when discovering route, layout, resource, and API route definitions.
  • f55d2a8: Improve README open-source onboarding with package badges, a concise project description, a minimal Hello World app, contribution guidance, and a license link.
  • c7dda74: Avoid rerunning successful sibling route loaders when a batched loader request partially fails.
  • 7f14666: Replace the stale project plan with focused implementation documentation covering discovery, server handlers, RSC view responses, Vite build behavior, and deployment/runtime details.
  • 7d90c18: Require the publish workflow to pass Playwright e2e coverage before creating a release PR or publishing.
  • ae24178: Keep README mountApp examples aligned with explicit app registration.
  • 58099f7: Apply the configured client base URL to resource action redirects.
  • 10cd563: Revalidate resource loader data after successful resource actions when submit options or action response headers request it.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 387ddde to b199f7f Compare May 17, 2026 08:49
@greptile-apps

greptile-apps Bot commented May 17, 2026

Copy link
Copy Markdown

Greptile Summary

Standard Changesets "Version Packages" PR that bumps litzjs from 0.7.0 to 0.8.0 and records all consumed changesets in the changelog. No application logic is modified.

  • package.json version field updated from 0.7.00.8.0, driven by two minor changes (custom data serializers, LitzRouteRule type removal).
  • CHANGELOG.md gains a new 0.8.0 section listing two minor and fourteen patch changes; entries match the deleted .changeset/*.md files exactly.
  • All 18 individual changeset markdown files are deleted, which is the expected Changesets workflow behaviour after consumption.

Confidence Score: 5/5

Safe to merge — all changes are auto-generated release bookkeeping with no modifications to application code.

The PR only deletes consumed changeset files, prepends a new changelog entry, and increments the version string. Every changelog entry maps 1-to-1 to a deleted changeset file, and the minor bump aligns with the two minor-tagged changesets. Nothing here can introduce a runtime defect.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md New 0.8.0 entry prepended with two minor changes and fourteen patch changes, all matching the consumed changeset files.
package.json Version bumped from 0.7.0 to 0.8.0, consistent with the two minor changes recorded in the changeset files.

Reviews (19): Last reviewed commit: "Version Packages" | Re-trigger Greptile

@github-actions github-actions Bot force-pushed the changeset-release/main branch 17 times, most recently from cfe770a to 4c43688 Compare May 20, 2026 06:42
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4c43688 to b194f9d Compare May 20, 2026 06:49
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