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 .github/workflows/changelog-to-confluence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Prepare Only Changelog
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Initialize CodeQL
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: javascript
config-file: .github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
2 changes: 1 addition & 1 deletion .github/workflows/deploy-generated-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Check out code at tag
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event.pull_request.user.type != 'Bot'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
Expand Down
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-25
APP: 'browser-sdk'
CURRENT_CI_IMAGE: 112
CURRENT_CI_IMAGE: 113
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
940 changes: 0 additions & 940 deletions .yarn/releases/yarn-4.15.0.cjs

This file was deleted.

944 changes: 944 additions & 0 deletions .yarn/releases/yarn-4.16.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yarnPath: .yarn/releases/yarn-4.15.0.cjs
yarnPath: .yarn/releases/yarn-4.16.0.cjs
defaultSemverRangePrefix: ''
nodeLinker: node-modules
approvedGitRepositories:
Expand Down
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.2.0-bookworm-slim
FROM node:26.3.0-bookworm-slim

# Node 26 slim images don't bundle yarn — install it globally
RUN npm install -g yarn
Expand Down
12 changes: 6 additions & 6 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dev": "wxt"
},
"devDependencies": {
"@types/chrome": "0.1.42",
"@types/react": "19.2.15",
"@types/chrome": "0.1.43",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@wxt-dev/module-react": "1.2.2",
"typescript": "6.0.3"
Expand All @@ -18,12 +18,12 @@
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@datadog/browser-rum-core": "workspace:*",
"@mantine/core": "9.2.2",
"@mantine/hooks": "9.2.2",
"@mantine/core": "9.3.0",
"@mantine/hooks": "9.3.0",
"@tabler/icons-react": "3.44.0",
"clsx": "2.1.1",
"react": "19.2.6",
"react-dom": "19.2.6",
"react": "19.2.7",
"react-dom": "19.2.7",
"wxt": "0.20.26"
},
"volta": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"@playwright/test": "1.60.0",
"@swc/core": "1.15.40",
"@types/busboy": "1.5.4",
"@types/chrome": "0.1.42",
"@types/chrome": "0.1.43",
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@types/jasmine": "3.10.19",
"@types/node": "25.9.1",
"@types/node": "25.9.2",
"@types/node-forge": "1.3.14",
"@types/ws": "8.18.1",
"@typescript-eslint/utils": "8.60.0",
"@typescript-eslint/utils": "8.60.1",
"ajv": "8.20.0",
"browserstack-local": "1.5.13",
"busboy": "1.6.0",
Expand All @@ -66,7 +66,7 @@
"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-jasmine": "4.2.2",
"eslint-plugin-jsdoc": "63.0.1",
"eslint-plugin-jsdoc": "63.0.2",
"eslint-plugin-unicorn": "65.0.1",
"express": "5.2.1",
"globals": "17.6.0",
Expand All @@ -93,16 +93,16 @@
"tsconfig-paths-webpack-plugin": "4.2.0",
"typedoc": "0.28.19",
"typescript": "6.0.3",
"typescript-eslint": "8.60.0",
"undici": "8.3.0",
"typescript-eslint": "8.60.1",
"undici": "8.4.0",
"webpack": "5.107.2",
"webpack-cli": "7.0.3",
"webpack-dev-middleware": "8.0.3",
"ws": "8.21.0"
},
"volta": {
"node": "26.2.0",
"yarn": "4.15.0"
"node": "26.3.0",
"yarn": "4.16.0"
},
"packageManager": "yarn@4.15.0"
"packageManager": "yarn@4.16.0"
}
8 changes: 4 additions & 4 deletions packages/browser-rum-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"extends": "../../package.json"
},
"devDependencies": {
"@types/react": "19.2.15",
"next": "16.2.6",
"react": "19.2.6",
"react-dom": "19.2.6"
"@types/react": "19.2.17",
"next": "16.2.7",
"react": "19.2.7",
"react-dom": "19.2.7"
}
}
12 changes: 6 additions & 6 deletions packages/browser-rum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
}
},
"devDependencies": {
"@tanstack/react-router": "1.170.10",
"@types/react": "19.2.15",
"@tanstack/react-router": "1.170.15",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-router": "7.16.0",
"react-router-dom": "7.16.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-router": "7.17.0",
"react-router-dom": "7.17.0",
"react-router-dom-6": "npm:react-router-dom@6.30.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-rum-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"devDependencies": {
"@vue/test-utils": "2.4.10",
"@vue/test-utils": "2.4.11",
"vue": "3.5.35",
"vue-router": "5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/apps/instrumentation-overhead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"volta": {
"extends": "../../../package.json"
},
"packageManager": "yarn@4.15.0"
"packageManager": "yarn@4.16.0"
}
2 changes: 1 addition & 1 deletion test/apps/microfrontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@datadog/webpack-plugin": "3.1.8",
"@module-federation/enhanced": "2.5.0",
"@module-federation/enhanced": "2.5.1",
"ts-loader": "9.6.0",
"typescript": "6.0.3",
"webpack": "5.107.2",
Expand Down
Loading
Loading