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 .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
CURRENT_STAGING: staging-27
APP: 'browser-sdk'
CURRENT_CI_IMAGE: 81
CURRENT_CI_IMAGE: 82
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io'
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
GIT_REPOSITORY: '[email protected]:DataDog/browser-sdk.git'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.11.1-bookworm-slim
FROM node:24.3.0-bookworm-slim

ARG CHROME_PACKAGE_VERSION

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Table, Badge, Menu } from '@mantine/core'
import { IconCopy, IconDotsVertical, IconColumnInsertRight } from '@tabler/icons-react'
import type { ComponentPropsWithoutRef, ReactNode } from 'react'
import React, { useRef, useState } from 'react'
import clsx from 'clsx'
import { default as clsx } from 'clsx'
import type { TelemetryEvent } from '../../../../../../packages/core/src/domain/telemetry'
import type { LogsEvent } from '../../../../../../packages/logs/src/logsEvent.types'
import type {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ActionIconProps } from '@mantine/core'
import { ActionIcon } from '@mantine/core'
import type { PolymorphicComponentProps } from '@mantine/core/lib/core/factory/create-polymorphic-component'
import clsx from 'clsx'
import { default as clsx } from 'clsx'
import type { JSXElementConstructor } from 'react'
import React, { forwardRef } from 'react'
import * as classes from './rowButton.module.css'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/cors": "2.8.19",
"@types/express": "5.0.3",
"@types/jasmine": "3.10.18",
"@types/node": "22.15.34",
"@types/node": "24.0.10",
"ajv": "8.17.1",
"browserstack-local": "1.5.7",
"chrome-webstore-upload": "3.1.4",
Expand Down Expand Up @@ -96,7 +96,7 @@
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
},
"volta": {
"node": "23.11.1",
"node": "24.3.0",
"yarn": "4.9.2"
},
"packageManager": "[email protected]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,6 @@ Error: foo
})

it('should normalize non native errors stacktraces across browsers', () => {
/* eslint-disable no-restricted-syntax */
class DatadogTestCustomError extends Error {
constructor() {
super()
Expand Down
2 changes: 1 addition & 1 deletion performances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "ts-node ./src/main.ts"
},
"dependencies": {
"@types/node": "22.15.34",
"@types/node": "24.0.10",
"@types/node-forge": "1.3.11",
"node-forge": "1.3.1",
"puppeteer": "24.11.1",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"target": "ES2018",
"target": "ES2022",
"module": "ES2020",
"types": ["node", "ajv"],
"allowJs": true,
Expand Down
28 changes: 6 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1937,21 +1937,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=10.0.0":
version: 24.0.7
resolution: "@types/node@npm:24.0.7"
"@types/node@npm:*, @types/node@npm:24.0.10, @types/node@npm:>=10.0.0":
version: 24.0.10
resolution: "@types/node@npm:24.0.10"
dependencies:
undici-types: "npm:~7.8.0"
checksum: 10c0/be3849816dafc54ec79e6be6dafcf60bdb6466beaf0081b941142d260e2b2864855210dfe5b4395c59b276468528695aefcf4f060ac95cc433b2968e80a311f9
languageName: node
linkType: hard

"@types/node@npm:22.15.34":
version: 22.15.34
resolution: "@types/node@npm:22.15.34"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/fb6a6b36daaa1b484aaba3d33b4d1e7b37ea993e29f20b7a676affa76ed6ff6acd2ded4d5003469bc8dbc815b3d224533b4560896037ef6d5b5d552721ab7d57
checksum: 10c0/11dbd869d3e12ee7b7818113588950e538783e45d227122174c763cb05977defbd1e01b44b5ccd4b8997e42c3df7f7b83c6ee05cfa43d924c8882886bc5f6582
languageName: node
linkType: hard

Expand Down Expand Up @@ -3088,7 +3079,7 @@ __metadata:
"@types/cors": "npm:2.8.19"
"@types/express": "npm:5.0.3"
"@types/jasmine": "npm:3.10.18"
"@types/node": "npm:22.15.34"
"@types/node": "npm:24.0.10"
ajv: "npm:8.17.1"
browserstack-local: "npm:1.5.7"
chrome-webstore-upload: "npm:3.1.4"
Expand Down Expand Up @@ -9308,7 +9299,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "performances@workspace:performances"
dependencies:
"@types/node": "npm:22.15.34"
"@types/node": "npm:24.0.10"
"@types/node-forge": "npm:1.3.11"
node-forge: "npm:1.3.1"
puppeteer: "npm:24.11.1"
Expand Down Expand Up @@ -11791,13 +11782,6 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
languageName: node
linkType: hard

"undici-types@npm:~7.8.0":
version: 7.8.0
resolution: "undici-types@npm:7.8.0"
Expand Down