@jayree/sfdx-plugin-manifest 4.0.100 → 4.0.102

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,19 @@
1
+ ## [4.0.102](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.101...4.0.102) (2025-11-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump isomorphic-git from 1.35.0 to 1.35.1 ([#2014](https://github.com/jayree/sfdx-plugin-manifest/issues/2014)) ([90fce3e](https://github.com/jayree/sfdx-plugin-manifest/commit/90fce3eb3f5d0805a182d1bdc4085ce1d183ba96))
7
+ * fix readTree error ([#2248](https://github.com/isomorphic-git/isomorphic-git/issues/2248)) ([24f7cc9](https://github.com/isomorphic-git/isomorphic-git/commit/24f7cc9c9ebc3908f70cd7e82a772c36d0d61f5d))
8
+
9
+ ## [4.0.101](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.100...4.0.101) (2025-11-13)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#2002](https://github.com/jayree/sfdx-plugin-manifest/issues/2002)) ([5a92a4f](https://github.com/jayree/sfdx-plugin-manifest/commit/5a92a4fc3db0b76781f587d73c629ef9ab53b137))
15
+ * Support web app bundle @W-20091482 ([#1646](https://github.com/forcedotcom/source-deploy-retrieve/issues/1646)) ([d1ec3da](https://github.com/forcedotcom/source-deploy-retrieve/commit/d1ec3dacc686f55764cee510aeeff382f31b0eaf))
16
+
1
17
  ## [4.0.100](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.99...4.0.100) (2025-11-13)
2
18
 
3
19
 
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/4.0.100/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.102/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/4.0.100/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.102/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/4.0.100/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/4.0.102/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "4.0.100",
3
+ "version": "4.0.102",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.100",
9
+ "version": "4.0.102",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.19",
@@ -14,14 +14,14 @@
14
14
  "@salesforce/core": "^8.23.4",
15
15
  "@salesforce/kit": "^3.2.4",
16
16
  "@salesforce/sf-plugins-core": "^12.2.5",
17
- "@salesforce/source-deploy-retrieve": "12.27.2",
17
+ "@salesforce/source-deploy-retrieve": "12.28.0",
18
18
  "@salesforce/source-tracking": "7.6.0",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
21
  "fast-xml-parser": "^5.3.1",
22
22
  "fs-extra": "^11.3.2",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.35.0"
24
+ "isomorphic-git": "1.35.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.3.8",
@@ -32,7 +32,7 @@
32
32
  "@types/fs-extra": "^11.0.4",
33
33
  "@types/graceful-fs": "^4.1.9",
34
34
  "c8": "^10.1.3",
35
- "eslint-config-oclif": "^6.0.116",
35
+ "eslint-config-oclif": "^6.0.118",
36
36
  "eslint-config-salesforce-license": "^1.0.2",
37
37
  "eslint-plugin-prettier": "^5.5.4",
38
38
  "eslint-plugin-sf-plugin": "^1.20.33",
@@ -4272,9 +4272,9 @@
4272
4272
  }
4273
4273
  },
4274
4274
  "node_modules/@salesforce/source-deploy-retrieve": {
4275
- "version": "12.27.2",
4276
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.27.2.tgz",
4277
- "integrity": "sha512-Glefx0l4t5rOTLuSMq1gsCpZQi4uatv57/yFphPEMs99rFf4Fde+Me+nHNrzcOJgxuA5GW0rJBKwVfdPp7v8WQ==",
4275
+ "version": "12.28.0",
4276
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.28.0.tgz",
4277
+ "integrity": "sha512-JhMS0NBo1aHvsDTA+XJPdDTQy7r2xqLb1+43s6a/VPlrLOrqnTHIOdEqCMPye/srcz6gCShMhwe2hFL8ZFq+IQ==",
4278
4278
  "license": "Apache-2.0",
4279
4279
  "dependencies": {
4280
4280
  "@salesforce/core": "^8.23.4",
@@ -5955,17 +5955,17 @@
5955
5955
  "license": "MIT"
5956
5956
  },
5957
5957
  "node_modules/@typescript-eslint/eslint-plugin": {
5958
- "version": "8.46.3",
5959
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.3.tgz",
5960
- "integrity": "sha512-sbaQ27XBUopBkRiuY/P9sWGOWUW4rl8fDoHIUmLpZd8uldsTyB4/Zg6bWTegPoTLnKj9Hqgn3QD6cjPNB32Odw==",
5958
+ "version": "8.47.0",
5959
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.47.0.tgz",
5960
+ "integrity": "sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==",
5961
5961
  "dev": true,
5962
5962
  "license": "MIT",
5963
5963
  "dependencies": {
5964
5964
  "@eslint-community/regexpp": "^4.10.0",
5965
- "@typescript-eslint/scope-manager": "8.46.3",
5966
- "@typescript-eslint/type-utils": "8.46.3",
5967
- "@typescript-eslint/utils": "8.46.3",
5968
- "@typescript-eslint/visitor-keys": "8.46.3",
5965
+ "@typescript-eslint/scope-manager": "8.47.0",
5966
+ "@typescript-eslint/type-utils": "8.47.0",
5967
+ "@typescript-eslint/utils": "8.47.0",
5968
+ "@typescript-eslint/visitor-keys": "8.47.0",
5969
5969
  "graphemer": "^1.4.0",
5970
5970
  "ignore": "^7.0.0",
5971
5971
  "natural-compare": "^1.4.0",
@@ -5979,20 +5979,20 @@
5979
5979
  "url": "https://opencollective.com/typescript-eslint"
5980
5980
  },
5981
5981
  "peerDependencies": {
5982
- "@typescript-eslint/parser": "^8.46.3",
5982
+ "@typescript-eslint/parser": "^8.47.0",
5983
5983
  "eslint": "^8.57.0 || ^9.0.0",
5984
5984
  "typescript": ">=4.8.4 <6.0.0"
5985
5985
  }
5986
5986
  },
5987
5987
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5988
- "version": "8.46.3",
5989
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz",
5990
- "integrity": "sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==",
5988
+ "version": "8.47.0",
5989
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz",
5990
+ "integrity": "sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==",
5991
5991
  "dev": true,
5992
5992
  "license": "MIT",
5993
5993
  "dependencies": {
5994
- "@typescript-eslint/types": "8.46.3",
5995
- "@typescript-eslint/visitor-keys": "8.46.3"
5994
+ "@typescript-eslint/types": "8.47.0",
5995
+ "@typescript-eslint/visitor-keys": "8.47.0"
5996
5996
  },
5997
5997
  "engines": {
5998
5998
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6003,13 +6003,13 @@
6003
6003
  }
6004
6004
  },
6005
6005
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
6006
- "version": "8.46.3",
6007
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz",
6008
- "integrity": "sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==",
6006
+ "version": "8.47.0",
6007
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz",
6008
+ "integrity": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==",
6009
6009
  "dev": true,
6010
6010
  "license": "MIT",
6011
6011
  "dependencies": {
6012
- "@typescript-eslint/types": "8.46.3",
6012
+ "@typescript-eslint/types": "8.47.0",
6013
6013
  "eslint-visitor-keys": "^4.2.1"
6014
6014
  },
6015
6015
  "engines": {
@@ -6057,17 +6057,17 @@
6057
6057
  }
6058
6058
  },
6059
6059
  "node_modules/@typescript-eslint/parser": {
6060
- "version": "8.46.3",
6061
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.3.tgz",
6062
- "integrity": "sha512-6m1I5RmHBGTnUGS113G04DMu3CpSdxCAU/UvtjNWL4Nuf3MW9tQhiJqRlHzChIkhy6kZSAQmc+I1bcGjE3yNKg==",
6060
+ "version": "8.47.0",
6061
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.47.0.tgz",
6062
+ "integrity": "sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==",
6063
6063
  "dev": true,
6064
6064
  "license": "MIT",
6065
6065
  "peer": true,
6066
6066
  "dependencies": {
6067
- "@typescript-eslint/scope-manager": "8.46.3",
6068
- "@typescript-eslint/types": "8.46.3",
6069
- "@typescript-eslint/typescript-estree": "8.46.3",
6070
- "@typescript-eslint/visitor-keys": "8.46.3",
6067
+ "@typescript-eslint/scope-manager": "8.47.0",
6068
+ "@typescript-eslint/types": "8.47.0",
6069
+ "@typescript-eslint/typescript-estree": "8.47.0",
6070
+ "@typescript-eslint/visitor-keys": "8.47.0",
6071
6071
  "debug": "^4.3.4"
6072
6072
  },
6073
6073
  "engines": {
@@ -6083,14 +6083,14 @@
6083
6083
  }
6084
6084
  },
6085
6085
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
6086
- "version": "8.46.3",
6087
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz",
6088
- "integrity": "sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==",
6086
+ "version": "8.47.0",
6087
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz",
6088
+ "integrity": "sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==",
6089
6089
  "dev": true,
6090
6090
  "license": "MIT",
6091
6091
  "dependencies": {
6092
- "@typescript-eslint/types": "8.46.3",
6093
- "@typescript-eslint/visitor-keys": "8.46.3"
6092
+ "@typescript-eslint/types": "8.47.0",
6093
+ "@typescript-eslint/visitor-keys": "8.47.0"
6094
6094
  },
6095
6095
  "engines": {
6096
6096
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6101,13 +6101,13 @@
6101
6101
  }
6102
6102
  },
