Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5754f4

Browse filesBrowse files
chore(deps): update dependency prettier to v3.5.3 (#2796)
* chore(deps): update dependency prettier to v3.5.3 * chore: run prettier fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mateusz Bocian <mrstork@users.noreply.github.com>
1 parent 3e96cae commit b5754f4
Copy full SHA for b5754f4

File tree

Expand file treeCollapse file tree

10 files changed

+29
-24
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

10 files changed

+29
-24
lines changed
Open diff view settings
Collapse file

‎e2e-report/app/globals.css‎

Copy file name to clipboardExpand all lines: e2e-report/app/globals.css
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
@font-face {
77
font-family: Mulish;
88
src: url(/MulishVar-latin.woff2) format('woff2');
9-
unicode-range: U+5, U+20, U+21, U+24, U+25, U+26, U+27, U+2B-2E, U+30-3A, U+3F, U+41-5A, U+61-7A,
10-
U+D7, U+2019, U+201C, U+201D;
9+
unicode-range:
10+
U+5, U+20, U+21, U+24, U+25, U+26, U+27, U+2B-2E, U+30-3A, U+3F, U+41-5A, U+61-7A, U+D7,
11+
U+2019, U+201C, U+201D;
1112
font-weight: 200 900;
1213
font-display: swap;
1314
}
Collapse file

‎package-lock.json‎

Copy file name to clipboardExpand all lines: package-lock.json
+6-6Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tests/fixtures/turborepo-npm/apps/docs/app/globals.css‎

Copy file name to clipboardExpand all lines: tests/fixtures/turborepo-npm/apps/docs/app/globals.css
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
:root {
22
--max-width: 1100px;
33
--border-radius: 12px;
4-
--font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono',
5-
'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono',
6-
'Courier New', monospace;
4+
--font-mono:
5+
ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono',
6+
'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
77

88
--foreground-rgb: 255, 255, 255;
99
--background-start-rgb: 0, 0, 0;
Collapse file

‎tests/fixtures/turborepo-npm/apps/docs/app/page.module.css‎

Copy file name to clipboardExpand all lines: tests/fixtures/turborepo-npm/apps/docs/app/page.module.css
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
justify-content: space-between;
6060
align-items: center;
6161
width: auto;
62-
font-family: system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
62+
font-family:
63+
system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
6364
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
6465
padding-top: 48px;
6566

Collapse file

‎tests/fixtures/turborepo-npm/apps/web/app/globals.css‎

Copy file name to clipboardExpand all lines: tests/fixtures/turborepo-npm/apps/web/app/globals.css
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
:root {
22
--max-width: 1100px;
33
--border-radius: 12px;
4-
--font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono',
5-
'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono',
6-
'Courier New', monospace;
4+
--font-mono:
5+
ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono',
6+
'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
77

88
--foreground-rgb: 255, 255, 255;
99
--background-start-rgb: 0, 0, 0;
Collapse file

‎tests/fixtures/turborepo-npm/apps/web/app/page.module.css‎

Copy file name to clipboardExpand all lines: tests/fixtures/turborepo-npm/apps/web/app/page.module.css
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
justify-content: space-between;
6060
align-items: center;
6161
width: auto;
62-
font-family: system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
62+
font-family:
63+
system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
6364
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
6465
padding-top: 48px;
6566

Collapse file

‎tests/fixtures/turborepo/apps/docs/app/globals.css‎

Copy file name to clipboardExpand all lines: tests/fixtures/turborepo/apps/docs/app/globals.css
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
:root {
22
--max-width: 1100px;
33
--border-radius: 12px;
4-
--font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono',
5-
'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono',
6-
'Courier New', monospace;
4+
--font-mono:
5+
ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono',
6+
'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
77

88
--foreground-rgb: 255, 255, 255;
99
--background-start-rgb: 0, 0, 0;
Collapse file

‎tests/fixtures/turborepo/apps/docs/app/page.module.css‎

Copy file name to clipboardExpand all lines: tests/fixtures/turborepo/apps/docs/app/page.module.css
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
justify-content: space-between;
6060
align-items: center;
6161
width: auto;
62-
font-family: system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
62+
font-family:
63+
system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
6364
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
6465
padding-top: 48px;
6566

Collapse file

‎tests/fixtures/turborepo/apps/web/app/globals.css‎

Copy file name to clipboardExpand all lines: tests/fixtures/turborepo/apps/web/app/globals.css
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
:root {
22
--max-width: 1100px;
33
--border-radius: 12px;
4-
--font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono',
5-
'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono',
6-
'Courier New', monospace;
4+
--font-mono:
5+
ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono',
6+
'Ubuntu Monospace', 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
77

88
--foreground-rgb: 255, 255, 255;
99
--background-start-rgb: 0, 0, 0;
Collapse file

‎tests/fixtures/turborepo/apps/web/app/page.module.css‎

Copy file name to clipboardExpand all lines: tests/fixtures/turborepo/apps/web/app/page.module.css
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
justify-content: space-between;
6060
align-items: center;
6161
width: auto;
62-
font-family: system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
62+
font-family:
63+
system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
6364
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
6465
padding-top: 48px;
6566

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.