Pull Request Overview
- Opened on September 11, 2026
- Status Open
- Commit count 1 with first commit September 11, 2026
Total Delta
Open Days
Test Delta
How long has this pull request spent in each phase of its lifecycle?
| Fraction of total time | Business days | Phase |
|---|---|---|
|
|
0.0 days | Authoring 1 commit before pull request opened for review |
|
|
0.0 days | Awaiting first review |
|
|
6.0 days | Revising work with 0 commits in response to 1 review that left 2 comments |
Total time for pull request still awaiting merge (longer than repo's target): 6.0 business days
📦 Bump the all-dependencies group across 1 directory with 7 updates
Bumps the all-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| beachball | 2.65.5 | 2.65.6 |
| metro-runtime | 0.84.5 | 0.84.6 |
| metro-source-map | 0.84.5 | 0.84.6 |
| eslint-plugin-jest | 29.16.1 | 29.16.6 |
| memfs | 4.68.1 | 4.69.1 |
| metro-babel-register | 0.84.5 | 0.84.6 |
| metro-transform-plugins | 0.84.5 | 0.84.6 |
Updates beachball from 2.65.5 to 2.65.6
Changelog
Sourced from beachball's changelog.
2.65.6
Tue, 25 Aug 2026 01:40:36 GMT
Patches
- Allow missing
dependentChangeTypein change files for compatibility with v3 ([email protected])- Fix iterative deepening for detached HEAD ([email protected])
- Omit missing author from changelog md ([email protected])
- Fix skill name in change prompt ([email protected])
Commits
-
50d1d06applying package updates -
9ded5e8[v2] Support v3 change file format (#1403) -
59cdda7Release v2 with ESRP (#1402) -
86bab02[v2] Fix iterative deepening for detached git HEAD (#1398) -
0b02c28v2 build updates (#1382) -
2becf31(v2) Fix skill name in change prompt (#1293) - See full diff in compare view
Attestation changes
This version has no provenance attestation, while the previous version (2.65.5) was attested. Review the package versions before updating.
Updates metro-runtime from 0.84.5 to 0.84.6
Release notes
Sourced from metro-runtime's releases.
v0.84.6
This release is on the
0.84.xbranch
[Types]: Fix async functions being inferrerd as returningvoid(notPromise<void>). (react/metro#1887 by@robhogan)
[Types]: Tidy up generated types, allow nullable props to be omitted in more places. (react/metro#1897 by@robhogan)Full Changelog: https://github.com/facebook/metro/compare/v0.84.5...v0.84.6
Commits
-
118de9f[0.84] Publish 0.84.6 - See full diff in compare view
Updates metro-source-map from 0.84.5 to 0.84.6
Release notes
Sourced from metro-source-map's releases.
v0.84.6
This release is on the
0.84.xbranch
[Types]: Fix async functions being inferrerd as returningvoid(notPromise<void>). (react/metro#1887 by@robhogan)
[Types]: Tidy up generated types, allow nullable props to be omitted in more places. (react/metro#1897 by@robhogan)Full Changelog: https://github.com/facebook/metro/compare/v0.84.5...v0.84.6
Commits
-
118de9f[0.84] Publish 0.84.6 -
135398b[0.84] Clean up types - See full diff in compare view
Updates eslint-plugin-jest from 29.16.1 to 29.16.6
Release notes
Sourced from eslint-plugin-jest's releases.
v29.16.6
29.16.6 (2026-08-30)Bug Fixes
prefer-to-have-been-called: don't crash on matcher without an argument (#2016) (58e487f)
prefer-to-have-length: don't crash onexpectchain without a value (#2014) (3629019)v29.16.5
29.16.5 (2026-08-27)Bug Fixes
v29.16.4
29.16.4 (2026-08-27)Bug Fixes
v29.16.3
29.16.3 (2026-08-27)Bug Fixes
v29.16.2
29.16.2 (2026-08-25)Bug Fixes
Changelog
Sourced from eslint-plugin-jest's changelog.
29.16.6 (2026-08-30)Bug Fixes
prefer-to-have-been-called: don't crash on matcher without an argument (#2016) (58e487f)
prefer-to-have-length: don't crash onexpectchain without a value (#2014) (3629019)
29.16.5 (2026-08-27)Bug Fixes
29.16.4 (2026-08-27)Bug Fixes
29.16.3 (2026-08-27)Bug Fixes
29.16.2 (2026-08-25)Bug Fixes
Commits
-
94076f0chore(release): 29.16.6 [skip ci] -
58e487ffix(prefer-to-have-been-called): don't crash on matcher without an argument (... -
3629019fix(prefer-to-have-length): don't crash onexpectchain without a value (#2... -
197f341refactor(valid-expect): use optional chaining (#2015) -
6e6e9a2chore(deps): update ghcr.io/danger/danger-js docker digest to 6b75ca3 (#2005) -
b1c0328chore(release): 29.16.5 [skip ci] -
d848f70fix(no-export): handle literal property accessors (#2011) -
fc5657crefactor: usereplaceTextin fixers when possible (#2012) -
6156650chore(release): 29.16.4 [skip ci] -
14b559afix(no-export): handle nested assignment chains (#2009) - Additional commits viewable in compare view
Updates memfs from 4.68.1 to 4.69.1
Release notes
Sourced from memfs's releases.
Release v4.69.1
What's Changed
- refactor: 💡 improve dependencies across packages by
@streamichin streamich/memfs#1281Full Changelog: https://github.com/streamich/memfs/compare/v4.69.0...v4.69.1
Release v4.69.0
What's Changed
- feat: 🎸 improve
O_NOFOLLOWflag support by@streamichin streamich/memfs#1280Full Changelog: https://github.com/streamich/memfs/compare/v4.68.2...v4.69.0
Release v4.68.2
What's Changed
- fix: 🐛 align O_APPEND behavior with Linux by
@streamichin streamich/memfs#1279Full Changelog: https://github.com/streamich/memfs/compare/v4.68.1...v4.68.2
Commits
-
e285831chore: release v4.69.1 -
7ce0a06Merge pull request #1281 from streamich/util-deduplication -
1ad4bcbrefactor: 💡 usepathSepimport -
212f98erefactor: 💡 improve dependencies across packages -
b9cf4e9chore: release v4.69.0 -
45f9c51Merge pull request #1280 from streamich/fix-stream-no-follow -
479c1befeat: 🎸 improveO_NOFOLLOWflag support -
aa7df48chore: release v4.68.2 -
c75bed5Merge pull request #1279 from streamich/o_append -
6e63df2fix: 🐛 align O_APPEND behavior with Linux - See full diff in compare view
Updates metro-babel-register from 0.84.5 to 0.84.6
Release notes
Sourced from metro-babel-register's releases.
v0.84.6
This release is on the
0.84.xbranch
[Types]: Fix async functions being inferrerd as returningvoid(notPromise<void>). (react/metro#1887 by@robhogan)
[Types]: Tidy up generated types, allow nullable props to be omitted in more places. (react/metro#1897 by@robhogan)Full Changelog: https://github.com/facebook/metro/compare/v0.84.5...v0.84.6
Commits
-
118de9f[0.84] Publish 0.84.6 - See full diff in compare view
Updates metro-transform-plugins from 0.84.5 to 0.84.6
Release notes
Sourced from metro-transform-plugins's releases.
v0.84.6
This release is on the
0.84.xbranch
[Types]: Fix async functions being inferrerd as returningvoid(notPromise<void>). (react/metro#1887 by@robhogan)
[Types]: Tidy up generated types, allow nullable props to be omitted in more places. (react/metro#1897 by@robhogan)Full Changelog: https://github.com/facebook/metro/compare/v0.84.5...v0.84.6
Commits
-
118de9f[0.84] Publish 0.84.6 - See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
###### Microsoft Reviewers: Open in CodeFlow
Comments Threads Pending Resolution
Copilot wasn't able to review any files in this pull request.
---
💡 Add a `code-review` agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Resolved Comment Threads
No resolved comments have been left on this PR.