Commit 2b008f4
authored
chore(deps): update npm dependencies lock update only (#31)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.19.1` →
`22.19.7`](https://renovatebot.com/diffs/npm/@types%2fnode/22.19.1/22.19.7)
|

|

|
| [beachball](https://microsoft.github.io/beachball/)
([source](https://redirect.github.com/microsoft/beachball)) | [`2.58.0`
→ `2.63.0`](https://renovatebot.com/diffs/npm/beachball/2.58.0/2.63.0) |

|

|
| [playwright](https://playwright.dev)
([source](https://redirect.github.com/microsoft/playwright)) | [`1.57.0`
→ `1.58.1`](https://renovatebot.com/diffs/npm/playwright/1.57.0/1.58.1)
|

|

|
---
### Release Notes
<details>
<summary>microsoft/beachball (beachball)</summary>
###
[`v2.63.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2630)
[Compare
Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.62.0...beachball_v2.63.0)
Fri, 23 Jan 2026 05:19:48 GMT
##### Minor changes
- Remove most calculated/default info from `PackageInfo` to reduce the
memory footprint. This includes removing `combinedOptions` (see
[#​1131](https://redirect.github.com/microsoft/beachball/pull/1131)
for details). (<elcraig@microsoft.com>)
- Revert to using npm CLI for fetching package info due to vulnerability
in older `npm-registry-fetch`'s old `tar` dependency (updating would
require a major change to bump beachball's minimum Node version)
(<elcraig@microsoft.com>)
##### Patches
- Use `import type` internally (<elcraig@microsoft.com>)
- Update republish error detection for newer npm
(<elcraig@microsoft.com>)
- Simplify internal handling of determining in-scope packages
(<elcraig@microsoft.com>)
- When determining which packages to tag in git, reuse the logic for
determining which packages should be published (don't tag packages with
no change type or out of scope) (<elcraig@microsoft.com>)
###
[`v2.62.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2620)
[Compare
Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.61.0...beachball_v2.62.0)
Wed, 07 Jan 2026 01:55:03 GMT
##### Minor changes
- Share calculated info between validation and main commands. This
should significantly improve performance in large repos.
([#​1119](https://redirect.github.com/microsoft/beachball/pull/1119),
<elcraig@microsoft.com>)
##### Patches
- Add validation of package names in callHook. Update internal handling
of dependent modified packages (behavior is the same).
([#​1127](https://redirect.github.com/microsoft/beachball/pull/1127),
<elcraig@microsoft.com>)
- Ensure packages that aren't being bumped (and aren't new) aren't
published
([#​1126](https://redirect.github.com/microsoft/beachball/pull/1126),
<elcraig@microsoft.com>)
- Improve validation when bumping semver
([#​1122](https://redirect.github.com/microsoft/beachball/pull/1122),
<elcraig@microsoft.com>)
- Skip adding changelog entries for packages without a calculated change
type
([#​1124](https://redirect.github.com/microsoft/beachball/pull/1124),
<elcraig@microsoft.com>)
- Improve approach and error handling for getting changed packages
([#​1120](https://redirect.github.com/microsoft/beachball/pull/1120),
<elcraig@microsoft.com>)
- Improve pre-publish logging (especially with packToPath), and
internally consolidate bump logic
([#​1121](https://redirect.github.com/microsoft/beachball/pull/1121),
<elcraig@microsoft.com>)
- Support catalog versions
([#​1128](https://redirect.github.com/microsoft/beachball/pull/1128),
<elcraig@microsoft.com>)
###
[`v2.61.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2610)
[Compare
Source](https://redirect.github.com/microsoft/beachball/compare/beachball_v2.60.1...beachball_v2.61.0)
Wed, 17 Dec 2025 00:58:29 GMT
##### Minor changes
- Skip git operations when determining changed packages with --all or
--package (and improve logging of changed packages). Internally use a
Set everywhere for the scoped packages list, and add an `allInScope`
property to short circuit if there's no scope.
([#​1117](https://redirect.github.com/microsoft/beachball/pull/1117),
<elcraig@microsoft.com>)
- Fetch package info directly from the registry, not with npm CLI. This
should be a significant performance improvement when publishing or
syncing many packages. The default `npmReadConcurrency` has been
increased to 10 since this is a lighter-weight operation.
([#​1114](https://redirect.github.com/microsoft/beachball/pull/1114),
<elcraig@microsoft.com>)
##### Patches
- Properly handle bumping more types of semver ranges
([#​1110](https://redirect.github.com/microsoft/beachball/pull/1110),
<elcraig@microsoft.com>)
- Share bump info between validate and actual commands. This should be a
significant performance improvement in large repos.
([#​1115](https://redirect.github.com/microsoft/beachball/pull/1115),
<elcraig@microsoft.com>)
- Move git validation earlier in CLI flow
([#​1117](https://redirect.github.com/microsoft/beachball/pull/1117),
<elcraig@microsoft.com>)
- Remove fs-extra usage
([#​1107](https://redirect.github.com/microsoft/beachball/pull/1107),
<elcraig@microsoft.com>)
- Clarify some of the bumping logic
([#​1101](https://redirect.github.com/microsoft/beachball/pull/1101),
<elcraig@microsoft.com>)
- Minor changes for lint rules
([#​1106](https://redirect.github.com/microsoft/beachball/pull/1106),
<elcraig@microsoft.com>)
###
[`v2.60.1`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2601)
[Compare
Source](https://redirect.github.com/microsoft/beachball/compare/fd1c5bd17c0516af49354b04cdaf1c609648767e...beachball_v2.60.1)
Thu, 04 Dec 2025 00:34:39 GMT
##### Patches
- Fix double bump issue
([#​1102](https://redirect.github.com/microsoft/beachball/pull/1102),
<elcraig@microsoft.com>)
###
[`v2.60.0`](https://redirect.github.com/microsoft/beachball/blob/HEAD/CHANGELOG.md#2600)
[Compare
Source](https://redirect.github.com/microsoft/beachball/compare/3d9fd4a121e7b564d9b92342f244b3c916026050...fd1c5bd17c0516af49354b04cdaf1c609648767e)
Wed, 03 Dec 2025 23:57:28 GMT
##### Minor changes
- Improve formatting of lists in CLI output. If you're parsing
`beachball check` or `beachball publish` output for some reason, this
could be a breaking change.
([#​1089](https://redirect.github.com/microsoft/beachball/pull/1089),
<elcraig@microsoft.com>)
- Validate that there are no private packages among `peerDependencies`
or `optionalDependencies` of published packages (not just
`dependencies`). There's a slight chance this could be a breaking
change.
([#​1089](https://redirect.github.com/microsoft/beachball/pull/1089),
<elcraig@microsoft.com>)
##### Patches
- Update semver call signature
([#​1077](https://redirect.github.com/microsoft/beachball/pull/1077),
<elcraig@microsoft.com>)
- Move internal cloneObject helper
([#​1088](https://redirect.github.com/microsoft/beachball/pull/1088),
<elcraig@microsoft.com>)
- Allow writeChangeFiles to work outside a git repo for testing
([#​1100](https://redirect.github.com/microsoft/beachball/pull/1100),
<elcraig@microsoft.com>)
- Remove unnecessary findProjectRoot calls
([#​1093](https://redirect.github.com/microsoft/beachball/pull/1093),
<elcraig@microsoft.com>)
- Improve perf of readChangeFiles, and improve object stringifying in
errors
([#​1099](https://redirect.github.com/microsoft/beachball/pull/1099),
<elcraig@microsoft.com>)
- Fix bump logic for dependencies using file protocol
([#​1080](https://redirect.github.com/microsoft/beachball/pull/1080),
<thomas.norling@microsoft.com>)
- Update dependency workspace-tools to ^0.40.0. This may improve
detection of remote branch names in certain cases. It also includes
stricter error checking for git operations, which may surface some
errors which were previously hidden.
([#​1094](https://redirect.github.com/microsoft/beachball/pull/1094),
<elcraig@microsoft.com>)
</details>
<details>
<summary>microsoft/playwright (playwright)</summary>
###
[`v1.58.1`](https://redirect.github.com/microsoft/playwright/compare/v1.58.0...97bc385142cfb498a59219442d8032ca2e1d79fe)
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.58.0...v1.58.1)
###
[`v1.58.0`](https://redirect.github.com/microsoft/playwright/compare/v1.57.0...961381ec73a9fa2661d92504eab1a6bd6eaffc75)
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.57.0...v1.58.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "monthly" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job log](https://developer.mend.io/github/ni/fast).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6ImFyY2hpdmVzL2Zhc3QtZWxlbWVudC0xIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent dd635ba commit 2b008f4
1 file changed
+17
-56
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments