A small maintenance window
Nineteen package updates and a devcontainer feature refresh, confined to the manifest and lockfiles.
The dependency backlog is a little smaller. Two Dependabot updates bring the application and test packages forward, along with the devcontainer feature that installs the GitHub CLI. The changes fit entirely in the package manifest and the two lockfiles.
The larger update groups 19 packages within their existing major versions. Some move together: Storybook and its integrations, as well as Vitest and its browser and coverage packages. Keeping those versions aligned makes the batch easier to understand than treating every package as an unrelated change.
The boundary of this update#
The distinction between a tool and its installer matters here. The devcontainer change advances the GitHub CLI feature from 1.1.0 to 1.1.1. That version belongs to the installation feature, not to the GitHub CLI binary itself. The lockfile records the new feature version and its matching content digest.
The batch is merged without application-code changes. Its scope is modest: bring the declared dependencies forward and record the resolved versions for the next install. The history does not carry a larger design decision or a measured player-facing improvement, so neither belongs in the account of this work.