Skip to content

fix(ci): update globals package before running xtask#158

Merged
Boshen merged 1 commit intomainfrom
fix-auto-update-workflow
Feb 2, 2026
Merged

fix(ci): update globals package before running xtask#158
Boshen merged 1 commit intomainfrom
fix-auto-update-workflow

Conversation

@Boshen
Copy link
Copy Markdown
Member

@Boshen Boshen commented Feb 2, 2026

Summary

  • Fix auto-update workflow to run pnpm update globals before xtask
  • The workflow was respecting the lockfile, so new upstream versions were never fetched
  • Updates globals from 17.0.0 to 17.3.0, adding new browser globals (HTMLGeolocationElement, XRVisibilityMaskChangeEvent) and test globals (throwUnless, throwUnlessAsync)

🤖 Generated with Claude Code

The auto-update workflow was not detecting new globals because it
respected the lockfile. Add `pnpm update globals` step to fetch the
latest version.

Also updates globals from 17.0.0 to 17.3.0, adding new browser globals.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Boshen Boshen merged commit 95b1a2a into main Feb 2, 2026
4 checks passed
@Boshen Boshen deleted the fix-auto-update-workflow branch February 2, 2026 02:58
@Boshen Boshen mentioned this pull request Feb 2, 2026
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