Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 24, 2023
1 parent c8cf2ab commit d221d51
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@salesforce/cli-plugins-testkit": "^4.4.12",
"@salesforce/dev-scripts": "^8.1.0",
"@salesforce/dev-scripts": "^8.1.2",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/fast-levenshtein": "^0.0.4",
"@types/graceful-fs": "^4.1.9",
Expand All @@ -56,7 +56,7 @@
"mocha-junit-reporter": "^1.23.3",
"shelljs": "0.8.5",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.0.2",
"typescript": "^5.2.2"
},
Expand Down
40 changes: 19 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@
resolve-global "1.0.0"
yargs "^17.0.0"

"@commitlint/config-conventional@^17.1.0":
version "17.6.3"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.3.tgz#21f5835235493e386effeaa98b898124230b1000"
integrity sha512-bLyHEjjRWqlLQWIgYFHmUPbEFMOOLXeF3QbUinDIJev/u9e769tkoTH9YPknEywiuIrAgZaVo+OfzAIsJP0fsw==
"@commitlint/config-conventional@^17.8.1":
version "17.8.1"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
dependencies:
conventional-changelog-conventionalcommits "^5.0.0"
conventional-changelog-conventionalcommits "^6.1.0"

"@commitlint/config-validator@^17.4.4":
version "17.4.4"
Expand Down Expand Up @@ -611,13 +611,13 @@
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==

"@salesforce/dev-scripts@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.0.tgz#0310dc9fb4104637a237876161a40331dd382e9f"
integrity sha512-lA5uJMwfKKrbv+JMCxX8aOrwE1ihlmUfAy8SVCgBSaHNckRBDQP2zIM7S03zoXFSpUtebCndo1ODQxw+zVrK3g==
"@salesforce/dev-scripts@^8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.2.tgz#ec3e528328fe7c7b8b312688e970ea258913980b"
integrity sha512-DQscqQPMuj2b1D8sfh77zAKQVEuo0SQ05XlFSbVKgvxO/yPrSpUK0LgHsbyG4Js88TWBqsf4K7mkdaryukSnSA==
dependencies:
"@commitlint/cli" "^17.1.2"
"@commitlint/config-conventional" "^17.1.0"
"@commitlint/config-conventional" "^17.8.1"
"@salesforce/dev-config" "^4.1.0"
"@salesforce/prettier-config" "^0.0.3"
"@types/chai" "^4.3.10"
Expand All @@ -637,7 +637,7 @@
shelljs "^0.8.5"
sinon "10.0.0"
source-map-support "^0.5.21"
ts-node "^10.9.1"
ts-node "^10.9.2"
typedoc "^0.25.3"
typedoc-plugin-missing-exports "0.23.0"
typescript "^4.9.5"
Expand Down Expand Up @@ -1714,14 +1714,12 @@ conventional-changelog-angular@^5.0.11:
compare-func "^2.0.0"
q "^1.5.1"

conventional-changelog-conventionalcommits@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
conventional-changelog-conventionalcommits@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652"
integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==
dependencies:
compare-func "^2.0.0"
lodash "^4.17.15"
q "^1.5.1"

conventional-commits-parser@^3.2.2:
version "3.2.4"
Expand Down Expand Up @@ -5464,10 +5462,10 @@ ts-api-utils@^1.0.1:
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==

ts-node@^10.8.1, ts-node@^10.9.1:
version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
ts-node@^10.8.1, ts-node@^10.9.2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
Expand Down

2 comments on commit d221d51

@svc-cli-bot
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d221d51 Previous: 6fe91f0 Ratio
eda-componentSetCreate-linux 215 ms 207 ms 1.04
eda-sourceToMdapi-linux 1991 ms 2025 ms 0.98
eda-sourceToZip-linux 1604 ms 1621 ms 0.99
eda-mdapiToSource-linux 2961 ms 3056 ms 0.97
lotsOfClasses-componentSetCreate-linux 380 ms 377 ms 1.01
lotsOfClasses-sourceToMdapi-linux 3453 ms 3627 ms 0.95
lotsOfClasses-sourceToZip-linux 2725 ms 2800 ms 0.97
lotsOfClasses-mdapiToSource-linux 3371 ms 3275 ms 1.03
lotsOfClassesOneDir-componentSetCreate-linux 617 ms 629 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6084 ms 6208 ms 0.98
lotsOfClassesOneDir-sourceToZip-linux 4877 ms 5090 ms 0.96
lotsOfClassesOneDir-mdapiToSource-linux 6012 ms 6078 ms 0.99

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: d221d51 Previous: 6fe91f0 Ratio
eda-componentSetCreate-win32 427 ms 403 ms 1.06
eda-sourceToMdapi-win32 3532 ms 3483 ms 1.01
eda-sourceToZip-win32 2616 ms 2501 ms 1.05
eda-mdapiToSource-win32 5862 ms 5773 ms 1.02
lotsOfClasses-componentSetCreate-win32 897 ms 845 ms 1.06
lotsOfClasses-sourceToMdapi-win32 7686 ms 7545 ms 1.02
lotsOfClasses-sourceToZip-win32 4592 ms 4711 ms 0.97
lotsOfClasses-mdapiToSource-win32 7526 ms 7459 ms 1.01
lotsOfClassesOneDir-componentSetCreate-win32 1513 ms 1475 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-win32 13894 ms 13786 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 8789 ms 8206 ms 1.07
lotsOfClassesOneDir-mdapiToSource-win32 13515 ms 13356 ms 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.