sfdx-jayree 4.8.228 → 4.8.230
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 +14 -0
- package/npm-shrinkwrap.json +23 -23
- package/oclif.lock +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.8.230](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.229...v4.8.230) (2026-09-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.183 to 1.3.184 ([#2096](https://github.com/jayree/sfdx-jayree-plugin/issues/2096)) ([83aef2f](https://github.com/jayree/sfdx-jayree-plugin/commit/83aef2f182e59e800dd038cbf928b6289837d095))
|
|
7
|
+
|
|
8
|
+
## [4.8.229](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.228...v4.8.229) (2026-09-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump joi from 18.2.3 to 18.2.8 ([#2095](https://github.com/jayree/sfdx-jayree-plugin/issues/2095)) ([cd4f4da](https://github.com/jayree/sfdx-jayree-plugin/commit/cd4f4da9900f2cb174568676b7449c74b4946409))
|
|
14
|
+
|
|
1
15
|
## [4.8.228](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.227...v4.8.228) (2026-09-04)
|
|
2
16
|
|
|
3
17
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.230",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.230",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.184",
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.184",
|
|
15
15
|
"@jayree/sfdx-plugin-source": "^1.3.183"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.6",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"nock": "^14.0.17",
|
|
26
|
-
"oclif": "^5.0.
|
|
26
|
+
"oclif": "^5.0.1",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
29
|
"prettier": "^3.9.6",
|
|
@@ -2939,9 +2939,9 @@
|
|
|
2939
2939
|
}
|
|
2940
2940
|
},
|
|
2941
2941
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
2942
|
-
"version": "1.3.
|
|
2943
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
2944
|
-
"integrity": "sha512-
|
|
2942
|
+
"version": "1.3.184",
|
|
2943
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.184.tgz",
|
|
2944
|
+
"integrity": "sha512-PfxqELURHLG8PbfCD/FqNVtgowcD1Trg/60V8+HseAKzs5q9GkgaXCrJMbVf7QYTcddpBE0RSWjiQ8oze27fPA==",
|
|
2945
2945
|
"license": "Apache-2.0",
|
|
2946
2946
|
"dependencies": {
|
|
2947
2947
|
"@jayree/changelog": "^1.2.39",
|
|
@@ -2954,7 +2954,7 @@
|
|
|
2954
2954
|
"cli-progress": "^3.12.0",
|
|
2955
2955
|
"debug": "^4.4.1",
|
|
2956
2956
|
"fs-extra": "^11.4.0",
|
|
2957
|
-
"ignore": "^7.0.
|
|
2957
|
+
"ignore": "^7.0.8",
|
|
2958
2958
|
"prettier": "^3.9.6",
|
|
2959
2959
|
"prettier-plugin-apex": "^2.3.0",
|
|
2960
2960
|
"tslib": "^2.8.1"
|
|
@@ -2964,9 +2964,9 @@
|
|
|
2964
2964
|
}
|
|
2965
2965
|
},
|
|
2966
2966
|
"node_modules/@jayree/sfdx-plugin-prettier/node_modules/ignore": {
|
|
2967
|
-
"version": "7.0.
|
|
2968
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
2969
|
-
"integrity": "sha512-
|
|
2967
|
+
"version": "7.0.9",
|
|
2968
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz",
|
|
2969
|
+
"integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==",
|
|
2970
2970
|
"license": "MIT",
|
|
2971
2971
|
"engines": {
|
|
2972
2972
|
"node": ">= 4"
|
|
@@ -3065,9 +3065,9 @@
|
|
|
3065
3065
|
}
|
|
3066
3066
|
},
|
|
3067
3067
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/ignore": {
|
|
3068
|
-
"version": "7.0.
|
|
3069
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
3070
|
-
"integrity": "sha512-
|
|
3068
|
+
"version": "7.0.9",
|
|
3069
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz",
|
|
3070
|
+
"integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==",
|
|
3071
3071
|
"license": "MIT",
|
|
3072
3072
|
"engines": {
|
|
3073
3073
|
"node": ">= 4"
|
|
@@ -11305,9 +11305,9 @@
|
|
|
11305
11305
|
}
|
|
11306
11306
|
},
|
|
11307
11307
|
"node_modules/joi": {
|
|
11308
|
-
"version": "18.2.
|
|
11309
|
-
"resolved": "https://registry.npmjs.org/joi/-/joi-18.2.
|
|
11310
|
-
"integrity": "sha512-
|
|
11308
|
+
"version": "18.2.8",
|
|
11309
|
+
"resolved": "https://registry.npmjs.org/joi/-/joi-18.2.8.tgz",
|
|
11310
|
+
"integrity": "sha512-G2TX62h58ZHuwqetJgP2F4ualakqAmZtBYe3jWen7gxQRw5xApX6crnFtuB91WC0c3ESBnva+kGSnb3+6pIQDQ==",
|
|
11311
11311
|
"license": "BSD-3-Clause",
|
|
11312
11312
|
"dependencies": {
|
|
11313
11313
|
"@hapi/address": "^5.1.1",
|
|
@@ -13472,9 +13472,9 @@
|
|
|
13472
13472
|
}
|
|
13473
13473
|
},
|
|
13474
13474
|
"node_modules/oclif": {
|
|
13475
|
-
"version": "5.0.
|
|
13476
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-5.0.
|
|
13477
|
-
"integrity": "sha512-
|
|
13475
|
+
"version": "5.0.1",
|
|
13476
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-5.0.1.tgz",
|
|
13477
|
+
"integrity": "sha512-dhahAJMJN5W7yX9pcHxV5UkciBBbA9g40iaVDLqq/RZGY9gBqKB8X8oxyluohzWB/IWfqjjhkGOX0m3Xq6Khfg==",
|
|
13478
13478
|
"dev": true,
|
|
13479
13479
|
"license": "MIT",
|
|
13480
13480
|
"dependencies": {
|
|
@@ -14813,9 +14813,9 @@
|
|
|
14813
14813
|
}
|
|
14814
14814
|
},
|
|
14815
14815
|
"node_modules/pretty-quick/node_modules/ignore": {
|
|
14816
|
-
"version": "7.0.
|
|
14817
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
14818
|
-
"integrity": "sha512-
|
|
14816
|
+
"version": "7.0.9",
|
|
14817
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz",
|
|
14818
|
+
"integrity": "sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==",
|
|
14819
14819
|
"dev": true,
|
|
14820
14820
|
"license": "MIT",
|
|
14821
14821
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1068,10 +1068,10 @@
|
|
|
1068
1068
|
tslib "^2.8.1"
|
|
1069
1069
|
wrap-ansi "^9.0.2"
|
|
1070
1070
|
|
|
1071
|
-
"@jayree/sfdx-plugin-prettier@^1.3.
|
|
1072
|
-
version "1.3.
|
|
1073
|
-
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
1074
|
-
integrity sha512-
|
|
1071
|
+
"@jayree/sfdx-plugin-prettier@^1.3.184":
|
|
1072
|
+
version "1.3.184"
|
|
1073
|
+
resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.184.tgz"
|
|
1074
|
+
integrity sha512-PfxqELURHLG8PbfCD/FqNVtgowcD1Trg/60V8+HseAKzs5q9GkgaXCrJMbVf7QYTcddpBE0RSWjiQ8oze27fPA==
|
|
1075
1075
|
dependencies:
|
|
1076
1076
|
"@jayree/changelog" "^1.2.39"
|
|
1077
1077
|
"@oclif/core" "^4.14.0"
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
cli-progress "^3.12.0"
|
|
1084
1084
|
debug "^4.4.1"
|
|
1085
1085
|
fs-extra "^11.4.0"
|
|
1086
|
-
ignore "^7.0.
|
|
1086
|
+
ignore "^7.0.8"
|
|
1087
1087
|
prettier "^3.9.6"
|
|
1088
1088
|
prettier-plugin-apex "^2.3.0"
|
|
1089
1089
|
tslib "^2.8.1"
|
|
@@ -4936,14 +4936,14 @@ ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.2:
|
|
|
4936
4936
|
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
|
4937
4937
|
|
|
4938
4938
|
ignore@^7.0.5:
|
|
4939
|
-
version "7.0.
|
|
4940
|
-
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
4941
|
-
integrity sha512-
|
|
4939
|
+
version "7.0.9"
|
|
4940
|
+
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz"
|
|
4941
|
+
integrity sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==
|
|
4942
4942
|
|
|
4943
|
-
ignore@^7.0.
|
|
4944
|
-
version "7.0.
|
|
4945
|
-
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
4946
|
-
integrity sha512-
|
|
4943
|
+
ignore@^7.0.8:
|
|
4944
|
+
version "7.0.9"
|
|
4945
|
+
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.9.tgz"
|
|
4946
|
+
integrity sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==
|
|
4947
4947
|
|
|
4948
4948
|
immediate@~3.0.5:
|
|
4949
4949
|
version "3.0.6"
|
|
@@ -5445,9 +5445,9 @@ jest-docblock@^30.0.0:
|
|
|
5445
5445
|
detect-newline "^3.1.0"
|
|
5446
5446
|
|
|
5447
5447
|
joi@^18.2.1:
|
|
5448
|
-
version "18.2.
|
|
5449
|
-
resolved "https://registry.npmjs.org/joi/-/joi-18.2.
|
|
5450
|
-
integrity sha512-
|
|
5448
|
+
version "18.2.8"
|
|
5449
|
+
resolved "https://registry.npmjs.org/joi/-/joi-18.2.8.tgz"
|
|
5450
|
+
integrity sha512-G2TX62h58ZHuwqetJgP2F4ualakqAmZtBYe3jWen7gxQRw5xApX6crnFtuB91WC0c3ESBnva+kGSnb3+6pIQDQ==
|
|
5451
5451
|
dependencies:
|
|
5452
5452
|
"@hapi/address" "^5.1.1"
|
|
5453
5453
|
"@hapi/formula" "^3.0.2"
|
|
@@ -6537,10 +6537,10 @@ object.values@^1.1.7:
|
|
|
6537
6537
|
define-properties "^1.2.0"
|
|
6538
6538
|
es-abstract "^1.22.1"
|
|
6539
6539
|
|
|
6540
|
-
oclif@^5.0.
|
|
6541
|
-
version "5.0.
|
|
6542
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-5.0.
|
|
6543
|
-
integrity sha512-
|
|
6540
|
+
oclif@^5.0.1:
|
|
6541
|
+
version "5.0.1"
|
|
6542
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-5.0.1.tgz"
|
|
6543
|
+
integrity sha512-dhahAJMJN5W7yX9pcHxV5UkciBBbA9g40iaVDLqq/RZGY9gBqKB8X8oxyluohzWB/IWfqjjhkGOX0m3Xq6Khfg==
|
|
6544
6544
|
dependencies:
|
|
6545
6545
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
6546
6546
|
"@aws-sdk/client-s3" "^3.1079.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.230",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
10
10
|
"@jayree/sfdx-plugin-org": "^1.2.184",
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.184",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.183"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"eslint-plugin-prettier": "^5.5.6",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
22
|
"nock": "^14.0.17",
|
|
23
|
-
"oclif": "^5.0.
|
|
23
|
+
"oclif": "^5.0.1",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|
|
26
26
|
"prettier": "^3.9.6",
|