6103
6103
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
6104
- "version": "8.46.3",
6105
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz",
6106
- "integrity": "sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==",
6104
+ "version": "8.47.0",
6105
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz",
6106
+ "integrity": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==",
6107
6107
  "dev": true,
6108
6108
  "license": "MIT",
6109
6109
  "dependencies": {
6110
- "@typescript-eslint/types": "8.46.3",
6110
+ "@typescript-eslint/types": "8.47.0",
6111
6111
  "eslint-visitor-keys": "^4.2.1"
6112
6112
  },
6113
6113
  "engines": {
@@ -6132,14 +6132,14 @@
6132
6132
  }
6133
6133
  },
6134
6134
  "node_modules/@typescript-eslint/project-service": {
6135
- "version": "8.46.3",
6136
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.3.tgz",
6137
- "integrity": "sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==",
6135
+ "version": "8.47.0",
6136
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.47.0.tgz",
6137
+ "integrity": "sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==",
6138
6138
  "dev": true,
6139
6139
  "license": "MIT",
6140
6140
  "dependencies": {
6141
- "@typescript-eslint/tsconfig-utils": "^8.46.3",
6142
- "@typescript-eslint/types": "^8.46.3",
6141
+ "@typescript-eslint/tsconfig-utils": "^8.47.0",
6142
+ "@typescript-eslint/types": "^8.47.0",
6143
6143
  "debug": "^4.3.4"
6144
6144
  },
6145
6145
  "engines": {
@@ -6154,9 +6154,9 @@
6154
6154
  }
6155
6155
  },
