Skip to content

Commit 484301a

Browse files
chore(deps-dev): bump prettier from 3.2.5 to 3.3.2 in /packages/shared (#8556)
* chore(deps-dev): bump prettier from 3.2.5 to 3.3.2 in /packages/shared Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update yarn.lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
1 parent 7d77209 commit 484301a

File tree

2 files changed

+8
-33
lines changed

2 files changed

+8
-33
lines changed

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"jest-environment-jsdom": "^29.5.0",
3737
"postcss": "^8.4.31",
3838
"postcss-cli": "^11.0.0",
39-
"prettier": "3.2.5",
39+
"prettier": "3.3.2",
4040
"prettier-plugin-svelte": "^3.0.3",
4141
"sass": "^1.76.0",
4242
"svelte-check": "^3.4.5",

yarn.lock

+7-32
Original file line numberDiff line numberDiff line change
@@ -6960,10 +6960,10 @@ prettier-plugin-svelte@^3.0.3:
69606960
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-3.0.3.tgz#a823295167f27dc71a4462ee6cb3da9f3f5ca2ea"
69616961
integrity sha512-dLhieh4obJEK1hnZ6koxF+tMUrZbV5YGvRpf2+OADyanjya5j0z1Llo8iGwiHmFWZVG/hLEw/AJD5chXd9r3XA==
69626962

6963-
prettier@3.2.5:
6964-
version "3.2.5"
6965-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
6966-
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
6963+
prettier@3.3.2:
6964+
version "3.3.2"
6965+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
6966+
integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
69676967

69686968
prettier@^2.3.2:
69696969
version "2.8.8"
@@ -7877,16 +7877,7 @@ string-length@^4.0.1:
78777877
char-regex "^1.0.2"
78787878
strip-ansi "^6.0.0"
78797879

7880-
"string-width-cjs@npm:string-width@^4.2.0":
7881-
version "4.2.3"
7882-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7883-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7884-
dependencies:
7885-
emoji-regex "^8.0.0"
7886-
is-fullwidth-code-point "^3.0.0"
7887-
strip-ansi "^6.0.1"
7888-
7889-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7880+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
78907881
version "4.2.3"
78917882
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
78927883
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7954,14 +7945,7 @@ string_decoder@~1.1.1:
79547945
dependencies:
79557946
safe-buffer "~5.1.0"
79567947

7957-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7958-
version "6.0.1"
7959-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7960-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7961-
dependencies:
7962-
ansi-regex "^5.0.1"
7963-
7964-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7948+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
79657949
version "6.0.1"
79667950
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
79677951
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8996,7 +8980,7 @@ wildcard@^2.0.0:
89968980
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
89978981
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
89988982

8999-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
8983+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
90008984
version "7.0.0"
90018985
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
90028986
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9014,15 +8998,6 @@ wrap-ansi@^6.2.0:
90148998
string-width "^4.1.0"
90158999
strip-ansi "^6.0.0"
90169000

9017-
wrap-ansi@^7.0.0:
9018-
version "7.0.0"
9019-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9020-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9021-
dependencies:
9022-
ansi-styles "^4.0.0"
9023-
string-width "^4.1.0"
9024-
strip-ansi "^6.0.0"
9025-
90269001
wrap-ansi@^8.1.0:
90279002
version "8.1.0"
90289003
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)