Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
id-token: write

concurrency:
group: code-review-${{ github.event.pull_request.number }}
group: code-review-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-agent-skill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
actions: write

concurrency:
group: sync-agent-skill
group: sync-agent-skill-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@eslint/js": "9.39.2",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/typescript-configs": "3.0.7",
"agent-browser": "0.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/common-room/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@rslib/core": "0.19.5",
"@types/react": "19.2.13",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/rslib-configs": "1.1.7",
"@workleap/typescript-configs": "3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@rslib/core": "0.19.5",
"@types/js-cookie": "3.0.6",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/rslib-configs": "1.1.7",
"@workleap/typescript-configs": "3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/honeycomb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@rslib/core": "0.19.5",
"@types/react": "19.2.13",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/rslib-configs": "1.1.7",
"@workleap/typescript-configs": "3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/logrocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@rslib/core": "0.19.5",
"@types/react": "19.2.13",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/rslib-configs": "1.1.7",
"@workleap/typescript-configs": "3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/mixpanel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@rslib/core": "0.19.5",
"@types/react": "19.2.13",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/rslib-configs": "1.1.7",
"@workleap/typescript-configs": "3.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/js-cookie": "3.0.6",
"@types/react": "19.2.13",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/rslib-configs": "1.1.7",
"@workleap/typescript-configs": "3.0.7",
Expand Down
13 changes: 13 additions & 0 deletions patches/logrocket@12.0.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/dist/types.d.ts b/dist/types.d.ts
index dacd6d98ce3769f0d154fc64fe60133d19b20204..fd34d3fe2c309264be4ed062c7be973738530574 100644
--- a/dist/types.d.ts
+++ b/dist/types.d.ts
@@ -6,7 +6,7 @@ declare let LogRocket: LR.LogRocket;

export = LogRocket;

-declare module LR {
+declare namespace LR {
interface IRequest {
reqId: string;
url: string;
1,432 changes: 675 additions & 757 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ packages:
- packages/*
- samples/**

# minimumReleaseAge: 1440
# minimumReleaseAgeExclude:
# - '@workleap*'
# - '@typescript/native-preview*'

onlyBuiltDependencies:
- agent-browser
- core-js
- edgedriver
- esbuild
- geckodriver
- protobufjs

patchedDependencies:
logrocket@12.0.0: patches/logrocket@12.0.0.patch
2 changes: 1 addition & 1 deletion samples/all-platforms/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/browserslist-config": "2.1.7",
"@workleap/eslint-configs": "1.1.12",
"@workleap/rsbuild-configs": "3.2.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/all-platforms/express-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/express": "5.0.6",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/typescript-configs": "3.0.7",
"eslint": "9.39.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/all-platforms/mixpanel-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/express": "5.0.6",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/typescript-configs": "3.0.7",
"eslint": "9.39.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/honeycomb/api-key/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/browserslist-config": "2.1.7",
"@workleap/eslint-configs": "1.1.12",
"@workleap/rsbuild-configs": "3.2.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/honeycomb/api-key/express-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/express": "5.0.6",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/typescript-configs": "3.0.7",
"eslint": "9.39.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/honeycomb/proxy/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/browserslist-config": "2.1.7",
"@workleap/eslint-configs": "1.1.12",
"@workleap/rsbuild-configs": "3.2.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/honeycomb/proxy/express-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/express": "5.0.6",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/typescript-configs": "3.0.7",
"eslint": "9.39.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/honeycomb/proxy/express-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/express": "5.0.6",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@typescript/native-preview": "7.0.0-dev.20260227.1",
"@workleap/eslint-configs": "1.1.12",
"@workleap/typescript-configs": "3.0.7",
"eslint": "9.39.2",
Expand Down
Loading