Skip to content

[pull] master from microsoft:master#448

Merged
pull[bot] merged 4 commits into
code:masterfrom
microsoft:master
May 12, 2026
Merged

[pull] master from microsoft:master#448
pull[bot] merged 4 commits into
code:masterfrom
microsoft:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 12, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

radium-v and others added 4 commits May 12, 2026 10:11
…36184)

## Previous Behavior

The `@microsoft/fast-element` dependency was pinned to version `2.0.0` across multiple packages, and the dependency hierarchy had several issues:

- `packages/web-components/package.json` listed `@microsoft/fast-element` and `@microsoft/focusgroup-polyfill` as `devDependencies` despite already declaring them as `peerDependencies`, duplicating the hoisted entries unnecessarily.
- `packages/charts/chart-web-components/package.json` had a redundant `devDependencies` entry for `@microsoft/fast-element` pinned to `2.0.0`, and its `peerDependencies` range included the pre-release syntax `^2.0.0-beta.26 || ^2.0.0`.
- `apps/vr-tests-web-components/package.json` pinned `@microsoft/fast-element` to exactly `2.0.0`.
- The root `package.json` did not hoist `@microsoft/fast-element`, so the resolved version in `yarn.lock` was stuck at `2.0.0`.

## New Behavior

- Removed the redundant `devDependencies` entries for `@microsoft/fast-element` and `@microsoft/focusgroup-polyfill` from `packages/web-components/package.json` since they are already declared as `peerDependencies` and satisfied by the root.
- Removed the redundant `devDependencies` entry for `@microsoft/fast-element` from `packages/charts/chart-web-components/package.json`.
- Simplified the `peerDependencies` range in `chart-web-components` to `^2.0.0` (dropping the unnecessary beta range).
- Changed `apps/vr-tests-web-components` to use `^2.0.0` instead of the exact pin.
- Added `@microsoft/fast-element` at version `2.10.4` to the root `devDependencies` so it is hoisted and all workspace packages resolve to the same up-to-date version.
- `yarn.lock` now resolves `@microsoft/fast-element` to `2.10.4`.
@pull pull Bot locked and limited conversation to collaborators May 12, 2026
@pull pull Bot added the ⤵️ pull label May 12, 2026
@pull pull Bot merged commit 28238eb into code:master May 12, 2026
8 checks passed
@pull pull Bot had a problem deploying to github-pages May 13, 2026 04:21 Failure
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants