Skip to content

Commit 281b67e

Browse files
chore(deps): update all non-major dependencies (hestiacp#4714)
* chore(deps): update all non-major dependencies * Update NPM and run format again Prettier probably made some minor changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
1 parent 6df1c1d commit 281b67e

File tree

11 files changed

+2345
-1673
lines changed

11 files changed

+2345
-1673
lines changed

package-lock.json

Lines changed: 2328 additions & 1648 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"xterm-addon-webgl": "^0.16.0"
3333
},
3434
"devDependencies": {
35-
"@prettier/plugin-php": "^0.22.2",
35+
"@prettier/plugin-php": "^0.22.4",
3636
"@testing-library/vue": "^8.1.0",
3737
"@vitejs/plugin-vue": "^5.2.1",
3838
"browserslist": "^4.24.4",
@@ -44,15 +44,15 @@
4444
"husky": "^9.1.7",
4545
"jsdom": "^25.0.1",
4646
"lightningcss": "^1.29.1",
47-
"lint-staged": "^15.3.0",
48-
"markdownlint-cli2": "^0.17.1",
47+
"lint-staged": "^15.4.1",
48+
"markdownlint-cli2": "^0.17.2",
4949
"prettier": "^3.4.2",
5050
"prettier-plugin-nginx": "^1.0.3",
5151
"prettier-plugin-sh": "^0.14.0",
5252
"prettier-plugin-sql": "^0.18.1",
5353
"stylelint": "^16.13.2",
5454
"stylelint-config-standard": "^36.0.1",
55-
"vitepress": "^1.5.0",
55+
"vitepress": "^1.6.3",
5656
"vitest": "^2.1.8",
5757
"vue": "^3.5.13"
5858
},

src/deb/web-terminal/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/deb/web-terminal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"devDependencies": {
1414
"@types/ws": "^8.5.13",
15-
"@types/node": "^22.10.5"
15+
"@types/node": "^22.10.9"
1616
}
1717
}

web/inc/i18n.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ function translate_email($string, $replace) {
8181
* @return string Language code (such as 'en' and 'ja')
8282
*/
8383

84-
function detect_login_language() {
85-
}
84+
function detect_login_language() {}

web/src/app/Models/DnsDomain.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
namespace Hestia\Models;
66

7-
class DnsDomain extends Model {
8-
}
7+
class DnsDomain extends Model {}

web/src/app/Models/MailDomain.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
namespace Hestia\Models;
66

7-
class MailDomain extends Model {
8-
}
7+
class MailDomain extends Model {}

web/src/app/Models/Model.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
namespace Hestia\Models;
66

77
class Model {
8-
public function __construct() {
9-
}
8+
public function __construct() {}
109

11-
public static function all() {
12-
}
10+
public static function all() {}
1311
}
1412

1513
/**

web/src/app/Models/User.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
namespace Hestia\Models;
66

7-
class User extends Model {
8-
}
7+
class User extends Model {}

web/src/app/Models/WebDomain.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
namespace Hestia\Models;
66

7-
class WebDomain extends Model {
8-
}
7+
class WebDomain extends Model {}

0 commit comments

Comments
 (0)