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

Sign up
Appearance settings

Commit 4fdf2cd

Browse files
build(deps-dev): bump prettier from 3.0.3 to 3.5.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.5.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.3...3.5.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3fefe3 commit 4fdf2cd

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-node": "^11.1.0",
2828
"eslint-plugin-prettier": "^5.1.2",
2929
"lerna": "^3.19.0",
30-
"prettier": "3.0.3",
30+
"prettier": "3.5.3",
3131
"typescript": "^4.0.3"
3232
},
3333
"prettier": {

‎yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5844,10 +5844,10 @@ prettier-linter-helpers@^1.0.0:
58445844
dependencies:
58455845
fast-diff "^1.1.2"
58465846

5847-
prettier@3.0.3:
5848-
version "3.0.3"
5849-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
5850-
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==
5847+
prettier@3.5.3:
5848+
version "3.5.3"
5849+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
5850+
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
58515851

58525852
printable-characters@^1.0.42:
58535853
version "1.0.42"
@@ -6713,7 +6713,7 @@ stream-spec@~0.3.5:
67136713
dependencies:
67146714
macgyver "~1.10"
67156715

6716-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
6716+
"string-width-cjs@npm:string-width@^4.2.0":
67176717
version "4.2.3"
67186718
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
67196719
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6748,6 +6748,15 @@ string-width@^3.0.0, string-width@^3.1.0:
67486748
is-fullwidth-code-point "^2.0.0"
67496749
strip-ansi "^5.1.0"
67506750

6751+
string-width@^4.1.0, string-width@^4.2.0:
6752+
version "4.2.3"
6753+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6754+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6755+
dependencies:
6756+
emoji-regex "^8.0.0"
6757+
is-fullwidth-code-point "^3.0.0"
6758+
strip-ansi "^6.0.1"
6759+
67516760
string-width@^5.0.1, string-width@^5.1.2:
67526761
version "5.1.2"
67536762
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -6787,7 +6796,7 @@ string_decoder@~1.1.1:
67876796
dependencies:
67886797
safe-buffer "~5.1.0"
67896798

6790-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6799+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
67916800
version "6.0.1"
67926801
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
67936802
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6815,6 +6824,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
68156824
dependencies:
68166825
ansi-regex "^4.1.0"
68176826

6827+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6828+
version "6.0.1"
6829+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6830+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6831+
dependencies:
6832+
ansi-regex "^5.0.1"
6833+
68186834
strip-ansi@^7.0.1:
68196835
version "7.1.0"
68206836
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -7457,7 +7473,7 @@ wrangler@3.58.0:
74577473
optionalDependencies:
74587474
fsevents "~2.3.2"
74597475

7460-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7476+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
74617477
version "7.0.0"
74627478
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
74637479
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7475,6 +7491,15 @@ wrap-ansi@^5.1.0:
74757491
string-width "^3.0.0"
74767492
strip-ansi "^5.0.0"
74777493

7494+
wrap-ansi@^7.0.0:
7495+
version "7.0.0"
7496+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7497+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7498+
dependencies:
7499+
ansi-styles "^4.0.0"
7500+
string-width "^4.1.0"
7501+
strip-ansi "^6.0.0"
7502+
74787503
wrap-ansi@^8.1.0:
74797504
version "8.1.0"
74807505
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /