Skip to content

chore: add racetrack to the changesets ignore list - #3007

Merged
christianhg merged 1 commit into
mainfrom
changeset-ignore-racetrack
Jul 22, 2026
Merged

chore: add racetrack to the changesets ignore list#3007
christianhg merged 1 commit into
mainfrom
changeset-ignore-racetrack

Conversation

@christianhg

Copy link
Copy Markdown
Member

Renovate PRs that touch racetrack's dependencies currently get a generated changeset with a racetrack patch entry (#3005 is the live example), so changeset version bumps a private app that is never published. The changeset workflow filters generated entries through the ignore list in .changeset/config.json, and the other private apps (docs, playground) are already there; racetrack just never got added.

Once this merges, ticking the rebase checkbox on #3005 makes the workflow regenerate its changeset without the racetrack entry. Nothing depends on racetrack, so ignoring it has no dependent-package implications.

The renovate changeset workflow generates changesets for every
workspace package affected by a dependency bump, filtered by the
`ignore` list in `.changeset/config.json`. The private apps `docs`
and `playground` are already ignored, but `racetrack` never was, so
renovate PRs touching its dependencies (e.g. #3005) emit a `racetrack`
patch entry and `changeset version` bumps a private app that is never
published. Ignoring it makes generated changesets skip it like the
other apps.
@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
portable-text-editor-documentation Ready Ready Preview, Comment Jul 22, 2026 7:18pm
portable-text-example-basic Ready Ready Preview, Comment Jul 22, 2026 7:18pm
portable-text-playground Ready Ready Preview, Comment Jul 22, 2026 7:18pm

Request Review

@changeset-bot

changeset-bot Bot commented Jul 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0f3ea05

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 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

📦 Bundle Stats — @portabletext/editor

Compared against main (5ddcc5b4)

@portabletext/editor

Metric Value vs main (5ddcc5b)
Internal (raw) 807.4 KB -
Internal (gzip) 155.1 KB -
Bundled (raw) 1.42 MB -
Bundled (gzip) 319.4 KB -
Import time 96ms -2ms, -1.8%

@portabletext/editor/behaviors

Metric Value vs main (5ddcc5b)
Internal (raw) 467 B -
Internal (gzip) 207 B -
Bundled (raw) 424 B -
Bundled (gzip) 171 B -
Import time 2ms -0ms, -1.3%

@portabletext/editor/plugins

Metric Value vs main (5ddcc5b)
Internal (raw) 2.7 KB -
Internal (gzip) 894 B -
Bundled (raw) 2.5 KB -
Bundled (gzip) 827 B -
Import time 7ms +0ms, +0.8%

@portabletext/editor/selectors

Metric Value vs main (5ddcc5b)
Internal (raw) 82.7 KB -
Internal (gzip) 15.4 KB -
Bundled (raw) 78.4 KB -
Bundled (gzip) 14.3 KB -
Import time 8ms -0ms, -0.3%

@portabletext/editor/traversal

Metric Value vs main (5ddcc5b)
Internal (raw) 28.1 KB -
Internal (gzip) 5.6 KB -
Bundled (raw) 28.1 KB -
Bundled (gzip) 5.5 KB -
Import time 6ms -0ms, -0.5%

@portabletext/editor/utils

Metric Value vs main (5ddcc5b)
Internal (raw) 30.6 KB -
Internal (gzip) 6.4 KB -
Bundled (raw) 28.2 KB -
Bundled (gzip) 6.1 KB -
Import time 6ms -0ms, -1.8%

🗺️ . · ./behaviors · ./plugins · ./selectors · ./traversal · ./utils · Artifacts

Details
  • Import time regressions over 10% are flagged with ⚠️
  • Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.

📦 Bundle Stats — @portabletext/markdown

Compared against main (5ddcc5b4)

Metric Value vs main (5ddcc5b)
Internal (raw) 53.8 KB -
Internal (gzip) 9.8 KB -
Bundled (raw) 348.9 KB -
Bundled (gzip) 96.3 KB -
Import time 38ms -3ms, -6.3%

🗺️ View treemap · Artifacts

Details
  • Import time regressions over 10% are flagged with ⚠️
  • Sizes shown as raw / gzip 🗜️. Internal bytes = own code only. Total bytes = with all dependencies. Import time = Node.js cold-start median.

@christianhg
christianhg marked this pull request as ready for review July 22, 2026 19:29
@christianhg
christianhg merged commit bec5ff0 into main Jul 22, 2026
17 checks passed
@christianhg
christianhg deleted the changeset-ignore-racetrack branch July 22, 2026 19:30
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.

1 participant