Skip to content

Commit b27d982

Browse files
chore: bump prettier from 3.4.2 to 3.6.2 (#7407)
1 parent 3f23840 commit b27d982

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,6 @@ Code v1.68.1
810810
would be accessible at `my.domain/proxy/8000/` without any authentication.
811811

812812
If all of the following apply to you please update as soon as possible:
813-
814813
- You run code-server with the built-in password authentication.
815814
- You run unprotected HTTP services on ports accessible by code-server.
816815

docs/install.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,11 @@ _exact_ same commands presented in the rest of this document.
8282
- For Arch Linux, code-server will install the AUR package.
8383
- For any unrecognized Linux operating system, code-server will install the
8484
latest standalone release into `~/.local`.
85-
8685
- Ensure that you add `~/.local/bin` to your `$PATH` to run code-server.
8786

8887
- For macOS, code-server will install the Homebrew package (if you don't have
8988
Homebrew installed, code-server will install the latest standalone release
9089
into `~/.local`).
91-
9290
- Ensure that you add `~/.local/bin` to your `$PATH` to run code-server.
9391

9492
- For FreeBSD, code-server will install the [npm package](#npm) with `npm`

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-plugin-import": "^2.28.1",
6262
"eslint-plugin-prettier": "^5.0.0",
6363
"globals": "^16.1.0",
64-
"prettier": "3.4.2",
64+
"prettier": "3.6.2",
6565
"prettier-plugin-sh": "^0.14.0",
6666
"ts-node": "^10.9.1",
6767
"typescript": "^5.6.2",

src/browser/pages/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ body {
1515
color: #111;
1616
color: light-dark(#111, #ddd);
1717
margin: 0;
18-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
18+
font-family:
19+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
1920
"Segoe UI Emoji", "Segoe UI Symbol";
2021
overflow: hidden;
2122
}

0 commit comments

Comments
 (0)