Skip to content

Commit d416787

Browse files
authored
Merge origin/main into copilot/stream-cache-entry-for-http-plugin
2 parents e6d0c4f + 58f2846 commit d416787

25 files changed

Lines changed: 134 additions & 73 deletions

File tree

apps/playwright-browser-tunnel/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@rushstack/playwright-browser-tunnel",
33
"entries": [
4+
{
5+
"version": "0.3.23",
6+
"tag": "@rushstack/playwright-browser-tunnel_v0.3.23",
7+
"date": "Sat, 20 Jun 2026 21:37:11 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Bump `ws` in `rush-serve-plugin` to mitigate CVE-2026-48779."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.3.22",
618
"tag": "@rushstack/playwright-browser-tunnel_v0.3.22",

apps/playwright-browser-tunnel/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @rushstack/playwright-browser-tunnel
22

3-
This log was last generated on Sat, 13 Jun 2026 00:16:19 GMT and should not be manually modified.
3+
This log was last generated on Sat, 20 Jun 2026 21:37:11 GMT and should not be manually modified.
4+
5+
## 0.3.23
6+
Sat, 20 Jun 2026 21:37:11 GMT
7+
8+
### Patches
9+
10+
- Bump `ws` in `rush-serve-plugin` to mitigate CVE-2026-48779.
411

512
## 0.3.22
613
Sat, 13 Jun 2026 00:16:19 GMT

apps/playwright-browser-tunnel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/playwright-browser-tunnel",
3-
"version": "0.3.22",
3+
"version": "0.3.23",
44
"description": "Run a remote Playwright Browser Tunnel. Useful in remote development environments.",
55
"license": "MIT",
66
"repository": {
@@ -48,15 +48,15 @@
4848
"@rushstack/terminal": "workspace:*",
4949
"@rushstack/ts-command-line": "workspace:*",
5050
"string-argv": "~0.3.1",
51-
"ws": "~8.20.0",
51+
"ws": "~8.21.0",
5252
"playwright": "1.56.1"
5353
},
5454
"devDependencies": {
5555
"@rushstack/heft": "workspace:*",
5656
"eslint": "~9.37.0",
5757
"local-node-rig": "workspace:*",
5858
"@types/semver": "7.7.1",
59-
"@types/ws": "8.5.5",
59+
"@types/ws": "8.18.1",
6060
"playwright-core": "~1.56.1",
6161
"@playwright/test": "~1.56.1",
6262
"@types/node": "20.17.19"

apps/rush/CHANGELOG.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "5.177.1",
6+
"tag": "@microsoft/rush_v5.177.1",
7+
"date": "Sat, 20 Jun 2026 21:37:30 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Bump `ws` in `rush-serve-plugin` to mitigate CVE-2026-48779."
12+
}
13+
]
14+
}
15+
},
16+
{
17+
"version": "5.177.0",
18+
"tag": "@microsoft/rush_v5.177.0",
19+
"date": "Sat, 20 Jun 2026 00:16:15 GMT",
20+
"comments": {
21+
"none": [
22+
{
23+
"comment": "Fix build cache failures when running inside a git linked worktree via a pre-commit hook, caused by GIT_DIR being set to the per-worktree metadata directory"
24+
}
25+
],
26+
"patch": [
27+
{
28+
"comment": "Set Redis `connectTimeout` and `socketTimeout` so half-dead TCP connections (NAT/firewall) surface in seconds instead of stalling in-flight commands for many minutes while the kernel waits to give up."
29+
}
30+
]
31+
}
32+
},
433
{
534
"version": "5.176.0",
635
"tag": "@microsoft/rush_v5.176.0",

apps/rush/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Change Log - @microsoft/rush
22

3-
This log was last generated on Tue, 09 Jun 2026 02:02:32 GMT and should not be manually modified.
3+
This log was last generated on Sat, 20 Jun 2026 21:37:30 GMT and should not be manually modified.
4+
5+
## 5.177.1
6+
Sat, 20 Jun 2026 21:37:30 GMT
7+
8+
### Updates
9+
10+
- Bump `ws` in `rush-serve-plugin` to mitigate CVE-2026-48779.
11+
12+
## 5.177.0
13+
Sat, 20 Jun 2026 00:16:15 GMT
14+
15+
### Patches
16+
17+
- Set Redis `connectTimeout` and `socketTimeout` so half-dead TCP connections (NAT/firewall) surface in seconds instead of stalling in-flight commands for many minutes while the kernel waits to give up.
18+
19+
### Updates
20+
21+
- Fix build cache failures when running inside a git linked worktree via a pre-commit hook, caused by GIT_DIR being set to the per-worktree metadata directory
422

523
## 5.176.0
624
Tue, 09 Jun 2026 02:02:32 GMT

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush",
3-
"version": "5.176.0",
3+
"version": "5.177.1",
44
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",

common/changes/@microsoft/rush/fix-git-dir-worktree-hook-repo-root_2026-06-08-19-02.json

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

common/changes/@rushstack/package-deps-hash/fix-git-dir-worktree-hook_2026-06-03-00-00.json

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

common/config/rush/version-policies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
{
103103
"policyName": "rush",
104104
"definitionName": "lockStepVersion",
105-
"version": "5.176.0",
106-
"nextBump": "minor",
105+
"version": "5.177.1",
106+
"nextBump": "patch",
107107
"mainProject": "@microsoft/rush"
108108
}
109109
]

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 21 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)