# Automated Deployment

Published articles for Automated Deployment.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Changesets v3: Bumps Peer Dependents by Patch and Ships ESM Only with an 88% Smaller Install

DevFeed: [Changesets v3: Bumps Peer Dependents by Patch and Ships ESM Only with an 88% Smaller Install](<https://devfeed.tech/articles/changesets-v3-bumps-peer-dependents-by-patch-and-ships-esm-only-with-an-88-smaller-install-57836.md>)

Original publisher: [Read original article](<https://www.infoq.com/news/2026/09/changesets-v3-release/>)

Author: Daniel Curtis

Published: 2026-09-22T06:00:00Z

Content type: news

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [versioning](<https://devfeed.tech/topics/versioning.md>), [Dependency management](<https://devfeed.tech/topics/dependency-management.md>), [monorepo](<https://devfeed.tech/topics/monorepo.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [changelog](<https://devfeed.tech/topics/changelog.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [pnpm](<https://devfeed.tech/topics/pnpm.md>), [npm](<https://devfeed.tech/topics/npm.md>), [Yarn](<https://devfeed.tech/topics/yarn.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [automated-deployment](<https://devfeed.tech/tags/automated-deployment.md>), [changes](<https://devfeed.tech/tags/changes.md>), [changesets-v3-release](<https://devfeed.tech/tags/changesets-v3-release.md>), [cli](<https://devfeed.tech/tags/cli.md>), [dependency](<https://devfeed.tech/tags/dependency.md>), [development](<https://devfeed.tech/tags/development.md>), [esm](<https://devfeed.tech/tags/esm.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [migration](<https://devfeed.tech/tags/migration.md>), [monorepo](<https://devfeed.tech/tags/monorepo.md>), [news](<https://devfeed.tech/tags/news.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [pnpm](<https://devfeed.tech/tags/pnpm.md>), [release](<https://devfeed.tech/tags/release.md>), [v3](<https://devfeed.tech/tags/v3.md>), [versioning](<https://devfeed.tech/tags/versioning.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

InfoQ reports on Changesets v3.0, a major release of the JavaScript monorepo versioning and changelog tool. The release reduces installation size and dependencies, rebuilds the CLI, requires ESM and newer package-manager runtimes, and changes peer-dependency updates so dependents receive patch bumps by default. It also includes migration-related configuration and command changes.

### Source excerpt

Changesets v3.0, released on August 11, 2026, introduces significant updates for JavaScript monorepos. It offers leaner installations, a rebuilt CLI, and changes to peer dependency management that resolve long-standing complaints. Upgrading involves configuration updates. The tool focuses on versioning and changelogs while supporting contributors in declaring release intents. By Daniel Curtis