Skip to content

chore: update dependencies and types in multiple packages#177

Merged
Patrick Lafrance (patricklafrance) merged 1 commit into
mainfrom
chore/update-packages-345435345
Apr 1, 2026
Merged

chore: update dependencies and types in multiple packages#177
Patrick Lafrance (patricklafrance) merged 1 commit into
mainfrom
chore/update-packages-345435345

Conversation

@patricklafrance
Copy link
Copy Markdown
Member

  • Updated @tanstack/react-query to version 5.96.0 in all relevant packages.
  • Updated @workleap/logging to version 1.3.7 in all relevant packages.
  • Updated react-router-dom to version 7.13.2 in all relevant packages.
  • Updated various devDependencies including:
    • @rsbuild/core to version 1.7.5
    • @rspack/core to version 1.7.11
    • @typescript-eslint/parser to version 8.58.0
    • @typescript/native-preview to version 7.0.0-dev.20260331.1
    • @workleap/eslint-configs to version 1.1.15
    • @workleap/rsbuild-configs to version 3.2.4
    • browserslist to version 4.28.2
    • typescript to version 6.0.2
    • typescript-eslint to version 8.58.0
  • Added "types": ["node"] to tsconfig.json files in multiple packages.

- Updated @tanstack/react-query to version 5.96.0 in all relevant packages.
- Updated @workleap/logging to version 1.3.7 in all relevant packages.
- Updated react-router-dom to version 7.13.2 in all relevant packages.
- Updated various devDependencies including:
  - @rsbuild/core to version 1.7.5
  - @rspack/core to version 1.7.11
  - @typescript-eslint/parser to version 8.58.0
  - @typescript/native-preview to version 7.0.0-dev.20260331.1
  - @workleap/eslint-configs to version 1.1.15
  - @workleap/rsbuild-configs to version 3.2.4
  - browserslist to version 4.28.2
  - typescript to version 6.0.2
  - typescript-eslint to version 8.58.0
- Added "types": ["node"] to tsconfig.json files in multiple packages.
Copilot AI review requested due to automatic review settings April 1, 2026 00:32
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 1, 2026

Open in StackBlitz

@workleap/common-room

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

@workleap-telemetry/core

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

@workleap/honeycomb

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

@workleap/logrocket

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

@workleap/mixpanel

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

@workleap/telemetry

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

commit: 6209545

@patricklafrance Patrick Lafrance (patricklafrance) merged commit 9f2e7e5 into main Apr 1, 2026
9 of 10 checks passed
@patricklafrance Patrick Lafrance (patricklafrance) deleted the chore/update-packages-345435345 branch April 1, 2026 00:35
Copy link
Copy Markdown
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 modernizes the monorepo toolchain and runtime dependencies across the published telemetry packages and the sample apps/servers, aligning versions and TypeScript configuration for the upgraded ecosystem (notably TypeScript 6 and related lint/build tooling).

Changes:

  • Bumped shared dependencies across packages/samples (e.g., @tanstack/react-query, @workleap/logging, react-router-dom, OpenTelemetry packages) and updated various build/lint devDependencies (Rsbuild/Rspack, TypeScript, typescript-eslint, etc.).
  • Added compilerOptions.types: ["node"] to multiple tsconfig.json files to ensure Node ambient typings are available during typechecking.
  • Updated library build tsconfigs to explicitly set compilerOptions.rootDir: "src".

Reviewed changes

Copilot reviewed 35 out of 36 changed files in this pull request and generated no comments.

Show a summary per file
File Description
samples/honeycomb/proxy/express-server/tsconfig.json Adds Node ambient types for typechecking.
samples/honeycomb/proxy/express-server/package.json Updates OpenTelemetry + TypeScript/lint tooling versions.
samples/honeycomb/proxy/express-proxy/tsconfig.json Adds Node ambient types for typechecking.
samples/honeycomb/proxy/express-proxy/package.json Updates OpenTelemetry + TypeScript/lint tooling versions.
samples/honeycomb/proxy/app/tsconfig.json Adds Node ambient types for typechecking.
samples/honeycomb/proxy/app/package.json Updates React Query + React Router + build/lint tooling versions.
samples/honeycomb/api-key/express-server/tsconfig.json Adds Node ambient types for typechecking.
samples/honeycomb/api-key/express-server/package.json Updates OpenTelemetry + TypeScript/lint tooling versions.
samples/honeycomb/api-key/app/tsconfig.json Adds Node ambient types for typechecking.
samples/honeycomb/api-key/app/package.json Updates React Query + React Router + build/lint tooling versions.
samples/all-platforms/mixpanel-proxy/tsconfig.json Adds Node ambient types for typechecking.
samples/all-platforms/mixpanel-proxy/package.json Updates TypeScript/lint tooling versions.
samples/all-platforms/express-server/tsconfig.json Adds Node ambient types for typechecking.
samples/all-platforms/express-server/package.json Updates TypeScript/lint tooling versions.
samples/all-platforms/app/tsconfig.json Adds Node ambient types for typechecking.
samples/all-platforms/app/package.json Updates React Query + Logging + React Router + build/lint tooling versions.
packages/telemetry/tsconfig.json Adds Node ambient types for typechecking.
packages/telemetry/tsconfig.build.json Sets rootDir for build compilation.
packages/telemetry/package.json Updates OpenTelemetry + Logging + build/lint tooling versions.
packages/mixpanel/tsconfig.json Adds Node ambient types for typechecking.
packages/mixpanel/tsconfig.build.json Sets rootDir for build compilation.
packages/mixpanel/package.json Updates Logging + build/lint tooling versions (incl. vitest/happy-dom).
packages/logrocket/tsconfig.json Adds Node ambient types for typechecking.
packages/logrocket/tsconfig.build.json Sets rootDir for build compilation.
packages/logrocket/package.json Updates Logging + build/lint tooling versions (incl. vitest/happy-dom).
packages/honeycomb/tsconfig.json Adds Node ambient types for typechecking.
packages/honeycomb/tsconfig.build.json Sets rootDir for build compilation.
packages/honeycomb/package.json Updates OpenTelemetry web instrumentation + Logging + build/lint tooling versions.
packages/core/tsconfig.json Adds Node ambient types for typechecking.
packages/core/tsconfig.build.json Sets rootDir for build compilation.
packages/core/package.json Updates Logging + build/lint tooling versions (incl. vitest/happy-dom).
packages/common-room/tsconfig.json Adds Node ambient types for typechecking.
packages/common-room/tsconfig.build.json Sets rootDir for build compilation.
packages/common-room/package.json Updates Logging + build/lint tooling versions (incl. vitest/happy-dom).
package.json Updates repo-wide devDependencies (TypeScript, tooling, agent-browser, etc.).

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

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