FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
pcu v1.1.10 released — fix for --target option in pnpm catalog updates
How-ToWeb Development

pcu v1.1.10 released — fix for --target option in pnpm catalog updates

via Dev.to JavaScript涼風羽月18h ago

Managing dependencies in a pnpm workspace with a shared catalog can be tricky — and keeping that catalog up to date is even trickier. That's exactly why we built pcu (pnpm-catalog-updates). What is pcu? pcu is a CLI tool inspired by npm-check-updates , but purpose-built for pnpm workspace catalog dependencies defined in pnpm-workspace.yaml . npm install -g pcu # Check for outdated catalog deps pcu check # Interactively update pcu -i What's new in v1.1.10? This patch release fixes a critical bug: the --target option was not working correctly when filtering catalog entries for update. Before (broken): pcu update --target minor # Would update ALL entries regardless of target After (fixed): pcu update --target minor # Correctly filters to minor-compatible updates only This was reported in issue #81 — thanks to everyone who flagged it! Key features 🔍 Catalog-aware : Reads and updates catalog: entries in pnpm-workspace.yaml 🎨 Interactive mode : Pick which deps to update with a beautiful TUI

Continue reading on Dev.to JavaScript

Opens in a new tab

Read Full Article
4 views

Related Articles

"Did You Mean…?" Building Fuzzy Suggestions using Postgres
How-To

"Did You Mean…?" Building Fuzzy Suggestions using Postgres

Medium Programming • 15h ago

How-To

Building a Quake PC

Lobsters • 16h ago

7 Simple Coding Tricks That Instantly Improved My Logic
How-To

7 Simple Coding Tricks That Instantly Improved My Logic

Medium Programming • 17h ago

RAG Showdown: Why Telling Your Agent Less Gets You More
How-To

RAG Showdown: Why Telling Your Agent Less Gets You More

Dev.to • 19h ago

The 2026 FBA Ads Playbook: How to Beat Fee Hikes with Dynamic Bidding
How-To

The 2026 FBA Ads Playbook: How to Beat Fee Hikes with Dynamic Bidding

Hackernoon • 20h ago

Discover More Articles