@jayree/sfdx-plugin-manifest 5.0.128 → 5.0.130

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 CHANGED
@@ -1,3 +1,25 @@
1
+ ## [5.0.130](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.129...5.0.130) (2026-06-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/core from 8.31.2 to 8.31.4 ([#2311](https://github.com/jayree/sfdx-plugin-manifest/issues/2311)) ([de47511](https://github.com/jayree/sfdx-plugin-manifest/commit/de4751146003f508d3746e76ce1a3b551490a0bc))
7
+ * no edition warning when scratch org uses snapshot @W-22694430@ ([#1304](https://github.com/forcedotcom/sfdx-core/issues/1304)) ([2e0501d](https://github.com/forcedotcom/sfdx-core/commit/2e0501d3489797b45698c2c86c5edf85c7eef710))
8
+ * updating to jsforce prerelease ([2329fa6](https://github.com/forcedotcom/sfdx-core/commit/2329fa62fdf2b23988c2618912b34fcb3e7397eb))
9
+ * updating jsforce dependency ([79a1fa5](https://github.com/forcedotcom/sfdx-core/commit/79a1fa5f02c6767350803bb4b9f20233aa29e470))
10
+ * bumped jsforce to fixed version @W-23121570@ ([09dfab0](https://github.com/forcedotcom/sfdx-core/commit/09dfab076f90e3a507a8e8c12a275dc1cbe8ff64))
11
+ * temporarily using different workflows @W-23121570@ ([240e162](https://github.com/forcedotcom/sfdx-core/commit/240e162ff9e9c5ce52248f72b8c3c7afe2eb3a9e))
12
+ * undoing custom workflow ([bd7d018](https://github.com/forcedotcom/sfdx-core/commit/bd7d018dc1c8e03ea3a4f369278d3f768fa7d899))
13
+
14
+ ## [5.0.129](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.128...5.0.129) (2026-06-28)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** bump @oclif/core from 4.11.9 to 4.11.11 ([#2313](https://github.com/jayree/sfdx-plugin-manifest/issues/2313)) ([bb9806a](https://github.com/jayree/sfdx-plugin-manifest/commit/bb9806a6b3d054bad24b2520a8b9d3d40960d84f))
20
+ * **deps:** bump tinyglobby from 0.2.16 to 0.2.17 ([f941872](https://github.com/oclif/core/commit/f941872a716ec34ad53782e280b8facf0bf41a6e))
21
+ * **deps:** bump undici from 6.25.0 to 6.27.0 ([319945a](https://github.com/oclif/core/commit/319945a3df0ea99e96053b170c455baa0f4812a6))
22
+
1
23
  ## [5.0.128](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.127...5.0.128) (2026-06-28)
2
24
 
3
25
 
package/README.md CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
113
113
  ```
114
114
 
115
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.128/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.130/src/commands/jayree/manifest/cleanup.ts)_
116
116
 
117
117
  ### `sf jayree manifest generate`
118
118
 
@@ -150,7 +150,7 @@ EXAMPLES
150
150
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
151
151
  ```
152
152
 
153
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.128/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.130/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
230
230
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
231
231
  ```
232
232
 
233
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.128/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.130/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.128",
3
+ "version": "5.0.130",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.128",
9
+ "version": "5.0.130",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.37",
13
- "@oclif/core": "^4.11.9",
14
- "@salesforce/core": "^8.31.2",
13
+ "@oclif/core": "^4.11.11",
14
+ "@salesforce/core": "^8.31.4",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.24",
17
17
  "@salesforce/source-deploy-retrieve": "12.36.3",
@@ -24,7 +24,7 @@
24
24
  "isomorphic-git": "1.38.5"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.3.28",
27
+ "@oclif/plugin-command-snapshot": "^5.3.29",
28
28
  "@salesforce/cli-plugins-testkit": "^5.3.62",
29
29
  "@salesforce/dev-scripts": "^11.0.4",
30
30
  "@salesforce/ts-sinon": "^1.4.36",
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-sf-plugin": "^1.20.33",
38
38
  "oclif": "^4.23.17",
39
39
  "patch-package": "^8.0.1",
40
- "prettier": "^3.8.4",
40
+ "prettier": "^3.9.1",
41
41
  "pretty-quick": "^4.2.2",
42
42
  "ts-node": "^10.9.2",
43
43
  "typescript": "^6.0.3"
@@ -2845,9 +2845,9 @@
2845
2845
  }
2846
2846
  },
2847
2847
  "node_modules/@jsforce/jsforce-node": {
2848
- "version": "3.10.14",
2849
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.14.tgz",
2850
- "integrity": "sha512-p8Ug1SypcAT7Q0zZA0+7fyBmgUpB/aXkde4Bxmu0S/O4p28CVwgYvKyFd9vswmHIhFabd/QqUCrlYuVhYdr2Ew==",
2848
+ "version": "3.10.17",
2849
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.17.tgz",
2850
+ "integrity": "sha512-gYWiK0Y68dMUTdlPjkF+Bw3r7pmfTbqzs7/6ZChg2Md14NyzXk/usp+y8hHj6vc1SF3s7e6j5OUzUasYF5RJWQ==",
2851
2851
  "license": "MIT",
2852
2852
  "dependencies": {
2853
2853
  "@sindresorhus/is": "^4",
@@ -2856,38 +2856,12 @@
2856
2856
  "csv-stringify": "^6.6.0",
2857
2857
  "faye": "^1.4.0",
2858
2858
  "form-data": "^4.0.4",
2859
- "https-proxy-agent": "^5.0.0",
2860
2859
  "multistream": "^3.1.0",
2861
- "node-fetch": "^2.6.1",
2860
+ "undici": "^8.5.0",
2862
2861
  "xml2js": "^0.6.2"
2863
2862
  },
2864
2863
  "engines": {
2865
- "node": ">=18"
2866
- }
2867
- },
2868
- "node_modules/@jsforce/jsforce-node/node_modules/agent-base": {
2869
- "version": "6.0.2",
2870
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
2871
- "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
2872
- "license": "MIT",
2873
- "dependencies": {
2874
- "debug": "4"
2875
- },
2876
- "engines": {
2877
- "node": ">= 6.0.0"
2878
- }
2879
- },
2880
- "node_modules/@jsforce/jsforce-node/node_modules/https-proxy-agent": {
2881
- "version": "5.0.1",
2882
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
2883
- "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
2884
- "license": "MIT",
2885
- "dependencies": {
2886
- "agent-base": "6",
2887
- "debug": "4"
2888
- },
2889
- "engines": {
2890
- "node": ">= 6"
2864
+ "node": ">=22"
2891
2865
  }
2892
2866
  },
2893
2867
  "node_modules/@jsonjoy.com/base64": {
@@ -3065,9 +3039,9 @@
3065
3039
  }
3066
3040
  },
3067
3041
  "node_modules/@oclif/core": {
3068
- "version": "4.11.9",
3069
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.9.tgz",
3070
- "integrity": "sha512-w8uupjkdEQQcTFp1BUzWZCRNRW4BwXaSnFldHuziqx79F8q4NRCFwgGoMHV48HpJ6Xn9zeN0l3BiuppnPh6bWA==",
3042
+ "version": "4.11.11",
3043
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.11.tgz",
3044
+ "integrity": "sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==",
3071
3045
  "license": "MIT",
3072
3046
  "dependencies": {
3073
3047
  "ansi-escapes": "^4.3.2",
@@ -3084,7 +3058,7 @@
3084
3058
  "semver": "^7.8.1",
3085
3059
  "string-width": "^4.2.3",
3086
3060
  "supports-color": "^8",
3087
- "tinyglobby": "^0.2.16",
3061
+ "tinyglobby": "^0.2.17",
3088
3062
  "widest-line": "^3.1.0",
3089
3063
  "wordwrap": "^1.0.0",
3090
3064
  "wrap-ansi": "^7.0.0"
@@ -3177,9 +3151,9 @@
3177
3151
  }
3178
3152
  },
3179
3153
  "node_modules/@oclif/plugin-command-snapshot": {
3180
- "version": "5.3.28",
3181
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.28.tgz",
3182
- "integrity": "sha512-icsJTC+w9CLhn+ffbl+fJXFlhYq11AkyB1LlMnZWcqkbNVgGAIFkzpFmZigycTKbdbVsM3QN7yKKxjMsIjkPZg==",
3154
+ "version": "5.3.29",
3155
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.29.tgz",
3156
+ "integrity": "sha512-yoSk5v4Ws0vLihCetgvWZdoan1c5m3CV7JD3hsBsOlj3Q0J2Q6sLpIsJ0Ob/Ltzpmy+PSBIW59CmpIL4GYMsoA==",
3183
3157
  "dev": true,
3184
3158
  "license": "MIT",
3185
3159
  "dependencies": {
@@ -3617,12 +3591,12 @@
3617
3591
  }
3618
3592
  },
3619
3593
  "node_modules/@salesforce/core": {
3620
- "version": "8.31.2",
3621
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.2.tgz",
3622
- "integrity": "sha512-naqnq7Z+gbl1LdnyNvrGrNUoeMUQtCOsnrS6DfqeuLMJTFqcL9Dq0/od+xcuqi0+l7HTyH0/gU1BQitWpd1rag==",
3594
+ "version": "8.31.4",
3595
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.4.tgz",
3596
+ "integrity": "sha512-G/zgo9ygO+0l2x9gCOnp6BR7q2Rlt8MHDoj4DIpu2utsZznIcH7iNTEoKjul1BMKDPARuBGUp0Tyr0c8dLf32g==",
3623
3597
  "license": "BSD-3-Clause",
3624
3598
  "dependencies": {
3625
- "@jsforce/jsforce-node": "^3.10.13",
3599
+ "@jsforce/jsforce-node": "^3.10.17",
3626
3600
  "@salesforce/kit": "^3.2.4",
3627
3601
  "@salesforce/ts-types": "^2.0.12",
3628
3602
  "ajv": "^8.18.0",
@@ -13967,6 +13941,7 @@
13967
13941
  "version": "2.7.0",
13968
13942
  "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
13969
13943
  "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
13944
+ "dev": true,
13970
13945
  "license": "MIT",
13971
13946
  "dependencies": {
13972
13947
  "whatwg-url": "^5.0.0"
@@ -15180,9 +15155,9 @@
15180
15155
  }
15181
15156
  },
15182
15157
  "node_modules/prettier": {
15183
- "version": "3.8.4",
15184
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz",
15185
- "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==",
15158
+ "version": "3.9.1",
15159
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz",
15160
+ "integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==",
15186
15161
  "dev": true,
15187
15162
  "license": "MIT",
15188
15163
  "bin": {
@@ -17217,9 +17192,9 @@
17217
17192
  "license": "MIT"
17218
17193
  },
17219
17194
  "node_modules/tinyglobby": {
17220
- "version": "0.2.16",
17221
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
17222
- "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
17195
+ "version": "0.2.17",
17196
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
17197
+ "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
17223
17198
  "license": "MIT",
17224
17199
  "dependencies": {
17225
17200
  "fdir": "^6.5.0",
@@ -17332,6 +17307,7 @@
17332
17307
  "version": "0.0.3",
17333
17308
  "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
17334
17309
  "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
17310
+ "dev": true,
17335
17311
  "license": "MIT"
17336
17312
  },
17337
17313
  "node_modules/tree-dump": {
@@ -17832,6 +17808,15 @@
17832
17808
  "url": "https://github.com/sponsors/ljharb"
17833
17809
  }
17834
17810
  },
17811
+ "node_modules/undici": {
17812
+ "version": "8.5.0",
17813
+ "resolved": "https://registry.npmjs.org/undici/-/undici-8.5.0.tgz",
17814
+ "integrity": "sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==",
17815
+ "license": "MIT",
17816
+ "engines": {
17817
+ "node": ">=22.19.0"
17818
+ }
17819
+ },
17835
17820
  "node_modules/undici-types": {
17836
17821
  "version": "7.18.2",
17837
17822
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
@@ -18129,6 +18114,7 @@
18129
18114
  "version": "3.0.1",
18130
18115
  "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
18131
18116
  "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
18117
+ "dev": true,
18132
18118
  "license": "BSD-2-Clause"
18133
18119
  },
18134
18120
  "node_modules/websocket-driver": {
@@ -18158,6 +18144,7 @@
18158
18144
  "version": "5.0.0",
18159
18145
  "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
18160
18146
  "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
18147
+ "dev": true,
18161
18148
  "license": "MIT",
18162
18149
  "dependencies": {
18163
18150
  "tr46": "~0.0.3",
package/oclif.lock CHANGED
@@ -1208,10 +1208,10 @@
1208
1208
  "@jridgewell/resolve-uri" "^3.1.0"
1209
1209
  "@jridgewell/sourcemap-codec" "^1.4.14"
1210
1210
 
1211
- "@jsforce/jsforce-node@^3.10.13":
1212
- version "3.10.14"
1213
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.14.tgz#e6429626118a86247605f14b2466026f7180cff8"
1214
- integrity sha512-p8Ug1SypcAT7Q0zZA0+7fyBmgUpB/aXkde4Bxmu0S/O4p28CVwgYvKyFd9vswmHIhFabd/QqUCrlYuVhYdr2Ew==
1211
+ "@jsforce/jsforce-node@^3.10.17":
1212
+ version "3.10.17"
1213
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.17.tgz#c8f0a9d3b88925d45b297f2a9dac8af2a17c47ee"
1214
+ integrity sha512-gYWiK0Y68dMUTdlPjkF+Bw3r7pmfTbqzs7/6ZChg2Md14NyzXk/usp+y8hHj6vc1SF3s7e6j5OUzUasYF5RJWQ==
1215
1215
  dependencies:
1216
1216
  "@sindresorhus/is" "^4"
1217
1217
  base64url "^3.0.1"
@@ -1219,9 +1219,8 @@
1219
1219
  csv-stringify "^6.6.0"
1220
1220
  faye "^1.4.0"
1221
1221
  form-data "^4.0.4"
1222
- https-proxy-agent "^5.0.0"
1223
1222
  multistream "^3.1.0"
1224
- node-fetch "^2.6.1"
1223
+ undici "^8.5.0"
1225
1224
  xml2js "^0.6.2"
1226
1225
 
1227
1226
  "@jsonjoy.com/base64@^1.1.2":
@@ -1309,10 +1308,10 @@
1309
1308
  resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
1310
1309
  integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
1311
1310
 
1312
- "@oclif/core@^4", "@oclif/core@^4.11.4", "@oclif/core@^4.11.9":
1313
- version "4.11.9"
1314
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.9.tgz#7dd438f3e48834b2bb219e71d34d397aacebccab"
1315
- integrity sha512-w8uupjkdEQQcTFp1BUzWZCRNRW4BwXaSnFldHuziqx79F8q4NRCFwgGoMHV48HpJ6Xn9zeN0l3BiuppnPh6bWA==
1311
+ "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4":
1312
+ version "4.11.11"
1313
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.11.tgz#bd5c7d79285c12a43e5830b3362773dbe6048878"
1314
+ integrity sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==
1316
1315
  dependencies:
1317
1316
  ansi-escapes "^4.3.2"
1318
1317
  ansis "^3.17.0"
@@ -1328,15 +1327,15 @@
1328
1327
  semver "^7.8.1"
1329
1328
  string-width "^4.2.3"
1330
1329
  supports-color "^8"
1331
- tinyglobby "^0.2.16"
1330
+ tinyglobby "^0.2.17"
1332
1331
  widest-line "^3.1.0"
1333
1332
  wordwrap "^1.0.0"
1334
1333
  wrap-ansi "^7.0.0"
1335
1334
 
1336
- "@oclif/plugin-command-snapshot@^5.3.28":
1337
- version "5.3.28"
1338
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.28.tgz#3119abdf980ce9178af46da293edf87787390532"
1339
- integrity sha512-icsJTC+w9CLhn+ffbl+fJXFlhYq11AkyB1LlMnZWcqkbNVgGAIFkzpFmZigycTKbdbVsM3QN7yKKxjMsIjkPZg==
1335
+ "@oclif/plugin-command-snapshot@^5.3.29":
1336
+ version "5.3.29"
1337
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.29.tgz#9748e9512c64d68252d223baa70a1da0d67eefb0"
1338
+ integrity sha512-yoSk5v4Ws0vLihCetgvWZdoan1c5m3CV7JD3hsBsOlj3Q0J2Q6sLpIsJ0Ob/Ltzpmy+PSBIW59CmpIL4GYMsoA==
1340
1339
  dependencies:
1341
1340
  "@oclif/core" "^4"
1342
1341
  ansis "^3.17.0"
@@ -1455,12 +1454,12 @@
1455
1454
  strip-ansi "6.0.1"
1456
1455
  ts-retry-promise "^0.8.1"
1457
1456
 
1458
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.2":
1459
- version "8.31.2"
1460
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.2.tgz#968448f423b553f726f42c27da6b55c4ec7eb93a"
1461
- integrity sha512-naqnq7Z+gbl1LdnyNvrGrNUoeMUQtCOsnrS6DfqeuLMJTFqcL9Dq0/od+xcuqi0+l7HTyH0/gU1BQitWpd1rag==
1457
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4":
1458
+ version "8.31.4"
1459
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.4.tgz#481f0330347da5ef4d23ebf6a8bd628a54106103"
1460
+ integrity sha512-G/zgo9ygO+0l2x9gCOnp6BR7q2Rlt8MHDoj4DIpu2utsZznIcH7iNTEoKjul1BMKDPARuBGUp0Tyr0c8dLf32g==
1462
1461
  dependencies:
1463
- "@jsforce/jsforce-node" "^3.10.13"
1462
+ "@jsforce/jsforce-node" "^3.10.17"
1464
1463
  "@salesforce/kit" "^3.2.4"
1465
1464
  "@salesforce/ts-types" "^2.0.12"
1466
1465
  ajv "^8.18.0"
@@ -2506,13 +2505,6 @@ acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.9.0:
2506
2505
  resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
2507
2506
  integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
2508
2507
 
2509
- agent-base@6:
2510
- version "6.0.2"
2511
- resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
2512
- integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
2513
- dependencies:
2514
- debug "4"
2515
-
2516
2508
  agent-base@^7.1.0, agent-base@^7.1.2:
2517
2509
  version "7.1.4"
2518
2510
  resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
@@ -5218,14 +5210,6 @@ http2-wrapper@^2.1.10:
5218
5210
  quick-lru "^5.1.1"
5219
5211
  resolve-alpn "^1.2.0"
5220
5212
 
5221
- https-proxy-agent@^5.0.0:
5222
- version "5.0.1"
5223
- resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
5224
- integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
5225
- dependencies:
5226
- agent-base "6"
5227
- debug "4"
5228
-
5229
5213
  https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.6:
5230
5214
  version "7.0.6"
5231
5215
  resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
@@ -6682,7 +6666,7 @@ node-emoji@^2.2.0:
6682
6666
  emojilib "^2.4.0"
6683
6667
  skin-tone "^2.0.0"
6684
6668
 
6685
- node-fetch@^2.6.1, node-fetch@^2.6.9:
6669
+ node-fetch@^2.6.9:
6686
6670
  version "2.7.0"
6687
6671
  resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
6688
6672
  integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
@@ -7315,10 +7299,10 @@ prettier@^2.8.8:
7315
7299
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
7316
7300
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
7317
7301
 
7318
- prettier@^3.8.4:
7319
- version "3.8.4"
7320
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.4.tgz#f334f013ac04a96676f24dabc23c1c4ae1bae411"
7321
- integrity sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==
7302
+ prettier@^3.9.1:
7303
+ version "3.9.1"
7304
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.1.tgz#5868bcf16456bfe145ddbfa107c623b6f39e332c"
7305
+ integrity sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==
7322
7306
 
7323
7307
  pretty-quick@^3.3.1:
7324
7308
  version "3.3.1"
@@ -8518,10 +8502,10 @@ tinyexec@^0.3.2:
8518
8502
  resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
8519
8503
  integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
8520
8504
 
8521
- tinyglobby@^0.2.13, tinyglobby@^0.2.15, tinyglobby@^0.2.16:
8522
- version "0.2.16"
8523
- resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
8524
- integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
8505
+ tinyglobby@^0.2.13, tinyglobby@^0.2.15, tinyglobby@^0.2.17:
8506
+ version "0.2.17"
8507
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.17.tgz#562a9a6c9eb2b3b123d39719f9af5bb44fcd7631"
8508
+ integrity sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==
8525
8509
  dependencies:
8526
8510
  fdir "^6.5.0"
8527
8511
  picomatch "^4.0.4"
@@ -8842,6 +8826,11 @@ undici-types@~7.18.0:
8842
8826
  resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
8843
8827
  integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
8844
8828
 
8829
+ undici@^8.5.0:
8830
+ version "8.5.0"
8831
+ resolved "https://registry.yarnpkg.com/undici/-/undici-8.5.0.tgz#31ba9021a3d84c15e61cc5e28be2d7c451e66a66"
8832
+ integrity sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==
8833
+
8845
8834
  unicode-emoji-modifier-base@^1.0.0:
8846
8835
  version "1.0.0"
8847
8836
  resolved "https://registry.yarnpkg.com/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz#dbbd5b54ba30f287e2a8d5a249da6c0cef369459"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.128"
270
+ "version": "5.0.130"
271
271
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
4
- "version": "5.0.128",
4
+ "version": "5.0.130",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.37",
10
- "@oclif/core": "^4.11.9",
11
- "@salesforce/core": "^8.31.2",
10
+ "@oclif/core": "^4.11.11",
11
+ "@salesforce/core": "^8.31.4",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.24",
14
14
  "@salesforce/source-deploy-retrieve": "12.36.3",
@@ -21,7 +21,7 @@
21
21
  "isomorphic-git": "1.38.5"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.3.28",
24
+ "@oclif/plugin-command-snapshot": "^5.3.29",
25
25
  "@salesforce/cli-plugins-testkit": "^5.3.62",
26
26
  "@salesforce/dev-scripts": "^11.0.4",
27
27
  "@salesforce/ts-sinon": "^1.4.36",
@@ -34,7 +34,7 @@
34
34
  "eslint-plugin-sf-plugin": "^1.20.33",
35
35
  "oclif": "^4.23.17",
36
36
  "patch-package": "^8.0.1",
37
- "prettier": "^3.8.4",
37
+ "prettier": "^3.9.1",
38
38
  "pretty-quick": "^4.2.2",
39
39
  "ts-node": "^10.9.2",
40
40
  "typescript": "^6.0.3"