Skip to content

Commit 44e395c

Browse files
committed
applying package updates
1 parent f666c1e commit 44e395c

9 files changed

Lines changed: 65 additions & 44 deletions

CHANGELOG.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,53 @@
11
{
22
"name": "beachball",
33
"entries": [
4+
{
5+
"date": "Fri, 23 Jan 2026 05:19:48 GMT",
6+
"version": "2.63.0",
7+
"tag": "beachball_v2.63.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "elcraig@microsoft.com",
12+
"package": "beachball",
13+
"commit": "f666c1e4ba5b7497ccbb5d72271f80ad955f8c36",
14+
"comment": "Use `import type` internally"
15+
},
16+
{
17+
"author": "elcraig@microsoft.com",
18+
"package": "beachball",
19+
"commit": "f666c1e4ba5b7497ccbb5d72271f80ad955f8c36",
20+
"comment": "Update republish error detection for newer npm"
21+
},
22+
{
23+
"author": "elcraig@microsoft.com",
24+
"package": "beachball",
25+
"commit": "f666c1e4ba5b7497ccbb5d72271f80ad955f8c36",
26+
"comment": "Simplify internal handling of determining in-scope packages"
27+
},
28+
{
29+
"author": "elcraig@microsoft.com",
30+
"package": "beachball",
31+
"commit": "f666c1e4ba5b7497ccbb5d72271f80ad955f8c36",
32+
"comment": "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)"
33+
}
34+
],
35+
"minor": [
36+
{
37+
"author": "elcraig@microsoft.com",
38+
"package": "beachball",
39+
"commit": "f666c1e4ba5b7497ccbb5d72271f80ad955f8c36",
40+
"comment": "Remove most calculated/default info from `PackageInfo` to reduce the memory footprint. This includes removing `combinedOptions` (see [#1131](https://github.com/microsoft/beachball/pull/1131) for details)."
41+
},
42+
{
43+
"author": "elcraig@microsoft.com",
44+
"package": "beachball",
45+
"commit": "f666c1e4ba5b7497ccbb5d72271f80ad955f8c36",
46+
"comment": "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)"
47+
}
48+
]
49+
}
50+
},
451
{
552
"date": "Wed, 07 Jan 2026 01:55:03 GMT",
653
"version": "2.62.0",

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# Change Log - beachball
22

3-
<!-- This log was last generated on Wed, 07 Jan 2026 01:55:03 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 23 Jan 2026 05:19:48 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.63.0
8+
9+
Fri, 23 Jan 2026 05:19:48 GMT
10+
11+
### Minor changes
12+
13+
- Remove most calculated/default info from `PackageInfo` to reduce the memory footprint. This includes removing `combinedOptions` (see [#1131](https://github.com/microsoft/beachball/pull/1131) for details). (elcraig@microsoft.com)
14+
- 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)
15+
16+
### Patches
17+
18+
- Use `import type` internally (elcraig@microsoft.com)
19+
- Update republish error detection for newer npm (elcraig@microsoft.com)
20+
- Simplify internal handling of determining in-scope packages (elcraig@microsoft.com)
21+
- 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)
22+
723
## 2.62.0
824

925
Wed, 07 Jan 2026 01:55:03 GMT

change/beachball-0b315c39-e39b-4b90-a3c9-504124425c0d.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-14f0094f-a017-4b4e-856e-726bd0288542.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-3547e828-02f9-4d23-a286-125592135f3b.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-41e15715-39f5-4e08-b9fb-15190803a8af.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-7c5afe89-5c95-49ae-ae4d-fdbc50799beb.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-7fa80b3b-0951-46af-b9bb-add7cac8b93b.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beachball",
3-
"version": "2.62.0",
3+
"version": "2.63.0",
44
"description": "The Sunniest Semantic Version Bumper",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)