6156
6156
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
6157
- "version": "8.46.3",
6158
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.3.tgz",
6159
- "integrity": "sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==",
6157
+ "version": "8.47.0",
6158
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz",
6159
+ "integrity": "sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==",
6160
6160
  "dev": true,
6161
6161
  "license": "MIT",
6162
6162
  "engines": {
@@ -6220,15 +6220,15 @@
6220
6220
  }
6221
6221
  },
6222
6222
  "node_modules/@typescript-eslint/type-utils": {
6223
- "version": "8.46.3",
6224
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.3.tgz",
6225
- "integrity": "sha512-ZPCADbr+qfz3aiTTYNNkCbUt+cjNwI/5McyANNrFBpVxPt7GqpEYz5ZfdwuFyGUnJ9FdDXbGODUu6iRCI6XRXw==",
6223
+ "version": "8.47.0",
6224
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.47.0.tgz",
6225
+ "integrity": "sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==",
6226
6226
  "dev": true,
6227
6227
  "license": "MIT",
6228
6228
  "dependencies": {
6229
- "@typescript-eslint/types": "8.46.3",
6230
- "@typescript-eslint/typescript-estree": "8.46.3",
6231
- "@typescript-eslint/utils": "8.46.3",
6229
+ "@typescript-eslint/types": "8.47.0",
6230
+ "@typescript-eslint/typescript-estree": "8.47.0",
6231
+ "@typescript-eslint/utils": "8.47.0",
6232
6232
  "debug": "^4.3.4",
6233
6233
  "ts-api-utils": "^2.1.0"
6234
6234
  },
@@ -6258,9 +6258,9 @@
6258
6258
  }
6259
6259
  },
6260
6260
  "node_modules/@typescript-eslint/types": {
6261
- "version": "8.46.3",
6262
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.3.tgz",
6263
- "integrity": "sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==",
6261
+ "version": "8.47.0",
6262
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.47.0.tgz",
6263
+ "integrity": "sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==",
6264
6264
  "dev": true,
6265
6265
  "license": "MIT",
6266
6266
  "engines": {
@@ -6272,16 +6272,16 @@
6272
6272
  }
6273
6273
  },
6274
6274
  "node_modules/@typescript-eslint/typescript-estree": {
6275
- "version": "8.46.3",
6276
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.3.tgz",
6277
- "integrity": "sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==",
6275
+ "version": "8.47.0",
6276
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz",
6277
+ "integrity": "sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==",
6278
6278
  "dev": true,
6279
6279
  "license": "MIT",
6280
6280
  "dependencies": {
6281
- "@typescript-eslint/project-service": "8.46.3",
6282
- "@typescript-eslint/tsconfig-utils": "8.46.3",
6283
- "@typescript-eslint/types": "8.46.3",
6284
- "@typescript-eslint/visitor-keys": "8.46.3",
6281
+ "@typescript-eslint/project-service": "8.47.0",
6282
+ "@typescript-eslint/tsconfig-utils": "8.47.0",
6283
+ "@typescript-eslint/types": "8.47.0",
6284
+ "@typescript-eslint/visitor-keys": "8.47.0",
6285
6285
  "debug": "^4.3.4",
6286
6286
  "fast-glob": "^3.3.2",
6287
6287
  "is-glob": "^4.0.3",
@@ -6301,9 +6301,9 @@
6301
6301
  }
6302
6302
  },
6303
6303
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
6304
- "version": "8.46.3",
6305
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.3.tgz",
6306
- "integrity": "sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==",
6304
+ "version": "8.47.0",
6305
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz",
6306
+ "integrity": "sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==",
6307
6307
  "dev": true,
6308
6308
  "license": "MIT",
6309
6309
  "engines": {
@@ -6318,13 +6318,13 @@
6318
6318
  }
6319
6319
  },
6320
6320
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
6321
- "version": "8.46.3",
6322
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz",
6323
- "integrity": "sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==",
6321
+ "version": "8.47.0",
6322
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz",
6323
+ "integrity": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==",
6324
6324
  "dev": true,
6325
6325
  "license": "MIT",
6326
6326
  "dependencies": {
6327
- "@typescript-eslint/types": "8.46.3",
6327
+ "@typescript-eslint/types": "8.47.0",
6328
6328
  "eslint-visitor-keys": "^4.2.1"
6329
6329
  },
