Skip to content

Commit 420fdee

Browse files
committed
Merge remote-tracking branch 'origin/main' into imane.largou/wasm-sdk-experiment
2 parents 511f810 + 264463f commit 420fdee

34 files changed

Lines changed: 2274 additions & 3174 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
23+
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
2424
with:
2525
languages: javascript
2626
config-file: .github/codeql-config.yml
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
29+
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variables:
22
CURRENT_STAGING: staging-33
33
APP: 'browser-sdk'
4-
CURRENT_CI_IMAGE: 119
4+
CURRENT_CI_IMAGE: 120
55
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io'
66
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
77
GIT_REPOSITORY: 'git@github.com:DataDog/browser-sdk.git'

.yarn/releases/yarn-4.17.1.cjs

Lines changed: 0 additions & 944 deletions
This file was deleted.

.yarn/releases/yarn-4.18.0.cjs

Lines changed: 1000 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
yarnPath: .yarn/releases/yarn-4.17.1.cjs
1+
yarnPath: .yarn/releases/yarn-4.18.0.cjs
22
defaultSemverRangePrefix: ''
33
nodeLinker: node-modules
44
approvedGitRepositories:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM node:20-bookworm-slim AS playwright-pinned-browsers
55
RUN npx -y playwright@1.40.1 install --with-deps chromium firefox webkit
66

7-
FROM node:26.5.0-bookworm-slim
7+
FROM node:26.6.0-bookworm-slim
88

99
# Node 26 slim images don't bundle yarn — install it globally
1010
RUN npm install -g yarn

developer-extension/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
"dev": "wxt"
88
},
99
"devDependencies": {
10-
"@types/chrome": "0.2.2",
11-
"@types/react": "19.2.17",
12-
"@types/react-dom": "19.2.3",
10+
"@types/chrome": "0.2.5",
11+
"@types/react": "19.2.18",
12+
"@types/react-dom": "19.2.4",
1313
"@wxt-dev/module-react": "1.2.2",
1414
"typescript": "6.0.3",
15-
"vite": "8.1.5"
15+
"vite": "8.2.0"
1616
},
1717
"dependencies": {
1818
"@datadog/browser-core": "workspace:*",
1919
"@datadog/browser-logs": "workspace:*",
2020
"@datadog/browser-rum": "workspace:*",
2121
"@datadog/browser-rum-core": "workspace:*",
2222
"@datadog/js-core": "workspace:*",
23-
"@mantine/core": "9.5.0",
24-
"@mantine/hooks": "9.5.0",
25-
"@tabler/icons-react": "3.45.0",
23+
"@mantine/core": "9.5.1",
24+
"@mantine/hooks": "9.5.1",
25+
"@tabler/icons-react": "3.46.0",
2626
"clsx": "2.1.1",
2727
"react": "19.2.8",
2828
"react-dom": "19.2.8",
29-
"wxt": "0.21.1"
29+
"wxt": "0.21.3"
3030
},
3131
"volta": {
3232
"extends": "../package.json"

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
5252
"@microsoft/api-extractor": "7.58.12",
5353
"@playwright/test": "1.62.1",
54-
"@salesforce/cli": "2.145.6",
55-
"@swc/core": "1.15.46",
54+
"@salesforce/cli": "2.146.3",
55+
"@swc/core": "1.15.47",
5656
"@types/busboy": "1.5.4",
57-
"@types/chrome": "0.2.2",
57+
"@types/chrome": "0.2.5",
5858
"@types/cors": "2.8.19",
5959
"@types/express": "5.0.6",
6060
"@types/jasmine": "3.10.19",
61-
"@types/node": "26.1.1",
61+
"@types/node": "26.1.2",
6262
"@types/node-forge": "1.3.14",
6363
"@types/ws": "8.18.1",
6464
"@typescript-eslint/utils": "8.65.0",
@@ -72,10 +72,10 @@
7272
"eslint-import-resolver-typescript": "4.4.5",
7373
"eslint-plugin-import-x": "4.17.1",
7474
"eslint-plugin-jasmine": "4.2.2",
75-
"eslint-plugin-jsdoc": "63.3.1",
75+
"eslint-plugin-jsdoc": "63.3.3",
7676
"eslint-plugin-unicorn": "72.0.0",
7777
"express": "5.2.1",
78-
"globals": "17.8.0",
78+
"globals": "17.9.0",
7979
"html-webpack-plugin": "5.6.8",
8080
"http-server": "14.1.1",
8181
"jasmine-core": "3.99.1",
@@ -89,10 +89,10 @@
8989
"karma-sourcemap-loader": "0.4.0",
9090
"karma-spec-reporter": "0.0.36",
9191
"karma-webpack": "5.0.0",
92-
"minimatch": "10.2.5",
92+
"minimatch": "10.2.6",
9393
"node-forge": "1.4.0",
9494
"prettier": "3.9.6",
95-
"puppeteer": "25.3.0",
95+
"puppeteer": "25.4.0",
9696
"swc-loader": "0.2.7",
9797
"terser-webpack-plugin": "5.6.1",
9898
"ts-loader": "9.6.2",
@@ -102,17 +102,17 @@
102102
"typescript": "6.0.3",
103103
"typescript-eslint": "8.65.0",
104104
"undici": "8.9.0",
105-
"webpack": "5.109.0",
106-
"webpack-cli": "7.2.1",
107-
"webpack-dev-middleware": "8.1.0",
105+
"webpack": "5.109.2",
106+
"webpack-cli": "7.2.2",
107+
"webpack-dev-middleware": "8.1.1",
108108
"ws": "8.21.1"
109109
},
110110
"resolutions": {
111-
"rolldown": "1.2.0"
111+
"rolldown": "1.2.1"
112112
},
113113
"volta": {
114-
"node": "26.5.0",
115-
"yarn": "4.17.1"
114+
"node": "26.6.0",
115+
"yarn": "4.18.0"
116116
},
117-
"packageManager": "yarn@4.17.1"
117+
"packageManager": "yarn@4.18.0"
118118
}

packages/browser-debugger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepack": "yarn build"
2020
},
2121
"devDependencies": {
22-
"acorn": "8.17.0"
22+
"acorn": "8.18.0"
2323
},
2424
"dependencies": {
2525
"@datadog/browser-core": "7.8.0",

packages/browser-rum-angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"access": "public"
3939
},
4040
"devDependencies": {
41-
"@angular/common": "22.0.8",
42-
"@angular/compiler": "22.0.8",
43-
"@angular/core": "22.0.8",
44-
"@angular/platform-browser": "22.0.8",
45-
"@angular/router": "22.0.8",
41+
"@angular/common": "22.1.0",
42+
"@angular/compiler": "22.1.0",
43+
"@angular/core": "22.1.0",
44+
"@angular/platform-browser": "22.1.0",
45+
"@angular/router": "22.1.0",
4646
"rxjs": "7.8.2"
4747
}
4848
}

0 commit comments

Comments
 (0)