@jayree/sfdx-plugin-manifest 5.0.4 → 5.0.5
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 +9 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +102 -102
- package/oclif.lock +86 -86
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [5.0.5](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.4...5.0.5) (2026-02-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/changelog from 1.2.23 to 1.2.24 ([#2087](https://github.com/jayree/sfdx-plugin-manifest/issues/2087)) ([e2bf298](https://github.com/jayree/sfdx-plugin-manifest/commit/e2bf2983d9b16ccebf5a3f69ef1d284d50304141))
|
|
7
|
+
* **deps:** bump marked from 17.0.1 to 17.0.2 ([#898](https://github.com/jayree/changelog/issues/898)) ([b3f1a55](https://github.com/jayree/changelog/commit/b3f1a55734d74cbc19623839c4d964b133c993d7))
|
|
8
|
+
* **deps:** bump semver from 7.7.3 to 7.7.4 ([#896](https://github.com/jayree/changelog/issues/896)) ([9151921](https://github.com/jayree/changelog/commit/9151921bd5234b2e520e02d6739c9197f53d569b))
|
|
9
|
+
|
|
1
10
|
## [5.0.4](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.3...5.0.4) (2026-02-15)
|
|
2
11
|
|
|
3
12
|
|
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.
|
|
115
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.5/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.
|
|
153
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.5/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.
|
|
233
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.5/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.5",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.2.
|
|
12
|
+
"@jayree/changelog": "^1.2.24",
|
|
13
13
|
"@oclif/core": "^4.8.0",
|
|
14
14
|
"@salesforce/core": "^8.26.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
33
|
"c8": "^10.1.3",
|
|
34
|
-
"eslint-config-oclif": "^6.0.
|
|
34
|
+
"eslint-config-oclif": "^6.0.140",
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.5",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -3251,16 +3251,16 @@
|
|
|
3251
3251
|
}
|
|
3252
3252
|
},
|
|
3253
3253
|
"node_modules/@jayree/changelog": {
|
|
3254
|
-
"version": "1.2.
|
|
3255
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
3256
|
-
"integrity": "sha512-
|
|
3254
|
+
"version": "1.2.24",
|
|
3255
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.24.tgz",
|
|
3256
|
+
"integrity": "sha512-oxjdwPcC6NWbCaNSFosWPvpnJceBMPuDkdQK0ni+G84VRP2+plz56wVYsEdNg4lyOyfF+9FHvjP5yrlkM2QQLQ==",
|
|
3257
3257
|
"license": "BSD-3-Clause",
|
|
3258
3258
|
"dependencies": {
|
|
3259
3259
|
"debug": "^4.4.1",
|
|
3260
3260
|
"fs-extra": "^11.3.3",
|
|
3261
|
-
"marked": "^17.0.
|
|
3261
|
+
"marked": "^17.0.2",
|
|
3262
3262
|
"marked-terminal": "^7.3.0",
|
|
3263
|
-
"semver": "^7.7.
|
|
3263
|
+
"semver": "^7.7.4",
|
|
3264
3264
|
"semver-compare": "^1.0.0"
|
|
3265
3265
|
},
|
|
3266
3266
|
"engines": {
|
|
@@ -5971,17 +5971,17 @@
|
|
|
5971
5971
|
"license": "MIT"
|
|
5972
5972
|
},
|
|
5973
5973
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5974
|
-
"version": "8.
|
|
5975
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
5976
|
-
"integrity": "sha512-
|
|
5974
|
+
"version": "8.55.0",
|
|
5975
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.55.0.tgz",
|
|
5976
|
+
"integrity": "sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==",
|
|
5977
5977
|
"dev": true,
|
|
5978
5978
|
"license": "MIT",
|
|
5979
5979
|
"dependencies": {
|
|
5980
5980
|
"@eslint-community/regexpp": "^4.12.2",
|
|
5981
|
-
"@typescript-eslint/scope-manager": "8.
|
|
5982
|
-
"@typescript-eslint/type-utils": "8.
|
|
5983
|
-
"@typescript-eslint/utils": "8.
|
|
5984
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
5981
|
+
"@typescript-eslint/scope-manager": "8.55.0",
|
|
5982
|
+
"@typescript-eslint/type-utils": "8.55.0",
|
|
5983
|
+
"@typescript-eslint/utils": "8.55.0",
|
|
5984
|
+
"@typescript-eslint/visitor-keys": "8.55.0",
|
|
5985
5985
|
"ignore": "^7.0.5",
|
|
5986
5986
|
"natural-compare": "^1.4.0",
|
|
5987
5987
|
"ts-api-utils": "^2.4.0"
|
|
@@ -5994,7 +5994,7 @@
|
|
|
5994
5994
|
"url": "https://opencollective.com/typescript-eslint"
|
|
5995
5995
|
},
|
|
5996
5996
|
"peerDependencies": {
|
|
5997
|
-
"@typescript-eslint/parser": "^8.
|
|
5997
|
+
"@typescript-eslint/parser": "^8.55.0",
|
|
5998
5998
|
"eslint": "^8.57.0 || ^9.0.0",
|
|
5999
5999
|
"typescript": ">=4.8.4 <6.0.0"
|
|
6000
6000
|
}
|
|
@@ -6010,14 +6010,14 @@
|
|
|
6010
6010
|
}
|
|
6011
6011
|
},
|
|
6012
6012
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
6013
|
-
"version": "8.
|
|
6014
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
6015
|
-
"integrity": "sha512-
|
|
6013
|
+
"version": "8.55.0",
|
|
6014
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz",
|
|
6015
|
+
"integrity": "sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==",
|
|
6016
6016
|
"dev": true,
|
|
6017
6017
|
"license": "MIT",
|
|
6018
6018
|
"dependencies": {
|
|
6019
|
-
"@typescript-eslint/types": "8.
|
|
6020
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6019
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6020
|
+
"@typescript-eslint/visitor-keys": "8.55.0"
|
|
6021
6021
|
},
|
|
6022
6022
|
"engines": {
|
|
6023
6023
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6028,13 +6028,13 @@
|
|
|
6028
6028
|
}
|
|
6029
6029
|
},
|
|
6030
6030
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
6031
|
-
"version": "8.
|
|
6032
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
6033
|
-
"integrity": "sha512-
|
|
6031
|
+
"version": "8.55.0",
|
|
6032
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz",
|
|
6033
|
+
"integrity": "sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==",
|
|
6034
6034
|
"dev": true,
|
|
6035
6035
|
"license": "MIT",
|
|
6036
6036
|
"dependencies": {
|
|
6037
|
-
"@typescript-eslint/types": "8.
|
|
6037
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6038
6038
|
"eslint-visitor-keys": "^4.2.1"
|
|
6039
6039
|
},
|
|
6040
6040
|
"engines": {
|
|
@@ -6082,17 +6082,17 @@
|
|
|
6082
6082
|
}
|
|
6083
6083
|
},
|
|
6084
6084
|
"node_modules/@typescript-eslint/parser": {
|
|
6085
|
-
"version": "8.
|
|
6086
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
6087
|
-
"integrity": "sha512-
|
|
6085
|
+
"version": "8.55.0",
|
|
6086
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.55.0.tgz",
|
|
6087
|
+
"integrity": "sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw==",
|
|
6088
6088
|
"dev": true,
|
|
6089
6089
|
"license": "MIT",
|
|
6090
6090
|
"peer": true,
|
|
6091
6091
|
"dependencies": {
|
|
6092
|
-
"@typescript-eslint/scope-manager": "8.
|
|
6093
|
-
"@typescript-eslint/types": "8.
|
|
6094
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
6095
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6092
|
+
"@typescript-eslint/scope-manager": "8.55.0",
|
|
6093
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6094
|
+
"@typescript-eslint/typescript-estree": "8.55.0",
|
|
6095
|
+
"@typescript-eslint/visitor-keys": "8.55.0",
|
|
6096
6096
|
"debug": "^4.4.3"
|
|
6097
6097
|
},
|
|
6098
6098
|
"engines": {
|
|
@@ -6108,14 +6108,14 @@
|
|
|
6108
6108
|
}
|
|
6109
6109
|
},
|
|
6110
6110
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
6111
|
-
"version": "8.
|
|
6112
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
6113
|
-
"integrity": "sha512-
|
|
6111
|
+
"version": "8.55.0",
|
|
6112
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz",
|
|
6113
|
+
"integrity": "sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==",
|
|
6114
6114
|
"dev": true,
|
|
6115
6115
|
"license": "MIT",
|
|
6116
6116
|
"dependencies": {
|
|
6117
|
-
"@typescript-eslint/types": "8.
|
|
6118
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6117
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6118
|
+
"@typescript-eslint/visitor-keys": "8.55.0"
|
|
6119
6119
|
},
|
|
6120
6120
|
"engines": {
|
|
6121
6121
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6126,13 +6126,13 @@
|
|
|
6126
6126
|
}
|
|
6127
6127
|
},
|
|
6128
6128
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
6129
|
-
"version": "8.
|
|
6130
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
6131
|
-
"integrity": "sha512-
|
|
6129
|
+
"version": "8.55.0",
|
|
6130
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz",
|
|
6131
|
+
"integrity": "sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==",
|
|
6132
6132
|
"dev": true,
|
|
6133
6133
|
"license": "MIT",
|
|
6134
6134
|
"dependencies": {
|
|
6135
|
-
"@typescript-eslint/types": "8.
|
|
6135
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6136
6136
|
"eslint-visitor-keys": "^4.2.1"
|
|
6137
6137
|
},
|
|
6138
6138
|
"engines": {
|
|
@@ -6157,14 +6157,14 @@
|
|
|
6157
6157
|
}
|
|
6158
6158
|
},
|
|
6159
6159
|
"node_modules/@typescript-eslint/project-service": {
|
|
6160
|
-
"version": "8.
|
|
6161
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
6162
|
-
"integrity": "sha512-
|
|
6160
|
+
"version": "8.55.0",
|
|
6161
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.55.0.tgz",
|
|
6162
|
+
"integrity": "sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==",
|
|
6163
6163
|
"dev": true,
|
|
6164
6164
|
"license": "MIT",
|
|
6165
6165
|
"dependencies": {
|
|
6166
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
6167
|
-
"@typescript-eslint/types": "^8.
|
|
6166
|
+
"@typescript-eslint/tsconfig-utils": "^8.55.0",
|
|
6167
|
+
"@typescript-eslint/types": "^8.55.0",
|
|
6168
6168
|
"debug": "^4.4.3"
|
|
6169
6169
|
},
|
|
6170
6170
|
"engines": {
|
|
@@ -6179,9 +6179,9 @@
|
|
|
6179
6179
|
}
|
|
6180
6180
|
},
|
|
6181
6181
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
6182
|
-
"version": "8.
|
|
6183
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
6184
|
-
"integrity": "sha512-
|
|
6182
|
+
"version": "8.55.0",
|
|
6183
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz",
|
|
6184
|
+
"integrity": "sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==",
|
|
6185
6185
|
"dev": true,
|
|
6186
6186
|
"license": "MIT",
|
|
6187
6187
|
"engines": {
|
|
@@ -6245,15 +6245,15 @@
|
|
|
6245
6245
|
}
|
|
6246
6246
|
},
|
|
6247
6247
|
"node_modules/@typescript-eslint/type-utils": {
|
|
6248
|
-
"version": "8.
|
|
6249
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
6250
|
-
"integrity": "sha512-
|
|
6248
|
+
"version": "8.55.0",
|
|
6249
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.55.0.tgz",
|
|
6250
|
+
"integrity": "sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==",
|
|
6251
6251
|
"dev": true,
|
|
6252
6252
|
"license": "MIT",
|
|
6253
6253
|
"dependencies": {
|
|
6254
|
-
"@typescript-eslint/types": "8.
|
|
6255
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
6256
|
-
"@typescript-eslint/utils": "8.
|
|
6254
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6255
|
+
"@typescript-eslint/typescript-estree": "8.55.0",
|
|
6256
|
+
"@typescript-eslint/utils": "8.55.0",
|
|
6257
6257
|
"debug": "^4.4.3",
|
|
6258
6258
|
"ts-api-utils": "^2.4.0"
|
|
6259
6259
|
},
|
|
@@ -6283,9 +6283,9 @@
|
|
|
6283
6283
|
}
|
|
6284
6284
|
},
|
|
6285
6285
|
"node_modules/@typescript-eslint/types": {
|
|
6286
|
-
"version": "8.
|
|
6287
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
6288
|
-
"integrity": "sha512-
|
|
6286
|
+
"version": "8.55.0",
|
|
6287
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.55.0.tgz",
|
|
6288
|
+
"integrity": "sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==",
|
|
6289
6289
|
"dev": true,
|
|
6290
6290
|
"license": "MIT",
|
|
6291
6291
|
"engines": {
|
|
@@ -6297,16 +6297,16 @@
|
|
|
6297
6297
|
}
|
|
6298
6298
|
},
|
|
6299
6299
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
6300
|
-
"version": "8.
|
|
6301
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
6302
|
-
"integrity": "sha512-
|
|
6300
|
+
"version": "8.55.0",
|
|
6301
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz",
|
|
6302
|
+
"integrity": "sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==",
|
|
6303
6303
|
"dev": true,
|
|
6304
6304
|
"license": "MIT",
|
|
6305
6305
|
"dependencies": {
|
|
6306
|
-
"@typescript-eslint/project-service": "8.
|
|
6307
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
6308
|
-
"@typescript-eslint/types": "8.
|
|
6309
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6306
|
+
"@typescript-eslint/project-service": "8.55.0",
|
|
6307
|
+
"@typescript-eslint/tsconfig-utils": "8.55.0",
|
|
6308
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6309
|
+
"@typescript-eslint/visitor-keys": "8.55.0",
|
|
6310
6310
|
"debug": "^4.4.3",
|
|
6311
6311
|
"minimatch": "^9.0.5",
|
|
6312
6312
|
"semver": "^7.7.3",
|
|
@@ -6325,9 +6325,9 @@
|
|
|
6325
6325
|
}
|
|
6326
6326
|
},
|
|
6327
6327
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
6328
|
-
"version": "8.
|
|
6329
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
6330
|
-
"integrity": "sha512-
|
|
6328
|
+
"version": "8.55.0",
|
|
6329
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz",
|
|
6330
|
+
"integrity": "sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==",
|
|
6331
6331
|
"dev": true,
|
|
6332
6332
|
"license": "MIT",
|
|
6333
6333
|
"engines": {
|
|
@@ -6342,13 +6342,13 @@
|
|
|
6342
6342
|
}
|
|
6343
6343
|
},
|
|
6344
6344
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
|
6345
|
-
"version": "8.
|
|
6346
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
6347
|
-
"integrity": "sha512-
|
|
6345
|
+
"version": "8.55.0",
|
|
6346
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz",
|
|
6347
|
+
"integrity": "sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==",
|
|
6348
6348
|
"dev": true,
|
|
6349
6349
|
"license": "MIT",
|
|
6350
6350
|
"dependencies": {
|
|
6351
|
-
"@typescript-eslint/types": "8.
|
|
6351
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6352
6352
|
"eslint-visitor-keys": "^4.2.1"
|
|
6353
6353
|
},
|
|
6354
6354
|
"engines": {
|
|
@@ -6451,16 +6451,16 @@
|
|
|
6451
6451
|
}
|
|
6452
6452
|
},
|
|
6453
6453
|
"node_modules/@typescript-eslint/utils": {
|
|
6454
|
-
"version": "8.
|
|
6455
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
6456
|
-
"integrity": "sha512-
|
|
6454
|
+
"version": "8.55.0",
|
|
6455
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.55.0.tgz",
|
|
6456
|
+
"integrity": "sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==",
|
|
6457
6457
|
"dev": true,
|
|
6458
6458
|
"license": "MIT",
|
|
6459
6459
|
"dependencies": {
|
|
6460
6460
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
6461
|
-
"@typescript-eslint/scope-manager": "8.
|
|
6462
|
-
"@typescript-eslint/types": "8.
|
|
6463
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
6461
|
+
"@typescript-eslint/scope-manager": "8.55.0",
|
|
6462
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6463
|
+
"@typescript-eslint/typescript-estree": "8.55.0"
|
|
6464
6464
|
},
|
|
6465
6465
|
"engines": {
|
|
6466
6466
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6494,14 +6494,14 @@
|
|
|
6494
6494
|
}
|
|
6495
6495
|
},
|
|
6496
6496
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
6497
|
-
"version": "8.
|
|
6498
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
6499
|
-
"integrity": "sha512-
|
|
6497
|
+
"version": "8.55.0",
|
|
6498
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz",
|
|
6499
|
+
"integrity": "sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==",
|
|
6500
6500
|
"dev": true,
|
|
6501
6501
|
"license": "MIT",
|
|
6502
6502
|
"dependencies": {
|
|
6503
|
-
"@typescript-eslint/types": "8.
|
|
6504
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
6503
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6504
|
+
"@typescript-eslint/visitor-keys": "8.55.0"
|
|
6505
6505
|
},
|
|
6506
6506
|
"engines": {
|
|
6507
6507
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6512,13 +6512,13 @@
|
|
|
6512
6512
|
}
|
|
6513
6513
|
},
|
|
6514
6514
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
6515
|
-
"version": "8.
|
|
6516
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
6517
|
-
"integrity": "sha512-
|
|
6515
|
+
"version": "8.55.0",
|
|
6516
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz",
|
|
6517
|
+
"integrity": "sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==",
|
|
6518
6518
|
"dev": true,
|
|
6519
6519
|
"license": "MIT",
|
|
6520
6520
|
"dependencies": {
|
|
6521
|
-
"@typescript-eslint/types": "8.
|
|
6521
|
+
"@typescript-eslint/types": "8.55.0",
|
|
6522
6522
|
"eslint-visitor-keys": "^4.2.1"
|
|
6523
6523
|
},
|
|
6524
6524
|
"engines": {
|
|
@@ -9430,9 +9430,9 @@
|
|
|
9430
9430
|
}
|
|
9431
9431
|
},
|
|
9432
9432
|
"node_modules/eslint-config-oclif": {
|
|
9433
|
-
"version": "6.0.
|
|
9434
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
9435
|
-
"integrity": "sha512-
|
|
9433
|
+
"version": "6.0.140",
|
|
9434
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.140.tgz",
|
|
9435
|
+
"integrity": "sha512-e+tZJ+PM+keWV/yZoaURDH8i2jIpvQD28She9Sz4x6+zHUQjRw13AR78NDeI+HdfixDuTrlPI2eTxYWxmpg7FQ==",
|
|
9436
9436
|
"dev": true,
|
|
9437
9437
|
"license": "MIT",
|
|
9438
9438
|
"dependencies": {
|
|
@@ -9452,7 +9452,7 @@
|
|
|
9452
9452
|
"eslint-plugin-n": "^17.23.2",
|
|
9453
9453
|
"eslint-plugin-perfectionist": "^4",
|
|
9454
9454
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
9455
|
-
"typescript-eslint": "^8.
|
|
9455
|
+
"typescript-eslint": "^8.55.0"
|
|
9456
9456
|
},
|
|
9457
9457
|
"engines": {
|
|
9458
9458
|
"node": ">=18.18.0"
|
|
@@ -14451,9 +14451,9 @@
|
|
|
14451
14451
|
}
|
|
14452
14452
|
},
|
|
14453
14453
|
"node_modules/marked": {
|
|
14454
|
-
"version": "17.0.
|
|
14455
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.
|
|
14456
|
-
"integrity": "sha512-
|
|
14454
|
+
"version": "17.0.2",
|
|
14455
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.2.tgz",
|
|
14456
|
+
"integrity": "sha512-s5HZGFQea7Huv5zZcAGhJLT3qLpAfnY7v7GWkICUr0+Wd5TFEtdlRR2XUL5Gg+RH7u2Df595ifrxR03mBaw7gA==",
|
|
14457
14457
|
"license": "MIT",
|
|
14458
14458
|
"peer": true,
|
|
14459
14459
|
"bin": {
|
|
@@ -18960,16 +18960,16 @@
|
|
|
18960
18960
|
}
|
|
18961
18961
|
},
|
|
18962
18962
|
"node_modules/typescript-eslint": {
|
|
18963
|
-
"version": "8.
|
|
18964
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
18965
|
-
"integrity": "sha512-
|
|
18963
|
+
"version": "8.55.0",
|
|
18964
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.55.0.tgz",
|
|
18965
|
+
"integrity": "sha512-HE4wj+r5lmDVS9gdaN0/+iqNvPZwGfnJ5lZuz7s5vLlg9ODw0bIiiETaios9LvFI1U94/VBXGm3CB2Y5cNFMpw==",
|
|
18966
18966
|
"dev": true,
|
|
18967
18967
|
"license": "MIT",
|
|
18968
18968
|
"dependencies": {
|
|
18969
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
18970
|
-
"@typescript-eslint/parser": "8.
|
|
18971
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
18972
|
-
"@typescript-eslint/utils": "8.
|
|
18969
|
+
"@typescript-eslint/eslint-plugin": "8.55.0",
|
|
18970
|
+
"@typescript-eslint/parser": "8.55.0",
|
|
18971
|
+
"@typescript-eslint/typescript-estree": "8.55.0",
|
|
18972
|
+
"@typescript-eslint/utils": "8.55.0"
|
|
18973
18973
|
},
|
|
18974
18974
|
"engines": {
|
|
18975
18975
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
package/oclif.lock
CHANGED
|
@@ -1428,16 +1428,16 @@
|
|
|
1428
1428
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1429
1429
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1430
1430
|
|
|
1431
|
-
"@jayree/changelog@^1.2.
|
|
1432
|
-
version "1.2.
|
|
1433
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
|
1434
|
-
integrity sha512-
|
|
1431
|
+
"@jayree/changelog@^1.2.24":
|
|
1432
|
+
version "1.2.24"
|
|
1433
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.24.tgz#e9644a5f1e4f7fa16b6fee6c401d5a2691cdbf78"
|
|
1434
|
+
integrity sha512-oxjdwPcC6NWbCaNSFosWPvpnJceBMPuDkdQK0ni+G84VRP2+plz56wVYsEdNg4lyOyfF+9FHvjP5yrlkM2QQLQ==
|
|
1435
1435
|
dependencies:
|
|
1436
1436
|
debug "^4.4.1"
|
|
1437
1437
|
fs-extra "^11.3.3"
|
|
1438
|
-
marked "^17.0.
|
|
1438
|
+
marked "^17.0.2"
|
|
1439
1439
|
marked-terminal "^7.3.0"
|
|
1440
|
-
semver "^7.7.
|
|
1440
|
+
semver "^7.7.4"
|
|
1441
1441
|
semver-compare "^1.0.0"
|
|
1442
1442
|
|
|
1443
1443
|
"@jridgewell/gen-mapping@^0.3.5":
|
|
@@ -2771,16 +2771,16 @@
|
|
|
2771
2771
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
2772
2772
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
2773
2773
|
|
|
2774
|
-
"@typescript-eslint/eslint-plugin@8.
|
|
2775
|
-
version "8.
|
|
2776
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
2777
|
-
integrity sha512-
|
|
2774
|
+
"@typescript-eslint/eslint-plugin@8.55.0", "@typescript-eslint/eslint-plugin@^8":
|
|
2775
|
+
version "8.55.0"
|
|
2776
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.55.0.tgz#086d2ef661507b561f7b17f62d3179d692a0765f"
|
|
2777
|
+
integrity sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==
|
|
2778
2778
|
dependencies:
|
|
2779
2779
|
"@eslint-community/regexpp" "^4.12.2"
|
|
2780
|
-
"@typescript-eslint/scope-manager" "8.
|
|
2781
|
-
"@typescript-eslint/type-utils" "8.
|
|
2782
|
-
"@typescript-eslint/utils" "8.
|
|
2783
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
2780
|
+
"@typescript-eslint/scope-manager" "8.55.0"
|
|
2781
|
+
"@typescript-eslint/type-utils" "8.55.0"
|
|
2782
|
+
"@typescript-eslint/utils" "8.55.0"
|
|
2783
|
+
"@typescript-eslint/visitor-keys" "8.55.0"
|
|
2784
2784
|
ignore "^7.0.5"
|
|
2785
2785
|
natural-compare "^1.4.0"
|
|
2786
2786
|
ts-api-utils "^2.4.0"
|
|
@@ -2802,15 +2802,15 @@
|
|
|
2802
2802
|
semver "^7.5.4"
|
|
2803
2803
|
ts-api-utils "^1.0.1"
|
|
2804
2804
|
|
|
2805
|
-
"@typescript-eslint/parser@8.
|
|
2806
|
-
version "8.
|
|
2807
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.
|
|
2808
|
-
integrity sha512-
|
|
2805
|
+
"@typescript-eslint/parser@8.55.0", "@typescript-eslint/parser@^8":
|
|
2806
|
+
version "8.55.0"
|
|
2807
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.55.0.tgz#6eace4e9e95f178d3447ed1f17f3d6a5dfdb345c"
|
|
2808
|
+
integrity sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw==
|
|
2809
2809
|
dependencies:
|
|
2810
|
-
"@typescript-eslint/scope-manager" "8.
|
|
2811
|
-
"@typescript-eslint/types" "8.
|
|
2812
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
2813
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
2810
|
+
"@typescript-eslint/scope-manager" "8.55.0"
|
|
2811
|
+
"@typescript-eslint/types" "8.55.0"
|
|
2812
|
+
"@typescript-eslint/typescript-estree" "8.55.0"
|
|
2813
|
+
"@typescript-eslint/visitor-keys" "8.55.0"
|
|
2814
2814
|
debug "^4.4.3"
|
|
2815
2815
|
|
|
2816
2816
|
"@typescript-eslint/parser@^6.21.0":
|
|
@@ -2833,13 +2833,13 @@
|
|
|
2833
2833
|
"@typescript-eslint/types" "^8.44.1"
|
|
2834
2834
|
debug "^4.3.4"
|
|
2835
2835
|
|
|
2836
|
-
"@typescript-eslint/project-service@8.
|
|
2837
|
-
version "8.
|
|
2838
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.
|
|
2839
|
-
integrity sha512-
|
|
2836
|
+
"@typescript-eslint/project-service@8.55.0":
|
|
2837
|
+
version "8.55.0"
|
|
2838
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.55.0.tgz#b8a71c06a625bdad481c24d5614b68e252f3ae9b"
|
|
2839
|
+
integrity sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==
|
|
2840
2840
|
dependencies:
|
|
2841
|
-
"@typescript-eslint/tsconfig-utils" "^8.
|
|
2842
|
-
"@typescript-eslint/types" "^8.
|
|
2841
|
+
"@typescript-eslint/tsconfig-utils" "^8.55.0"
|
|
2842
|
+
"@typescript-eslint/types" "^8.55.0"
|
|
2843
2843
|
debug "^4.4.3"
|
|
2844
2844
|
|
|
2845
2845
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
@@ -2866,23 +2866,23 @@
|
|
|
2866
2866
|
"@typescript-eslint/types" "8.44.1"
|
|
2867
2867
|
"@typescript-eslint/visitor-keys" "8.44.1"
|
|
2868
2868
|
|
|
2869
|
-
"@typescript-eslint/scope-manager@8.
|
|
2870
|
-
version "8.
|
|
2871
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
2872
|
-
integrity sha512-
|
|
2869
|
+
"@typescript-eslint/scope-manager@8.55.0":
|
|
2870
|
+
version "8.55.0"
|
|
2871
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.55.0.tgz#8a0752c31c788651840dc98f840b0c2ebe143b8c"
|
|
2872
|
+
integrity sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==
|
|
2873
2873
|
dependencies:
|
|
2874
|
-
"@typescript-eslint/types" "8.
|
|
2875
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
2874
|
+
"@typescript-eslint/types" "8.55.0"
|
|
2875
|
+
"@typescript-eslint/visitor-keys" "8.55.0"
|
|
2876
2876
|
|
|
2877
2877
|
"@typescript-eslint/tsconfig-utils@8.44.1", "@typescript-eslint/tsconfig-utils@^8.44.1":
|
|
2878
2878
|
version "8.44.1"
|
|
2879
2879
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.1.tgz#e1d9d047078fac37d3e638484ab3b56215963342"
|
|
2880
2880
|
integrity sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==
|
|
2881
2881
|
|
|
2882
|
-
"@typescript-eslint/tsconfig-utils@8.
|
|
2883
|
-
version "8.
|
|
2884
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
2885
|
-
integrity sha512-
|
|
2882
|
+
"@typescript-eslint/tsconfig-utils@8.55.0", "@typescript-eslint/tsconfig-utils@^8.55.0":
|
|
2883
|
+
version "8.55.0"
|
|
2884
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.55.0.tgz#62f1d005419985e09d37a040b2f1450e4e805afa"
|
|
2885
|
+
integrity sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==
|
|
2886
2886
|
|
|
2887
2887
|
"@typescript-eslint/type-utils@6.21.0":
|
|
2888
2888
|
version "6.21.0"
|
|
@@ -2894,14 +2894,14 @@
|
|
|
2894
2894
|
debug "^4.3.4"
|
|
2895
2895
|
ts-api-utils "^1.0.1"
|
|
2896
2896
|
|
|
2897
|
-
"@typescript-eslint/type-utils@8.
|
|
2898
|
-
version "8.
|
|
2899
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.
|
|
2900
|
-
integrity sha512-
|
|
2897
|
+
"@typescript-eslint/type-utils@8.55.0":
|
|
2898
|
+
version "8.55.0"
|
|
2899
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.55.0.tgz#195d854b3e56308ce475fdea2165313bb1190200"
|
|
2900
|
+
integrity sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==
|
|
2901
2901
|
dependencies:
|
|
2902
|
-
"@typescript-eslint/types" "8.
|
|
2903
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
2904
|
-
"@typescript-eslint/utils" "8.
|
|
2902
|
+
"@typescript-eslint/types" "8.55.0"
|
|
2903
|
+
"@typescript-eslint/typescript-estree" "8.55.0"
|
|
2904
|
+
"@typescript-eslint/utils" "8.55.0"
|
|
2905
2905
|
debug "^4.4.3"
|
|
2906
2906
|
ts-api-utils "^2.4.0"
|
|
2907
2907
|
|
|
@@ -2920,10 +2920,10 @@
|
|
|
2920
2920
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.1.tgz#85d1cad1290a003ff60420388797e85d1c3f76ff"
|
|
2921
2921
|
integrity sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==
|
|
2922
2922
|
|
|
2923
|
-
"@typescript-eslint/types@8.
|
|
2924
|
-
version "8.
|
|
2925
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.
|
|
2926
|
-
integrity sha512-
|
|
2923
|
+
"@typescript-eslint/types@8.55.0", "@typescript-eslint/types@^8.55.0":
|
|
2924
|
+
version "8.55.0"
|
|
2925
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.55.0.tgz#8449c5a7adac61184cac92dbf6315733569708c2"
|
|
2926
|
+
integrity sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==
|
|
2927
2927
|
|
|
2928
2928
|
"@typescript-eslint/types@^8.11.0":
|
|
2929
2929
|
version "8.33.0"
|
|
@@ -2984,15 +2984,15 @@
|
|
|
2984
2984
|
semver "^7.6.0"
|
|
2985
2985
|
ts-api-utils "^2.1.0"
|
|
2986
2986
|
|
|
2987
|
-
"@typescript-eslint/typescript-estree@8.
|
|
2988
|
-
version "8.
|
|
2989
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
2990
|
-
integrity sha512-
|
|
2987
|
+
"@typescript-eslint/typescript-estree@8.55.0":
|
|
2988
|
+
version "8.55.0"
|
|
2989
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.55.0.tgz#c83ac92c11ce79bedd984937c7780a65e7f7b2e3"
|
|
2990
|
+
integrity sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==
|
|
2991
2991
|
dependencies:
|
|
2992
|
-
"@typescript-eslint/project-service" "8.
|
|
2993
|
-
"@typescript-eslint/tsconfig-utils" "8.
|
|
2994
|
-
"@typescript-eslint/types" "8.
|
|
2995
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
2992
|
+
"@typescript-eslint/project-service" "8.55.0"
|
|
2993
|
+
"@typescript-eslint/tsconfig-utils" "8.55.0"
|
|
2994
|
+
"@typescript-eslint/types" "8.55.0"
|
|
2995
|
+
"@typescript-eslint/visitor-keys" "8.55.0"
|
|
2996
2996
|
debug "^4.4.3"
|
|
2997
2997
|
minimatch "^9.0.5"
|
|
2998
2998
|
semver "^7.7.3"
|
|
@@ -3012,15 +3012,15 @@
|
|
|
3012
3012
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
3013
3013
|
semver "^7.5.4"
|
|
3014
3014
|
|
|
3015
|
-
"@typescript-eslint/utils@8.
|
|
3016
|
-
version "8.
|
|
3017
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.
|
|
3018
|
-
integrity sha512-
|
|
3015
|
+
"@typescript-eslint/utils@8.55.0":
|
|
3016
|
+
version "8.55.0"
|
|
3017
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.55.0.tgz#c1744d94a3901deb01f58b09d3478d811f96d619"
|
|
3018
|
+
integrity sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==
|
|
3019
3019
|
dependencies:
|
|
3020
3020
|
"@eslint-community/eslint-utils" "^4.9.1"
|
|
3021
|
-
"@typescript-eslint/scope-manager" "8.
|
|
3022
|
-
"@typescript-eslint/types" "8.
|
|
3023
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
3021
|
+
"@typescript-eslint/scope-manager" "8.55.0"
|
|
3022
|
+
"@typescript-eslint/types" "8.55.0"
|
|
3023
|
+
"@typescript-eslint/typescript-estree" "8.55.0"
|
|
3024
3024
|
|
|
3025
3025
|
"@typescript-eslint/utils@^7.18.0":
|
|
3026
3026
|
version "7.18.0"
|
|
@@ -3066,12 +3066,12 @@
|
|
|
3066
3066
|
"@typescript-eslint/types" "8.44.1"
|
|
3067
3067
|
eslint-visitor-keys "^4.2.1"
|
|
3068
3068
|
|
|
3069
|
-
"@typescript-eslint/visitor-keys@8.
|
|
3070
|
-
version "8.
|
|
3071
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
3072
|
-
integrity sha512-
|
|
3069
|
+
"@typescript-eslint/visitor-keys@8.55.0":
|
|
3070
|
+
version "8.55.0"
|
|
3071
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.55.0.tgz#3d9a40fd4e3705c63d8fae3af58988add3ed464d"
|
|
3072
|
+
integrity sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==
|
|
3073
3073
|
dependencies:
|
|
3074
|
-
"@typescript-eslint/types" "8.
|
|
3074
|
+
"@typescript-eslint/types" "8.55.0"
|
|
3075
3075
|
eslint-visitor-keys "^4.2.1"
|
|
3076
3076
|
|
|
3077
3077
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
|
@@ -4722,10 +4722,10 @@ eslint-config-oclif@^5.2.2:
|
|
|
4722
4722
|
eslint-plugin-n "^15.1.0"
|
|
4723
4723
|
eslint-plugin-unicorn "^48.0.1"
|
|
4724
4724
|
|
|
4725
|
-
eslint-config-oclif@^6.0.
|
|
4726
|
-
version "6.0.
|
|
4727
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
4728
|
-
integrity sha512-
|
|
4725
|
+
eslint-config-oclif@^6.0.140:
|
|
4726
|
+
version "6.0.140"
|
|
4727
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.140.tgz#65104111ddbe76d57568a2f9d23cd325ca5fbe62"
|
|
4728
|
+
integrity sha512-e+tZJ+PM+keWV/yZoaURDH8i2jIpvQD28She9Sz4x6+zHUQjRw13AR78NDeI+HdfixDuTrlPI2eTxYWxmpg7FQ==
|
|
4729
4729
|
dependencies:
|
|
4730
4730
|
"@eslint/compat" "^1.4.1"
|
|
4731
4731
|
"@eslint/eslintrc" "^3.3.3"
|
|
@@ -4743,7 +4743,7 @@ eslint-config-oclif@^6.0.137:
|
|
|
4743
4743
|
eslint-plugin-n "^17.23.2"
|
|
4744
4744
|
eslint-plugin-perfectionist "^4"
|
|
4745
4745
|
eslint-plugin-unicorn "^56.0.1"
|
|
4746
|
-
typescript-eslint "^8.
|
|
4746
|
+
typescript-eslint "^8.55.0"
|
|
4747
4747
|
|
|
4748
4748
|
eslint-config-prettier@^9.1.0:
|
|
4749
4749
|
version "9.1.0"
|
|
@@ -7109,10 +7109,10 @@ marked@^13.0.0:
|
|
|
7109
7109
|
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
|
|
7110
7110
|
integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
|
|
7111
7111
|
|
|
7112
|
-
marked@^17.0.
|
|
7113
|
-
version "17.0.
|
|
7114
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.
|
|
7115
|
-
integrity sha512-
|
|
7112
|
+
marked@^17.0.2:
|
|
7113
|
+
version "17.0.2"
|
|
7114
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.2.tgz#a103f82bed9653dd1d74c15f74107c84ddbe749d"
|
|
7115
|
+
integrity sha512-s5HZGFQea7Huv5zZcAGhJLT3qLpAfnY7v7GWkICUr0+Wd5TFEtdlRR2XUL5Gg+RH7u2Df595ifrxR03mBaw7gA==
|
|
7116
7116
|
|
|
7117
7117
|
math-intrinsics@^1.1.0:
|
|
7118
7118
|
version "1.1.0"
|
|
@@ -9586,15 +9586,15 @@ typedoc@^0.26.5:
|
|
|
9586
9586
|
shiki "^1.16.2"
|
|
9587
9587
|
yaml "^2.5.1"
|
|
9588
9588
|
|
|
9589
|
-
typescript-eslint@^8.
|
|
9590
|
-
version "8.
|
|
9591
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.
|
|
9592
|
-
integrity sha512-
|
|
9589
|
+
typescript-eslint@^8.55.0:
|
|
9590
|
+
version "8.55.0"
|
|
9591
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.55.0.tgz#abae8295c5f0f82f816218113a46e89bc30c3de2"
|
|
9592
|
+
integrity sha512-HE4wj+r5lmDVS9gdaN0/+iqNvPZwGfnJ5lZuz7s5vLlg9ODw0bIiiETaios9LvFI1U94/VBXGm3CB2Y5cNFMpw==
|
|
9593
9593
|
dependencies:
|
|
9594
|
-
"@typescript-eslint/eslint-plugin" "8.
|
|
9595
|
-
"@typescript-eslint/parser" "8.
|
|
9596
|
-
"@typescript-eslint/typescript-estree" "8.
|
|
9597
|
-
"@typescript-eslint/utils" "8.
|
|
9594
|
+
"@typescript-eslint/eslint-plugin" "8.55.0"
|
|
9595
|
+
"@typescript-eslint/parser" "8.55.0"
|
|
9596
|
+
"@typescript-eslint/typescript-estree" "8.55.0"
|
|
9597
|
+
"@typescript-eslint/utils" "8.55.0"
|
|
9598
9598
|
|
|
9599
9599
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3:
|
|
9600
9600
|
version "5.9.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.
|
|
4
|
+
"version": "5.0.5",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/changelog": "^1.2.
|
|
9
|
+
"@jayree/changelog": "^1.2.24",
|
|
10
10
|
"@oclif/core": "^4.8.0",
|
|
11
11
|
"@salesforce/core": "^8.26.0",
|
|
12
12
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
30
|
"c8": "^10.1.3",
|
|
31
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint-config-oclif": "^6.0.140",
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.5",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|