Skip to content

Commit 3533ddc

Browse files
👷 Update all non-major dependencies
1 parent e79fcc8 commit 3533ddc

26 files changed

Lines changed: 1476 additions & 1481 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
23+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
2424
with:
2525
languages: javascript
2626
config-file: .github/codeql-config.yml
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
29+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2

‎.github/workflows/deploy-generated-docs.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Check out code at tag
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929
with:
3030
fetch-depth: 0
3131

‎.github/workflows/lint-pr-title.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.pull_request.user.type != 'Bot'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1616

1717
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1818
with:

‎.yarn/releases/yarn-4.15.0.cjs‎

Lines changed: 0 additions & 940 deletions
This file was deleted.

‎.yarn/releases/yarn-4.16.0.cjs‎

Lines changed: 944 additions & 0 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.15.0.cjs
1+
yarnPath: .yarn/releases/yarn-4.16.0.cjs
22
defaultSemverRangePrefix: ''
33
nodeLinker: node-modules
44
approvedGitRepositories:

‎developer-extension/package.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"dev": "wxt"
88
},
99
"devDependencies": {
10-
"@types/chrome": "0.1.42",
11-
"@types/react": "19.2.15",
10+
"@types/chrome": "0.1.43",
11+
"@types/react": "19.2.17",
1212
"@types/react-dom": "19.2.3",
1313
"@wxt-dev/module-react": "1.2.2",
1414
"typescript": "6.0.3"
@@ -18,12 +18,12 @@
1818
"@datadog/browser-logs": "workspace:*",
1919
"@datadog/browser-rum": "workspace:*",
2020
"@datadog/browser-rum-core": "workspace:*",
21-
"@mantine/core": "9.2.2",
22-
"@mantine/hooks": "9.2.2",
21+
"@mantine/core": "9.3.0",
22+
"@mantine/hooks": "9.3.0",
2323
"@tabler/icons-react": "3.44.0",
2424
"clsx": "2.1.1",
25-
"react": "19.2.6",
26-
"react-dom": "19.2.6",
25+
"react": "19.2.7",
26+
"react-dom": "19.2.7",
2727
"wxt": "0.20.26"
2828
},
2929
"volta": {

‎package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
"@playwright/test": "1.60.0",
4949
"@swc/core": "1.15.40",
5050
"@types/busboy": "1.5.4",
51-
"@types/chrome": "0.1.42",
51+
"@types/chrome": "0.1.43",
5252
"@types/cors": "2.8.19",
5353
"@types/express": "5.0.6",
5454
"@types/jasmine": "3.10.19",
55-
"@types/node": "25.9.1",
55+
"@types/node": "25.9.2",
5656
"@types/node-forge": "1.3.14",
5757
"@types/ws": "8.18.1",
58-
"@typescript-eslint/utils": "8.60.0",
58+
"@typescript-eslint/utils": "8.60.1",
5959
"ajv": "8.20.0",
6060
"browserstack-local": "1.5.13",
6161
"busboy": "1.6.0",
@@ -66,7 +66,7 @@
6666
"eslint-import-resolver-typescript": "4.4.5",
6767
"eslint-plugin-import-x": "4.16.2",
6868
"eslint-plugin-jasmine": "4.2.2",
69-
"eslint-plugin-jsdoc": "63.0.1",
69+
"eslint-plugin-jsdoc": "63.0.2",
7070
"eslint-plugin-unicorn": "65.0.1",
7171
"express": "5.2.1",
7272
"globals": "17.6.0",
@@ -93,16 +93,16 @@
9393
"tsconfig-paths-webpack-plugin": "4.2.0",
9494
"typedoc": "0.28.19",
9595
"typescript": "6.0.3",
96-
"typescript-eslint": "8.60.0",
97-
"undici": "8.3.0",
96+
"typescript-eslint": "8.60.1",
97+
"undici": "8.4.0",
9898
"webpack": "5.107.2",
9999
"webpack-cli": "7.0.3",
100100
"webpack-dev-middleware": "8.0.3",
101101
"ws": "8.21.0"
102102
},
103103
"volta": {
104-
"node": "26.2.0",
105-
"yarn": "4.15.0"
104+
"node": "26.3.0",
105+
"yarn": "4.16.0"
106106
},
107-
"packageManager": "yarn@4.15.0"
107+
"packageManager": "yarn@4.16.0"
108108
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"extends": "../../package.json"
4444
},
4545
"devDependencies": {
46-
"@types/react": "19.2.15",
47-
"next": "16.2.6",
48-
"react": "19.2.6",
49-
"react-dom": "19.2.6"
46+
"@types/react": "19.2.17",
47+
"next": "16.2.7",
48+
"react": "19.2.7",
49+
"react-dom": "19.2.7"
5050
}
5151
}

0 commit comments

Comments
 (0)