Sync dev → main - #1845
Open
arkenv-bot[bot] wants to merge 2 commits into
Open
Conversation
## 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>
|
<!-- 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> <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> </div> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is automatically maintained by the Sync PR workflow.
It tracks all commits on
devthat have not yet been merged intomain, keeping the two branches in sync after every push todev.🌍 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.