Skip to content

Commit

Permalink
👷 Update all non-major dependencies (#3240)
Browse files Browse the repository at this point in the history
* 👷 Update all non-major dependencies

* Fix for lint update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: zcy <[email protected]>
  • Loading branch information
renovate[bot] and cy-moi authored Jan 3, 2025
1 parent 27671e8 commit bfe603b
Show file tree
Hide file tree
Showing 10 changed files with 538 additions and 543 deletions.
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
defaultSemverRangePrefix: ''
nodeLinker: node-modules

Expand Down
6 changes: 3 additions & 3 deletions developer-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@tabler/icons-react": "3.26.0",
"@types/chrome": "0.0.287",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@webextension-toolbox/webpack-webextension-plugin": "3.3.1",
"copy-webpack-plugin": "12.0.2",
Expand All @@ -22,8 +22,8 @@
"@datadog/browser-core": "workspace:*",
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@mantine/core": "7.15.1",
"@mantine/hooks": "7.15.1",
"@mantine/core": "7.15.2",
"@mantine/hooks": "7.15.2",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
1 change: 1 addition & 0 deletions developer-extension/src/panel/components/json.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ export function CopyMenuItem({ value, children }: { value: unknown; children: Re
if (typeof value === 'object') {
copy(JSON.stringify(value, null, 2))
} else {
/* eslint-disable @typescript-eslint/no-base-to-string */
copy(String(value))
}
}}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/jasmine": "3.10.18",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@wdio/browserstack-service": "8.40.6",
"@wdio/cli": "8.40.6",
"@wdio/jasmine-framework": "8.40.6",
"@wdio/junit-reporter": "8.40.6",
"@wdio/local-runner": "8.40.6",
"@wdio/spec-reporter": "8.40.6",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"@wdio/browserstack-service": "8.41.0",
"@wdio/cli": "8.41.0",
"@wdio/jasmine-framework": "8.41.0",
"@wdio/junit-reporter": "8.41.0",
"@wdio/local-runner": "8.41.0",
"@wdio/spec-reporter": "8.41.0",
"ajv": "6.12.6",
"browserstack-local": "1.5.5",
"browserstack-local": "1.5.6",
"chrome-webstore-upload": "3.1.4",
"connect-busboy": "1.0.0",
"cors": "2.8.5",
Expand Down Expand Up @@ -78,13 +78,13 @@
"minimatch": "10.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"puppeteer": "23.10.4",
"puppeteer": "23.11.1",
"terser-webpack-plugin": "5.3.11",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths-webpack-plugin": "4.2.0",
"typescript": "5.7.2",
"webdriverio": "8.40.6",
"webdriverio": "8.41.0",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"webpack-dev-middleware": "7.4.2"
Expand All @@ -96,5 +96,5 @@
"node": "22.12.0",
"yarn": "1.22.22"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}
1 change: 1 addition & 0 deletions packages/core/src/domain/user/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function sanitizeUser(newUser: Context): Context {
const keys = ['id', 'name', 'email']
keys.forEach((key) => {
if (key in user) {
/* eslint-disable @typescript-eslint/no-base-to-string */
user[key] = String(user[key])
}
})
Expand Down
4 changes: 2 additions & 2 deletions packages/rum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
}
},
"devDependencies": {
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0"
"react-router-dom": "6.28.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion performances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/node": "22.10.2",
"@types/node-forge": "1.3.11",
"node-forge": "1.3.1",
"puppeteer": "23.10.4",
"puppeteer": "23.11.1",
"ts-node": "10.9.2"
},
"volta": {
Expand Down
5 changes: 4 additions & 1 deletion test/e2e/wdio.base.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ if (testReportDirectory) {
{
outputDir: testReportDirectory,
outputFileFormat(options) {
const browserName = 'browserName' in options.capabilities ? String(options.capabilities.browserName) : 'unknown'
const browserName =
'browserName' in options.capabilities && typeof options.capabilities.browserName === 'string'
? options.capabilities.browserName
: 'unknown'
return `results-${options.cid}.${browserName}.xml`
},
},
Expand Down
Loading

0 comments on commit bfe603b

Please sign in to comment.