6330
6330
  "engines": {
@@ -6378,16 +6378,16 @@
6378
6378
  }
6379
6379
  },
6380
6380
  "node_modules/@typescript-eslint/utils": {
6381
- "version": "8.46.3",
6382
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.3.tgz",
6383
- "integrity": "sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==",
6381
+ "version": "8.47.0",
6382
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.47.0.tgz",
6383
+ "integrity": "sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==",
6384
6384
  "dev": true,
6385
6385
  "license": "MIT",
6386
6386
  "dependencies": {
6387
6387
  "@eslint-community/eslint-utils": "^4.7.0",
6388
- "@typescript-eslint/scope-manager": "8.46.3",
6389
- "@typescript-eslint/types": "8.46.3",
6390
- "@typescript-eslint/typescript-estree": "8.46.3"
6388
+ "@typescript-eslint/scope-manager": "8.47.0",
6389
+ "@typescript-eslint/types": "8.47.0",
6390
+ "@typescript-eslint/typescript-estree": "8.47.0"
6391
6391
  },
6392
6392
  "engines": {
6393
6393
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6421,14 +6421,14 @@
6421
6421
  }
6422
6422
  },
6423
6423
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
6424
- "version": "8.46.3",
6425
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz",
6426
- "integrity": "sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==",
6424
+ "version": "8.47.0",
6425
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz",
6426
+ "integrity": "sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==",
6427
6427
  "dev": true,
6428
6428
  "license": "MIT",
6429
6429
  "dependencies": {
6430
- "@typescript-eslint/types": "8.46.3",
6431
- "@typescript-eslint/visitor-keys": "8.46.3"
6430
+ "@typescript-eslint/types": "8.47.0",
6431
+ "@typescript-eslint/visitor-keys": "8.47.0"
6432
6432
  },
6433
6433
  "engines": {
6434
6434
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6439,13 +6439,13 @@
6439
6439
  }
6440
6440
  },
6441
6441
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
6442
- "version": "8.46.3",
6443
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz",
6444
- "integrity": "sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==",
6442
+ "version": "8.47.0",
6443
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz",
6444
+ "integrity": "sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==",
6445
6445
  "dev": true,
6446
6446
  "license": "MIT",
6447
6447
  "dependencies": {
6448
- "@typescript-eslint/types": "8.46.3",
6448
+ "@typescript-eslint/types": "8.47.0",
6449
6449
  "eslint-visitor-keys": "^4.2.1"
6450
6450
  },
6451
6451
  "engines": {
@@ -9357,9 +9357,9 @@
9357
9357
  }
9358
9358
  },
