sfdx-hardis 6.5.4 → 6.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +20 -8
- package/lib/commands/hardis/project/deploy/smart.js +6 -4
- package/lib/commands/hardis/project/deploy/smart.js.map +1 -1
- package/lib/commands/hardis/work/new.js +4 -29
- package/lib/commands/hardis/work/new.js.map +1 -1
- package/lib/common/utils/deltaUtils.d.ts +2 -1
- package/lib/common/utils/deltaUtils.js +68 -25
- package/lib/common/utils/deltaUtils.js.map +1 -1
- package/lib/common/utils/gitUtils.d.ts +1 -0
- package/lib/common/utils/gitUtils.js +3 -0
- package/lib/common/utils/gitUtils.js.map +1 -1
- package/oclif.lock +24 -30
- package/oclif.manifest.json +981 -981
- package/package.json +5 -5
package/oclif.lock
CHANGED
|
@@ -1952,16 +1952,16 @@
|
|
|
1952
1952
|
proc-log "^4.0.0"
|
|
1953
1953
|
which "^4.0.0"
|
|
1954
1954
|
|
|
1955
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.
|
|
1956
|
-
version "4.5.
|
|
1957
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.
|
|
1958
|
-
integrity sha512-
|
|
1955
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.4":
|
|
1956
|
+
version "4.5.4"
|
|
1957
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.4.tgz#d82bf4516d1e8a210aab4ccde826a0ce6cadf514"
|
|
1958
|
+
integrity sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==
|
|
1959
1959
|
dependencies:
|
|
1960
1960
|
ansi-escapes "^4.3.2"
|
|
1961
1961
|
ansis "^3.17.0"
|
|
1962
1962
|
clean-stack "^3.0.1"
|
|
1963
1963
|
cli-spinners "^2.9.2"
|
|
1964
|
-
debug "^4.4.
|
|
1964
|
+
debug "^4.4.3"
|
|
1965
1965
|
ejs "^3.1.10"
|
|
1966
1966
|
get-package-type "^0.1.0"
|
|
1967
1967
|
indent-string "^4.0.0"
|
|
@@ -2359,7 +2359,7 @@
|
|
|
2359
2359
|
strip-ansi "6.0.1"
|
|
2360
2360
|
ts-retry-promise "^0.8.1"
|
|
2361
2361
|
|
|
2362
|
-
"@salesforce/core@^8.18.1", "@salesforce/core@^8.
|
|
2362
|
+
"@salesforce/core@^8.18.1", "@salesforce/core@^8.23.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
2363
2363
|
version "8.23.1"
|
|
2364
2364
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.1.tgz#89e04518d6d4033ef6a248380eb952328068797c"
|
|
2365
2365
|
integrity sha512-/mQMu6g0gmkKQsl+G93VkkU+yrLEjnBzdUu0sPlS0WY5jM4M9sxg97LmRXa6dchECU3c/ugamsXaP6j6QmEfsQ==
|
|
@@ -4901,10 +4901,10 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
|
|
|
4901
4901
|
ansi-styles "^4.1.0"
|
|
4902
4902
|
supports-color "^7.1.0"
|
|
4903
4903
|
|
|
4904
|
-
chalk@^5.0.0, chalk@^5.2.0, chalk@^5.3.0, chalk@^5.6.
|
|
4905
|
-
version "5.6.
|
|
4906
|
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.
|
|
4907
|
-
integrity sha512-
|
|
4904
|
+
chalk@^5.0.0, chalk@^5.2.0, chalk@^5.3.0, chalk@^5.6.2:
|
|
4905
|
+
version "5.6.2"
|
|
4906
|
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
|
|
4907
|
+
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
|
|
4908
4908
|
|
|
4909
4909
|
change-case@^4, change-case@^4.1.2:
|
|
4910
4910
|
version "4.1.2"
|
|
@@ -6246,12 +6246,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
6246
6246
|
semver "^7.5.4"
|
|
6247
6247
|
spdx-expression-parse "^4.0.0"
|
|
6248
6248
|
|
|
6249
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
6250
|
-
version "1.20.
|
|
6251
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
6252
|
-
integrity sha512-
|
|
6249
|
+
eslint-plugin-sf-plugin@^1.20.32:
|
|
6250
|
+
version "1.20.32"
|
|
6251
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.32.tgz#9a3c1c84295090088addcf801abc082bb4980e35"
|
|
6252
|
+
integrity sha512-laSlqqFgJEbffPw5XOxIgIdswsM7JxHqI0F7azKVmezIC0+ceEw0fkbIY1cI9cE/Ihu57/46GM5+fXRUYrodzw==
|
|
6253
6253
|
dependencies:
|
|
6254
|
-
"@salesforce/core" "^8.
|
|
6254
|
+
"@salesforce/core" "^8.23.0"
|
|
6255
6255
|
"@typescript-eslint/utils" "^7.18.0"
|
|
6256
6256
|
|
|
6257
6257
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -8378,20 +8378,19 @@ jsdoc-api@^9.3.5:
|
|
|
8378
8378
|
object-to-spawn-args "^2.0.1"
|
|
8379
8379
|
walk-back "^5.1.1"
|
|
8380
8380
|
|
|
8381
|
-
jsdoc-parse@^6.2.
|
|
8382
|
-
version "6.2.
|
|
8383
|
-
resolved "https://registry.yarnpkg.com/jsdoc-parse/-/jsdoc-parse-6.2.
|
|
8384
|
-
integrity sha512-
|
|
8381
|
+
jsdoc-parse@^6.2.5:
|
|
8382
|
+
version "6.2.5"
|
|
8383
|
+
resolved "https://registry.yarnpkg.com/jsdoc-parse/-/jsdoc-parse-6.2.5.tgz#d719dc7416886392449f31189802ce2e92f5a49e"
|
|
8384
|
+
integrity sha512-8JaSNjPLr2IuEY4Das1KM6Z4oLHZYUnjRrr27hKSa78Cj0i5Lur3DzNnCkz+DfrKBDoljGMoWOiBVQbtUZJBPw==
|
|
8385
8385
|
dependencies:
|
|
8386
8386
|
array-back "^6.2.2"
|
|
8387
8387
|
find-replace "^5.0.1"
|
|
8388
|
-
lodash.omit "^4.5.0"
|
|
8389
8388
|
sort-array "^5.0.0"
|
|
8390
8389
|
|
|
8391
|
-
jsdoc-to-markdown@^9.1.
|
|
8392
|
-
version "9.1.
|
|
8393
|
-
resolved "https://registry.yarnpkg.com/jsdoc-to-markdown/-/jsdoc-to-markdown-9.1.
|
|
8394
|
-
integrity sha512-
|
|
8390
|
+
jsdoc-to-markdown@^9.1.3:
|
|
8391
|
+
version "9.1.3"
|
|
8392
|
+
resolved "https://registry.yarnpkg.com/jsdoc-to-markdown/-/jsdoc-to-markdown-9.1.3.tgz#99e5eb08b7990f043d0398aaeea8382b8651bb86"
|
|
8393
|
+
integrity sha512-i9wi+6WHX0WKziv0ar88T8h7OmxA0LWdQaV23nY6uQyKvdUPzVt0o6YAaOceFuKRF5Rvlju5w/KnZBfdpDAlnw==
|
|
8395
8394
|
dependencies:
|
|
8396
8395
|
array-back "^6.2.2"
|
|
8397
8396
|
command-line-args "^6.0.1"
|
|
@@ -8399,7 +8398,7 @@ jsdoc-to-markdown@^9.1.1:
|
|
|
8399
8398
|
config-master "^3.1.0"
|
|
8400
8399
|
dmd "^7.1.1"
|
|
8401
8400
|
jsdoc-api "^9.3.5"
|
|
8402
|
-
jsdoc-parse "^6.2.
|
|
8401
|
+
jsdoc-parse "^6.2.5"
|
|
8403
8402
|
walk-back "^5.1.1"
|
|
8404
8403
|
|
|
8405
8404
|
jsdoc-type-pratt-parser@~4.0.0:
|
|
@@ -8949,11 +8948,6 @@ lodash.mergewith@^4.6.2:
|
|
|
8949
8948
|
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
|
|
8950
8949
|
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
|
|
8951
8950
|
|
|
8952
|
-
lodash.omit@^4.5.0:
|
|
8953
|
-
version "4.5.0"
|
|
8954
|
-
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
|
|
8955
|
-
integrity sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==
|
|
8956
|
-
|
|
8957
8951
|
lodash.once@^4.0.0:
|
|
8958
8952
|
version "4.1.1"
|
|
8959
8953
|
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
|