Skip to content

fix(ci): allow Rstest 0.12.0 install - #257

Merged
ScriptedAlchemy merged 2 commits into
masterfrom
fix/rstest-release-age
Sep 18, 2026
Merged

ScriptedAlchemy merged 2 commits into
masterfrom
fix/rstest-release-age

Conversation

@ScriptedAlchemy

@ScriptedAlchemy ScriptedAlchemy commented Sep 18, 2026

Copy link
Copy Markdown
Owner

Why

PR #256 updated both Rstest packages to 0.12.0. Pnpm rejected those fresh releases during CI dependency installation.

The first two macOS runs then exposed a pre-existing alias mismatch in the relocated state-path assertion. macOS reports the canonical /private/var path for a target created below /var.

Scope

  • Exclude the two pinned Rstest 0.12.0 packages from the release-age check.
  • Compare the relocated state path with its canonical filesystem path.

Verification

  • pnpm install --frozen-lockfile passed.
  • pnpm rstest tests/unit/platform/state-paths.test.ts passed with 22 tests.
  • pnpm run check passed.

@changeset-bot

changeset-bot Bot commented Sep 18, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 39a8559

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

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@ScriptedAlchemy
ScriptedAlchemy merged commit e97107c into master Sep 18, 2026
3 checks passed
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