feat: update @typescript/native-preview to version 7.0.0-dev.202602271 across multiple samples#163
Merged
Patrick Lafrance (patricklafrance) merged 1 commit intomainfrom Feb 27, 2026
Conversation
….1 across multiple samples chore: add edgedriver and geckodriver to onlyBuiltDependencies in pnpm-workspace.yaml chore: add patch for logrocket@12.0.0
Copilot started reviewing on behalf of
Patrick Lafrance (patricklafrance)
February 27, 2026 17:24
View session
@workleap/common-room
@workleap-telemetry/core
@workleap/honeycomb
@workleap/logrocket
@workleap/mixpanel
@workleap/telemetry
commit: |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the workspace to the latest @typescript/native-preview dev build across packages/samples, and adjusts pnpm workspace settings to support additional build-time dependencies and a logrocket@12.0.0 type patch.
Changes:
- Bump
@typescript/native-previewfrom7.0.0-dev.20260209.1to7.0.0-dev.20260227.1across multiple sample and packagepackage.jsonfiles. - Update pnpm workspace configuration to allow building
edgedriver/geckodriver, and register a patch forlogrocket@12.0.0. - Apply the resulting lockfile updates, including recording the
logrocket@12.0.0patch hash, and adjust workflow concurrency grouping to key offgithub.ref.
Reviewed changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| samples/honeycomb/proxy/express-server/package.json | Bumps @typescript/native-preview version for the sample express server. |
| samples/honeycomb/proxy/express-proxy/package.json | Bumps @typescript/native-preview version for the sample express proxy. |
| samples/honeycomb/proxy/app/package.json | Bumps @typescript/native-preview version for the sample app. |
| samples/honeycomb/api-key/express-server/package.json | Bumps @typescript/native-preview version for the API-key sample express server. |
| samples/honeycomb/api-key/app/package.json | Bumps @typescript/native-preview version for the API-key sample app. |
| samples/all-platforms/mixpanel-proxy/package.json | Bumps @typescript/native-preview version for the mixpanel proxy sample. |
| samples/all-platforms/express-server/package.json | Bumps @typescript/native-preview version for the all-platforms sample server. |
| samples/all-platforms/app/package.json | Bumps @typescript/native-preview version for the all-platforms sample app. |
| packages/telemetry/package.json | Bumps @typescript/native-preview version for the telemetry package. |
| packages/mixpanel/package.json | Bumps @typescript/native-preview version for the mixpanel package. |
| packages/logrocket/package.json | Bumps @typescript/native-preview version for the logrocket wrapper package. |
| packages/honeycomb/package.json | Bumps @typescript/native-preview version for the honeycomb package. |
| packages/core/package.json | Bumps @typescript/native-preview version for the core package. |
| packages/common-room/package.json | Bumps @typescript/native-preview version for the common-room package. |
| package.json | Bumps root devDependency @typescript/native-preview version. |
| pnpm-workspace.yaml | Adds edgedriver/geckodriver to onlyBuiltDependencies and configures patchedDependencies for logrocket@12.0.0. |
| pnpm-lock.yaml | Records the logrocket@12.0.0 patch metadata and updates the dependency graph accordingly. |
| patches/logrocket@12.0.0.patch | Patches LogRocket’s dist/types.d.ts to use declare namespace LR instead of declare module LR. |
| .github/workflows/sync-agent-skill.yml | Changes concurrency group to include github.ref. |
| .github/workflows/code-review.yml | Changes concurrency group to include github.ref. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3e0388d
into
main
10 of 12 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: add edgedriver and geckodriver to onlyBuiltDependencies in pnpm-workspace.yaml
chore: add patch for logrocket@12.0.0