Skip to content

ci: use latest pnpm in validate workflow#2390

Open
suveshmoza wants to merge 1 commit into
wxt-dev:mainfrom
suveshmoza:pnpm-v11-support
Open

ci: use latest pnpm in validate workflow#2390
suveshmoza wants to merge 1 commit into
wxt-dev:mainfrom
suveshmoza:pnpm-v11-support

Conversation

@suveshmoza
Copy link
Copy Markdown
Contributor

Overview

The failing workflow was using v5 of pnpm/action-setup , which does not support PNPM v11.

Support for PNPM v11 was added in pnpm/action-setup@v6 via #2324 , so this updates the workflow to use the newer version and enables using version: latest.

Screenshot 2026-05-21 at 13 06 59

Testing

Verified that the workflow passes successfully with version: latest:

https://github.com/suveshmoza/wxt/actions/runs/26161466789/job/76954150555#step:6:980

Related Issue

This PR closes #2347

@suveshmoza suveshmoza requested a review from aklinker1 as a code owner May 21, 2026 07:46
@netlify
Copy link
Copy Markdown

netlify Bot commented May 21, 2026

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit 173079f
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/6a0eb84eddfe0100088533d8
😎 Deploy Preview https://deploy-preview-2390--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 21, 2026

Open in StackBlitz

@wxt-dev/analytics

npm i https://pkg.pr.new/@wxt-dev/analytics@2390

@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@2390

@wxt-dev/browser

npm i https://pkg.pr.new/@wxt-dev/browser@2390

@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@2390

@wxt-dev/is-background

npm i https://pkg.pr.new/@wxt-dev/is-background@2390

@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@2390

@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@2390

@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@2390

@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@2390

@wxt-dev/runner

npm i https://pkg.pr.new/@wxt-dev/runner@2390

@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@2390

@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@2390

@wxt-dev/webextension-polyfill

npm i https://pkg.pr.new/@wxt-dev/webextension-polyfill@2390

wxt

npm i https://pkg.pr.new/wxt@2390

commit: 173079f

@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.38%. Comparing base (b567f99) to head (173079f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2390      +/-   ##
==========================================
- Coverage   78.41%   78.38%   -0.03%     
==========================================
  Files         133      133              
  Lines        3882     3882              
  Branches      875      875              
==========================================
- Hits         3044     3043       -1     
  Misses        750      750              
- Partials       88       89       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

PNPM 11 Support - Package Manager Tests Failing

1 participant