Skip to content

build(deps-dev): bump eslint from 9.39.5 to 10.9.1 in /packages/cli #73

build(deps-dev): bump eslint from 9.39.5 to 10.9.1 in /packages/cli

build(deps-dev): bump eslint from 9.39.5 to 10.9.1 in /packages/cli #73

Triggered via push September 1, 2026 07:11
Status Failure
Total duration 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests/clientGlobalProperties.test.ts > AnalyticsClient globalProperties (Analytics #46) > leaves properties untouched when globalProperties is not configured: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/clientGlobalProperties.test.ts:41:20
tests/clientGlobalProperties.test.ts > AnalyticsClient globalProperties (Analytics #46) > lets an event's own property win over a global one with the same key: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/clientGlobalProperties.test.ts:26:20
tests/clientGlobalProperties.test.ts > AnalyticsClient globalProperties (Analytics #46) > merges globalProperties into every event's properties: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/clientGlobalProperties.test.ts:7:20
tests/clientEnvironment.test.ts > AnalyticsClient environment attachment > merges environment metadata alongside existing properties: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/clientEnvironment.test.ts:78:20
tests/clientEnvironment.test.ts > AnalyticsClient environment attachment > leaves properties unchanged when nothing is detectable: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/clientEnvironment.test.ts:54:20
tests/clientEnvironment.test.ts > AnalyticsClient environment attachment > attaches deviceType, browser, and OS to every event when detectable: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/clientEnvironment.test.ts:34:20
tests/clientColorScheme.test.ts > AnalyticsClient color scheme wiring (Analytics #34) > does not attach colorScheme to a second page view in the same session: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/clientColorScheme.test.ts:61:20
tests/clientColorScheme.test.ts > AnalyticsClient color scheme wiring (Analytics #34) > attaches colorScheme to the first page view of a session: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/clientColorScheme.test.ts:46:20
tests/backButton.test.ts > AnalyticsClient.trackBackButton > queues a back_button event for delivery: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/backButton.test.ts:19:20
tests/addressBook.test.ts > AnalyticsClient.trackAddressBookSave > queues an address_book_save event for delivery: packages/analytics/src/client.ts#L288
TypeError: getSessionId is not a function ❯ new AnalyticsClient src/client.ts:288:22 ❯ tests/addressBook.test.ts:19:20
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/