chore: update dependencies and types in multiple packages#177
Merged
Patrick Lafrance (patricklafrance) merged 1 commit intoApr 1, 2026
Merged
Conversation
Member
Patrick Lafrance (patricklafrance)
commented
Apr 1, 2026
- 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 started reviewing on behalf of
Patrick Lafrance (patricklafrance)
April 1, 2026 00:33
View session
@workleap/common-room
@workleap-telemetry/core
@workleap/honeycomb
@workleap/logrocket
@workleap/mixpanel
@workleap/telemetry
commit: |
9f2e7e5
into
main
9 of 10 checks passed
Contributor
There was a problem hiding this comment.
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 multipletsconfig.jsonfiles 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.
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.