Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 7b05d34

Browse files
committed
chore(deps): co-bump @microsoft/1ds-post-js to v4 and refresh lockfiles
The 1ds-core-js v4 bump alone leaves @microsoft/1ds-post-js v3 carrying its own applicationinsights-core-js v2, producing the PostChannel / IChannelControls type mismatch in 1dsAppender.ts. Bumping post-js to ^4.4.1 unifies the dep tree on applicationinsights-core-js 3.4.1. Also syncs remote/ and remote/web/ package.json + refreshes all package-lock.json files so npm ci passes everywhere.
1 parent 459137a commit 7b05d34

6 files changed

Lines changed: 150 additions & 126 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@github/copilot": "1.0.52",
9292
"@github/copilot-sdk": "^0.3.0",
9393
"@microsoft/1ds-core-js": "^4.4.1",
94-
"@microsoft/1ds-post-js": "^3.2.18",
94+
"@microsoft/1ds-post-js": "^4.4.1",
9595
"@microsoft/dev-tunnels-connections": "^1.3.48",
9696
"@microsoft/dev-tunnels-contracts": "^1.3.41",
9797
"@microsoft/dev-tunnels-management": "^1.3.41",

remote/package-lock.json

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

remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"dependencies": {
66
"@github/copilot": "1.0.52",
77
"@github/copilot-sdk": "^0.3.0",
8-
"@microsoft/1ds-core-js": "^3.2.13",
9-
"@microsoft/1ds-post-js": "^3.2.18",
8+
"@microsoft/1ds-core-js": "^4.4.1",
9+
"@microsoft/1ds-post-js": "^4.4.1",
1010
"@parcel/watcher": "^2.5.6",
1111
"@vscode/copilot-api": "^0.3.1",
1212
"@vscode/deviceid": "^0.1.5",

remote/web/package-lock.json

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

0 commit comments

Comments
 (0)