fix(deps): update dependency prettier to ^3.5.1 (#2284)

* fix(deps): update dependency prettier to ^3.5.1

* fix(deps): update dependency prettier to ^3.5.1

* fix: format issue

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2025-02-15 22:40:09 +01:00
committed by Meier Lukas
parent 22a341ea4d
commit f6c923017c
10 changed files with 52 additions and 44 deletions

View File

@@ -100,7 +100,7 @@
"concurrently": "^9.1.2",
"eslint": "^9.20.1",
"node-loader": "^2.1.0",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"typescript": "^5.7.3"
}
}

View File

@@ -1434,26 +1434,30 @@
}
::-webkit-scrollbar-button:vertical:start:decrement {
background: linear-gradient(130deg, #696969 40%, rgba(255, 0, 0, 0) 41%),
background:
linear-gradient(130deg, #696969 40%, rgba(255, 0, 0, 0) 41%),
linear-gradient(230deg, #696969 40%, transparent 41%), linear-gradient(0deg, #696969 40%, transparent 31%);
background-color: #b6b6b6;
}
::-webkit-scrollbar-button:vertical:end:increment {
background: linear-gradient(310deg, #696969 40%, transparent 41%),
linear-gradient(50deg, #696969 40%, transparent 41%), linear-gradient(180deg, #696969 40%, transparent 31%);
background:
linear-gradient(310deg, #696969 40%, transparent 41%), linear-gradient(50deg, #696969 40%, transparent 41%),
linear-gradient(180deg, #696969 40%, transparent 31%);
background-color: #b6b6b6;
}
::-webkit-scrollbar-button:horizontal:end:increment {
background: linear-gradient(210deg, #696969 40%, transparent 41%),
linear-gradient(330deg, #696969 40%, transparent 41%), linear-gradient(90deg, #696969 30%, transparent 31%);
background:
linear-gradient(210deg, #696969 40%, transparent 41%), linear-gradient(330deg, #696969 40%, transparent 41%),
linear-gradient(90deg, #696969 30%, transparent 31%);
background-color: #b6b6b6;
}
::-webkit-scrollbar-button:horizontal:start:decrement {
background: linear-gradient(30deg, #696969 40%, transparent 41%),
linear-gradient(150deg, #696969 40%, transparent 41%), linear-gradient(270deg, #696969 30%, transparent 31%);
background:
linear-gradient(30deg, #696969 40%, transparent 41%), linear-gradient(150deg, #696969 40%, transparent 41%),
linear-gradient(270deg, #696969 30%, transparent 31%);
background-color: #b6b6b6;
}
@@ -1681,28 +1685,32 @@
}
::-webkit-scrollbar-button:vertical:start:decrement {
background: linear-gradient(130deg, #696969 40%, rgba(255, 0, 0, 0) 41%),
background:
linear-gradient(130deg, #696969 40%, rgba(255, 0, 0, 0) 41%),
linear-gradient(230deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
linear-gradient(0deg, #696969 40%, rgba(0, 0, 0, 0) 31%);
background-color: #b6b6b6;
}
::-webkit-scrollbar-button:vertical:end:increment {
background: linear-gradient(310deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
background:
linear-gradient(310deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
linear-gradient(50deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
linear-gradient(180deg, #696969 40%, rgba(0, 0, 0, 0) 31%);
background-color: #b6b6b6;
}
::-webkit-scrollbar-button:horizontal:end:increment {
background: linear-gradient(210deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
background:
linear-gradient(210deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
linear-gradient(330deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
linear-gradient(90deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
background-color: #b6b6b6;
}
::-webkit-scrollbar-button:horizontal:start:decrement {
background: linear-gradient(30deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
background:
linear-gradient(30deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
linear-gradient(150deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
linear-gradient(270deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
background-color: #b6b6b6;

View File

@@ -47,7 +47,7 @@
"@types/node": "^22.13.4",
"dotenv-cli": "^8.0.0",
"eslint": "^9.20.1",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"tsx": "4.19.2",
"typescript": "^5.7.3"
}

View File

@@ -35,7 +35,7 @@
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/ws": "^8.5.14",
"eslint": "^9.20.1",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"typescript": "^5.7.3"
}
}

View File

@@ -45,7 +45,7 @@
"conventional-changelog-conventionalcommits": "^8.0.0",
"cross-env": "^7.0.3",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"semantic-release": "^24.2.3",
"testcontainers": "^10.18.0",
"turbo": "^2.4.2",

View File

@@ -57,7 +57,7 @@
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"eslint": "^9.20.1",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"typescript": "^5.7.3"
}
}

View File

@@ -48,7 +48,7 @@
"@types/bcrypt": "5.0.2",
"@types/cookies": "0.9.0",
"eslint": "^9.20.1",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"typescript": "^5.7.3"
}
}

View File

@@ -59,7 +59,7 @@
"@types/better-sqlite3": "7.6.12",
"dotenv-cli": "^8.0.0",
"eslint": "^9.20.1",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"tsx": "4.19.2",
"typescript": "^5.7.3"
}

50
pnpm-lock.yaml generated
View File

@@ -59,8 +59,8 @@ importers:
specifier: ^26.0.0
version: 26.0.0
prettier:
specifier: ^3.4.2
version: 3.4.2
specifier: ^3.5.1
version: 3.5.1
semantic-release:
specifier: ^24.2.3
version: 24.2.3(typescript@5.7.3)
@@ -333,8 +333,8 @@ importers:
specifier: ^2.1.0
version: 2.1.0(webpack@5.94.0)
prettier:
specifier: ^3.4.2
version: 3.4.2
specifier: ^3.5.1
version: 3.5.1
typescript:
specifier: ^5.7.3
version: 5.7.3
@@ -418,8 +418,8 @@ importers:
specifier: ^9.20.1
version: 9.20.1
prettier:
specifier: ^3.4.2
version: 3.4.2
specifier: ^3.5.1
version: 3.5.1
tsx:
specifier: 4.19.2
version: 4.19.2
@@ -479,8 +479,8 @@ importers:
specifier: ^9.20.1
version: 9.20.1
prettier:
specifier: ^3.4.2
version: 3.4.2
specifier: ^3.5.1
version: 3.5.1
typescript:
specifier: ^5.7.3
version: 5.7.3
@@ -625,8 +625,8 @@ importers:
specifier: ^9.20.1
version: 9.20.1
prettier:
specifier: ^3.4.2
version: 3.4.2
specifier: ^3.5.1
version: 3.5.1
typescript:
specifier: ^5.7.3
version: 5.7.3
@@ -704,8 +704,8 @@ importers:
specifier: ^9.20.1
version: 9.20.1
prettier:
specifier: ^3.4.2
version: 3.4.2
specifier: ^3.5.1
version: 3.5.1
typescript:
specifier: ^5.7.3
version: 5.7.3
@@ -1049,8 +1049,8 @@ importers:
specifier: ^9.20.1
version: 9.20.1
prettier:
specifier: ^3.4.2
version: 3.4.2
specifier: ^3.5.1
version: 3.5.1
tsx:
specifier: 4.19.2
version: 4.19.2
@@ -2112,17 +2112,17 @@ importers:
dependencies:
'@ianvs/prettier-plugin-sort-imports':
specifier: ^4.4.1
version: 4.4.1(prettier@3.4.2)
version: 4.4.1(prettier@3.5.1)
prettier:
specifier: ^3.4.2
version: 3.4.2
specifier: ^3.5.1
version: 3.5.1
devDependencies:
'@homarr/tsconfig':
specifier: workspace:^0.1.0
version: link:../typescript
prettier-plugin-packagejson:
specifier: ^2.5.8
version: 2.5.8(prettier@3.4.2)
version: 2.5.8(prettier@3.5.1)
typescript:
specifier: ^5.7.3
version: 5.7.3
@@ -8187,8 +8187,8 @@ packages:
prettier:
optional: true
prettier@3.4.2:
resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==}
prettier@3.5.1:
resolution: {integrity: sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==}
engines: {node: '>=14'}
hasBin: true
@@ -10875,13 +10875,13 @@ snapshots:
'@humanwhocodes/retry@0.4.1': {}
'@ianvs/prettier-plugin-sort-imports@4.4.1(prettier@3.4.2)':
'@ianvs/prettier-plugin-sort-imports@4.4.1(prettier@3.5.1)':
dependencies:
'@babel/generator': 7.26.2
'@babel/parser': 7.26.2
'@babel/traverse': 7.25.9
'@babel/types': 7.26.0
prettier: 3.4.2
prettier: 3.5.1
semver: 7.6.3
transitivePeerDependencies:
- supports-color
@@ -16553,14 +16553,14 @@ snapshots:
prelude-ls@1.2.1: {}
prettier-plugin-packagejson@2.5.8(prettier@3.4.2):
prettier-plugin-packagejson@2.5.8(prettier@3.5.1):
dependencies:
sort-package-json: 2.14.0
synckit: 0.9.2
optionalDependencies:
prettier: 3.4.2
prettier: 3.5.1
prettier@3.4.2: {}
prettier@3.5.1: {}
pretty-format@3.8.0: {}

View File

@@ -11,7 +11,7 @@
"prettier": "@homarr/prettier-config",
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"prettier": "^3.4.2"
"prettier": "^3.5.1"
},
"devDependencies": {
"@homarr/tsconfig": "workspace:^0.1.0",