Skip to content

feat: Update workspace package manager declarations - #13154

Merged
anthonyshew merged 1 commit into
mainfrom
shew/devengines-workspace-conversion
Jun 29, 2026
Merged

anthonyshew merged 1 commit into
mainfrom
shew/devengines-workspace-conversion

Conversation

@anthonyshew

Copy link
Copy Markdown
Contributor

Why

Workspace conversion should not leave stale top-level packageManager declarations around now that devEngines.packageManager is the preferred declaration. If stale metadata remains, detection precedence can resolve to the old manager after a conversion.

What

Updates @turbo/workspaces create/remove flows to write devEngines.packageManager and clean up package-manager declarations based on the manager they identify.

How

  • Adds shared helpers for writing and removing package-manager declarations.
  • Create paths write devEngines.packageManager and remove stale top-level declarations.
  • Remove paths delete matching top-level and nested declarations while preserving declarations for other managers.
  • Adds coverage for nested declaration output, stale top-level removal, and preservation behavior.

Verified with:

  • pnpm --dir packages/turbo-workspaces test
  • pnpm --dir packages/turbo-workspaces check-types
  • pnpm exec oxlint --deny-warnings ... on touched files

@anthonyshew
anthonyshew requested a review from a team as a code owner June 29, 2026 19:02
@anthonyshew
anthonyshew requested review from tknickman and removed request for a team June 29, 2026 19:02
@vercel

vercel Bot commented Jun 29, 2026 •

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
examples-basic-web Ready Ready Preview, Comment, Open in v0 Jun 29, 2026 7:03pm
examples-designsystem-docs Ready Ready Preview, Comment, Open in v0 Jun 29, 2026 7:03pm
examples-gatsby-web Ready Ready Preview, Comment, Open in v0 Jun 29, 2026 7:03pm
examples-kitchensink-blog Ready Ready Preview, Comment, Open in v0 Jun 29, 2026 7:03pm
examples-nonmonorepo Ready Ready Preview, Comment, Open in v0 Jun 29, 2026 7:03pm
examples-svelte-web Ready Ready Preview, Comment, Open in v0 Jun 29, 2026 7:03pm
examples-tailwind-web Ready Ready Preview, Comment, Open in v0 Jun 29, 2026 7:03pm
examples-vite-web Ready Ready Preview, Comment, Open in v0 Jun 29, 2026 7:03pm
turbo-site Ready Ready Preview, Comment, Open in v0 Jun 29, 2026 7:03pm

@anthonyshew
anthonyshew enabled auto-merge (squash) June 29, 2026 19:04
@anthonyshew
anthonyshew merged commit f878719 into main Jun 29, 2026
42 checks passed
@anthonyshew
anthonyshew deleted the shew/devengines-workspace-conversion branch June 29, 2026 19:10
anthonyshew pushed a commit that referenced this pull request Jun 29, 2026
## Release v2.10.1

> [!CAUTION]
> Versioned docs aliasing FAILED. [View
logs](https://github.com/vercel/turborepo/actions/runs/28399666958)

### Changes

- release(turborepo): 2.10.0 (#13131) (`6939250`)
- docs: Add Turborepo 2.10 release post and update docs (#13096)
(`c07e48f`)
- perf: Avoid normalizing git index path joins (#12944) (`417c28d`)
- chore: Remove tbx package (#13133) (`7bebb26`)
- feat: Migrate TUI virtual terminals from vt100 to Ghostty (#13135)
(`b22d3b4`)
- chore: Add examples maintenance agent (#13136) (`05ac7b5`)
- chore: Remove a few pre-push hooks (#13137) (`5eb24eb`)
- ci: Making sure Zig works in releases (#13138) (`39340f1`)
- release(turborepo): 2.10.1-canary.1 (#13139) (`69a743e`)
- fix: Support Corepack packageManager integrity hashes (#13123)
(`6bf6a67`)
- fix(env): Add XDG_DATA_* to pass-through (#13145) (`0b3b4a6`)
- release(turborepo): 2.10.1-canary.2 (#13147) (`e844c15`)
- feat: Support `devEngines.packageManager` (#12388) (`e48c56c`)
- feat: Support devEngines packageManager in workspaces (#13150)
(`9d94ae5`)
- release(turborepo): 2.10.1-canary.3 (#13149) (`0d32225`)
- feat: Update add package manager codemod (#13151) (`27ca962`)
- feat: Update workspace package manager declarations (#13154)
(`f878719`)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
cursor Bot pushed a commit to colinhacks/turborepo that referenced this pull request Jun 30, 2026
## Why

Workspace conversion should not leave stale top-level `packageManager`
declarations around now that `devEngines.packageManager` is the
preferred declaration. If stale metadata remains, detection precedence
can resolve to the old manager after a conversion.

## What

Updates `@turbo/workspaces` create/remove flows to write
`devEngines.packageManager` and clean up package-manager declarations
based on the manager they identify.

## How

- Adds shared helpers for writing and removing package-manager
declarations.
- Create paths write `devEngines.packageManager` and remove stale
top-level declarations.
- Remove paths delete matching top-level and nested declarations while
preserving declarations for other managers.
- Adds coverage for nested declaration output, stale top-level removal,
and preservation behavior.

Verified with:

- `pnpm --dir packages/turbo-workspaces test`
- `pnpm --dir packages/turbo-workspaces check-types`
- `pnpm exec oxlint --deny-warnings ...` on touched files
anthonyshew pushed a commit that referenced this pull request Jun 30, 2026
## Release v2.10.2-canary.1

> [!CAUTION]
> Versioned docs aliasing FAILED. [View
logs](https://github.com/vercel/turborepo/actions/runs/28455389159)

### Changes

- feat: Support devEngines packageManager in workspaces (#13150)
(`9d94ae5`)
- release(turborepo): 2.10.1-canary.3 (#13149) (`0d32225`)
- feat: Update add package manager codemod (#13151) (`27ca962`)
- feat: Update workspace package manager declarations (#13154)
(`f878719`)
- release(turborepo): 2.10.1 (#13156) (`8c3bbe4`)
- docs: Prefer devEngines packageManager (#13155) (`6598f7c`)
- fix: Install Zig for LSP builds (#13158) (`c1bc71f`)
- ci: Pin macOS Rust builds to macOS 15 (#13167) (`16fe0a4`)
- feat: Recognize nub as a package manager (#13120) (`782b168`)
- fix: Preserve 3-level nested Bun lockfile entries during prune
(#13168) (`799fa5a`)
- fix: Avoid following nested symlinked cache outputs (#13166)
(`502ceaf`)
- feat: Add nub package manager support to JavaScript packages (#13169)
(`53cddc8`)
- fix: Link ghostty-vt statically on Windows MSVC (#13171) (`e950d71`)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

This branch was previously deployed

1 inactive deployment
Preview – turborepo-eve-agent — 8002fa94 Deployed Jun 29, 2026 by vercel[bot]
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.

1 participant