chore: Bump dependencies

This commit is contained in:
Sören Beye 2024-09-23 19:21:02 +02:00
parent 3513cbc698
commit 79deca12ea
6 changed files with 2615 additions and 1869 deletions

View File

@ -52,7 +52,6 @@
"jsdoc/check-tag-names": "error",
"jsdoc/check-types": "error",
"jsdoc/implements-on-classes": "error",
"jsdoc/newline-after-description": "error",
"jsdoc/no-undefined-types": "error",
"jsdoc/require-param": "error",
"jsdoc/require-param-name": "error",

View File

@ -32,6 +32,8 @@ class ValetudoEventHandlerFactory {
event: event
});
}
return undefined; // Explicit to make eslint happy
}
}

View File

@ -34,27 +34,27 @@
"author": "",
"dependencies": {
"@destinationstransfers/ntp": "2.0.0",
"ajv": "8.12.0",
"ajv": "8.17.1",
"async-mqtt": "2.6.3",
"axios": "0.27.2",
"bonjour-service": "1.1.1",
"bonjour-service": "1.2.1",
"compression": "1.7.4",
"crc": "4.3.2",
"express": "4.18.2",
"express": "4.21.0",
"express-basic-auth": "1.2.1",
"express-dynamic-middleware": "1.0.0",
"express-list-endpoints": "6.0.0",
"express-rate-limit": "7.1.5",
"express-list-endpoints": "7.1.0",
"express-rate-limit": "7.4.0",
"hashlru": "git+https://npm@github.com/Hypfer/hashlru#3.0.0",
"is-in-subnet": "4.0.1",
"jstoxml": "3.2.10",
"mqtt": "5.7.2",
"jstoxml": "5.0.2",
"mqtt": "5.10.1",
"nested-object-assign": "1.0.4",
"nested-property": "4.0.0",
"openapi-validator-middleware": "3.2.6",
"semaphore": "1.1.0",
"swagger-ui-express": "5.0.0",
"uuid": "9.0.1",
"swagger-ui-express": "5.0.1",
"uuid": "10.0.0",
"zoo-ids": "2.0.7"
},
"devDependencies": {
@ -62,13 +62,13 @@
"@types/express": "4.17.21",
"@types/express-list-endpoints": "6.0.3",
"@types/jstoxml": "2.0.4",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.8",
"@types/node": "18.15.3",
"@types/node-ssdp": "4.0.4",
"@types/semaphore": "1.1.4",
"@types/uuid": "9.0.7",
"@types/uuid": "10.0.0",
"cross-env": "7.0.3",
"mocha": "10.2.0",
"mocha": "10.7.3",
"@yao-pkg/pkg": "5.11.0",
"should": "13.2.3"
}

View File

@ -31,23 +31,23 @@
]
},
"dependencies": {
"@fontsource/jetbrains-mono": "5.0.18",
"@fontsource/roboto": "5.0.8",
"@mui/material": "5.15.2",
"@mui/base": "5.0.0-alpha.128",
"@mui/icons-material": "5.15.2",
"@mui/lab": "5.0.0-alpha.153",
"@mui/x-date-pickers": "6.18.6",
"@emotion/styled": "11.11.0",
"@emotion/react": "11.11.3",
"@tanstack/react-query": "5.14.6",
"@tanstack/react-query-devtools": "5.14.7",
"@fontsource/jetbrains-mono": "5.1.0",
"@fontsource/roboto": "5.1.0",
"@mui/material": "6.1.1",
"@mui/base": "5.0.0-beta.58",
"@mui/icons-material": "6.1.1",
"@mui/lab": "6.0.0-beta.10",
"@mui/x-date-pickers": "7.18.0",
"@emotion/styled": "11.13.0",
"@emotion/react": "11.13.3",
"@tanstack/react-query": "5.56.2",
"@tanstack/react-query-devtools": "5.56.2",
"axios": "1.6.2",
"date-fns": "2.30.0",
"notistack": "3.0.1",
"react": "18.2.0",
"react": "18.3.1",
"react-div-100vh": "0.7.0",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"reconnecting-eventsource": "1.6.2",
"rehype-raw": "7.0.0",
"react-markdown": "9.0.1",
@ -56,15 +56,15 @@
"react-scripts": "5.0.1",
"semaphore": "1.1.0",
"use-long-press": "3.2.0",
"uuid": "9.0.1",
"uuid": "10.0.0",
"zustand": "4.4.7"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/uuid": "9.0.7",
"@types/uuid": "10.0.0",
"tsutils": "3.21.0",
"cra-build-watch": "git+https://npm@github.com/Hypfer/cra-build-watch.git#5.0.0"
}

4411
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
"upx": "node ./util/upx_compress_valetudo.js",
"build_openapi_schema": "node util/build_openapi_schema.mjs",
"build_release_manifest": "node util/build_release_manifest.js",
"check_dependencies_for_update": "npx check-outdated --ignore-pre-releases --ignore-packages react-router-dom,typescript,eslint-plugin-jsdoc,axios,@types/node,date-fns",
"check_dependencies_for_update": "npx check-outdated --ignore-pre-releases --ignore-packages react-router-dom,typescript,axios,@types/node,date-fns",
"generate_changelog": "npx auto-changelog --commit-limit false --tag-pattern .+ --handlebars-setup ./util/res/auto_changelog_handlebars_helpers.js --template ./util/res/auto_changelog_template.hbs --output ./build/changelog.md",
"generate_nightly_changelog": "npx auto-changelog --commit-limit false --tag-pattern .+ --unreleased-only --handlebars-setup ./util/res/auto_changelog_handlebars_helpers.js --template ./util/res/auto_changelog_template.hbs --output ./build/changelog_nightly.md",
"generate_eslintrc_flavors": "node util/generate_eslintrc_flavors.js"
@ -28,13 +28,13 @@
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/experimental-utils": "5.62.0",
"@typescript-eslint/parser": "6.15.0",
"auto-changelog": "2.4.0",
"auto-changelog": "2.5.0",
"eslint": "8.56.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-jsdoc": "50.2.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-regexp": "2.1.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-sort-requires": "git+https://npm@github.com/Hypfer/eslint-plugin-sort-requires.git#2.1.1",
"swagger-jsdoc": "git+https://npm@github.com/Hypfer/swagger-jsdoc.git#7.0.0-rc.6-noyaml-monorepo-fix",