Skip to content

Commit 6b502ea

Browse files
👷 Update all non-major dependencies (#3840)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thomas Lebeau <[email protected]>
1 parent 15451b4 commit 6b502ea

File tree

8 files changed

+188
-219
lines changed

8 files changed

+188
-219
lines changed

‎.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
23+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
2424
with:
2525
languages: javascript
2626
config-file: .github/codeql-config.yml
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
29+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3

‎.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-38
33
APP: 'browser-sdk'
4-
CURRENT_CI_IMAGE: 89
4+
CURRENT_CI_IMAGE: 90
55
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io'
66
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
77
GIT_REPOSITORY: '[email protected]:DataDog/browser-sdk.git'

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.7.0-bookworm-slim
1+
FROM node:24.8.0-bookworm-slim
22

33
ARG CHROME_PACKAGE_VERSION
44

‎developer-extension/package.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"devDependencies": {
1010
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
11-
"@types/chrome": "0.1.6",
12-
"@types/react": "19.1.12",
11+
"@types/chrome": "0.1.11",
12+
"@types/react": "19.1.13",
1313
"@types/react-dom": "19.1.9",
1414
"@types/webpack-env": "^1.18.4",
1515
"@webextension-toolbox/webpack-webextension-plugin": "3.3.1",
@@ -28,8 +28,8 @@
2828
"@datadog/browser-core": "workspace:*",
2929
"@datadog/browser-logs": "workspace:*",
3030
"@datadog/browser-rum": "workspace:*",
31-
"@mantine/core": "8.2.8",
32-
"@mantine/hooks": "8.2.8",
31+
"@mantine/core": "8.3.1",
32+
"@mantine/hooks": "8.3.1",
3333
"@tabler/icons-react": "3.34.1",
3434
"clsx": "2.1.1",
3535
"react": "19.1.1",

‎package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
4444
"@playwright/test": "1.53.0",
4545
"@swc/core": "1.13.5",
46-
"@types/chrome": "0.1.6",
46+
"@types/chrome": "0.1.11",
4747
"@types/connect-busboy": "1.0.3",
4848
"@types/cors": "2.8.19",
4949
"@types/express": "5.0.3",
5050
"@types/jasmine": "3.10.18",
51-
"@types/node": "24.3.1",
51+
"@types/node": "24.4.0",
5252
"ajv": "8.17.1",
5353
"browserstack-local": "1.5.8",
5454
"chrome-webstore-upload": "3.2.0",
@@ -59,11 +59,11 @@
5959
"eslint-module-utils": "2.12.1",
6060
"eslint-plugin-import": "2.32.0",
6161
"eslint-plugin-jasmine": "4.2.2",
62-
"eslint-plugin-jsdoc": "54.5.0",
63-
"eslint-plugin-unicorn": "61.0.1",
62+
"eslint-plugin-jsdoc": "54.7.0",
63+
"eslint-plugin-unicorn": "61.0.2",
6464
"express": "5.1.0",
6565
"glob": "11.0.3",
66-
"globals": "16.3.0",
66+
"globals": "16.4.0",
6767
"html-webpack-plugin": "5.6.4",
6868
"http-server": "14.1.1",
6969
"jasmine-core": "3.99.1",
@@ -81,15 +81,15 @@
8181
"minimatch": "10.0.3",
8282
"npm-run-all": "4.1.5",
8383
"prettier": "3.6.2",
84-
"puppeteer": "24.19.0",
84+
"puppeteer": "24.20.0",
8585
"swc-loader": "0.2.6",
8686
"terser-webpack-plugin": "5.3.14",
8787
"ts-loader": "9.5.4",
8888
"ts-node": "10.9.2",
8989
"tsconfig-paths-webpack-plugin": "4.2.0",
90-
"typedoc": "0.28.12",
90+
"typedoc": "0.28.13",
9191
"typescript": "5.9.2",
92-
"typescript-eslint": "8.42.0",
92+
"typescript-eslint": "8.43.0",
9393
"webpack": "5.101.3",
9494
"webpack-cli": "6.0.1",
9595
"webpack-dev-middleware": "7.4.3"
@@ -98,7 +98,7 @@
9898
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
9999
},
100100
"volta": {
101-
"node": "24.7.0",
101+
"node": "24.8.0",
102102
"yarn": "4.9.4"
103103
},
104104
"packageManager": "[email protected]"

‎packages/rum-react/package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
}
4040
},
4141
"devDependencies": {
42-
"@types/react": "19.1.12",
42+
"@types/react": "19.1.13",
4343
"@types/react-dom": "19.1.9",
4444
"react": "19.1.1",
4545
"react-dom": "19.1.1",
46-
"react-router": "7.8.2",
47-
"react-router-dom": "7.8.2",
46+
"react-router": "7.9.1",
47+
"react-router-dom": "7.9.1",
4848
"react-router-dom-6": "npm:[email protected]"
4949
},
5050
"repository": {

‎performances/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"start": "ts-node ./src/main.ts"
77
},
88
"dependencies": {
9-
"@types/node": "24.3.1",
9+
"@types/node": "24.4.0",
1010
"@types/node-forge": "1.3.14",
1111
"node-forge": "1.3.1",
12-
"puppeteer": "24.19.0",
12+
"puppeteer": "24.20.0",
1313
"ts-node": "10.9.2"
1414
},
1515
"volta": {

0 commit comments

Comments
 (0)