chore: Update dependencies#188
Merged
Patrick Lafrance (patricklafrance) merged 2 commits intoMay 12, 2026
Merged
Conversation
- Updated @tanstack/react-query to version 5.100.10 in multiple packages. - Bumped @workleap/logging to version 1.3.8. - Updated logrocket to version 12.1.1. - Updated react and react-dom to version 19.2.6. - Updated react-router-dom to version 7.15.0. - Updated devDependencies: - @rsbuild/core to version 2.0.5 - @rspack/core to version 2.0.3 - @types/node to version 25.7.0 - @typescript-eslint/parser to version 8.59.3 - @typescript/native-preview to version 7.0.0-dev.20260512.1 - @workleap/eslint-configs to version 2.0.3 - @workleap/rsbuild-configs to version 4.0.0 - @workleap/typescript-configs to version 4.0.2 - typescript to version 6.0.3 - typescript-eslint to version 8.59.3 - Updated dotenv to version 17.4.2. - Updated mixpanel to version 0.22.0. - Updated opentelemetry packages to latest versions. - Added minimumReleaseAgeExclude for specific packages in pnpm-workspace.yaml. - Disabled lastUpdated date and by in retype.yml.
Copilot started reviewing on behalf of
Patrick Lafrance (patricklafrance)
May 12, 2026 19:49
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 dependency versions across the workspace (packages + samples), aligning telemetry-related tooling (OpenTelemetry, LogRocket, build tooling) and refreshing docs/build configuration to match the updated toolchain.
Changes:
- Bumped OpenTelemetry, React ecosystem, TypeScript/ESLint, and various build/dev tooling dependencies across packages and samples.
- Updated pnpm workspace configuration and removed LogRocket patch files/config that were tied to older LogRocket versions.
- Updated Honeycomb tests/snapshots to reflect changes in upstream instrumentation object shapes.
Reviewed changes
Copilot reviewed 21 out of 22 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| samples/honeycomb/proxy/express-server/package.json | Updates server sample dependencies (OpenTelemetry + tooling). |
| samples/honeycomb/proxy/express-proxy/package.json | Updates proxy sample dependencies (OpenTelemetry + tooling). |
| samples/honeycomb/proxy/app/package.json | Updates React app sample deps (React, router, rsbuild/rspack, tooling). |
| samples/honeycomb/api-key/express-server/package.json | Updates server sample dependencies (OpenTelemetry + tooling). |
| samples/honeycomb/api-key/app/package.json | Updates React app sample deps (React, router, rsbuild/rspack, tooling). |
| samples/all-platforms/mixpanel-proxy/package.json | Updates Mixpanel proxy sample deps (mixpanel, dotenv, tooling). |
| samples/all-platforms/express-server/package.json | Updates server sample dev tooling deps. |
| samples/all-platforms/app/package.json | Updates all-platforms app deps (React, react-query, logrocket, rsbuild/rspack, tooling). |
| retype.yml | Disables “last updated” metadata display in Retype output. |
| pnpm-workspace.yaml | Adds minimumReleaseAgeExclude entries and removes patch configuration. |
| patches/logrocket@12.1.0.patch | Removes LogRocket patch file (no longer applied). |
| patches/logrocket@12.0.0.patch | Removes LogRocket patch file (no longer applied). |
| packages/telemetry/package.json | Updates telemetry package deps/peerDeps (OTel trace web + LogRocket peer + tooling). |
| packages/mixpanel/package.json | Updates Mixpanel package deps/tooling (logging + build/test tooling). |
| packages/logrocket/package.json | Updates LogRocket wrapper package deps/peerDeps/tooling. |
| packages/honeycomb/tests/js/FetchRequestPipeline.test.ts | Adjusts test typing to match updated types/inference. |
| packages/honeycomb/tests/js/snapshots/getHoneycombSdkOptions.test.ts.snap | Updates snapshots due to OpenTelemetry instrumentation internal shape changes. |
| packages/honeycomb/package.json | Updates Honeycomb package deps (OTel instrumentation packages + tooling). |
| packages/core/package.json | Updates core deps/tooling (logging + uuid major bump). |
| packages/common-room/package.json | Updates common-room deps/tooling (logging + build/test tooling). |
| package.json | Updates root dev tooling versions and adds jiti to support updated toolchain resolution. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
63
to
+67
| }, | ||
| "_enabled": false, | ||
| "_hooks": [], | ||
| "_isEnabled": true, | ||
| "_isFetchPatched": true, |
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.
No description provided.