chore(docs): bump @sentry/starlight-theme to ^0.5.0#345
Merged
Conversation
0.5.0 fixes font CSS resolution under pnpm strict mode by importing fonts from the theme's own CSS instead of pushing bare specifiers into Starlight's customCss. Co-authored-by: David Cramer <dcramer@users.noreply.github.com>
dcramer
added a commit
that referenced
this pull request
May 21, 2026
<!-- CURSOR_AGENT_PR_BODY_BEGIN --> ## What Stop running the Evals workflow for PRs that only touch `package.json` or `pnpm-lock.yaml`. ## Why #345 (a `@sentry/starlight-theme` bump that only modified the docs lockfile entries) triggered the full evals suite. The lockfile and root `package.json` were listed as eval paths in two places: 1. `on.push.paths` — any merge to `main` touching the lockfile would run evals on push. 2. The `evalPaths` array inside the `should-run` job — any PR touching those files matched and ran evals. ## How Removed `package.json` and `pnpm-lock.yaml` from both lists. Evals now run only when: - `packages/evals/**` changes, - `.github/workflows/evals.yml` changes, - the `run-evals` label is applied to a PR, or - the workflow is manually dispatched. The `pull_request` trigger stays broad (no `paths:` filter) on purpose. GitHub applies path filters to every event type in a trigger block, so adding `paths` there would silently drop `labeled` events on non-eval PRs and break the `run-evals` escape hatch. The `should-run` job is cheap (single script step, no checkout) so the broad trigger costs almost nothing. <!-- CURSOR_AGENT_PR_BODY_END --> [Slack Thread](https://sentry.slack.com/archives/C0ACFA5JBDX/p1779397757902829?thread_ts=1779397757.902829&cid=C0ACFA5JBDX) <div><a href="https://cursor.com/agents/bc-375a4abc-6472-5d15-9491-5ba9fecc1757"><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-375a4abc-6472-5d15-9491-5ba9fecc1757"><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.
Bumps
@sentry/starlight-themefrom^0.4.0to^0.5.0. The 0.5.0 release fixes font CSS resolution under pnpm strict mode (fonts are now imported from the theme's own CSS file instead of bare specifiers incustomCss).Action taken on behalf of David Cramer.
View Session in Sentry