@jayree/sfdx-plugin-manifest 5.0.97 → 5.0.98

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,11 @@
1
+ ## [5.0.98](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.97...5.0.98) (2026-05-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.11.2 to 4.11.3 ([#2242](https://github.com/jayree/sfdx-plugin-manifest/issues/2242)) ([071c4b1](https://github.com/jayree/sfdx-plugin-manifest/commit/071c4b1f006fc797a6cf8468fb540686eecbb966))
7
+ * updating tinyglobby dependency [skip-validate-pr] ([1dc29ff](https://github.com/oclif/core/commit/1dc29ffa97964467f9fc2f554081ad0684d0fe47))
8
+
1
9
  ## [5.0.97](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.96...5.0.97) (2026-05-16)
2
10
 
3
11
 
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.97/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.98/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.97/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.98/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.97/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.98/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.97",
3
+ "version": "5.0.98",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.97",
9
+ "version": "5.0.98",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.32",
13
- "@oclif/core": "^4.11.1",
13
+ "@oclif/core": "^4.11.3",
14
14
  "@salesforce/core": "^8.29.1",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.16",
@@ -3084,9 +3084,9 @@
3084
3084
  }
3085
3085
  },
3086
3086
  "node_modules/@oclif/core": {
3087
- "version": "4.11.2",
3088
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.2.tgz",
3089
- "integrity": "sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==",
3087
+ "version": "4.11.3",
3088
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
3089
+ "integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
3090
3090
  "license": "MIT",
3091
3091
  "dependencies": {
3092
3092
  "ansi-escapes": "^4.3.2",
@@ -3103,7 +3103,7 @@
3103
3103
  "semver": "^7.8.0",
3104
3104
  "string-width": "^4.2.3",
3105
3105
  "supports-color": "^8",
3106
- "tinyglobby": "^0.2.14",
3106
+ "tinyglobby": "^0.2.16",
3107
3107
  "widest-line": "^3.1.0",
3108
3108
  "wordwrap": "^1.0.0",
3109
3109
  "wrap-ansi": "^7.0.0"
@@ -10248,23 +10248,6 @@
10248
10248
  "node": ">=0.8.0"
10249
10249
  }
10250
10250
  },
10251
- "node_modules/fdir": {
10252
- "version": "6.5.0",
10253
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
10254
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
10255
- "license": "MIT",
10256
- "engines": {
10257
- "node": ">=12.0.0"
10258
- },
10259
- "peerDependencies": {
10260
- "picomatch": "^3 || ^4"
10261
- },
10262
- "peerDependenciesMeta": {
10263
- "picomatch": {
10264
- "optional": true
10265
- }
10266
- }
10267
- },
10268
10251
  "node_modules/file-entry-cache": {
10269
10252
  "version": "6.0.1",
10270
10253
  "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@@ -15154,6 +15137,7 @@
15154
15137
  "version": "4.0.3",
15155
15138
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
15156
15139
  "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
15140
+ "dev": true,
15157
15141
  "license": "MIT",
15158
15142
  "engines": {
15159
15143
  "node": ">=12"
@@ -17375,13 +17359,13 @@
17375
17359
  "license": "MIT"
17376
17360
  },
17377
17361
  "node_modules/tinyglobby": {
17378
- "version": "0.2.15",
17379
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
17380
- "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
17362
+ "version": "0.2.16",
17363
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
17364
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
17381
17365
  "license": "MIT",
17382
17366
  "dependencies": {
17383
17367
  "fdir": "^6.5.0",
17384
- "picomatch": "^4.0.3"
17368
+ "picomatch": "^4.0.4"
17385
17369
  },
17386
17370
  "engines": {
17387
17371
  "node": ">=12.0.0"
@@ -17390,6 +17374,35 @@
17390
17374
  "url": "https://github.com/sponsors/SuperchupuDev"
17391
17375
  }
17392
17376
  },
17377
+ "node_modules/tinyglobby/node_modules/fdir": {
17378
+ "version": "6.5.0",
17379
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
17380
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
17381
+ "license": "MIT",
17382
+ "engines": {
17383
+ "node": ">=12.0.0"
17384
+ },
17385
+ "peerDependencies": {
17386
+ "picomatch": "^3 || ^4"
17387
+ },
17388
+ "peerDependenciesMeta": {
17389
+ "picomatch": {
17390
+ "optional": true
17391
+ }
17392
+ }
17393
+ },
17394
+ "node_modules/tinyglobby/node_modules/picomatch": {
17395
+ "version": "4.0.4",
17396
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
17397
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
17398
+ "license": "MIT",
17399
+ "engines": {
17400
+ "node": ">=12"
17401
+ },
17402
+ "funding": {
17403
+ "url": "https://github.com/sponsors/jonschlinkert"
17404
+ }
17405
+ },
17393
17406
  "node_modules/tldts": {
17394
17407
  "version": "7.0.23",
17395
17408
  "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.23.tgz",
package/oclif.lock CHANGED
@@ -1322,10 +1322,10 @@
1322
1322
  resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
1323
1323
  integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
1324
1324
 
1325
- "@oclif/core@^4", "@oclif/core@^4.11.1", "@oclif/core@^4.11.2":
1326
- version "4.11.2"
1327
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.2.tgz#c8062fc16f0d82c247f60670364026483a48d522"
1328
- integrity sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==
1325
+ "@oclif/core@^4", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3":
1326
+ version "4.11.3"
1327
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
1328
+ integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
1329
1329
  dependencies:
1330
1330
  ansi-escapes "^4.3.2"
1331
1331
  ansis "^3.17.0"
@@ -1341,7 +1341,7 @@
1341
1341
  semver "^7.8.0"
1342
1342
  string-width "^4.2.3"
1343
1343
  supports-color "^8"
1344
- tinyglobby "^0.2.14"
1344
+ tinyglobby "^0.2.16"
1345
1345
  widest-line "^3.1.0"
1346
1346
  wordwrap "^1.0.0"
1347
1347
  wrap-ansi "^7.0.0"
@@ -7293,6 +7293,11 @@ picomatch@^4.0.2, picomatch@^4.0.3:
7293
7293
  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
7294
7294
  integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
7295
7295
 
7296
+ picomatch@^4.0.4:
7297
+ version "4.0.4"
7298
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
7299
+ integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
7300
+
7296
7301
  pify@^4.0.1:
7297
7302
  version "4.0.1"
7298
7303
  resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
@@ -8614,13 +8619,13 @@ tinyexec@^0.3.2:
8614
8619
  resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
8615
8620
  integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
8616
8621
 
8617
- tinyglobby@^0.2.13, tinyglobby@^0.2.14, tinyglobby@^0.2.15, tinyglobby@^0.2.9:
8618
- version "0.2.15"
8619
- resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
8620
- integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
8622
+ tinyglobby@^0.2.13, tinyglobby@^0.2.15, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
8623
+ version "0.2.16"
8624
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
8625
+ integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
8621
8626
  dependencies:
8622
8627
  fdir "^6.5.0"
8623
- picomatch "^4.0.3"
8628
+ picomatch "^4.0.4"
8624
8629
 
8625
8630
  tldts-core@^7.0.23:
8626
8631
  version "7.0.23"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.97"
270
+ "version": "5.0.98"
271
271
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
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.97",
4
+ "version": "5.0.98",
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.32",
10
- "@oclif/core": "^4.11.1",
10
+ "@oclif/core": "^4.11.3",
11
11
  "@salesforce/core": "^8.29.1",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.16",