Skip to content

Commit 5844f86

Browse files
Merge branch 'main' into beltran.bulbarella/RUM-11247_2
2 parents 9ecbbfb + e1dfb7e commit 5844f86

File tree

8 files changed

+256
-270
lines changed

8 files changed

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

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

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Setup Node.js
33-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
33+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3434
with:
3535
node-version: '23'
3636
cache: 'yarn'
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
4949

5050
- name: Upload artifact
51-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
51+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
5252
with:
5353
path: './docs'
5454

.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@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
17+
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
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,5 +1,5 @@
11
variables:
2-
CURRENT_STAGING: staging-36
2+
CURRENT_STAGING: staging-37
33
APP: 'browser-sdk'
44
CURRENT_CI_IMAGE: 89
55
BUILD_STABLE_REGISTRY: 'registry.ddbuild.io'

developer-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
11-
"@types/chrome": "0.1.4",
11+
"@types/chrome": "0.1.6",
1212
"@types/react": "19.1.12",
1313
"@types/react-dom": "19.1.9",
1414
"@types/webpack-env": "^1.18.4",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"docs:serve": "typedoc && npx http-server ./docs -p 8080 -o"
4040
},
4141
"devDependencies": {
42-
"@eslint/js": "9.34.0",
42+
"@eslint/js": "9.35.0",
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.4",
46+
"@types/chrome": "0.1.6",
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.0",
51+
"@types/node": "24.3.1",
5252
"ajv": "8.17.1",
5353
"browserstack-local": "1.5.8",
5454
"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.34.0",
58+
"eslint": "9.35.0",
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.1.1",
63-
"eslint-plugin-unicorn": "60.0.0",
62+
"eslint-plugin-jsdoc": "54.5.0",
63+
"eslint-plugin-unicorn": "61.0.1",
6464
"express": "5.1.0",
6565
"glob": "11.0.3",
6666
"globals": "16.3.0",
@@ -81,18 +81,18 @@
8181
"minimatch": "10.0.3",
8282
"npm-run-all": "4.1.5",
8383
"prettier": "3.6.2",
84-
"puppeteer": "24.18.0",
84+
"puppeteer": "24.19.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",
9090
"typedoc": "0.28.12",
9191
"typescript": "5.9.2",
92-
"typescript-eslint": "8.41.0",
92+
"typescript-eslint": "8.42.0",
9393
"webpack": "5.101.3",
9494
"webpack-cli": "6.0.1",
95-
"webpack-dev-middleware": "7.4.2"
95+
"webpack-dev-middleware": "7.4.3"
9696
},
9797
"resolutions": {
9898
"puppeteer-core@npm:21.11.0/ws": "8.17.1"

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.0",
9+
"@types/node": "24.3.1",
1010
"@types/node-forge": "1.3.14",
1111
"node-forge": "1.3.1",
12-
"puppeteer": "24.18.0",
12+
"puppeteer": "24.19.0",
1313
"ts-node": "10.9.2"
1414
},
1515
"volta": {

0 commit comments

Comments
 (0)