Skip to content

Bump dependencies, formatting - #32

Merged
k0d13 merged 1 commit into
mainfrom
deps-2
Jul 17, 2026
Merged

Bump dependencies, formatting#32
k0d13 merged 1 commit into
mainfrom
deps-2

Conversation

@k0d13

@k0d13 k0d13 commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Chores

    • Updated example applications and website tooling for improved compatibility and maintainability.
    • Refreshed generated runtime and environment type definitions for Cloudflare-based examples.
    • Improved locale message type declarations across example applications.
    • Updated formatting, build, and workspace configuration.
    • Refined generated route type handling in the Next.js example.
  • Bug Fixes

    • Improved handling of generated locale and worker declaration files.
    • Preserved JSX parsing and renderer behaviour while clarifying related implementation checks.

@changeset-bot

changeset-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 81ca3ad

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

@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
saykit Ready Ready Preview, Comment Jul 17, 2026 6:13pm

@github-actions github-actions Bot added dependencies Updates or changes related to project dependencies examples Updates or additions to example apps tests Modifications, additions, or fixes related to testing package: react Related to @saykit/react package: config Related to @saykit/config and the CLI package: babel-plugin Related to babel-plugin-saykit package: unplugin Related to unplugin-saykit website Updates to the documentation website package: transform-js Related to @saykit/transform-js package: transform-jsx Related to @saykit/transform-jsx labels Jul 17, 2026
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2e9cba92-622c-4386-abd0-bf3aa85b5a8b

📥 Commits

Reviewing files that changed from the base of the PR and between 691959e and 81ca3ad.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (25)
  • .oxfmtrc.json
  • examples/carbon/.gitignore
  • examples/carbon/package.json
  • examples/carbon/src/entry.ts
  • examples/carbon/src/locales/en.po.d.ts
  • examples/carbon/src/locales/fr.po.d.ts
  • examples/carbon/worker-configuration.d.ts
  • examples/nextjs/next-env.d.ts
  • examples/nextjs/package.json
  • examples/nextjs/src/locales/en.po.d.ts
  • examples/nextjs/src/locales/fr.po.d.ts
  • examples/tanstack-start/package.json
  • examples/tanstack-start/src/locales/en.po.d.ts
  • examples/tanstack-start/src/locales/fr.po.d.ts
  • package.json
  • packages/config/package.json
  • packages/integration-react/package.json
  • packages/integration-react/src/components/renderer.test.ts
  • packages/plugin-babel/package.json
  • packages/plugin-unplugin/package.json
  • packages/transform-js/package.json
  • packages/transform-jsx/package.json
  • packages/transform-jsx/src/parser.ts
  • pnpm-workspace.yaml
  • website/package.json
💤 Files with no reviewable changes (1)
  • examples/carbon/src/entry.ts

Walkthrough

The PR adds generated Cloudflare Worker typings and locale declarations, updates example type references, refreshes workspace and package tooling versions, permits selected builds, and reformats two existing code paths without changing their behavior.

Changes

Repository-wide updates

Layer / File(s) Summary
Carbon Worker declarations and locale contracts
examples/carbon/...
Carbon removes the Workers types package import, adds typed locale exports, updates ignore rules, and adds Wrangler-generated Worker and Cloudflare binding declarations.
Example locale and route type contracts
examples/nextjs/..., examples/tanstack-start/...
Next.js and TanStack examples add typed locale default exports; Next.js updates its generated route declaration import and dependency versions.
Workspace dependency and build configuration
package.json, packages/..., pnpm-workspace.yaml, website/package.json
Dependency versions, runtime dependency placement, package-manager settings, the prepare script, allowed build packages, and website tooling are updated.
Formatter and source formatting consistency
.oxfmtrc.json, packages/integration-react/src/components/renderer.test.ts, packages/transform-jsx/src/parser.ts
Formatter ignore patterns are extended, while two existing conditional paths are reformatted without logic changes.

Estimated code review effort: 4 (Complex) | ~45 minutes

Possibly related PRs

  • k0d13/saykit#21: Overlaps with the dependency, workspace, and root script updates.

Poem

A bunny hops through types anew,
With locale strings in every queue.
Wrangler drafts a cloudbound chart,
While packages get a fresher start.
“Neat!” cries Bun, and wiggles his nose.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 50.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main changes: dependency version bumps plus formatter-related config updates.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps-2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@k0d13
k0d13 merged commit acafefb into main Jul 17, 2026
9 of 10 checks passed
@k0d13
k0d13 deleted the deps-2 branch July 17, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates or changes related to project dependencies examples Updates or additions to example apps package: babel-plugin Related to babel-plugin-saykit package: config Related to @saykit/config and the CLI package: react Related to @saykit/react package: transform-js Related to @saykit/transform-js package: transform-jsx Related to @saykit/transform-jsx package: unplugin Related to unplugin-saykit tests Modifications, additions, or fixes related to testing website Updates to the documentation website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant