sfdx-jayree 4.8.217 → 4.8.218
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/npm-shrinkwrap.json +16 -16
- package/oclif.lock +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [4.8.218](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.217...v4.8.218) (2026-07-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump fast-uri from 3.1.2 to 3.1.4 ([#2049](https://github.com/jayree/sfdx-jayree-plugin/issues/2049)) ([88ed2a6](https://github.com/jayree/sfdx-jayree-plugin/commit/88ed2a69b8eb4589ec83c74a4d3d4eb59acccb64))
|
|
7
|
+
* **deps:** bump linkify-it from 5.0.1 to 5.0.2 ([#2050](https://github.com/jayree/sfdx-jayree-plugin/issues/2050)) ([7d9c8b2](https://github.com/jayree/sfdx-jayree-plugin/commit/7d9c8b22c86e283cc66f726f557cb10b6c34964b))
|
|
8
|
+
|
|
1
9
|
## [4.8.217](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.216...v4.8.217) (2026-07-17)
|
|
2
10
|
|
|
3
11
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.218",
|
|
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.218",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.128",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.6",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"nock": "^14.0.16",
|
|
26
|
-
"oclif": "^4.23.
|
|
26
|
+
"oclif": "^4.23.28",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
|
-
"prettier": "^3.9.
|
|
29
|
+
"prettier": "^3.9.6",
|
|
30
30
|
"pretty-quick": "^4.2.2",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
32
|
"typescript": "^5.9.3"
|
|
@@ -8892,9 +8892,9 @@
|
|
|
8892
8892
|
}
|
|
8893
8893
|
},
|
|
8894
8894
|
"node_modules/fast-uri": {
|
|
8895
|
-
"version": "3.1.
|
|
8896
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
8897
|
-
"integrity": "sha512-
|
|
8895
|
+
"version": "3.1.4",
|
|
8896
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
|
|
8897
|
+
"integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
|
|
8898
8898
|
"funding": [
|
|
8899
8899
|
{
|
|
8900
8900
|
"type": "github",
|
|
@@ -11449,9 +11449,9 @@
|
|
|
11449
11449
|
"license": "MIT"
|
|
11450
11450
|
},
|
|
11451
11451
|
"node_modules/linkify-it": {
|
|
11452
|
-
"version": "5.0.
|
|
11453
|
-
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
11454
|
-
"integrity": "sha512-
|
|
11452
|
+
"version": "5.0.2",
|
|
11453
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz",
|
|
11454
|
+
"integrity": "sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==",
|
|
11455
11455
|
"dev": true,
|
|
11456
11456
|
"funding": [
|
|
11457
11457
|
{
|
|
@@ -13230,9 +13230,9 @@
|
|
|
13230
13230
|
}
|
|
13231
13231
|
},
|
|
13232
13232
|
"node_modules/oclif": {
|
|
13233
|
-
"version": "4.23.
|
|
13234
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
13235
|
-
"integrity": "sha512-
|
|
13233
|
+
"version": "4.23.28",
|
|
13234
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.28.tgz",
|
|
13235
|
+
"integrity": "sha512-u0Jo1RAo5zrZUhrTTxGGicjZ606L7dYV+L1VoFstA5RfV7pktEE6lVs3ueELQcNUgkUvofAiZqleocZCBA/Hqg==",
|
|
13236
13236
|
"dev": true,
|
|
13237
13237
|
"license": "MIT",
|
|
13238
13238
|
"dependencies": {
|
|
@@ -14317,9 +14317,9 @@
|
|
|
14317
14317
|
}
|
|
14318
14318
|
},
|
|
14319
14319
|
"node_modules/prettier": {
|
|
14320
|
-
"version": "3.9.
|
|
14321
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.
|
|
14322
|
-
"integrity": "sha512
|
|
14320
|
+
"version": "3.9.6",
|
|
14321
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz",
|
|
14322
|
+
"integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
|
|
14323
14323
|
"license": "MIT",
|
|
14324
14324
|
"bin": {
|
|
14325
14325
|
"prettier": "bin/prettier.cjs"
|
package/oclif.lock
CHANGED
|
@@ -4079,9 +4079,9 @@ fast-string-width@^3.0.2:
|
|
|
4079
4079
|
fast-string-truncated-width "^3.0.2"
|
|
4080
4080
|
|
|
4081
4081
|
fast-uri@^3.0.1:
|
|
4082
|
-
version "3.1.
|
|
4083
|
-
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
4084
|
-
integrity sha512-
|
|
4082
|
+
version "3.1.4"
|
|
4083
|
+
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz"
|
|
4084
|
+
integrity sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==
|
|
4085
4085
|
|
|
4086
4086
|
fast-wrap-ansi@^0.2.0:
|
|
4087
4087
|
version "0.2.0"
|
|
@@ -5688,9 +5688,9 @@ lines-and-columns@^1.1.6:
|
|
|
5688
5688
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
5689
5689
|
|
|
5690
5690
|
linkify-it@^5.0.1:
|
|
5691
|
-
version "5.0.
|
|
5692
|
-
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.
|
|
5693
|
-
integrity sha512-
|
|
5691
|
+
version "5.0.2"
|
|
5692
|
+
resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.2.tgz"
|
|
5693
|
+
integrity sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==
|
|
5694
5694
|
dependencies:
|
|
5695
5695
|
uc.micro "^2.0.0"
|
|
5696
5696
|
|
|
@@ -6532,10 +6532,10 @@ object.values@^1.1.7:
|
|
|
6532
6532
|
define-properties "^1.2.0"
|
|
6533
6533
|
es-abstract "^1.22.1"
|
|
6534
6534
|
|
|
6535
|
-
oclif@^4.23.
|
|
6536
|
-
version "4.23.
|
|
6537
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
6538
|
-
integrity sha512-
|
|
6535
|
+
oclif@^4.23.28:
|
|
6536
|
+
version "4.23.28"
|
|
6537
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.28.tgz"
|
|
6538
|
+
integrity sha512-u0Jo1RAo5zrZUhrTTxGGicjZ606L7dYV+L1VoFstA5RfV7pktEE6lVs3ueELQcNUgkUvofAiZqleocZCBA/Hqg==
|
|
6539
6539
|
dependencies:
|
|
6540
6540
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
6541
6541
|
"@aws-sdk/client-s3" "^3.1079.0"
|
|
@@ -7047,10 +7047,10 @@ prettier@^2.0.0, prettier@^2.8.8:
|
|
|
7047
7047
|
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
|
|
7048
7048
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7049
7049
|
|
|
7050
|
-
prettier@^3.0.0, prettier@^3.9.5, prettier@>=3.0.0:
|
|
7051
|
-
version "3.9.
|
|
7052
|
-
resolved "https://registry.npmjs.org/prettier/-/prettier-3.9.
|
|
7053
|
-
integrity sha512
|
|
7050
|
+
prettier@^3.0.0, prettier@^3.9.5, prettier@^3.9.6, prettier@>=3.0.0:
|
|
7051
|
+
version "3.9.6"
|
|
7052
|
+
resolved "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz"
|
|
7053
|
+
integrity sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==
|
|
7054
7054
|
|
|
7055
7055
|
pretty-quick@^3.3.1:
|
|
7056
7056
|
version "3.3.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.218",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"eslint-plugin-prettier": "^5.5.6",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
22
|
"nock": "^14.0.16",
|
|
23
|
-
"oclif": "^4.23.
|
|
23
|
+
"oclif": "^4.23.28",
|
|
24
24
|
"patch-package": "^8.0.1",
|
|
25
25
|
"pinst": "^3.0.0",
|
|
26
|
-
"prettier": "^3.9.
|
|
26
|
+
"prettier": "^3.9.6",
|
|
27
27
|
"pretty-quick": "^4.2.2",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"typescript": "^5.9.3"
|