-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dev-deps): bump eslint-plugin-sf-plugin from 1.16.8 to 1.16.9
Bumps [eslint-plugin-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.16.8 to 1.16.9. - [Release notes](https://github.com/salesforcecli/eslint-plugin-sf-plugin/releases) - [Changelog](https://github.com/salesforcecli/eslint-plugin-sf-plugin/blob/main/CHANGELOG.md) - [Commits](salesforcecli/eslint-plugin-sf-plugin@1.16.8...1.16.9) --- updated-dependencies: - dependency-name: eslint-plugin-sf-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d9e0c05
commit 7087655
Showing
2 changed files
with
46 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -550,15 +550,15 @@ | |
strip-ansi "6.0.1" | ||
ts-retry-promise "^0.7.1" | ||
|
||
"@salesforce/core@^5.2.10", "@salesforce/core@^5.3.1": | ||
version "5.3.1" | ||
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.1.tgz#93c49760faa7b503bbfea8376d80a66815065e4a" | ||
integrity sha512-LEQ3Yp7GxexsGXxT85Pp4AgOzzqY9Y3kol8ByVsHpHGvs8XLRbKl44IPxTXBdMB2roFM+Iosd46i0KbTuh2MQg== | ||
"@salesforce/core@^5.2.10", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.5": | ||
version "5.3.9" | ||
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.9.tgz#1c8f793ce1a0798c5c7767a5a370a5926d3298de" | ||
integrity sha512-/HX0PiXq3Sjc5eVJ0EaYetcDGsKU9O9Nj8jFGw5qYlITx8zogfxc0j07liH67tQXS1KbTysYoj/MQ2zbHSNkPA== | ||
dependencies: | ||
"@salesforce/kit" "^3.0.11" | ||
"@salesforce/kit" "^3.0.13" | ||
"@salesforce/schemas" "^1.6.0" | ||
"@salesforce/ts-types" "^2.0.7" | ||
"@types/semver" "^7.5.2" | ||
"@salesforce/ts-types" "^2.0.8" | ||
"@types/semver" "^7.5.3" | ||
ajv "^8.12.0" | ||
change-case "^4.1.2" | ||
faye "^1.4.0" | ||
|
@@ -567,9 +567,9 @@ | |
jsforce "^2.0.0-beta.27" | ||
jsonwebtoken "9.0.2" | ||
jszip "3.10.1" | ||
pino "^8.15.1" | ||
pino "^8.15.6" | ||
pino-abstract-transport "^1.0.0" | ||
pino-pretty "^10.2.0" | ||
pino-pretty "^10.2.3" | ||
proper-lockfile "^4.1.2" | ||
semver "^7.5.4" | ||
ts-retry-promise "^0.7.1" | ||
|
@@ -626,6 +626,14 @@ | |
"@salesforce/ts-types" "^2.0.7" | ||
tslib "^2.6.2" | ||
|
||
"@salesforce/kit@^3.0.13": | ||
version "3.0.13" | ||
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163" | ||
integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw== | ||
dependencies: | ||
"@salesforce/ts-types" "^2.0.8" | ||
tslib "^2.6.2" | ||
|
||
"@salesforce/prettier-config@^0.0.3": | ||
version "0.0.3" | ||
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0" | ||
|
@@ -867,11 +875,16 @@ | |
dependencies: | ||
"@types/node" "*" | ||
|
||
"@types/semver@^7.3.12", "@types/semver@^7.5.2": | ||
"@types/semver@^7.3.12": | ||
version "7.5.2" | ||
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.2.tgz#31f6eec1ed7ec23f4f05608d3a2d381df041f564" | ||
integrity sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw== | ||
|
||
"@types/semver@^7.5.3": | ||
version "7.5.3" | ||
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04" | ||
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw== | ||
|
||
"@types/shelljs@^0.8.12", "@types/shelljs@^0.8.13": | ||
version "0.8.13" | ||
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.13.tgz#a94bf7f2b82b7cd9f4496bbe063c3adb0868a650" | ||
|
@@ -2194,12 +2207,12 @@ eslint-plugin-prefer-arrow@^1.2.1: | |
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041" | ||
integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ== | ||
|
||
eslint-plugin-sf-plugin@^1.16.8: | ||
version "1.16.8" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.8.tgz#3509bbd79aceae106eafbef0f4dbbcdb2fc90154" | ||
integrity sha512-vPnJgZcAiqIHw1UJSfaA+aIrJXKfZxKurfxkn+WIU3LWJBPkp/nKOYEAXURcH9Qte3PH4J7WgkQXfJY09Hs9Yg== | ||
eslint-plugin-sf-plugin@^1.16.9: | ||
version "1.16.9" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.9.tgz#0c8bfa7b51b52c716bf8cecbb271237931bffa3b" | ||
integrity sha512-VOAA1OEieGCzimavNvI1OP2AnlR5SZfxi4Q+WDahxJcedh5/SP0DEynW8ww+begy4Nt0APdLzwXN1JJTZQCemA== | ||
dependencies: | ||
"@salesforce/core" "^5.3.1" | ||
"@salesforce/core" "^5.3.5" | ||
"@typescript-eslint/utils" "^5.59.11" | ||
|
||
eslint-scope@^5.1.1: | ||
|
@@ -4365,10 +4378,10 @@ pino-abstract-transport@^1.0.0, [email protected]: | |
readable-stream "^4.0.0" | ||
split2 "^4.0.0" | ||
|
||
pino-pretty@^10.2.0: | ||
version "10.2.0" | ||
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.0.tgz#c674a153e15c08d7032a826d0051d786feace1d9" | ||
integrity sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA== | ||
pino-pretty@^10.2.3: | ||
version "10.2.3" | ||
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783" | ||
integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw== | ||
dependencies: | ||
colorette "^2.0.7" | ||
dateformat "^4.6.3" | ||
|
@@ -4390,10 +4403,10 @@ pino-std-serializers@^6.0.0: | |
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3" | ||
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA== | ||
|
||
pino@^8.15.1: | ||
version "8.15.1" | ||
resolved "https://registry.yarnpkg.com/pino/-/pino-8.15.1.tgz#04b815ff7aa4e46b1bbab88d8010aaa2b17eaba4" | ||
integrity sha512-Cp4QzUQrvWCRJaQ8Lzv0mJzXVk4z2jlq8JNKMGaixC2Pz5L4l2p95TkuRvYbrEbe85NQsDKrAd4zalf7Ml6WiA== | ||
pino@^8.15.6: | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.0.tgz#2465012a1d11fa2e7a0545032f636e203990ae26" | ||
integrity sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw== | ||
dependencies: | ||
atomic-sleep "^1.0.0" | ||
fast-redact "^3.1.1" | ||
|
@@ -4404,7 +4417,7 @@ pino@^8.15.1: | |
quick-format-unescaped "^4.0.3" | ||
real-require "^0.2.0" | ||
safe-stable-stringify "^2.3.1" | ||
sonic-boom "^3.1.0" | ||
sonic-boom "^3.7.0" | ||
thread-stream "^2.0.0" | ||
|
||
pkg-dir@^4.1.0: | ||
|
@@ -4971,13 +4984,20 @@ socks@^2.7.1: | |
ip "^2.0.0" | ||
smart-buffer "^4.2.0" | ||
|
||
sonic-boom@^3.0.0, sonic-boom@^3.1.0: | ||
sonic-boom@^3.0.0: | ||
version "3.3.0" | ||
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.3.0.tgz#cffab6dafee3b2bcb88d08d589394198bee1838c" | ||
integrity sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g== | ||
dependencies: | ||
atomic-sleep "^1.0.0" | ||
|
||
sonic-boom@^3.7.0: | ||
version "3.7.0" | ||
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.7.0.tgz#b4b7b8049a912986f4a92c51d4660b721b11f2f2" | ||
integrity sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg== | ||
dependencies: | ||
atomic-sleep "^1.0.0" | ||
|
||
sort-any@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/sort-any/-/sort-any-2.0.0.tgz#62a5409c9905c9483f03e41e17f46cc451aa7c55" | ||
|
7087655
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-linux
252
ms243
ms1.04
eda-sourceToMdapi-linux
7184
ms6579
ms1.09
eda-sourceToZip-linux
5037
ms4634
ms1.09
eda-mdapiToSource-linux
3892
ms4387
ms0.89
lotsOfClasses-componentSetCreate-linux
700
ms494
ms1.42
lotsOfClasses-sourceToMdapi-linux
8745
ms8351
ms1.05
lotsOfClasses-sourceToZip-linux
6154
ms6131
ms1.00
lotsOfClasses-mdapiToSource-linux
3695
ms3546
ms1.04
lotsOfClassesOneDir-componentSetCreate-linux
743
ms826
ms0.90
lotsOfClassesOneDir-sourceToMdapi-linux
11461
ms10928
ms1.05
lotsOfClassesOneDir-sourceToZip-linux
9569
ms9913
ms0.97
lotsOfClassesOneDir-mdapiToSource-linux
6717
ms6128
ms1.10
This comment was automatically generated by workflow using github-action-benchmark.
7087655
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-win32
586
ms487
ms1.20
eda-sourceToMdapi-win32
10240
ms8630
ms1.19
eda-sourceToZip-win32
7276
ms6576
ms1.11
eda-mdapiToSource-win32
10272
ms7816
ms1.31
lotsOfClasses-componentSetCreate-win32
1370
ms1041
ms1.32
lotsOfClasses-sourceToMdapi-win32
18153
ms14612
ms1.24
lotsOfClasses-sourceToZip-win32
10972
ms8983
ms1.22
lotsOfClasses-mdapiToSource-win32
11180
ms9670
ms1.16
lotsOfClassesOneDir-componentSetCreate-win32
2217
ms1726
ms1.28
lotsOfClassesOneDir-sourceToMdapi-win32
28182
ms22550
ms1.25
lotsOfClassesOneDir-sourceToZip-win32
18296
ms15669
ms1.17
lotsOfClassesOneDir-mdapiToSource-win32
21148
ms17192
ms1.23
This comment was automatically generated by workflow using github-action-benchmark.