Skip to content

fix(ci): resolve lint and format failures blocking release#235

Merged
garrity-miepub merged 2 commits into
mainfrom
fix/eslint-queuemicrotask-global
May 18, 2026
Merged

fix(ci): resolve lint and format failures blocking release#235
garrity-miepub merged 2 commits into
mainfrom
fix/eslint-queuemicrotask-global

Conversation

@garrity-miepub
Copy link
Copy Markdown
Contributor

queueMicrotask is a standard Web/Node API (available since Node 11 and all modern browsers) but was missing from the ESLint globals config, causing a no-undef error in CommandPalette.test.tsx.

This was blocking CI lint and preventing the Release workflow from publishing new npm versions since the CommandPalette PR was merged.

queueMicrotask is a standard Web/Node API (available since Node 11
and all modern browsers) but was missing from the ESLint globals
config, causing a no-undef error in CommandPalette.test.tsx.

This was blocking CI lint and preventing the Release workflow from
publishing new npm versions since the CommandPalette PR was merged.
Copilot AI review requested due to automatic review settings May 18, 2026 21:28
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds queueMicrotask to the ESLint globals configuration to resolve a no-undef error in CommandPalette.test.tsx that was blocking CI lint and the Release workflow.

Changes:

  • Add queueMicrotask: 'readonly' to the globals list in eslint.config.js.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 18, 2026

Deploying ui with  Cloudflare Pages  Cloudflare Pages

Latest commit: a33764a
Status: ✅  Deploy successful!
Preview URL: https://d9c9153f.ui-6d0.pages.dev
Branch Preview URL: https://fix-eslint-queuemicrotask-gl.ui-6d0.pages.dev

View logs

Pre-existing Prettier violations that were blocking CI format check.
@garrity-miepub garrity-miepub changed the title fix(eslint): add queueMicrotask to globals fix(ci): resolve lint and format failures blocking release May 18, 2026
@garrity-miepub garrity-miepub marked this pull request as ready for review May 18, 2026 21:53
Copilot AI review requested due to automatic review settings May 18, 2026 21:53
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@garrity-miepub garrity-miepub merged commit 9d3ceae into main May 18, 2026
14 checks passed
@garrity-miepub garrity-miepub deleted the fix/eslint-queuemicrotask-global branch May 18, 2026 21:59
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.

2 participants