Skip to content

Commit 94c1ff7

Browse files
👷 Update all non-major dependencies
1 parent 3a89cc2 commit 94c1ff7

23 files changed

Lines changed: 1890 additions & 2334 deletions

File tree

‎.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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
23+
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
2424
with:
2525
languages: javascript
2626
config-file: .github/codeql-config.yml
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
29+
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM node:20-bookworm-slim AS playwright-pinned-browsers
55
RUN npx -y playwright@1.40.1 install --with-deps chromium firefox webkit
66

7-
FROM node:26.6.0-bookworm-slim
7+
FROM node:26.7.0-bookworm-slim
88

99
# Node 26 slim images don't bundle yarn — install it globally
1010
RUN npm install -g yarn

‎developer-extension/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/react-dom": "19.2.4",
1313
"@wxt-dev/module-react": "1.2.2",
1414
"typescript": "6.0.3",
15-
"vite": "8.2.0"
15+
"vite": "8.2.1"
1616
},
1717
"dependencies": {
1818
"@datadog/browser-core": "workspace:*",

‎package.json‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,24 @@
5151
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
5252
"@microsoft/api-extractor": "7.58.12",
5353
"@playwright/test": "1.62.1",
54-
"@salesforce/cli": "2.146.3",
54+
"@salesforce/cli": "2.147.7",
5555
"@swc/core": "1.15.47",
5656
"@types/busboy": "1.5.4",
5757
"@types/chrome": "0.2.5",
5858
"@types/cors": "2.8.19",
5959
"@types/express": "5.0.6",
6060
"@types/jasmine": "3.10.19",
61-
"@types/node": "26.1.2",
61+
"@types/node": "26.2.0",
6262
"@types/node-forge": "1.3.14",
6363
"@types/ws": "8.18.1",
64-
"@typescript-eslint/utils": "8.65.0",
64+
"@typescript-eslint/utils": "8.66.0",
6565
"ajv": "8.20.0",
6666
"browserstack-local": "1.5.13",
6767
"busboy": "1.6.0",
6868
"chrome-webstore-upload": "6.0.0",
6969
"cors": "2.8.6",
7070
"emoji-name-map": "2.0.3",
71-
"eslint": "10.8.0",
71+
"eslint": "10.8.1",
7272
"eslint-import-resolver-typescript": "4.4.5",
7373
"eslint-plugin-import-x": "4.17.1",
7474
"eslint-plugin-jasmine": "4.2.2",
@@ -92,26 +92,26 @@
9292
"minimatch": "10.2.6",
9393
"node-forge": "1.4.0",
9494
"prettier": "3.9.6",
95-
"puppeteer": "25.4.0",
95+
"puppeteer": "25.5.0",
9696
"swc-loader": "0.2.7",
9797
"terser-webpack-plugin": "5.6.1",
9898
"ts-loader": "9.6.2",
9999
"tsconfig-paths-webpack-plugin": "4.2.0",
100100
"tsdown": "0.22.14",
101101
"typedoc": "0.28.20",
102102
"typescript": "6.0.3",
103-
"typescript-eslint": "8.65.0",
104-
"undici": "8.9.0",
103+
"typescript-eslint": "8.66.0",
104+
"undici": "8.10.0",
105105
"webpack": "5.109.2",
106106
"webpack-cli": "7.2.2",
107107
"webpack-dev-middleware": "8.1.1",
108-
"ws": "8.21.1"
108+
"ws": "8.21.3"
109109
},
110110
"resolutions": {
111-
"rolldown": "1.2.1"
111+
"rolldown": "1.2.3"
112112
},
113113
"volta": {
114-
"node": "26.6.0",
114+
"node": "26.7.0",
115115
"yarn": "4.18.0"
116116
},
117117
"packageManager": "yarn@4.18.0"

‎packages/browser-rum-angular/package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"access": "public"
3939
},
4040
"devDependencies": {
41-
"@angular/common": "22.1.0",
42-
"@angular/compiler": "22.1.0",
43-
"@angular/core": "22.1.0",
44-
"@angular/platform-browser": "22.1.0",
45-
"@angular/router": "22.1.0",
41+
"@angular/common": "22.1.1",
42+
"@angular/compiler": "22.1.1",
43+
"@angular/core": "22.1.1",
44+
"@angular/platform-browser": "22.1.1",
45+
"@angular/router": "22.1.1",
4646
"rxjs": "7.8.2"
4747
}
4848
}

‎packages/browser-rum-nextjs/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@types/react": "19.2.18",
47-
"next": "16.2.12",
47+
"next": "16.3.0",
4848
"react": "19.2.8",
4949
"react-dom": "19.2.8"
5050
}

‎packages/browser-rum-nuxt/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
"devDependencies": {
47-
"vue": "3.5.40",
47+
"vue": "3.5.41",
4848
"vue-router": "5.2.0"
4949
},
5050
"repository": {

‎packages/browser-rum-react/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555
},
5656
"devDependencies": {
57-
"@tanstack/react-router": "1.170.18",
57+
"@tanstack/react-router": "1.170.25",
5858
"@types/react": "19.2.18",
5959
"@types/react-dom": "19.2.4",
6060
"react": "19.2.8",

‎packages/browser-rum-vue/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
}
4343
},
4444
"devDependencies": {
45-
"@vue/compiler-dom": "3.5.40",
45+
"@vue/compiler-dom": "3.5.41",
4646
"@vue/test-utils": "2.4.11",
47-
"vue": "3.5.40",
47+
"vue": "3.5.41",
4848
"vue-router": "5.2.0"
4949
},
5050
"repository": {

‎test/apps/microfrontend/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"build": "rm -rf dist && webpack --config webpack.lib.js && webpack --config webpack.app1.js && webpack --config webpack.app2.js && webpack --config webpack.shell.js"
66
},
77
"devDependencies": {
8-
"@datadog/webpack-plugin": "3.2.10",
9-
"@module-federation/enhanced": "2.8.1",
8+
"@datadog/webpack-plugin": "3.2.12",
9+
"@module-federation/enhanced": "2.8.2",
1010
"ts-loader": "9.6.2",
1111
"typescript": "6.0.3",
1212
"webpack": "5.109.2",

0 commit comments

Comments
 (0)