Skip to content

chore: Use catalog: for dev dependencies#2357

Merged
aklinker1 merged 3 commits into
mainfrom
dev-catalog
May 10, 2026
Merged

chore: Use catalog: for dev dependencies#2357
aklinker1 merged 3 commits into
mainfrom
dev-catalog

Conversation

@aklinker1

@aklinker1 aklinker1 commented May 10, 2026

Copy link
Copy Markdown
Member

Overview

I've been changing the dependabot behavior today, wanted to also simplify our dev dependency sharing setup.

I left prod deps out of the catalog because we need to actually change those files when updating prod dependencies for the changelog logic to pick up on changes in each package's directory.

Basically, dev dep changes don't need to be included in the changelog, but prod dep changes do, so we need to actually change the files in the package in that case.

Manual Testing

N/A

Related Issue

N/A

@aklinker1 aklinker1 requested a review from Timeraa as a code owner May 10, 2026 16:25
@netlify

netlify Bot commented May 10, 2026

Copy link
Copy Markdown

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit 33eaec8
🔍 Latest deploy log https://app.netlify.com/projects/creative-fairy-df92c4/deploys/6a00b2b392c2d3000862b1e1
😎 Deploy Preview https://deploy-preview-2357--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.

@github-actions github-actions Bot added pkg/analytics Includes changes to the `packages/analytics` directory pkg/auto-icons Includes changes to the `packages/auto-icons` directory pkg/browser Includes changes to the `packages/browser` directory pkg/i18n Includes changes to the `packages/i18n` directory pkg/is-background pkg/module-react Includes changes to the `packages/module-react` directory pkg/module-solid Includes changes to the `packages/module-solid` directory pkg/module-svelte Includes changes to the `packages/module-svelte` directory pkg/module-vue Includes changes to the `packages/module-vue` directory pkg/runner Includes changes to the `packages/runner` directory pkg/storage Includes changes to the `packages/storage` directory pkg/unocss Includes changes to the `packages/unocss` directory pkg/webextension-polyfill Includes changes to the `packages/webextension-polyfill` directory pkg/wxt Includes changes to the `packages/wxt` directory pkg/wxt-demo Includes changes to the `packages/wxt-demo` directory labels May 10, 2026
@pkg-pr-new

pkg-pr-new Bot commented May 10, 2026

Copy link
Copy Markdown

Open in StackBlitz

@wxt-dev/analytics

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

@wxt-dev/auto-icons

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

@wxt-dev/browser

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

@wxt-dev/i18n

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

@wxt-dev/is-background

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

@wxt-dev/module-react

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

@wxt-dev/module-solid

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

@wxt-dev/module-svelte

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

@wxt-dev/module-vue

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

@wxt-dev/runner

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

@wxt-dev/storage

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

@wxt-dev/unocss

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

@wxt-dev/webextension-polyfill

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

wxt

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

commit: 33eaec8

@codecov

codecov Bot commented May 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.72%. Comparing base (4f86143) to head (33eaec8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2357      +/-   ##
==========================================
- Coverage   79.85%   79.72%   -0.14%     
==========================================
  Files         131      131              
  Lines        3807     3807              
  Branches      861      861              
==========================================
- Hits         3040     3035       -5     
- Misses        683      688       +5     
  Partials       84       84              

☔ 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.

@aklinker1 aklinker1 merged commit 8793385 into main May 10, 2026
19 checks passed
@aklinker1 aklinker1 deleted the dev-catalog branch May 10, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg/analytics Includes changes to the `packages/analytics` directory pkg/auto-icons Includes changes to the `packages/auto-icons` directory pkg/browser Includes changes to the `packages/browser` directory pkg/i18n Includes changes to the `packages/i18n` directory pkg/is-background pkg/module-react Includes changes to the `packages/module-react` directory pkg/module-solid Includes changes to the `packages/module-solid` directory pkg/module-svelte Includes changes to the `packages/module-svelte` directory pkg/module-vue Includes changes to the `packages/module-vue` directory pkg/runner Includes changes to the `packages/runner` directory pkg/storage Includes changes to the `packages/storage` directory pkg/unocss Includes changes to the `packages/unocss` directory pkg/webextension-polyfill Includes changes to the `packages/webextension-polyfill` directory pkg/wxt Includes changes to the `packages/wxt` directory pkg/wxt-demo Includes changes to the `packages/wxt-demo` directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant