Skip to content

chore: update dependencies#173

Merged
Patrick Lafrance (patricklafrance) merged 2 commits intomainfrom
chore/update-dependencies
Mar 10, 2026
Merged

chore: update dependencies#173
Patrick Lafrance (patricklafrance) merged 2 commits intomainfrom
chore/update-dependencies

Conversation

@patricklafrance

Summary

  • Update @typescript/native-preview to 7.0.0-dev.20260310.1 across all packages
  • Add "types": ["node"] to root tsconfig.json to fix tsgo typecheck failure — tsgo doesn't auto-include @types/node, so import.meta.dirname was unresolved in eslint.config.ts

Test plan

  • pnpm lint passes (31/31 tasks)

🤖 Generated with Claude Code

Add "types": ["node"] to root tsconfig.json to fix tsgo typecheck
failure — tsgo doesn't auto-include @types/node, so import.meta.dirname
was unresolved in eslint.config.ts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 10, 2026

Open in StackBlitz

@workleap/common-room

pnpm add https://pkg.pr.new/@workleap/common-room@173

@workleap-telemetry/core

pnpm add https://pkg.pr.new/@workleap-telemetry/core@173

@workleap/honeycomb

pnpm add https://pkg.pr.new/@workleap/honeycomb@173

@workleap/logrocket

pnpm add https://pkg.pr.new/@workleap/logrocket@173

@workleap/mixpanel

pnpm add https://pkg.pr.new/@workleap/mixpanel@173

@workleap/telemetry

pnpm add https://pkg.pr.new/@workleap/telemetry@173

commit: 7ffa1ac

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates TypeScript’s native preview compiler dependency across the monorepo and adjusts the root TypeScript configuration so tsgo typechecking can resolve Node-specific globals used by repo-level tooling (e.g., eslint.config.ts).

Changes:

  • Bump @typescript/native-preview to 7.0.0-dev.20260310.1 across workspace packages and samples.
  • Add compilerOptions.types: ["node"] to the root tsconfig.json to ensure Node typings are included for root-level typechecking.
  • Refresh pnpm-lock.yaml to reflect the updated dependency graph (including transitive updates).

Reviewed changes

Copilot reviewed 15 out of 17 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tsconfig.json Includes Node type definitions at the root to fix tsgo typecheck failures for tooling files.
package.json Updates root devDependency for @typescript/native-preview.
packages/core/package.json Aligns @typescript/native-preview version with workspace standard.
packages/common-room/package.json Aligns @typescript/native-preview version with workspace standard.
packages/honeycomb/package.json Aligns @typescript/native-preview version with workspace standard.
packages/logrocket/package.json Aligns @typescript/native-preview version with workspace standard.
packages/mixpanel/package.json Aligns @typescript/native-preview version with workspace standard.
packages/telemetry/package.json Aligns @typescript/native-preview version with workspace standard.
samples/all-platforms/app/package.json Aligns @typescript/native-preview version with workspace standard.
samples/all-platforms/express-server/package.json Aligns @typescript/native-preview version with workspace standard.
samples/all-platforms/mixpanel-proxy/package.json Aligns @typescript/native-preview version with workspace standard.
samples/honeycomb/api-key/app/package.json Aligns @typescript/native-preview version with workspace standard.
samples/honeycomb/api-key/express-server/package.json Aligns @typescript/native-preview version with workspace standard.
samples/honeycomb/proxy/app/package.json Aligns @typescript/native-preview version with workspace standard.
samples/honeycomb/proxy/express-proxy/package.json Aligns @typescript/native-preview version with workspace standard.
samples/honeycomb/proxy/express-server/package.json Aligns @typescript/native-preview version with workspace standard.
pnpm-lock.yaml Updates lockfile to reflect the new native preview version and resulting transitive dependency resolutions.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@patricklafrance Patrick Lafrance (patricklafrance) merged commit c0dcafd into main Mar 10, 2026
6 of 7 checks passed
@patricklafrance Patrick Lafrance (patricklafrance) deleted the chore/update-dependencies branch March 10, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants