release: bump @microsoft/globe to 4.5.1#118
Merged
Merged
Conversation
Consumes the latest merged changes (dev-dependency updates: vitest 4, rollup, vite, lodash, flatted; and the Vitest 4.x Date mock fix) and regenerates the changelog per the documented beachball release process. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Release PR to publish @microsoft/globe 4.5.1, updating the package version and regenerating changelog artifacts as part of the repo’s beachball-based release process.
Changes:
- Bump
package.jsonversion from4.5.0→4.5.1. - Regenerate
CHANGELOG.mdwith a new 4.5.1 entry. - Regenerate
CHANGELOG.jsonwith a new 4.5.1 entry.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the package version to 4.5.1 for the release. |
| CHANGELOG.md | Adds the 4.5.1 release section and updates the generated timestamp. |
| CHANGELOG.json | Adds the 4.5.1 JSON entry for release notes/metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
LSDima
previously approved these changes
Jul 1, 2026
Populate the commit field in CHANGELOG.json for the 4.5.1 entry per review feedback, replacing the placeholder "not available". Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
LSDima
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release PR bumping
@microsoft/globefrom 4.5.0 → 4.5.1, following the documented Globe release process (create change file →yarn bump→ release PR → pipeline publishes to npm).Changes included since 4.5.0
All changes merged to
mastersince the last release are dev-dependency / build-tooling updates (no runtime source changes), so this is a patch bump:What this PR does
yarn bumppackage.jsonversion →4.5.1CHANGELOG.md/CHANGELOG.jsonOnce merged, the release pipeline detects the version change and publishes to npm via ESRP.