Skip to content

Commit fb19b9b

Browse files
👷 Update all non-major dependencies (#4031)
* 👷 Update all non-major dependencies * ⬆️ bump nodejs version in dockerfile * ✅ fix eslint type issue -- navigate() can return a promise I'm not sure why this was not an issue before the update. It looks like typescript is randomly chosing react-router-dom v6 or v7 types. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benoit Zugmeyer <benoit.zugmeyer@datadoghq.com>
1 parent 0def007 commit fb19b9b

24 files changed

Lines changed: 668 additions & 981 deletions

File tree

.github/workflows/changelog-to-confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
13+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1414

1515
- name: Prepare Only Changelog
1616
run: |

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
23+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
2424
with:
2525
languages: javascript
2626
config-file: .github/codeql-config.yml
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
29+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- name: Check out code at tag
28-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929
with:
3030
fetch-depth: 0
3131

3232
- name: Setup Node.js
33-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
33+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3434
with:
3535
node-version: '23'
3636
cache: 'yarn'

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
stale:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
17+
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
1818
with:
1919
# See documentation at https://github.com/actions/stale?tab=readme-ov-file#all-options
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}

.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-02
33
APP: 'browser-sdk'
4-
CURRENT_CI_IMAGE: 94
4+
CURRENT_CI_IMAGE: 95
55
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io'
66
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'
77
GIT_REPOSITORY: 'git@github.com: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.11.1-bookworm-slim
1+
FROM node:24.12.0-bookworm-slim
22

33
ARG CHROME_PACKAGE_VERSION
44

developer-extension/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "wxt"
88
},
99
"devDependencies": {
10-
"@types/chrome": "0.1.31",
10+
"@types/chrome": "0.1.32",
1111
"@types/react": "19.2.7",
1212
"@types/react-dom": "19.2.3",
1313
"@wxt-dev/module-react": "1.1.5",
@@ -17,13 +17,13 @@
1717
"@datadog/browser-core": "workspace:*",
1818
"@datadog/browser-logs": "workspace:*",
1919
"@datadog/browser-rum": "workspace:*",
20-
"@mantine/core": "8.3.9",
21-
"@mantine/hooks": "8.3.9",
22-
"@tabler/icons-react": "3.35.0",
20+
"@mantine/core": "8.3.10",
21+
"@mantine/hooks": "8.3.10",
22+
"@tabler/icons-react": "3.36.0",
2323
"clsx": "2.1.1",
24-
"react": "19.2.0",
25-
"react-dom": "19.2.0",
26-
"wxt": "0.20.11"
24+
"react": "19.2.3",
25+
"react-dom": "19.2.3",
26+
"wxt": "0.20.13"
2727
},
2828
"volta": {
2929
"extends": "../package.json"

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
"docs:serve": "typedoc && npx http-server ./docs -p 8080 -o"
4646
},
4747
"devDependencies": {
48-
"@eslint/js": "9.39.1",
48+
"@eslint/js": "9.39.2",
4949
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
5050
"@playwright/test": "1.56.1",
51-
"@swc/core": "1.15.3",
52-
"@types/chrome": "0.1.31",
51+
"@swc/core": "1.15.7",
52+
"@types/chrome": "0.1.32",
5353
"@types/connect-busboy": "1.0.3",
5454
"@types/cors": "2.8.19",
55-
"@types/express": "5.0.5",
55+
"@types/express": "5.0.6",
5656
"@types/jasmine": "3.10.18",
57-
"@types/node": "24.10.1",
57+
"@types/node": "24.10.4",
5858
"@types/node-forge": "1.3.14",
5959
"ajv": "8.17.1",
6060
"browserstack-local": "1.5.8",
6161
"chrome-webstore-upload": "4.0.3",
6262
"connect-busboy": "1.0.0",
6363
"cors": "2.8.5",
6464
"emoji-name-map": "2.0.3",
65-
"eslint": "9.39.1",
65+
"eslint": "9.39.2",
6666
"eslint-import-resolver-typescript": "4.4.4",
6767
"eslint-module-utils": "2.12.1",
6868
"eslint-plugin-import": "2.32.0",
6969
"eslint-plugin-jasmine": "4.2.2",
70-
"eslint-plugin-jsdoc": "61.4.1",
70+
"eslint-plugin-jsdoc": "61.5.0",
7171
"eslint-plugin-unicorn": "62.0.0",
72-
"express": "5.1.0",
72+
"express": "5.2.1",
7373
"globals": "16.5.0",
7474
"html-webpack-plugin": "5.6.5",
7575
"http-server": "14.1.1",
@@ -86,25 +86,25 @@
8686
"karma-webpack": "5.0.0",
8787
"lerna": "9.0.3",
8888
"minimatch": "10.1.1",
89-
"node-forge": "1.3.2",
90-
"prettier": "3.7.3",
91-
"puppeteer": "24.31.0",
89+
"node-forge": "1.3.3",
90+
"prettier": "3.7.4",
91+
"puppeteer": "24.34.0",
9292
"swc-loader": "0.2.6",
93-
"terser-webpack-plugin": "5.3.14",
93+
"terser-webpack-plugin": "5.3.16",
9494
"ts-loader": "9.5.4",
9595
"tsconfig-paths-webpack-plugin": "4.2.0",
9696
"typedoc": "0.28.15",
9797
"typescript": "5.9.3",
98-
"typescript-eslint": "8.48.0",
99-
"webpack": "5.103.0",
98+
"typescript-eslint": "8.50.1",
99+
"webpack": "5.104.1",
100100
"webpack-cli": "6.0.1",
101101
"webpack-dev-middleware": "7.4.5"
102102
},
103103
"resolutions": {
104104
"puppeteer-core@npm:21.11.0/ws": "8.17.1"
105105
},
106106
"volta": {
107-
"node": "24.11.1",
107+
"node": "24.12.0",
108108
"yarn": "4.12.0"
109109
},
110110
"packageManager": "yarn@4.12.0"

packages/flagging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"access": "public"
3333
},
3434
"devDependencies": {
35-
"webpack": "5.103.0"
35+
"webpack": "5.104.1"
3636
}
3737
}

packages/rum-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"devDependencies": {
3939
"@types/react": "19.2.7",
4040
"@types/react-dom": "19.2.3",
41-
"react": "19.2.0",
42-
"react-dom": "19.2.0",
43-
"react-router": "7.9.6",
44-
"react-router-dom": "7.9.6",
41+
"react": "19.2.3",
42+
"react-dom": "19.2.3",
43+
"react-router": "7.11.0",
44+
"react-router-dom": "7.11.0",
4545
"react-router-dom-6": "npm:react-router-dom@6.30.2"
4646
},
4747
"repository": {

0 commit comments

Comments
 (0)