Skip to content

Sync devmain - #1845

Open
arkenv-bot[bot] wants to merge 2 commits into
mainfrom
dev
Open

Sync devmain#1845
arkenv-bot[bot] wants to merge 2 commits into
mainfrom
dev

Conversation

@arkenv-bot

@arkenv-bot arkenv-bot Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

This PR is automatically maintained by the Sync PR workflow.

It tracks all commits on dev that have not yet been merged into main, keeping the two branches in sync after every push to dev.

🌍 Preview the latest dev documentation: https://arkenv-dev.vercel.app

Note

This PR is opened and managed by arkenv-bot. It is skipped by Pullfrog and other bot-aware workflows.

## Summary

Disable Renovate updates for the sync-generated example apps so it stops
creating lockfile-only PRs from standalone example projects.

## Why

These `examples/*` projects are standalone npm apps whose lockfiles are
not part of the primary workspace update flow. Allowing Renovate to
manage them causes noisy PR churn like dependency bumps that do not
affect the actual monorepo packages.

## Changes

- Added a Renovate `packageRules` block to disable updates for
sync-generated example directories.
- Kept hand-maintained examples (`examples/with-zod`,
`examples/with-valibot`) eligible for the workspace group as before.

## Validation

- Parsed the Renovate config successfully as JSONC.
- Verified the branch is pushed to GitHub and ready for review.

---------

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
@arkenv-bot arkenv-bot Bot added the maintenance Routine tasks, tooling, and syncs label Sep 11, 2026
@changeset-bot

changeset-bot Bot commented Sep 11, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: dd1ba3f

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 github-actions Bot added the github actions Pull requests that update GitHub Actions code label Sep 11, 2026
<!-- CURSOR_AGENT_PR_BODY_BEGIN -->
## Description

Restores examples sync after the `@arkenv/nextjs` `0.1.6` version bump
from Version Packages (#1841).

`pnpm sync:examples` updated:
- `examples/with-nextjs` and `examples/with-nextjs-strict`
`package.json` (`@arkenv/nextjs`: `^0.1.5` → `^0.1.6`)
- matching `package-lock.json` files for those examples

This fixes the failing `check-sync` job on the Sync `dev` → `main`
workflow.

Verified: `pnpm sync:examples:check` exits 0.

## Type of Change

- [x] Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] My code follows the code style of this project (double quotes,
tabs, no parameter reassignment).
- [x] I have written sentence-case imperative commits / PR title (e.g.
`Add support for custom error messages` - no `feat:`, no trailing
period, capitalized).
- [ ] I have added tests to cover my changes.
- [x] All new and existing tests passed.
- [ ] I have created a changeset using `pnpm changeset` (if this affects
a published package).

### For v0 (dev) PRs:
- [ ] **Forward-Porting**: (For maintainers) Has this change been
manually forward-ported to the `v1` branch?

No changeset needed — examples-only sync, no published package source
changes.


[sync-examples-check.log](https://cursor.com/agents/bc-6f754894-713f-40f5-b64d-41ff62cc6b6c/artifacts?path=%2Fopt%2Fcursor%2Fartifacts%2Fsync-examples-check.log)


<sub>To show artifacts inline, <a
href="https://cursor.com/dashboard/cloud-agents#my-pull-requests">enable</a>
in settings.</sub>
<!-- CURSOR_AGENT_PR_BODY_END -->

<div><a
href="https://cursor.com/agents/bc-6f754894-713f-40f5-b64d-41ff62cc6b6c?cursor_ref=pr_footer&cursor_cta=open_in_web"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-web-light.png"><img
alt="Open in Web" width="114" height="28"
src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a>&nbsp;<a
href="https://cursor.com/background-agent?bcId=bc-6f754894-713f-40f5-b64d-41ff62cc6b6c&cursor_ref=pr_footer&cursor_cta=open_in_cursor"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img
alt="Open in Cursor" width="131" height="28"
src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;</div>

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
@github-actions github-actions Bot added the example Issues or Pull Requests concerning at least one ArkEnv example. (Found in the `examples/` directory) label Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

example Issues or Pull Requests concerning at least one ArkEnv example. (Found in the `examples/` directory) github actions Pull requests that update GitHub Actions code maintenance Routine tasks, tooling, and syncs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant