Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.8.2 (#2450)
Browse files Browse the repository at this point in the history
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
  • Loading branch information
homarr-renovate[bot] authored Feb 28, 2025
1 parent a88c1ba commit 14da672
Show file tree
Hide file tree
Showing 42 changed files with 227 additions and 227 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
"eslint": "^9.21.0",
"node-loader": "^2.1.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion apps/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"tsx": "4.19.3",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion apps/websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@types/ws": "^8.5.14",
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"semantic-release": "^24.2.3",
"testcontainers": "^10.18.0",
"turbo": "^2.4.4",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"@types/cookies": "0.9.0",
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/boards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/cron-job-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/cron-job-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/cron-jobs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/node-cron": "^3.0.11",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/cron-jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"eslint": "^9.21.0",
"prettier": "^3.5.2",
"tsx": "4.19.3",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/dockerode": "^3.3.35",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/forms-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/xml2js": "^0.4.14",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/modals-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/old-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/adm-zip": "0.5.7",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/old-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/ping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/request-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/server-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/translation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/css-modules": "^1.0.5",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/video.js": "^7.3.58",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
}
}
Loading

0 comments on commit 14da672

Please sign in to comment.