Skip to content

Commit 1190125

Browse files
πŸ‘· Update all non-major dependencies (#3782)
* πŸ‘· Update all non-major dependencies * bump image version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benoit Zugmeyer <[email protected]>
1 parent 1916207 commit 1190125

File tree

13 files changed

+672
-672
lines changed

13 files changed

+672
-672
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@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
23+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
2424
with:
2525
languages: javascript
2626
config-file: .github/codeql-config.yml
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
29+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11

β€Ž.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-36
33
APP: 'browser-sdk'
4-
CURRENT_CI_IMAGE: 88
4+
CURRENT_CI_IMAGE: 89
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'

β€Ž.yarn/releases/yarn-4.9.2.cjsβ€Ž renamed to β€Ž.yarn/releases/yarn-4.9.4.cjsβ€Ž

Lines changed: 358 additions & 358 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.9.2.cjs
1+
yarnPath: .yarn/releases/yarn-4.9.4.cjs
22
defaultSemverRangePrefix: ''
33
nodeLinker: node-modules
44

β€ŽDockerfileβ€Ž

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

33
ARG CHROME_PACKAGE_VERSION
44

β€Ždeveloper-extension/package.jsonβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@
88
},
99
"devDependencies": {
1010
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
11-
"@types/chrome": "0.1.3",
12-
"@types/react": "19.1.10",
13-
"@types/react-dom": "19.1.7",
11+
"@types/chrome": "0.1.4",
12+
"@types/react": "19.1.12",
13+
"@types/react-dom": "19.1.9",
1414
"@types/webpack-env": "^1.18.4",
1515
"@webextension-toolbox/webpack-webextension-plugin": "3.3.1",
16-
"copy-webpack-plugin": "13.0.0",
16+
"copy-webpack-plugin": "13.0.1",
1717
"css-loader": "7.1.2",
18-
"html-webpack-plugin": "5.6.3",
18+
"html-webpack-plugin": "5.6.4",
1919
"react-refresh": "^0.17.0",
2020
"react-refresh-typescript": "^2.0.9",
2121
"style-loader": "4.0.0",
2222
"typescript": "5.9.2",
23-
"webpack": "5.101.0",
23+
"webpack": "5.101.3",
2424
"webpack-cli": "^6.0.0",
2525
"webpack-dev-server": "^5.0.4"
2626
},
2727
"dependencies": {
2828
"@datadog/browser-core": "workspace:*",
2929
"@datadog/browser-logs": "workspace:*",
3030
"@datadog/browser-rum": "workspace:*",
31-
"@mantine/core": "8.2.4",
32-
"@mantine/hooks": "8.2.4",
31+
"@mantine/core": "8.2.8",
32+
"@mantine/hooks": "8.2.8",
3333
"@tabler/icons-react": "3.34.1",
3434
"clsx": "2.1.1",
3535
"react": "19.1.1",

β€Žpackage.jsonβ€Ž

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@
3939
"docs:serve": "typedoc && npx http-server ./docs -p 8080 -o"
4040
},
4141
"devDependencies": {
42-
"@eslint/js": "9.33.0",
42+
"@eslint/js": "9.34.0",
4343
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
4444
"@playwright/test": "1.53.0",
45-
"@swc/core": "1.13.3",
46-
"@types/chrome": "0.1.3",
45+
"@swc/core": "1.13.5",
46+
"@types/chrome": "0.1.4",
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.2.1",
51+
"@types/node": "24.3.0",
5252
"ajv": "8.17.1",
5353
"browserstack-local": "1.5.8",
54-
"chrome-webstore-upload": "3.1.4",
54+
"chrome-webstore-upload": "3.2.0",
5555
"connect-busboy": "1.0.0",
5656
"cors": "2.8.5",
5757
"emoji-name-map": "2.0.3",
58-
"eslint": "9.33.0",
58+
"eslint": "9.34.0",
5959
"eslint-module-utils": "2.12.1",
6060
"eslint-plugin-import": "2.32.0",
6161
"eslint-plugin-jasmine": "4.2.2",
@@ -64,7 +64,7 @@
6464
"express": "5.1.0",
6565
"glob": "11.0.3",
6666
"globals": "16.3.0",
67-
"html-webpack-plugin": "5.6.3",
67+
"html-webpack-plugin": "5.6.4",
6868
"http-server": "14.1.1",
6969
"jasmine-core": "3.99.1",
7070
"json-schema-to-typescript": "bcaudan/json-schema-to-typescript#bcaudan/add-readonly-support",
@@ -81,25 +81,25 @@
8181
"minimatch": "10.0.3",
8282
"npm-run-all": "4.1.5",
8383
"prettier": "3.6.2",
84-
"puppeteer": "24.16.1",
84+
"puppeteer": "24.18.0",
8585
"swc-loader": "0.2.6",
8686
"terser-webpack-plugin": "5.3.14",
87-
"ts-loader": "9.5.2",
87+
"ts-loader": "9.5.4",
8888
"ts-node": "10.9.2",
8989
"tsconfig-paths-webpack-plugin": "4.2.0",
90-
"typedoc": "0.28.10",
90+
"typedoc": "0.28.12",
9191
"typescript": "5.9.2",
92-
"typescript-eslint": "8.39.1",
93-
"webpack": "5.101.0",
92+
"typescript-eslint": "8.41.0",
93+
"webpack": "5.101.3",
9494
"webpack-cli": "6.0.1",
9595
"webpack-dev-middleware": "7.4.2"
9696
},
9797
"resolutions": {
9898
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
9999
},
100100
"volta": {
101-
"node": "24.5.0",
102-
"yarn": "4.9.2"
101+
"node": "24.7.0",
102+
"yarn": "4.9.4"
103103
},
104-
"packageManager": "[email protected].2"
104+
"packageManager": "[email protected].4"
105105
}

β€Žpackages/flagging/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
},
3939
"devDependencies": {
4040
"npm-run-all": "4.1.5",
41-
"webpack": "5.101.0"
41+
"webpack": "5.101.3"
4242
}
4343
}

β€Žpackages/rum-react/package.jsonβ€Ž

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

β€Žpackages/rum/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"directory": "packages/rum"
3232
},
3333
"devDependencies": {
34-
"@types/pako": "2.0.3",
34+
"@types/pako": "2.0.4",
3535
"pako": "2.1.0"
3636
},
3737
"volta": {

0 commit comments

Comments
Β (0)