Skip to content
Open
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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Initialize CodeQL
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
with:
languages: javascript
config-file: .github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM node:20-bookworm-slim AS playwright-pinned-browsers
RUN npx -y playwright@1.40.1 install --with-deps chromium firefox webkit

FROM node:26.6.0-bookworm-slim
FROM node:26.7.0-bookworm-slim

# Node 26 slim images don't bundle yarn — install it globally
RUN npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/react-dom": "19.2.4",
"@wxt-dev/module-react": "1.2.2",
"typescript": "6.0.3",
"vite": "8.2.0"
"vite": "8.2.1"
},
"dependencies": {
"@datadog/browser-core": "workspace:*",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@microsoft/api-extractor": "7.58.12",
"@playwright/test": "1.62.1",
"@salesforce/cli": "2.146.3",
"@salesforce/cli": "2.147.7",
"@swc/core": "1.15.47",
"@types/busboy": "1.5.4",
"@types/chrome": "0.2.5",
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@types/jasmine": "3.10.19",
"@types/node": "26.1.2",
"@types/node": "26.2.0",
"@types/node-forge": "1.3.14",
"@types/ws": "8.18.1",
"@typescript-eslint/utils": "8.65.0",
"@typescript-eslint/utils": "8.66.0",
"ajv": "8.20.0",
"browserstack-local": "1.5.13",
"busboy": "1.6.0",
"chrome-webstore-upload": "6.0.0",
"cors": "2.8.6",
"emoji-name-map": "2.0.3",
"eslint": "10.8.0",
"eslint": "10.8.1",
"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-import-x": "4.17.1",
"eslint-plugin-jasmine": "4.2.2",
Expand All @@ -92,26 +92,26 @@
"minimatch": "10.2.6",
"node-forge": "1.4.0",
"prettier": "3.9.6",
"puppeteer": "25.4.0",
"puppeteer": "25.5.0",
"swc-loader": "0.2.7",
"terser-webpack-plugin": "5.6.1",
"ts-loader": "9.6.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"tsdown": "0.22.14",
"typedoc": "0.28.20",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0",
"undici": "8.9.0",
"typescript-eslint": "8.66.0",
"undici": "8.10.0",
"webpack": "5.109.2",
"webpack-cli": "7.2.2",
"webpack-dev-middleware": "8.1.1",
"ws": "8.21.1"
"ws": "8.21.3"
},
"resolutions": {
"rolldown": "1.2.1"
"rolldown": "1.2.3"
},
"volta": {
"node": "26.6.0",
"node": "26.7.0",
"yarn": "4.18.0"
},
"packageManager": "yarn@4.18.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/browser-rum-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"access": "public"
},
"devDependencies": {
"@angular/common": "22.1.0",
"@angular/compiler": "22.1.0",
"@angular/core": "22.1.0",
"@angular/platform-browser": "22.1.0",
"@angular/router": "22.1.0",
"@angular/common": "22.1.1",
"@angular/compiler": "22.1.1",
"@angular/core": "22.1.1",
"@angular/platform-browser": "22.1.1",
"@angular/router": "22.1.1",
"rxjs": "7.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/browser-rum-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/react": "19.2.18",
"next": "16.2.12",
"next": "16.3.0",
"react": "19.2.8",
"react-dom": "19.2.8"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-rum-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"devDependencies": {
"vue": "3.5.40",
"vue": "3.5.41",
"vue-router": "5.2.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-rum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
},
"devDependencies": {
"@tanstack/react-router": "1.170.18",
"@tanstack/react-router": "1.170.25",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"react": "19.2.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-rum-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
}
},
"devDependencies": {
"@vue/compiler-dom": "3.5.40",
"@vue/compiler-dom": "3.5.41",
"@vue/test-utils": "2.4.11",
"vue": "3.5.40",
"vue": "3.5.41",
"vue-router": "5.2.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions test/apps/microfrontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"build": "rm -rf dist && webpack --config webpack.lib.js && webpack --config webpack.app1.js && webpack --config webpack.app2.js && webpack --config webpack.shell.js"
},
"devDependencies": {
"@datadog/webpack-plugin": "3.2.10",
"@module-federation/enhanced": "2.8.1",
"@datadog/webpack-plugin": "3.2.12",
"@module-federation/enhanced": "2.8.2",
"ts-loader": "9.6.2",
"typescript": "6.0.3",
"webpack": "5.109.2",
Expand Down
Loading
Loading