Skip to content

Commit cff2c90

Browse files
⬆️ upgrade dependencies (#4490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b163e2 commit cff2c90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2813
-3628
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.event_name == 'merge_group'
2222
run: echo "CLA verification not needed for merge queue - already checked on PR"
2323

24-
- uses: DataDog/dd-octo-sts-action@acaa02eee7e3bb0839e4272dacb37b8f3b58ba80 # v1.0.3
24+
- uses: DataDog/dd-octo-sts-action@96a25462dbcb10ebf0bfd6e2ccc917d2ab235b9a # v1.0.4
2525
if: github.event_name != 'merge_group'
2626
id: octo-sts
2727
with:

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
23+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
29+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1

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

Lines changed: 1 addition & 1 deletion
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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
33+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3434
with:
3535
node-version: '23'
3636
cache: 'yarn'

.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-16
33
APP: 'browser-sdk'
4-
CURRENT_CI_IMAGE: 102
4+
CURRENT_CI_IMAGE: 103
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'

.yarn/releases/yarn-4.12.0.cjs

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

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 940 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.12.0.cjs
1+
yarnPath: .yarn/releases/yarn-4.13.0.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:25.6.1-bookworm-slim
1+
FROM node:25.9.0-bookworm-slim
22

33
ARG CHROME_PACKAGE_VERSION
44

developer-extension/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77
"dev": "wxt"
88
},
99
"devDependencies": {
10-
"@types/chrome": "0.1.37",
10+
"@types/chrome": "0.1.40",
1111
"@types/react": "19.2.14",
1212
"@types/react-dom": "19.2.3",
13-
"@wxt-dev/module-react": "1.1.5",
14-
"typescript": "5.9.3"
13+
"@wxt-dev/module-react": "1.2.2",
14+
"typescript": "6.0.2"
1515
},
1616
"dependencies": {
1717
"@datadog/browser-core": "workspace:*",
1818
"@datadog/browser-logs": "workspace:*",
1919
"@datadog/browser-rum": "workspace:*",
2020
"@datadog/browser-rum-core": "workspace:*",
21-
"@mantine/core": "8.3.15",
22-
"@mantine/hooks": "8.3.15",
23-
"@tabler/icons-react": "3.37.1",
21+
"@mantine/core": "9.0.2",
22+
"@mantine/hooks": "9.0.2",
23+
"@tabler/icons-react": "3.41.1",
2424
"clsx": "2.1.1",
25-
"react": "19.2.4",
26-
"react-dom": "19.2.4",
27-
"wxt": "0.20.18"
25+
"react": "19.2.5",
26+
"react-dom": "19.2.5",
27+
"wxt": "0.20.22"
2828
},
2929
"volta": {
3030
"extends": "../package.json"

developer-extension/src/panel/components/json.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function JsonFunctionValue({ descriptor, metadata }: { descriptor: JsonValueDesc
154154
>
155155
{showSource ? '▾ hide source' : '▸ show source'}
156156
</Text>
157-
<Collapse in={showSource}>
157+
<Collapse expanded={showSource}>
158158
<Box
159159
p="xs"
160160
bg={`gray.${colorScheme === 'dark' ? 8 - descriptor.depth : descriptor.depth + 1}`}
@@ -291,7 +291,7 @@ function JsonValueChildren({ children, descriptor }: { children: ReactNode; desc
291291
</span>
292292
)}
293293
</JsonLine>
294-
<Collapse in={!isCollapsed}>{children}</Collapse>
294+
<Collapse expanded={!isCollapsed}>{children}</Collapse>
295295
</div>
296296
)
297297
}

0 commit comments

Comments
 (0)