Skip to content

Commit 3daa1bf

Browse files
Update all non-major dependencies (#29298)
* Update all non-major dependencies * Prettier Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent e5c8d7d commit 3daa1bf

11 files changed

Lines changed: 66 additions & 67 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"postcss-preset-env": "^10.0.0",
275275
"postcss-scss": "^4.0.4",
276276
"postcss-simple-vars": "^7.0.1",
277-
"prettier": "3.4.2",
277+
"prettier": "3.5.1",
278278
"process": "^0.11.10",
279279
"raw-loader": "^4.0.2",
280280
"rimraf": "^6.0.0",

res/css/structures/ErrorView.pcss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Please see LICENSE files in the repository root for full details.
1010
--cpd-separator-inset: calc(50% - (var(--width) / 2));
1111
--cpd-separator-spacing: var(--cpd-space-8x);
1212

13-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
14-
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
13+
font-family:
14+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
15+
"Segoe UI Emoji", "Segoe UI Symbol";
1516
text-align: center;
1617
color: var(--cpd-color-text-primary);
1718
width: 100%;

res/css/structures/_SpacePanel.pcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ Please see LICENSE files in the repository root for full details.
365365
Note the top fade is much smaller because the spaces start close to the top,
366366
so otherwise a large gradient suddenly appears when you scroll down.
367367
*/
368-
mask-image: linear-gradient(to bottom, transparent, black 16px),
368+
mask-image:
369+
linear-gradient(to bottom, transparent, black 16px),
369370
linear-gradient(
370371
to top,
371372
transparent,

res/css/structures/_SplashPage.pcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Please see LICENSE files in the repository root for full details.
1616
position: absolute;
1717
z-index: -1;
1818
opacity: 0.6;
19-
background-image: radial-gradient(
19+
background-image:
20+
radial-gradient(
2021
53.85% 66.75% at 87.55% 0%,
2122
hsla(250deg, 76%, 71%, 0.261) 0%,
2223
hsla(250deg, 100%, 88%, 0) 100%

res/themes/dark/css/_dark.pcss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,8 @@ body {
309309

310310
/* Splash Page Gradient */
311311
.mx_SplashPage::before {
312-
background-image: radial-gradient(
313-
53.85% 66.75% at 87.55% 0%,
314-
hsla(0deg, 0%, 11%, 0.15) 0%,
315-
hsla(250deg, 100%, 88%, 0) 100%
316-
),
312+
background-image:
313+
radial-gradient(53.85% 66.75% at 87.55% 0%, hsla(0deg, 0%, 11%, 0.15) 0%, hsla(250deg, 100%, 88%, 0) 100%),
317314
radial-gradient(41.93% 41.93% at 0% 0%, hsla(0deg, 0%, 38%, 0.28) 0%, hsla(250deg, 100%, 88%, 0) 100%),
318315
radial-gradient(100% 100% at 0% 0%, hsla(250deg, 100%, 88%, 0.3) 0%, hsla(0deg, 100%, 86%, 0) 100%),
319316
radial-gradient(106.35% 96.26% at 100% 0%, hsla(25deg, 100%, 88%, 0.4) 0%, hsla(167deg, 76%, 82%, 0) 100%) !important;

res/themes/legacy-light/css/_legacy-light.pcss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
/* Noto Color Emoji contains digits, in fixed-width, therefore causing
1111
digits in flowed text to stand out.
1212
TODO: Consider putting all emoji fonts to the end rather than the front. */
13-
$font-family: "Nunito", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Arial", "Helvetica",
14-
sans-serif, "Noto Color Emoji";
13+
$font-family:
14+
"Nunito", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Arial", "Helvetica", sans-serif,
15+
"Noto Color Emoji";
1516

16-
$monospace-font-family: "Inconsolata", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Courier",
17-
monospace, "Noto Color Emoji";
17+
$monospace-font-family:
18+
"Inconsolata", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Courier", monospace,
19+
"Noto Color Emoji";
1820

1921
/* unified palette */
2022
/* try to use these colors when possible */

res/themes/light/css/_light.pcss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
/* Noto Color Emoji contains digits, in fixed-width, therefore causing
1111
digits in flowed text to stand out.
1212
TODO: Consider putting all emoji fonts to the end rather than the front. */
13-
$font-family: "Inter", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Arial", "Helvetica",
14-
sans-serif, "Noto Color Emoji";
13+
$font-family:
14+
"Inter", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Arial", "Helvetica", sans-serif,
15+
"Noto Color Emoji";
1516

16-
$monospace-font-family: "Inconsolata", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Courier",
17-
monospace, "Noto Color Emoji";
17+
$monospace-font-family:
18+
"Inconsolata", var(--emoji-font-family), "Apple Color Emoji", "Segoe UI Emoji", "Courier", monospace,
19+
"Noto Color Emoji";
1820

1921
/* Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A120 */
2022
/* ******************** */

src/vector/mobile_guide/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
background: #f9fafb;
1717
max-width: 680px;
1818
margin: auto;
19-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
19+
font-family:
20+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
2021
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2122
}
2223

src/vector/static/incompatible-browser.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
background: #f9fafb;
1717
max-width: 680px;
1818
margin: auto;
19-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
19+
font-family:
20+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
2021
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2122
}
2223

src/vector/static/unable-to-load.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
background: #f9fafb;
1717
max-width: 680px;
1818
margin: auto;
19-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
19+
font-family:
20+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
2021
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
2122
}
2223

0 commit comments

Comments
 (0)