9359
9359
  "node_modules/eslint-config-oclif": {
9360
- "version": "6.0.116",
9361
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.116.tgz",
9362
- "integrity": "sha512-h1iKXrrOZFuGy7huGJ6u/rQNg8lVPVk7jNMqWR2ykla4/4IpXgjCtfXCoyv5vX9W3ufr0+acIV+e3D8Lau8eFg==",
9360
+ "version": "6.0.118",
9361
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.118.tgz",
9362
+ "integrity": "sha512-ZTgAvhVxg1xILOE8+6JSF8hdAERVG6F1lXnS8WXKyrzZNY1ppTU5hkGVLnq4lvmLJPf0mIvo3/tZlpMZxGuFMw==",
9363
9363
  "dev": true,
9364
9364
  "license": "MIT",
9365
9365
  "dependencies": {
@@ -9379,7 +9379,7 @@
9379
9379
  "eslint-plugin-n": "^17.22.0",
9380
9380
  "eslint-plugin-perfectionist": "^4",
9381
9381
  "eslint-plugin-unicorn": "^56.0.1",
9382
- "typescript-eslint": "^8.46.3"
9382
+ "typescript-eslint": "^8.46.4"
9383
9383
  },
9384
9384
  "engines": {
9385
9385
  "node": ">=18.18.0"
@@ -13389,9 +13389,9 @@
13389
13389
  "license": "ISC"
13390
13390
  },
13391
13391
  "node_modules/isomorphic-git": {
13392
- "version": "1.35.0",
13393
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.35.0.tgz",
13394
- "integrity": "sha512-+pRiwWDld5yAjdTFFh9+668kkz4uzCZBs+mw+ZFxPAxJBX8KCqd/zAP7Zak0BK5BQ+dXVqEurR5DkEnqrLpHlQ==",
13392
+ "version": "1.35.1",
13393
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.35.1.tgz",
13394
+ "integrity": "sha512-XNWd4cIwiGhkMs3C4mK21ch/frfzwFKtJuyv1gf0M4gK/2oZf5PTouwim8cp3Z6rkGbpSpQPaI6jGbV/C+048Q==",
13395
13395
  "license": "MIT",
13396
13396
  "dependencies": {
13397
13397
  "async-lock": "^1.4.1",
@@ -18861,16 +18861,16 @@
18861
18861
  }
18862
18862
  },
18863
18863
  "node_modules/typescript-eslint": {
18864
- "version": "8.46.3",
18865
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.46.3.tgz",
18866
- "integrity": "sha512-bAfgMavTuGo+8n6/QQDVQz4tZ4f7Soqg53RbrlZQEoAltYop/XR4RAts/I0BrO3TTClTSTFJ0wYbla+P8cEWJA==",
18864
+ "version": "8.47.0",
18865
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.47.0.tgz",
18866
+ "integrity": "sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==",
18867
18867
  "dev": true,
18868
18868
  "license": "MIT",
18869
18869
  "dependencies": {
18870
- "@typescript-eslint/eslint-plugin": "8.46.3",
18871
- "@typescript-eslint/parser": "8.46.3",
18872
- "@typescript-eslint/typescript-estree": "8.46.3",
18873
- "@typescript-eslint/utils": "8.46.3"
18870
+ "@typescript-eslint/eslint-plugin": "8.47.0",
18871
+ "@typescript-eslint/parser": "8.47.0",
18872
+ "@typescript-eslint/typescript-estree": "8.47.0",
18873
+ "@typescript-eslint/utils": "8.47.0"
18874
18874
  },
18875
18875
  "engines": {
18876
18876
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -1771,10 +1771,10 @@
1771
1771
  cli-progress "^3.12.0"
1772
1772
  terminal-link "^3.0.0"
1773
1773
 
1774
- "@salesforce/source-deploy-retrieve@12.27.2", "@salesforce/source-deploy-retrieve@^12.26.1":
1775
- version "12.27.2"
1776
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.27.2.tgz#40b58e3bb098137d1d076f747a76a62b829415e4"
1777
- integrity sha512-Glefx0l4t5rOTLuSMq1gsCpZQi4uatv57/yFphPEMs99rFf4Fde+Me+nHNrzcOJgxuA5GW0rJBKwVfdPp7v8WQ==
1774
+ "@salesforce/source-deploy-retrieve@12.28.0", "@salesforce/source-deploy-retrieve@^12.26.1":
1775
+ version "12.28.0"
1776
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.28.0.tgz#8d16bef3f25b7aae7eeb42d2eb490e91615c6d6a"
1777
+ integrity sha512-JhMS0NBo1aHvsDTA+XJPdDTQy7r2xqLb1+43s6a/VPlrLOrqnTHIOdEqCMPye/srcz6gCShMhwe2hFL8ZFq+IQ==
1778
1778
  dependencies:
1779
1779
  "@salesforce/core" "^8.23.4"
1780
1780
  "@salesforce/kit" "^3.2.4"
@@ -2738,16 +2738,16 @@
2738
2738
  resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
2739
2739
  integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
2740
2740
 
2741
- "@typescript-eslint/eslint-plugin@8.46.3", "@typescript-eslint/eslint-plugin@^8":
2742
- version "8.46.3"
2743
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.3.tgz#6f7aeaf9f5c611425db9b8f983e8d3fe5deece3c"
2744
- integrity sha512-sbaQ27XBUopBkRiuY/P9sWGOWUW4rl8fDoHIUmLpZd8uldsTyB4/Zg6bWTegPoTLnKj9Hqgn3QD6cjPNB32Odw==
2741
+ "@typescript-eslint/eslint-plugin@8.47.0", "@typescript-eslint/eslint-plugin@^8":
2742
+ version "8.47.0"
2743
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.47.0.tgz#c53edeec13a79483f4ca79c298d5231b02e9dc17"
2744
+ integrity sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==
2745
2745
  dependencies:
2746
2746
  "@eslint-community/regexpp" "^4.10.0"
2747
- "@typescript-eslint/scope-manager" "8.46.3"
2748
- "@typescript-eslint/type-utils" "8.46.3"
2749
- "@typescript-eslint/utils" "8.46.3"
2750
- "@typescript-eslint/visitor-keys" "8.46.3"
2747
+ "@typescript-eslint/scope-manager" "8.47.0"
2748
+ "@typescript-eslint/type-utils" "8.47.0"
2749
+ "@typescript-eslint/utils" "8.47.0"
2750
+ "@typescript-eslint/visitor-keys" "8.47.0"
2751
2751
  graphemer "^1.4.0"
2752
2752
  ignore "^7.0.0"
2753
2753
  natural-compare "^1.4.0"
@@ -2770,15 +2770,15 @@
2770
2770
  semver "^7.5.4"
2771
2771
  ts-api-utils "^1.0.1"
2772
2772
 
2773
- "@typescript-eslint/parser@8.46.3", "@typescript-eslint/parser@^8":
2774
- version "8.46.3"
2775
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.3.tgz#3badfb62d2e2dc733d02a038073e3f65f2cb833d"
2776
- integrity sha512-6m1I5RmHBGTnUGS113G04DMu3CpSdxCAU/UvtjNWL4Nuf3MW9tQhiJqRlHzChIkhy6kZSAQmc+I1bcGjE3yNKg==
2773
+ "@typescript-eslint/parser@8.47.0", "@typescript-eslint/parser@^8":
2774
+ version "8.47.0"
2775
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.47.0.tgz#51b14ab2be2057ec0f57073b9ff3a9c078b0a964"
2776
+ integrity sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==
2777
2777
  dependencies:
2778
- "@typescript-eslint/scope-manager" "8.46.3"
2779
- "@typescript-eslint/types" "8.46.3"
2780
- "@typescript-eslint/typescript-estree" "8.46.3"
2781
- "@typescript-eslint/visitor-keys" "8.46.3"
2778
+ "@typescript-eslint/scope-manager" "8.47.0"
2779
+ "@typescript-eslint/types" "8.47.0"
2780
+ "@typescript-eslint/typescript-estree" "8.47.0"
2781
+ "@typescript-eslint/visitor-keys" "8.47.0"
2782
2782
  debug "^4.3.4"
2783
2783
 
2784
2784
  "@typescript-eslint/parser@^6.21.0":
@@ -2801,13 +2801,13 @@
2801
2801
  "@typescript-eslint/types" "^8.44.1"
2802
2802
  debug "^4.3.4"
2803
2803
 
2804
- "@typescript-eslint/project-service@8.46.3":
2805
- version "8.46.3"
2806
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.3.tgz#4555c685407ea829081218fa033d7b032607aaef"
2807
- integrity sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==
2804
+ "@typescript-eslint/project-service@8.47.0":
2805
+ version "8.47.0"
2806
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.47.0.tgz#b8afc65e0527568018af911b702dcfbfdca16471"
2807
+ integrity sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==
2808
2808
  dependencies:
2809
- "@typescript-eslint/tsconfig-utils" "^8.46.3"
2810
- "@typescript-eslint/types" "^8.46.3"
2809
+ "@typescript-eslint/tsconfig-utils" "^8.47.0"
2810
+ "@typescript-eslint/types" "^8.47.0"
2811
2811
  debug "^4.3.4"
2812
2812
 
2813
2813
  "@typescript-eslint/scope-manager@6.21.0":
@@ -2834,23 +2834,23 @@
2834
2834
  "@typescript-eslint/types" "8.44.1"
2835
2835
  "@typescript-eslint/visitor-keys" "8.44.1"
2836
2836
 
2837
- "@typescript-eslint/scope-manager@8.46.3":
2838
- version "8.46.3"
2839
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz#2e330f566e135ccac13477b98dd88d8f176e4dff"
2840
- integrity sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==
2837
+ "@typescript-eslint/scope-manager@8.47.0":
2838
+ version "8.47.0"
2839
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz#d1c36a973a5499fed3a99e2e6a66aec5c9b1e542"
2840
+ integrity sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==
2841
2841
  dependencies:
2842
- "@typescript-eslint/types" "8.46.3"
2843
- "@typescript-eslint/visitor-keys" "8.46.3"
2842
+ "@typescript-eslint/types" "8.47.0"
2843
+ "@typescript-eslint/visitor-keys" "8.47.0"
2844
2844
 
2845
2845
  "@typescript-eslint/tsconfig-utils@8.44.1", "@typescript-eslint/tsconfig-utils@^8.44.1":
2846
2846
  version "8.44.1"
2847
2847
  resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.1.tgz#e1d9d047078fac37d3e638484ab3b56215963342"
2848
2848
  integrity sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==
2849
2849
 
2850
- "@typescript-eslint/tsconfig-utils@8.46.3", "@typescript-eslint/tsconfig-utils@^8.46.3":
2851
- version "8.46.3"
2852
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.3.tgz#cad33398c762c97fe56a8defda00c16505abefa3"
2853
- integrity sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==
2850
+ "@typescript-eslint/tsconfig-utils@8.47.0", "@typescript-eslint/tsconfig-utils@^8.47.0":
2851
+ version "8.47.0"
2852
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz#4f178b62813538759e0989dd081c5474fad39b84"
2853
+ integrity sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==
2854
2854
 
2855
2855
  "@typescript-eslint/type-utils@6.21.0":
2856
2856
  version "6.21.0"
@@ -2862,14 +2862,14 @@
2862
2862
  debug "^4.3.4"
2863
2863
  ts-api-utils "^1.0.1"
2864
2864
 
2865
- "@typescript-eslint/type-utils@8.46.3":
2866
- version "8.46.3"
2867
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.3.tgz#71188df833d7697ecff256cd1d3889a20552d78c"
2868
- integrity sha512-ZPCADbr+qfz3aiTTYNNkCbUt+cjNwI/5McyANNrFBpVxPt7GqpEYz5ZfdwuFyGUnJ9FdDXbGODUu6iRCI6XRXw==
2865
+ "@typescript-eslint/type-utils@8.47.0":
2866
+ version "8.47.0"
2867
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.47.0.tgz#b9b0141d99bd5bece3811d7eee68a002597ffa55"
2868
+ integrity sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==
2869
2869
  dependencies:
2870
- "@typescript-eslint/types" "8.46.3"
2871
- "@typescript-eslint/typescript-estree" "8.46.3"
2872
- "@typescript-eslint/utils" "8.46.3"
2870
+ "@typescript-eslint/types" "8.47.0"
2871
+ "@typescript-eslint/typescript-estree" "8.47.0"
2872
+ "@typescript-eslint/utils" "8.47.0"
2873
2873
  debug "^4.3.4"
2874
2874
  ts-api-utils "^2.1.0"
2875
2875
 
@@ -2888,10 +2888,10 @@
2888
2888
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.1.tgz#85d1cad1290a003ff60420388797e85d1c3f76ff"
2889
2889
  integrity sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==
2890
2890
 
2891
- "@typescript-eslint/types@8.46.3", "@typescript-eslint/types@^8.46.3":
2892
- version "8.46.3"
2893
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.3.tgz#da05ea40e91359b4275dbb3a489f2f7907a02245"
2894
- integrity sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==
2891
+ "@typescript-eslint/types@8.47.0", "@typescript-eslint/types@^8.47.0":
2892
+ version "8.47.0"
2893
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.47.0.tgz#c7fc9b6642d03505f447a8392934b9d1850de5af"
2894
+ integrity sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==
2895
2895
 
2896
2896
  "@typescript-eslint/types@^8.11.0":
2897
2897
  version "8.33.0"
@@ -2952,15 +2952,15 @@
2952
2952
  semver "^7.6.0"
2953
2953
  ts-api-utils "^2.1.0"
2954
2954
 
2955
- "@typescript-eslint/typescript-estree@8.46.3":
2956
- version "8.46.3"
2957
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.3.tgz#c12406afba707f9779ce0c0151a08c33b3a96d41"
2958
- integrity sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==
2955
+ "@typescript-eslint/typescript-estree@8.47.0":
2956
+ version "8.47.0"
2957
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz#86416dad58db76c4b3bd6a899b1381f9c388489a"
2958
+ integrity sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==
2959
2959
  dependencies:
2960
- "@typescript-eslint/project-service" "8.46.3"
2961
- "@typescript-eslint/tsconfig-utils" "8.46.3"
2962
- "@typescript-eslint/types" "8.46.3"
2963
- "@typescript-eslint/visitor-keys" "8.46.3"
2960
+ "@typescript-eslint/project-service" "8.47.0"
2961
+ "@typescript-eslint/tsconfig-utils" "8.47.0"
2962
+ "@typescript-eslint/types" "8.47.0"
2963
+ "@typescript-eslint/visitor-keys" "8.47.0"
2964
2964
  debug "^4.3.4"
2965
2965
  fast-glob "^3.3.2"
2966
2966
  is-glob "^4.0.3"
@@ -2981,15 +2981,15 @@
2981
2981
  "@typescript-eslint/typescript-estree" "6.21.0"
2982
2982
  semver "^7.5.4"
2983
2983
 
2984
- "@typescript-eslint/utils@8.46.3":
2985
- version "8.46.3"
2986
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.3.tgz#b6c7994b7c1ee2fe338ab32f7b3d4424856a73ce"
2987
- integrity sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==
2984
+ "@typescript-eslint/utils@8.47.0":
2985
+ version "8.47.0"
2986
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.47.0.tgz#d6c30690431dbfdab98fc027202af12e77c91419"
2987
+ integrity sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==
2988
2988
  dependencies:
2989
2989
  "@eslint-community/eslint-utils" "^4.7.0"
2990
- "@typescript-eslint/scope-manager" "8.46.3"
2991
- "@typescript-eslint/types" "8.46.3"
2992
- "@typescript-eslint/typescript-estree" "8.46.3"
2990
+ "@typescript-eslint/scope-manager" "8.47.0"
2991
+ "@typescript-eslint/types" "8.47.0"
2992
+ "@typescript-eslint/typescript-estree" "8.47.0"
2993
2993
 
2994
2994
  "@typescript-eslint/utils@^7.18.0":
2995
2995
  version "7.18.0"
@@ -3035,12 +3035,12 @@
3035
3035
  "@typescript-eslint/types" "8.44.1"
3036
3036
  eslint-visitor-keys "^4.2.1"
3037
3037
 
3038
- "@typescript-eslint/visitor-keys@8.46.3":
3039
- version "8.46.3"
3040
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz#6811b15053501981059c58e1c01b39242bd5c0f6"
3041
- integrity sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==
3038
+ "@typescript-eslint/visitor-keys@8.47.0":
3039
+ version "8.47.0"
3040
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz#35f36ed60a170dfc9d4d738e78387e217f24c29f"
3041
+ integrity sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==
3042
3042
  dependencies:
3043
- "@typescript-eslint/types" "8.46.3"
3043
+ "@typescript-eslint/types" "8.47.0"
3044
3044
  eslint-visitor-keys "^4.2.1"
3045
3045
 
3046
3046
  "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -4691,10 +4691,10 @@ eslint-config-oclif@^5.2.2:
4691
4691
  eslint-plugin-n "^15.1.0"
4692
4692
  eslint-plugin-unicorn "^48.0.1"
4693
4693
 
4694
- eslint-config-oclif@^6.0.116:
4695
- version "6.0.116"
4696
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.116.tgz#dcc408684542778a01d05d1ffdcb31326ebc16db"
4697
- integrity sha512-h1iKXrrOZFuGy7huGJ6u/rQNg8lVPVk7jNMqWR2ykla4/4IpXgjCtfXCoyv5vX9W3ufr0+acIV+e3D8Lau8eFg==
4694
+ eslint-config-oclif@^6.0.118:
4695
+ version "6.0.118"
4696
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.118.tgz#1936495d0c2c55d847d06a4e4acbea93e583fd33"
4697
+ integrity sha512-ZTgAvhVxg1xILOE8+6JSF8hdAERVG6F1lXnS8WXKyrzZNY1ppTU5hkGVLnq4lvmLJPf0mIvo3/tZlpMZxGuFMw==
4698
4698
  dependencies:
4699
4699
  "@eslint/compat" "^1.4.1"
4700
4700
  "@eslint/eslintrc" "^3.3.1"
@@ -4712,7 +4712,7 @@ eslint-config-oclif@^6.0.116:
4712
4712
  eslint-plugin-n "^17.22.0"
4713
4713
  eslint-plugin-perfectionist "^4"
4714
4714
  eslint-plugin-unicorn "^56.0.1"
4715
- typescript-eslint "^8.46.3"
4715
+ typescript-eslint "^8.46.4"
4716
4716
 
4717
4717
  eslint-config-prettier@^9.1.0:
4718
4718
  version "9.1.0"
@@ -6452,10 +6452,10 @@ isexe@^2.0.0:
6452
6452
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
6453
6453
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
6454
6454
 
6455
- isomorphic-git@1.35.0, isomorphic-git@^1.34.2:
6456
- version "1.35.0"
6457
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.35.0.tgz#bfc3a9cd4c9e69ef30dfe69bcacc93ff4d07c3a7"
6458
- integrity sha512-+pRiwWDld5yAjdTFFh9+668kkz4uzCZBs+mw+ZFxPAxJBX8KCqd/zAP7Zak0BK5BQ+dXVqEurR5DkEnqrLpHlQ==
6455
+ isomorphic-git@1.35.1, isomorphic-git@^1.34.2:
6456
+ version "1.35.1"
6457
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.35.1.tgz#ff6ef9e1c1182f891e8ab7157a47f0acff9d04b7"
6458
+ integrity sha512-XNWd4cIwiGhkMs3C4mK21ch/frfzwFKtJuyv1gf0M4gK/2oZf5PTouwim8cp3Z6rkGbpSpQPaI6jGbV/C+048Q==
6459
6459
  dependencies:
6460
6460
  async-lock "^1.4.1"
6461
6461
  clean-git-ref "^2.0.1"
@@ -9542,15 +9542,15 @@ typedoc@^0.26.5:
9542
9542
  shiki "^1.16.2"
9543
9543
  yaml "^2.5.1"
9544
9544
 
9545
- typescript-eslint@^8.46.3:
9546
- version "8.46.3"
9547
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.46.3.tgz#d58b337e4c6083ddef9a06542a03768a0150c564"
9548
- integrity sha512-bAfgMavTuGo+8n6/QQDVQz4tZ4f7Soqg53RbrlZQEoAltYop/XR4RAts/I0BrO3TTClTSTFJ0wYbla+P8cEWJA==
9545
+ typescript-eslint@^8.46.4:
9546
+ version "8.47.0"
9547
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.47.0.tgz#bb8fcf4f2c69ffcd5d088f7f30cd52936ff05cbc"
9548
+ integrity sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==
9549
9549
  dependencies:
9550
- "@typescript-eslint/eslint-plugin" "8.46.3"
9551
- "@typescript-eslint/parser" "8.46.3"
9552
- "@typescript-eslint/typescript-estree" "8.46.3"
9553
- "@typescript-eslint/utils" "8.46.3"
9550
+ "@typescript-eslint/eslint-plugin" "8.47.0"
9551
+ "@typescript-eslint/parser" "8.47.0"
9552
+ "@typescript-eslint/typescript-estree" "8.47.0"
9553
+ "@typescript-eslint/utils" "8.47.0"
9554
9554
 
9555
9555
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3:
9556
9556
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.100"
270
+ "version": "4.0.102"
271
271
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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": "4.0.100",
4
+ "version": "4.0.102",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -11,14 +11,14 @@
11
11
  "@salesforce/core": "^8.23.4",
12
12
  "@salesforce/kit": "^3.2.4",
13
13
  "@salesforce/sf-plugins-core": "^12.2.5",
14
- "@salesforce/source-deploy-retrieve": "12.27.2",
14
+ "@salesforce/source-deploy-retrieve": "12.28.0",
15
15
  "@salesforce/source-tracking": "7.6.0",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
18
  "fast-xml-parser": "^5.3.1",
19
19
  "fs-extra": "^11.3.2",
20
20
  "graceful-fs": "^4.2.11",
21
- "isomorphic-git": "1.35.0"
21
+ "isomorphic-git": "1.35.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.3.8",
@@ -29,7 +29,7 @@
29
29
  "@types/fs-extra": "^11.0.4",
30
30
  "@types/graceful-fs": "^4.1.9",
31
31
  "c8": "^10.1.3",
32
- "eslint-config-oclif": "^6.0.116",
32
+ "eslint-config-oclif": "^6.0.118",
33
33
  "eslint-config-salesforce-license": "^1.0.2",
34
34
  "eslint-plugin-prettier": "^5.5.4",
35
35
  "eslint-plugin-sf-plugin": "^1.20.33",