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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Initialize CodeQL
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
uses: github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
with:
languages: javascript
config-file: .github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
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-07
APP: 'browser-sdk'
CURRENT_CI_IMAGE: 99
CURRENT_CI_IMAGE: 100
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io'
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
GIT_REPOSITORY: 'git@github.com: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:25.5.0-bookworm-slim
FROM node:25.6.0-bookworm-slim

ARG CHROME_PACKAGE_VERSION

Expand Down
10 changes: 5 additions & 5 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@types/chrome": "0.1.36",
"@types/react": "19.2.9",
"@types/react": "19.2.11",
"@types/react-dom": "19.2.3",
"@wxt-dev/module-react": "1.1.5",
"typescript": "5.9.3"
Expand All @@ -17,12 +17,12 @@
"@datadog/browser-core": "workspace:*",
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@mantine/core": "8.3.13",
"@mantine/hooks": "8.3.13",
"@mantine/core": "8.3.14",
"@mantine/hooks": "8.3.14",
"@tabler/icons-react": "3.36.1",
"clsx": "2.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"wxt": "0.20.13"
},
"volta": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@eslint/js": "9.39.2",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@playwright/test": "1.58.1",
"@swc/core": "1.15.10",
"@swc/core": "1.15.11",
"@types/chrome": "0.1.36",
"@types/connect-busboy": "1.0.3",
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@types/jasmine": "3.10.19",
"@types/node": "25.0.10",
"@types/node": "25.2.0",
"@types/node-forge": "1.3.14",
"ajv": "8.17.1",
"browserstack-local": "1.5.8",
Expand All @@ -67,10 +67,10 @@
"eslint-module-utils": "2.12.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jasmine": "4.2.2",
"eslint-plugin-jsdoc": "62.4.1",
"eslint-plugin-jsdoc": "62.5.1",
"eslint-plugin-unicorn": "62.0.0",
"express": "5.2.1",
"globals": "17.1.0",
"globals": "17.3.0",
"html-webpack-plugin": "5.6.6",
"http-server": "14.1.1",
"jasmine-core": "3.99.1",
Expand All @@ -85,27 +85,27 @@
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.0",
"lerna": "9.0.3",
"minimatch": "10.1.1",
"minimatch": "10.1.2",
"node-forge": "1.3.3",
"prettier": "3.8.1",
"puppeteer": "24.36.0",
"puppeteer": "24.36.1",
"swc-loader": "0.2.7",
"terser-webpack-plugin": "5.3.16",
"ts-loader": "9.5.4",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typedoc": "0.28.16",
"typescript": "5.9.3",
"typescript-eslint": "8.53.1",
"typescript-eslint": "8.54.0",
"undici": "7.19.1",
"webpack": "5.104.1",
"webpack": "5.105.0",
"webpack-cli": "6.0.1",
"webpack-dev-middleware": "7.4.5"
},
"resolutions": {
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
},
"volta": {
"node": "25.5.0",
"node": "25.6.0",
"yarn": "4.12.0"
},
"packageManager": "yarn@4.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/flagging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"access": "public"
},
"devDependencies": {
"webpack": "5.104.1"
"webpack": "5.105.0"
}
}
6 changes: 3 additions & 3 deletions packages/rum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
}
},
"devDependencies": {
"@types/react": "19.2.9",
"@types/react": "19.2.11",
"@types/react-dom": "19.2.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router": "7.13.0",
"react-router-dom": "7.13.0",
"react-router-dom-6": "npm:react-router-dom@6.30.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"access": "public"
},
"devDependencies": {
"webpack": "5.104.1"
"webpack": "5.105.0"
}
}
2 changes: 1 addition & 1 deletion test/apps/base-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@datadog/browser-worker": "file:../../../packages/worker/package.tgz"
},
"devDependencies": {
"webpack": "5.104.1",
"webpack": "5.105.0",
"webpack-cli": "6.0.1"
}
}
18 changes: 9 additions & 9 deletions test/apps/base-extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ __metadata:
languageName: node
linkType: hard

"enhanced-resolve@npm:^5.17.4":
"enhanced-resolve@npm:^5.19.0":
version: 5.19.0
resolution: "enhanced-resolve@npm:5.19.0"
dependencies:
Expand Down Expand Up @@ -866,7 +866,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "rum-testing-extension@workspace:."
dependencies:
webpack: "npm:5.104.1"
webpack: "npm:5.105.0"
webpack-cli: "npm:6.0.1"
peerDependencies:
"@datadog/browser-logs": "*"
Expand Down Expand Up @@ -1029,7 +1029,7 @@ __metadata:
languageName: node
linkType: hard

"watchpack@npm:^2.4.4":
"watchpack@npm:^2.5.1":
version: 2.5.1
resolution: "watchpack@npm:2.5.1"
dependencies:
Expand Down Expand Up @@ -1087,9 +1087,9 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5.104.1":
version: 5.104.1
resolution: "webpack@npm:5.104.1"
"webpack@npm:5.105.0":
version: 5.105.0
resolution: "webpack@npm:5.105.0"
dependencies:
"@types/eslint-scope": "npm:^3.7.7"
"@types/estree": "npm:^1.0.8"
Expand All @@ -1101,7 +1101,7 @@ __metadata:
acorn-import-phases: "npm:^1.0.3"
browserslist: "npm:^4.28.1"
chrome-trace-event: "npm:^1.0.2"
enhanced-resolve: "npm:^5.17.4"
enhanced-resolve: "npm:^5.19.0"
es-module-lexer: "npm:^2.0.0"
eslint-scope: "npm:5.1.1"
events: "npm:^3.2.0"
Expand All @@ -1114,14 +1114,14 @@ __metadata:
schema-utils: "npm:^4.3.3"
tapable: "npm:^2.3.0"
terser-webpack-plugin: "npm:^5.3.16"
watchpack: "npm:^2.4.4"
watchpack: "npm:^2.5.1"
webpack-sources: "npm:^3.3.3"
peerDependenciesMeta:
webpack-cli:
optional: true
bin:
webpack: bin/webpack.js
checksum: 10c0/ea78c57f80bbd7684f4f1bb38a18408ab0ef4c5b962e25ad382c595d10b9e9701e077f5248a8cef5f127a55902698664c18837e64243bb972fbecf4e5d9aaab0
checksum: 10c0/4aea6b976485b5364e122f301c08f48efa84ddb2c0cb5d09f27445d1f2da0b9875cd889e41b58cac3ff05618a9c965be716df52586d151b5f52a7bbed7662174
languageName: node
linkType: hard

Expand Down
14 changes: 7 additions & 7 deletions test/apps/react-heavy-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"preview": "vite preview"
},
"dependencies": {
"react": "19.2.3",
"react-dom": "19.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-router-dom": "7.13.0",
"react-window": "2.2.5",
"react-window": "2.2.6",
"recharts": "3.7.0"
},
"devDependencies": {
"@types/node": "25.0.10",
"@types/react": "19.2.9",
"@types/node": "25.2.0",
"@types/react": "19.2.11",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.2",
"globals": "17.1.0",
"@vitejs/plugin-react": "5.1.3",
"globals": "17.3.0",
"typescript": "5.9.3",
"vite": "7.3.1"
}
Expand Down
Loading