Skip to content

Commit aca77ae

Browse files
authored
Merge pull request #607 from salesforcecli/devScripts2024-04-14
refactor: devScripts update
2 parents b1eb72e + c4e23f9 commit aca77ae

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
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@oclif/plugin-help": "^6.0.20",
20-
"@salesforce/dev-scripts": "^8.5.0",
20+
"@salesforce/dev-scripts": "^9.0.0",
2121
"@salesforce/plugin-auth": "^3.6.1",
2222
"@types/debug": "^4.1.12",
2323
"eslint-plugin-sf-plugin": "^1.18.0",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,10 +1648,10 @@
16481648
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
16491649
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
16501650

1651-
"@salesforce/dev-scripts@^8.5.0":
1652-
version "8.5.0"
1653-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.5.0.tgz#b0b44ca595450328c6186968528d9c0ef06cd27e"
1654-
integrity sha512-vR+CB5VoQrNAqNTcu5GZ/l4I4Rxd5HkIj/qTxEzP1EYnIlgjrbcsQgaunSnTrttIEy/BD8epd6UWAT8yAItufg==
1651+
"@salesforce/dev-scripts@^9.0.0":
1652+
version "9.0.0"
1653+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz#ab38c014ebc8baa92fccbb5cff9b8432e0f991d1"
1654+
integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
16551655
dependencies:
16561656
"@commitlint/cli" "^17.1.2"
16571657
"@commitlint/config-conventional" "^17.8.1"
@@ -6841,7 +6841,16 @@ srcset@^5.0.0:
68416841
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
68426842
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
68436843

6844-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6844+
"string-width-cjs@npm:string-width@^4.2.0":
6845+
version "4.2.3"
6846+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6847+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6848+
dependencies:
6849+
emoji-regex "^8.0.0"
6850+
is-fullwidth-code-point "^3.0.0"
6851+
strip-ansi "^6.0.1"
6852+
6853+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
68456854
version "4.2.3"
68466855
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
68476856
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6900,7 +6909,14 @@ string_decoder@~1.1.1:
69006909
dependencies:
69016910
safe-buffer "~5.1.0"
69026911

6903-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6912+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6913+
version "6.0.1"
6914+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6915+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6916+
dependencies:
6917+
ansi-regex "^5.0.1"
6918+
6919+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
69046920
version "6.0.1"
69056921
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
69066922
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7420,7 +7436,7 @@ [email protected]:
74207436
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
74217437
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
74227438

7423-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7439+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
74247440
version "7.0.0"
74257441
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
74267442
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7438,6 +7454,15 @@ wrap-ansi@^6.2.0:
74387454
string-width "^4.1.0"
74397455
strip-ansi "^6.0.0"
74407456

7457+
wrap-ansi@^7.0.0:
7458+
version "7.0.0"
7459+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7460+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7461+
dependencies:
7462+
ansi-styles "^4.0.0"
7463+
string-width "^4.1.0"
7464+
strip-ansi "^6.0.0"
7465+
74417466
wrap-ansi@^8.1.0:
74427467
version "8.1.0"
74437468
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)