@jayree/sfdx-plugin-manifest 5.0.127 → 5.0.129
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 +17 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +137 -137
- package/oclif.lock +107 -107
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [5.0.129](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.128...5.0.129) (2026-06-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 4.11.9 to 4.11.11 ([#2313](https://github.com/jayree/sfdx-plugin-manifest/issues/2313)) ([bb9806a](https://github.com/jayree/sfdx-plugin-manifest/commit/bb9806a6b3d054bad24b2520a8b9d3d40960d84f))
|
|
7
|
+
* **deps:** bump tinyglobby from 0.2.16 to 0.2.17 ([f941872](https://github.com/oclif/core/commit/f941872a716ec34ad53782e280b8facf0bf41a6e))
|
|
8
|
+
* **deps:** bump undici from 6.25.0 to 6.27.0 ([319945a](https://github.com/oclif/core/commit/319945a3df0ea99e96053b170c455baa0f4812a6))
|
|
9
|
+
|
|
10
|
+
## [5.0.128](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.127...5.0.128) (2026-06-28)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @jayree/changelog from 1.2.36 to 1.2.37 ([#2305](https://github.com/jayree/sfdx-plugin-manifest/issues/2305)) ([6d32212](https://github.com/jayree/sfdx-plugin-manifest/commit/6d3221210529c8332a8655df44bc40d7e87787d7))
|
|
16
|
+
* **deps:** bump semver from 7.8.4 to 7.8.5 ([#1020](https://github.com/jayree/changelog/issues/1020)) ([6ae9a6d](https://github.com/jayree/changelog/commit/6ae9a6d71408e030b2390292702b4313c3dd14cc))
|
|
17
|
+
|
|
1
18
|
## [5.0.127](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.126...5.0.127) (2026-06-21)
|
|
2
19
|
|
|
3
20
|
|
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.129/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.129/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.129/src/commands/jayree/manifest/git/diff.ts)_
|
|
234
234
|
<!-- commandsstop -->
|
|
235
235
|
|
|
236
236
|
## Performance Testing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.129",
|
|
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.129",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/changelog": "^1.2.
|
|
13
|
-
"@oclif/core": "^4.11.
|
|
12
|
+
"@jayree/changelog": "^1.2.37",
|
|
13
|
+
"@oclif/core": "^4.11.11",
|
|
14
14
|
"@salesforce/core": "^8.31.2",
|
|
15
15
|
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.24",
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
"isomorphic-git": "1.38.5"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.29",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
30
30
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
31
31
|
"@types/fs-extra": "^11.0.4",
|
|
32
32
|
"@types/graceful-fs": "^4.1.9",
|
|
33
33
|
"c8": "^11.0.0",
|
|
34
|
-
"eslint-config-oclif": "^6.0.
|
|
34
|
+
"eslint-config-oclif": "^6.0.173",
|
|
35
35
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
36
36
|
"eslint-plugin-prettier": "^5.5.6",
|
|
37
37
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
38
|
-
"oclif": "^4.23.
|
|
38
|
+
"oclif": "^4.23.17",
|
|
39
39
|
"patch-package": "^8.0.1",
|
|
40
|
-
"prettier": "^3.
|
|
40
|
+
"prettier": "^3.9.1",
|
|
41
41
|
"pretty-quick": "^4.2.2",
|
|
42
42
|
"ts-node": "^10.9.2",
|
|
43
43
|
"typescript": "^6.0.3"
|
|
@@ -2778,16 +2778,16 @@
|
|
|
2778
2778
|
}
|
|
2779
2779
|
},
|
|
2780
2780
|
"node_modules/@jayree/changelog": {
|
|
2781
|
-
"version": "1.2.
|
|
2782
|
-
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
2783
|
-
"integrity": "sha512-
|
|
2781
|
+
"version": "1.2.37",
|
|
2782
|
+
"resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.37.tgz",
|
|
2783
|
+
"integrity": "sha512-Z5IJaB49Wr4axY9HtY5n5+HDB/mlWpBErbVUMp0E2yYra/aW11ysBpMzpk7NJajuBr8Ym/yRNGWDoh3TJ1s55g==",
|
|
2784
2784
|
"license": "BSD-3-Clause",
|
|
2785
2785
|
"dependencies": {
|
|
2786
2786
|
"debug": "^4.4.1",
|
|
2787
2787
|
"fs-extra": "^11.3.5",
|
|
2788
2788
|
"marked": "^18.0.5",
|
|
2789
2789
|
"marked-terminal": "^7.3.0",
|
|
2790
|
-
"semver": "^7.8.
|
|
2790
|
+
"semver": "^7.8.5",
|
|
2791
2791
|
"semver-compare": "^1.0.0"
|
|
2792
2792
|
},
|
|
2793
2793
|
"engines": {
|
|
@@ -3065,9 +3065,9 @@
|
|
|
3065
3065
|
}
|
|
3066
3066
|
},
|
|
3067
3067
|
"node_modules/@oclif/core": {
|
|
3068
|
-
"version": "4.11.
|
|
3069
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
3070
|
-
"integrity": "sha512-
|
|
3068
|
+
"version": "4.11.11",
|
|
3069
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.11.tgz",
|
|
3070
|
+
"integrity": "sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==",
|
|
3071
3071
|
"license": "MIT",
|
|
3072
3072
|
"dependencies": {
|
|
3073
3073
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3084,7 +3084,7 @@
|
|
|
3084
3084
|
"semver": "^7.8.1",
|
|
3085
3085
|
"string-width": "^4.2.3",
|
|
3086
3086
|
"supports-color": "^8",
|
|
3087
|
-
"tinyglobby": "^0.2.
|
|
3087
|
+
"tinyglobby": "^0.2.17",
|
|
3088
3088
|
"widest-line": "^3.1.0",
|
|
3089
3089
|
"wordwrap": "^1.0.0",
|
|
3090
3090
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3177,9 +3177,9 @@
|
|
|
3177
3177
|
}
|
|
3178
3178
|
},
|
|
3179
3179
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3180
|
-
"version": "5.3.
|
|
3181
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3182
|
-
"integrity": "sha512-
|
|
3180
|
+
"version": "5.3.29",
|
|
3181
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.29.tgz",
|
|
3182
|
+
"integrity": "sha512-yoSk5v4Ws0vLihCetgvWZdoan1c5m3CV7JD3hsBsOlj3Q0J2Q6sLpIsJ0Ob/Ltzpmy+PSBIW59CmpIL4GYMsoA==",
|
|
3183
3183
|
"dev": true,
|
|
3184
3184
|
"license": "MIT",
|
|
3185
3185
|
"dependencies": {
|
|
@@ -3190,7 +3190,7 @@
|
|
|
3190
3190
|
"lodash.difference": "^4.5.0",
|
|
3191
3191
|
"lodash.get": "^4.4.2",
|
|
3192
3192
|
"lodash.sortby": "^4.7.0",
|
|
3193
|
-
"semver": "^7.8.
|
|
3193
|
+
"semver": "^7.8.5",
|
|
3194
3194
|
"ts-json-schema-generator": "^1.5.1"
|
|
3195
3195
|
},
|
|
3196
3196
|
"bin": {
|
|
@@ -5045,17 +5045,17 @@
|
|
|
5045
5045
|
"license": "MIT"
|
|
5046
5046
|
},
|
|
5047
5047
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5048
|
-
"version": "8.61.
|
|
5049
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.
|
|
5050
|
-
"integrity": "sha512-
|
|
5048
|
+
"version": "8.61.1",
|
|
5049
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.1.tgz",
|
|
5050
|
+
"integrity": "sha512-ZPlVl3PB3et/59Ne0fv/sci6ZXz4T4Hp4nTJ56i/Y0gR89ARb+KphojTq6j+56E5PIezmOIOOWyY+aWQFd+IkQ==",
|
|
5051
5051
|
"dev": true,
|
|
5052
5052
|
"license": "MIT",
|
|
5053
5053
|
"dependencies": {
|
|
5054
5054
|
"@eslint-community/regexpp": "^4.12.2",
|
|
5055
|
-
"@typescript-eslint/scope-manager": "8.61.
|
|
5056
|
-
"@typescript-eslint/type-utils": "8.61.
|
|
5057
|
-
"@typescript-eslint/utils": "8.61.
|
|
5058
|
-
"@typescript-eslint/visitor-keys": "8.61.
|
|
5055
|
+
"@typescript-eslint/scope-manager": "8.61.1",
|
|
5056
|
+
"@typescript-eslint/type-utils": "8.61.1",
|
|
5057
|
+
"@typescript-eslint/utils": "8.61.1",
|
|
5058
|
+
"@typescript-eslint/visitor-keys": "8.61.1",
|
|
5059
5059
|
"ignore": "^7.0.5",
|
|
5060
5060
|
"natural-compare": "^1.4.0",
|
|
5061
5061
|
"ts-api-utils": "^2.5.0"
|
|
@@ -5068,20 +5068,20 @@
|
|
|
5068
5068
|
"url": "https://opencollective.com/typescript-eslint"
|
|
5069
5069
|
},
|
|
5070
5070
|
"peerDependencies": {
|
|
5071
|
-
"@typescript-eslint/parser": "^8.61.
|
|
5071
|
+
"@typescript-eslint/parser": "^8.61.1",
|
|
5072
5072
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5073
5073
|
"typescript": ">=4.8.4 <6.1.0"
|
|
5074
5074
|
}
|
|
5075
5075
|
},
|
|
5076
5076
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
5077
|
-
"version": "8.61.
|
|
5078
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.
|
|
5079
|
-
"integrity": "sha512-
|
|
5077
|
+
"version": "8.61.1",
|
|
5078
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz",
|
|
5079
|
+
"integrity": "sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==",
|
|
5080
5080
|
"dev": true,
|
|
5081
5081
|
"license": "MIT",
|
|
5082
5082
|
"dependencies": {
|
|
5083
|
-
"@typescript-eslint/types": "8.61.
|
|
5084
|
-
"@typescript-eslint/visitor-keys": "8.61.
|
|
5083
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5084
|
+
"@typescript-eslint/visitor-keys": "8.61.1"
|
|
5085
5085
|
},
|
|
5086
5086
|
"engines": {
|
|
5087
5087
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5092,9 +5092,9 @@
|
|
|
5092
5092
|
}
|
|
5093
5093
|
},
|
|
5094
5094
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
5095
|
-
"version": "8.61.
|
|
5096
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.
|
|
5097
|
-
"integrity": "sha512-
|
|
5095
|
+
"version": "8.61.1",
|
|
5096
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz",
|
|
5097
|
+
"integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==",
|
|
5098
5098
|
"dev": true,
|
|
5099
5099
|
"license": "MIT",
|
|
5100
5100
|
"engines": {
|
|
@@ -5106,13 +5106,13 @@
|
|
|
5106
5106
|
}
|
|
5107
5107
|
},
|
|
5108
5108
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
5109
|
-
"version": "8.61.
|
|
5110
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.
|
|
5111
|
-
"integrity": "sha512-
|
|
5109
|
+
"version": "8.61.1",
|
|
5110
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz",
|
|
5111
|
+
"integrity": "sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==",
|
|
5112
5112
|
"dev": true,
|
|
5113
5113
|
"license": "MIT",
|
|
5114
5114
|
"dependencies": {
|
|
5115
|
-
"@typescript-eslint/types": "8.61.
|
|
5115
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5116
5116
|
"eslint-visitor-keys": "^5.0.0"
|
|
5117
5117
|
},
|
|
5118
5118
|
"engines": {
|
|
@@ -5160,16 +5160,16 @@
|
|
|
5160
5160
|
}
|
|
5161
5161
|
},
|
|
5162
5162
|
"node_modules/@typescript-eslint/parser": {
|
|
5163
|
-
"version": "8.61.
|
|
5164
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.61.
|
|
5165
|
-
"integrity": "sha512-
|
|
5163
|
+
"version": "8.61.1",
|
|
5164
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.61.1.tgz",
|
|
5165
|
+
"integrity": "sha512-PJ5vePq5/ognBbrIcoC5+SHO5dfpeLPzP9FpLkzWrguoYQEeeSjlJpVwOpo1JRSTEi7dRcwNy4h4dzV70PqHcg==",
|
|
5166
5166
|
"dev": true,
|
|
5167
5167
|
"license": "MIT",
|
|
5168
5168
|
"dependencies": {
|
|
5169
|
-
"@typescript-eslint/scope-manager": "8.61.
|
|
5170
|
-
"@typescript-eslint/types": "8.61.
|
|
5171
|
-
"@typescript-eslint/typescript-estree": "8.61.
|
|
5172
|
-
"@typescript-eslint/visitor-keys": "8.61.
|
|
5169
|
+
"@typescript-eslint/scope-manager": "8.61.1",
|
|
5170
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5171
|
+
"@typescript-eslint/typescript-estree": "8.61.1",
|
|
5172
|
+
"@typescript-eslint/visitor-keys": "8.61.1",
|
|
5173
5173
|
"debug": "^4.4.3"
|
|
5174
5174
|
},
|
|
5175
5175
|
"engines": {
|
|
@@ -5185,14 +5185,14 @@
|
|
|
5185
5185
|
}
|
|
5186
5186
|
},
|
|
5187
5187
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
5188
|
-
"version": "8.61.
|
|
5189
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.
|
|
5190
|
-
"integrity": "sha512-
|
|
5188
|
+
"version": "8.61.1",
|
|
5189
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz",
|
|
5190
|
+
"integrity": "sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==",
|
|
5191
5191
|
"dev": true,
|
|
5192
5192
|
"license": "MIT",
|
|
5193
5193
|
"dependencies": {
|
|
5194
|
-
"@typescript-eslint/types": "8.61.
|
|
5195
|
-
"@typescript-eslint/visitor-keys": "8.61.
|
|
5194
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5195
|
+
"@typescript-eslint/visitor-keys": "8.61.1"
|
|
5196
5196
|
},
|
|
5197
5197
|
"engines": {
|
|
5198
5198
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5203,9 +5203,9 @@
|
|
|
5203
5203
|
}
|
|
5204
5204
|
},
|
|
5205
5205
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
5206
|
-
"version": "8.61.
|
|
5207
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.
|
|
5208
|
-
"integrity": "sha512-
|
|
5206
|
+
"version": "8.61.1",
|
|
5207
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz",
|
|
5208
|
+
"integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==",
|
|
5209
5209
|
"dev": true,
|
|
5210
5210
|
"license": "MIT",
|
|
5211
5211
|
"engines": {
|
|
@@ -5217,13 +5217,13 @@
|
|
|
5217
5217
|
}
|
|
5218
5218
|
},
|
|
5219
5219
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
5220
|
-
"version": "8.61.
|
|
5221
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.
|
|
5222
|
-
"integrity": "sha512-
|
|
5220
|
+
"version": "8.61.1",
|
|
5221
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz",
|
|
5222
|
+
"integrity": "sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==",
|
|
5223
5223
|
"dev": true,
|
|
5224
5224
|
"license": "MIT",
|
|
5225
5225
|
"dependencies": {
|
|
5226
|
-
"@typescript-eslint/types": "8.61.
|
|
5226
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5227
5227
|
"eslint-visitor-keys": "^5.0.0"
|
|
5228
5228
|
},
|
|
5229
5229
|
"engines": {
|
|
@@ -5248,14 +5248,14 @@
|
|
|
5248
5248
|
}
|
|
5249
5249
|
},
|
|
5250
5250
|
"node_modules/@typescript-eslint/project-service": {
|
|
5251
|
-
"version": "8.61.
|
|
5252
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.
|
|
5253
|
-
"integrity": "sha512-
|
|
5251
|
+
"version": "8.61.1",
|
|
5252
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.61.1.tgz",
|
|
5253
|
+
"integrity": "sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==",
|
|
5254
5254
|
"dev": true,
|
|
5255
5255
|
"license": "MIT",
|
|
5256
5256
|
"dependencies": {
|
|
5257
|
-
"@typescript-eslint/tsconfig-utils": "^8.61.
|
|
5258
|
-
"@typescript-eslint/types": "^8.61.
|
|
5257
|
+
"@typescript-eslint/tsconfig-utils": "^8.61.1",
|
|
5258
|
+
"@typescript-eslint/types": "^8.61.1",
|
|
5259
5259
|
"debug": "^4.4.3"
|
|
5260
5260
|
},
|
|
5261
5261
|
"engines": {
|
|
@@ -5270,9 +5270,9 @@
|
|
|
5270
5270
|
}
|
|
5271
5271
|
},
|
|
5272
5272
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
5273
|
-
"version": "8.61.
|
|
5274
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.
|
|
5275
|
-
"integrity": "sha512-
|
|
5273
|
+
"version": "8.61.1",
|
|
5274
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz",
|
|
5275
|
+
"integrity": "sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==",
|
|
5276
5276
|
"dev": true,
|
|
5277
5277
|
"license": "MIT",
|
|
5278
5278
|
"engines": {
|
|
@@ -5287,9 +5287,9 @@
|
|
|
5287
5287
|
}
|
|
5288
5288
|
},
|
|
5289
5289
|
"node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
|
|
5290
|
-
"version": "8.61.
|
|
5291
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.
|
|
5292
|
-
"integrity": "sha512-
|
|
5290
|
+
"version": "8.61.1",
|
|
5291
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz",
|
|
5292
|
+
"integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==",
|
|
5293
5293
|
"dev": true,
|
|
5294
5294
|
"license": "MIT",
|
|
5295
5295
|
"engines": {
|
|
@@ -5350,15 +5350,15 @@
|
|
|
5350
5350
|
}
|
|
5351
5351
|
},
|
|
5352
5352
|
"node_modules/@typescript-eslint/type-utils": {
|
|
5353
|
-
"version": "8.61.
|
|
5354
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.61.
|
|
5355
|
-
"integrity": "sha512-
|
|
5353
|
+
"version": "8.61.1",
|
|
5354
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.61.1.tgz",
|
|
5355
|
+
"integrity": "sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==",
|
|
5356
5356
|
"dev": true,
|
|
5357
5357
|
"license": "MIT",
|
|
5358
5358
|
"dependencies": {
|
|
5359
|
-
"@typescript-eslint/types": "8.61.
|
|
5360
|
-
"@typescript-eslint/typescript-estree": "8.61.
|
|
5361
|
-
"@typescript-eslint/utils": "8.61.
|
|
5359
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5360
|
+
"@typescript-eslint/typescript-estree": "8.61.1",
|
|
5361
|
+
"@typescript-eslint/utils": "8.61.1",
|
|
5362
5362
|
"debug": "^4.4.3",
|
|
5363
5363
|
"ts-api-utils": "^2.5.0"
|
|
5364
5364
|
},
|
|
@@ -5375,9 +5375,9 @@
|
|
|
5375
5375
|
}
|
|
5376
5376
|
},
|
|
5377
5377
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
5378
|
-
"version": "8.61.
|
|
5379
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.
|
|
5380
|
-
"integrity": "sha512-
|
|
5378
|
+
"version": "8.61.1",
|
|
5379
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz",
|
|
5380
|
+
"integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==",
|
|
5381
5381
|
"dev": true,
|
|
5382
5382
|
"license": "MIT",
|
|
5383
5383
|
"engines": {
|
|
@@ -5416,16 +5416,16 @@
|
|
|
5416
5416
|
}
|
|
5417
5417
|
},
|
|
5418
5418
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
5419
|
-
"version": "8.61.
|
|
5420
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.
|
|
5421
|
-
"integrity": "sha512-
|
|
5419
|
+
"version": "8.61.1",
|
|
5420
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz",
|
|
5421
|
+
"integrity": "sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==",
|
|
5422
5422
|
"dev": true,
|
|
5423
5423
|
"license": "MIT",
|
|
5424
5424
|
"dependencies": {
|
|
5425
|
-
"@typescript-eslint/project-service": "8.61.
|
|
5426
|
-
"@typescript-eslint/tsconfig-utils": "8.61.
|
|
5427
|
-
"@typescript-eslint/types": "8.61.
|
|
5428
|
-
"@typescript-eslint/visitor-keys": "8.61.
|
|
5425
|
+
"@typescript-eslint/project-service": "8.61.1",
|
|
5426
|
+
"@typescript-eslint/tsconfig-utils": "8.61.1",
|
|
5427
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5428
|
+
"@typescript-eslint/visitor-keys": "8.61.1",
|
|
5429
5429
|
"debug": "^4.4.3",
|
|
5430
5430
|
"minimatch": "^10.2.2",
|
|
5431
5431
|
"semver": "^7.7.3",
|
|
@@ -5444,9 +5444,9 @@
|
|
|
5444
5444
|
}
|
|
5445
5445
|
},
|
|
5446
5446
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
|
|
5447
|
-
"version": "8.61.
|
|
5448
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.
|
|
5449
|
-
"integrity": "sha512-
|
|
5447
|
+
"version": "8.61.1",
|
|
5448
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz",
|
|
5449
|
+
"integrity": "sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==",
|
|
5450
5450
|
"dev": true,
|
|
5451
5451
|
"license": "MIT",
|
|
5452
5452
|
"engines": {
|
|
@@ -5461,9 +5461,9 @@
|
|
|
5461
5461
|
}
|
|
5462
5462
|
},
|
|
5463
5463
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
|
5464
|
-
"version": "8.61.
|
|
5465
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.
|
|
5466
|
-
"integrity": "sha512-
|
|
5464
|
+
"version": "8.61.1",
|
|
5465
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz",
|
|
5466
|
+
"integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==",
|
|
5467
5467
|
"dev": true,
|
|
5468
5468
|
"license": "MIT",
|
|
5469
5469
|
"engines": {
|
|
@@ -5475,13 +5475,13 @@
|
|
|
5475
5475
|
}
|
|
5476
5476
|
},
|
|
5477
5477
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
|
5478
|
-
"version": "8.61.
|
|
5479
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.
|
|
5480
|
-
"integrity": "sha512-
|
|
5478
|
+
"version": "8.61.1",
|
|
5479
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz",
|
|
5480
|
+
"integrity": "sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==",
|
|
5481
5481
|
"dev": true,
|
|
5482
5482
|
"license": "MIT",
|
|
5483
5483
|
"dependencies": {
|
|
5484
|
-
"@typescript-eslint/types": "8.61.
|
|
5484
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5485
5485
|
"eslint-visitor-keys": "^5.0.0"
|
|
5486
5486
|
},
|
|
5487
5487
|
"engines": {
|
|
@@ -5558,16 +5558,16 @@
|
|
|
5558
5558
|
}
|
|
5559
5559
|
},
|
|
5560
5560
|
"node_modules/@typescript-eslint/utils": {
|
|
5561
|
-
"version": "8.61.
|
|
5562
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.61.
|
|
5563
|
-
"integrity": "sha512-
|
|
5561
|
+
"version": "8.61.1",
|
|
5562
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.61.1.tgz",
|
|
5563
|
+
"integrity": "sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==",
|
|
5564
5564
|
"dev": true,
|
|
5565
5565
|
"license": "MIT",
|
|
5566
5566
|
"dependencies": {
|
|
5567
5567
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
5568
|
-
"@typescript-eslint/scope-manager": "8.61.
|
|
5569
|
-
"@typescript-eslint/types": "8.61.
|
|
5570
|
-
"@typescript-eslint/typescript-estree": "8.61.
|
|
5568
|
+
"@typescript-eslint/scope-manager": "8.61.1",
|
|
5569
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5570
|
+
"@typescript-eslint/typescript-estree": "8.61.1"
|
|
5571
5571
|
},
|
|
5572
5572
|
"engines": {
|
|
5573
5573
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5582,14 +5582,14 @@
|
|
|
5582
5582
|
}
|
|
5583
5583
|
},
|
|
5584
5584
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
5585
|
-
"version": "8.61.
|
|
5586
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.
|
|
5587
|
-
"integrity": "sha512-
|
|
5585
|
+
"version": "8.61.1",
|
|
5586
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz",
|
|
5587
|
+
"integrity": "sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==",
|
|
5588
5588
|
"dev": true,
|
|
5589
5589
|
"license": "MIT",
|
|
5590
5590
|
"dependencies": {
|
|
5591
|
-
"@typescript-eslint/types": "8.61.
|
|
5592
|
-
"@typescript-eslint/visitor-keys": "8.61.
|
|
5591
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5592
|
+
"@typescript-eslint/visitor-keys": "8.61.1"
|
|
5593
5593
|
},
|
|
5594
5594
|
"engines": {
|
|
5595
5595
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5600,9 +5600,9 @@
|
|
|
5600
5600
|
}
|
|
5601
5601
|
},
|
|
5602
5602
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
5603
|
-
"version": "8.61.
|
|
5604
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.
|
|
5605
|
-
"integrity": "sha512-
|
|
5603
|
+
"version": "8.61.1",
|
|
5604
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.61.1.tgz",
|
|
5605
|
+
"integrity": "sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==",
|
|
5606
5606
|
"dev": true,
|
|
5607
5607
|
"license": "MIT",
|
|
5608
5608
|
"engines": {
|
|
@@ -5614,13 +5614,13 @@
|
|
|
5614
5614
|
}
|
|
5615
5615
|
},
|
|
5616
5616
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
5617
|
-
"version": "8.61.
|
|
5618
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.
|
|
5619
|
-
"integrity": "sha512-
|
|
5617
|
+
"version": "8.61.1",
|
|
5618
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz",
|
|
5619
|
+
"integrity": "sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==",
|
|
5620
5620
|
"dev": true,
|
|
5621
5621
|
"license": "MIT",
|
|
5622
5622
|
"dependencies": {
|
|
5623
|
-
"@typescript-eslint/types": "8.61.
|
|
5623
|
+
"@typescript-eslint/types": "8.61.1",
|
|
5624
5624
|
"eslint-visitor-keys": "^5.0.0"
|
|
5625
5625
|
},
|
|
5626
5626
|
"engines": {
|
|
@@ -8388,9 +8388,9 @@
|
|
|
8388
8388
|
}
|
|
8389
8389
|
},
|
|
8390
8390
|
"node_modules/eslint-config-oclif": {
|
|
8391
|
-
"version": "6.0.
|
|
8392
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
8393
|
-
"integrity": "sha512-
|
|
8391
|
+
"version": "6.0.173",
|
|
8392
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.173.tgz",
|
|
8393
|
+
"integrity": "sha512-eLrXAxnu9fTvP0/aYiubc9r9Fd6fh0h60Ks3DwAPYpUo1hb+hycjNhEVtCCM20m1s/rzQ49CyYCkryzIhEd9ow==",
|
|
8394
8394
|
"dev": true,
|
|
8395
8395
|
"license": "MIT",
|
|
8396
8396
|
"dependencies": {
|
|
@@ -8409,7 +8409,7 @@
|
|
|
8409
8409
|
"eslint-plugin-n": "^17.24.0",
|
|
8410
8410
|
"eslint-plugin-perfectionist": "^4",
|
|
8411
8411
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
8412
|
-
"typescript-eslint": "^8.61.
|
|
8412
|
+
"typescript-eslint": "^8.61.1"
|
|
8413
8413
|
},
|
|
8414
8414
|
"engines": {
|
|
8415
8415
|
"node": ">=18.18.0"
|
|
@@ -14290,9 +14290,9 @@
|
|
|
14290
14290
|
}
|
|
14291
14291
|
},
|
|
14292
14292
|
"node_modules/oclif": {
|
|
14293
|
-
"version": "4.23.
|
|
14294
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
14295
|
-
"integrity": "sha512-
|
|
14293
|
+
"version": "4.23.17",
|
|
14294
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.17.tgz",
|
|
14295
|
+
"integrity": "sha512-xchnXSG0Kgij5xPnbJljnxMM8zoEa36kteQlr0BbTexRr9hrCsOxK5yc0wTw0D03Gd04gnhtYxyANyiylXPO2Q==",
|
|
14296
14296
|
"dev": true,
|
|
14297
14297
|
"license": "MIT",
|
|
14298
14298
|
"dependencies": {
|
|
@@ -15180,9 +15180,9 @@
|
|
|
15180
15180
|
}
|
|
15181
15181
|
},
|
|
15182
15182
|
"node_modules/prettier": {
|
|
15183
|
-
"version": "3.
|
|
15184
|
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.
|
|
15185
|
-
"integrity": "sha512-
|
|
15183
|
+
"version": "3.9.1",
|
|
15184
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz",
|
|
15185
|
+
"integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==",
|
|
15186
15186
|
"dev": true,
|
|
15187
15187
|
"license": "MIT",
|
|
15188
15188
|
"bin": {
|
|
@@ -16052,9 +16052,9 @@
|
|
|
16052
16052
|
"license": "BSD-3-Clause"
|
|
16053
16053
|
},
|
|
16054
16054
|
"node_modules/semver": {
|
|
16055
|
-
"version": "7.8.
|
|
16056
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
16057
|
-
"integrity": "sha512-
|
|
16055
|
+
"version": "7.8.5",
|
|
16056
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
16057
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
16058
16058
|
"license": "ISC",
|
|
16059
16059
|
"bin": {
|
|
16060
16060
|
"semver": "bin/semver.js"
|
|
@@ -17217,9 +17217,9 @@
|
|
|
17217
17217
|
"license": "MIT"
|
|
17218
17218
|
},
|
|
17219
17219
|
"node_modules/tinyglobby": {
|
|
17220
|
-
"version": "0.2.
|
|
17221
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
17222
|
-
"integrity": "sha512-
|
|
17220
|
+
"version": "0.2.17",
|
|
17221
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
17222
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
17223
17223
|
"license": "MIT",
|
|
17224
17224
|
"dependencies": {
|
|
17225
17225
|
"fdir": "^6.5.0",
|
|
@@ -17783,16 +17783,16 @@
|
|
|
17783
17783
|
}
|
|
17784
17784
|
},
|
|
17785
17785
|
"node_modules/typescript-eslint": {
|
|
17786
|
-
"version": "8.61.
|
|
17787
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.61.
|
|
17788
|
-
"integrity": "sha512-
|
|
17786
|
+
"version": "8.61.1",
|
|
17787
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.61.1.tgz",
|
|
17788
|
+
"integrity": "sha512-V7PayAfJokV3pEHgN7/v03D1SpujhRfQtYLbLIiBfDDncdg4PAiRBfoS4cnCANK4jmAPncczi59QO3afiXUlNw==",
|
|
17789
17789
|
"dev": true,
|
|
17790
17790
|
"license": "MIT",
|
|
17791
17791
|
"dependencies": {
|
|
17792
|
-
"@typescript-eslint/eslint-plugin": "8.61.
|
|
17793
|
-
"@typescript-eslint/parser": "8.61.
|
|
17794
|
-
"@typescript-eslint/typescript-estree": "8.61.
|
|
17795
|
-
"@typescript-eslint/utils": "8.61.
|
|
17792
|
+
"@typescript-eslint/eslint-plugin": "8.61.1",
|
|
17793
|
+
"@typescript-eslint/parser": "8.61.1",
|
|
17794
|
+
"@typescript-eslint/typescript-estree": "8.61.1",
|
|
17795
|
+
"@typescript-eslint/utils": "8.61.1"
|
|
17796
17796
|
},
|
|
17797
17797
|
"engines": {
|
|
17798
17798
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
package/oclif.lock
CHANGED
|
@@ -1154,16 +1154,16 @@
|
|
|
1154
1154
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
1155
1155
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1156
1156
|
|
|
1157
|
-
"@jayree/changelog@^1.2.
|
|
1158
|
-
version "1.2.
|
|
1159
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.
|
|
1160
|
-
integrity sha512-
|
|
1157
|
+
"@jayree/changelog@^1.2.37":
|
|
1158
|
+
version "1.2.37"
|
|
1159
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.37.tgz#fe2f72dca4f071e4ea08e1188bf3883c5e1c5bd5"
|
|
1160
|
+
integrity sha512-Z5IJaB49Wr4axY9HtY5n5+HDB/mlWpBErbVUMp0E2yYra/aW11ysBpMzpk7NJajuBr8Ym/yRNGWDoh3TJ1s55g==
|
|
1161
1161
|
dependencies:
|
|
1162
1162
|
debug "^4.4.1"
|
|
1163
1163
|
fs-extra "^11.3.5"
|
|
1164
1164
|
marked "^18.0.5"
|
|
1165
1165
|
marked-terminal "^7.3.0"
|
|
1166
|
-
semver "^7.8.
|
|
1166
|
+
semver "^7.8.5"
|
|
1167
1167
|
semver-compare "^1.0.0"
|
|
1168
1168
|
|
|
1169
1169
|
"@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.5":
|
|
@@ -1309,10 +1309,10 @@
|
|
|
1309
1309
|
resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
|
|
1310
1310
|
integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
|
|
1311
1311
|
|
|
1312
|
-
"@oclif/core@^4", "@oclif/core@^4.11.
|
|
1313
|
-
version "4.11.
|
|
1314
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1315
|
-
integrity sha512-
|
|
1312
|
+
"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4":
|
|
1313
|
+
version "4.11.11"
|
|
1314
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.11.tgz#bd5c7d79285c12a43e5830b3362773dbe6048878"
|
|
1315
|
+
integrity sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==
|
|
1316
1316
|
dependencies:
|
|
1317
1317
|
ansi-escapes "^4.3.2"
|
|
1318
1318
|
ansis "^3.17.0"
|
|
@@ -1328,15 +1328,15 @@
|
|
|
1328
1328
|
semver "^7.8.1"
|
|
1329
1329
|
string-width "^4.2.3"
|
|
1330
1330
|
supports-color "^8"
|
|
1331
|
-
tinyglobby "^0.2.
|
|
1331
|
+
tinyglobby "^0.2.17"
|
|
1332
1332
|
widest-line "^3.1.0"
|
|
1333
1333
|
wordwrap "^1.0.0"
|
|
1334
1334
|
wrap-ansi "^7.0.0"
|
|
1335
1335
|
|
|
1336
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1337
|
-
version "5.3.
|
|
1338
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1339
|
-
integrity sha512-
|
|
1336
|
+
"@oclif/plugin-command-snapshot@^5.3.29":
|
|
1337
|
+
version "5.3.29"
|
|
1338
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.29.tgz#9748e9512c64d68252d223baa70a1da0d67eefb0"
|
|
1339
|
+
integrity sha512-yoSk5v4Ws0vLihCetgvWZdoan1c5m3CV7JD3hsBsOlj3Q0J2Q6sLpIsJ0Ob/Ltzpmy+PSBIW59CmpIL4GYMsoA==
|
|
1340
1340
|
dependencies:
|
|
1341
1341
|
"@oclif/core" "^4"
|
|
1342
1342
|
ansis "^3.17.0"
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
lodash.difference "^4.5.0"
|
|
1346
1346
|
lodash.get "^4.4.2"
|
|
1347
1347
|
lodash.sortby "^4.7.0"
|
|
1348
|
-
semver "^7.8.
|
|
1348
|
+
semver "^7.8.5"
|
|
1349
1349
|
ts-json-schema-generator "^1.5.1"
|
|
1350
1350
|
|
|
1351
1351
|
"@oclif/plugin-help@^6.2.50":
|
|
@@ -2080,16 +2080,16 @@
|
|
|
2080
2080
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
2081
2081
|
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
2082
2082
|
|
|
2083
|
-
"@typescript-eslint/eslint-plugin@8.61.
|
|
2084
|
-
version "8.61.
|
|
2085
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.
|
|
2086
|
-
integrity sha512-
|
|
2083
|
+
"@typescript-eslint/eslint-plugin@8.61.1", "@typescript-eslint/eslint-plugin@^8":
|
|
2084
|
+
version "8.61.1"
|
|
2085
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.1.tgz#6e4b7fee21f1983308e9e9b634ecbaf702c86006"
|
|
2086
|
+
integrity sha512-ZPlVl3PB3et/59Ne0fv/sci6ZXz4T4Hp4nTJ56i/Y0gR89ARb+KphojTq6j+56E5PIezmOIOOWyY+aWQFd+IkQ==
|
|
2087
2087
|
dependencies:
|
|
2088
2088
|
"@eslint-community/regexpp" "^4.12.2"
|
|
2089
|
-
"@typescript-eslint/scope-manager" "8.61.
|
|
2090
|
-
"@typescript-eslint/type-utils" "8.61.
|
|
2091
|
-
"@typescript-eslint/utils" "8.61.
|
|
2092
|
-
"@typescript-eslint/visitor-keys" "8.61.
|
|
2089
|
+
"@typescript-eslint/scope-manager" "8.61.1"
|
|
2090
|
+
"@typescript-eslint/type-utils" "8.61.1"
|
|
2091
|
+
"@typescript-eslint/utils" "8.61.1"
|
|
2092
|
+
"@typescript-eslint/visitor-keys" "8.61.1"
|
|
2093
2093
|
ignore "^7.0.5"
|
|
2094
2094
|
natural-compare "^1.4.0"
|
|
2095
2095
|
ts-api-utils "^2.5.0"
|
|
@@ -2111,15 +2111,15 @@
|
|
|
2111
2111
|
semver "^7.5.4"
|
|
2112
2112
|
ts-api-utils "^1.0.1"
|
|
2113
2113
|
|
|
2114
|
-
"@typescript-eslint/parser@8.61.
|
|
2115
|
-
version "8.61.
|
|
2116
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.61.
|
|
2117
|
-
integrity sha512-
|
|
2114
|
+
"@typescript-eslint/parser@8.61.1", "@typescript-eslint/parser@^8":
|
|
2115
|
+
version "8.61.1"
|
|
2116
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.61.1.tgz#881fba60b50636249cdeea2e547bf75715254c72"
|
|
2117
|
+
integrity sha512-PJ5vePq5/ognBbrIcoC5+SHO5dfpeLPzP9FpLkzWrguoYQEeeSjlJpVwOpo1JRSTEi7dRcwNy4h4dzV70PqHcg==
|
|
2118
2118
|
dependencies:
|
|
2119
|
-
"@typescript-eslint/scope-manager" "8.61.
|
|
2120
|
-
"@typescript-eslint/types" "8.61.
|
|
2121
|
-
"@typescript-eslint/typescript-estree" "8.61.
|
|
2122
|
-
"@typescript-eslint/visitor-keys" "8.61.
|
|
2119
|
+
"@typescript-eslint/scope-manager" "8.61.1"
|
|
2120
|
+
"@typescript-eslint/types" "8.61.1"
|
|
2121
|
+
"@typescript-eslint/typescript-estree" "8.61.1"
|
|
2122
|
+
"@typescript-eslint/visitor-keys" "8.61.1"
|
|
2123
2123
|
debug "^4.4.3"
|
|
2124
2124
|
|
|
2125
2125
|
"@typescript-eslint/parser@^6.21.0":
|
|
@@ -2142,13 +2142,13 @@
|
|
|
2142
2142
|
"@typescript-eslint/types" "^8.56.0"
|
|
2143
2143
|
debug "^4.4.3"
|
|
2144
2144
|
|
|
2145
|
-
"@typescript-eslint/project-service@8.61.
|
|
2146
|
-
version "8.61.
|
|
2147
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.61.
|
|
2148
|
-
integrity sha512-
|
|
2145
|
+
"@typescript-eslint/project-service@8.61.1":
|
|
2146
|
+
version "8.61.1"
|
|
2147
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.61.1.tgz#fcd9739964a40867eed55f1ac318d3909f24b4af"
|
|
2148
|
+
integrity sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==
|
|
2149
2149
|
dependencies:
|
|
2150
|
-
"@typescript-eslint/tsconfig-utils" "^8.61.
|
|
2151
|
-
"@typescript-eslint/types" "^8.61.
|
|
2150
|
+
"@typescript-eslint/tsconfig-utils" "^8.61.1"
|
|
2151
|
+
"@typescript-eslint/types" "^8.61.1"
|
|
2152
2152
|
debug "^4.4.3"
|
|
2153
2153
|
|
|
2154
2154
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
@@ -2175,23 +2175,23 @@
|
|
|
2175
2175
|
"@typescript-eslint/types" "8.56.0"
|
|
2176
2176
|
"@typescript-eslint/visitor-keys" "8.56.0"
|
|
2177
2177
|
|
|
2178
|
-
"@typescript-eslint/scope-manager@8.61.
|
|
2179
|
-
version "8.61.
|
|
2180
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.61.
|
|
2181
|
-
integrity sha512-
|
|
2178
|
+
"@typescript-eslint/scope-manager@8.61.1":
|
|
2179
|
+
version "8.61.1"
|
|
2180
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz#2479921a40fdb0afa18f5838fae6167264b417b2"
|
|
2181
|
+
integrity sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==
|
|
2182
2182
|
dependencies:
|
|
2183
|
-
"@typescript-eslint/types" "8.61.
|
|
2184
|
-
"@typescript-eslint/visitor-keys" "8.61.
|
|
2183
|
+
"@typescript-eslint/types" "8.61.1"
|
|
2184
|
+
"@typescript-eslint/visitor-keys" "8.61.1"
|
|
2185
2185
|
|
|
2186
2186
|
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
|
|
2187
2187
|
version "8.56.0"
|
|
2188
2188
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
|
|
2189
2189
|
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
|
|
2190
2190
|
|
|
2191
|
-
"@typescript-eslint/tsconfig-utils@8.61.
|
|
2192
|
-
version "8.61.
|
|
2193
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.
|
|
2194
|
-
integrity sha512-
|
|
2191
|
+
"@typescript-eslint/tsconfig-utils@8.61.1", "@typescript-eslint/tsconfig-utils@^8.61.1":
|
|
2192
|
+
version "8.61.1"
|
|
2193
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz#ca88080e0cf191d49516d7f300b67aa090d2254f"
|
|
2194
|
+
integrity sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==
|
|
2195
2195
|
|
|
2196
2196
|
"@typescript-eslint/type-utils@6.21.0":
|
|
2197
2197
|
version "6.21.0"
|
|
@@ -2203,14 +2203,14 @@
|
|
|
2203
2203
|
debug "^4.3.4"
|
|
2204
2204
|
ts-api-utils "^1.0.1"
|
|
2205
2205
|
|
|
2206
|
-
"@typescript-eslint/type-utils@8.61.
|
|
2207
|
-
version "8.61.
|
|
2208
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.61.
|
|
2209
|
-
integrity sha512-
|
|
2206
|
+
"@typescript-eslint/type-utils@8.61.1":
|
|
2207
|
+
version "8.61.1"
|
|
2208
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.61.1.tgz#8fa18f453ee140893b47d339d1a6b64cac9b08a1"
|
|
2209
|
+
integrity sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==
|
|
2210
2210
|
dependencies:
|
|
2211
|
-
"@typescript-eslint/types" "8.61.
|
|
2212
|
-
"@typescript-eslint/typescript-estree" "8.61.
|
|
2213
|
-
"@typescript-eslint/utils" "8.61.
|
|
2211
|
+
"@typescript-eslint/types" "8.61.1"
|
|
2212
|
+
"@typescript-eslint/typescript-estree" "8.61.1"
|
|
2213
|
+
"@typescript-eslint/utils" "8.61.1"
|
|
2214
2214
|
debug "^4.4.3"
|
|
2215
2215
|
ts-api-utils "^2.5.0"
|
|
2216
2216
|
|
|
@@ -2229,10 +2229,10 @@
|
|
|
2229
2229
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
|
|
2230
2230
|
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
|
|
2231
2231
|
|
|
2232
|
-
"@typescript-eslint/types@8.61.
|
|
2233
|
-
version "8.61.
|
|
2234
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.
|
|
2235
|
-
integrity sha512-
|
|
2232
|
+
"@typescript-eslint/types@8.61.1", "@typescript-eslint/types@^8.61.1":
|
|
2233
|
+
version "8.61.1"
|
|
2234
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.1.tgz#0c51f518e4e6848371a1c988e859d59eb7522d5a"
|
|
2235
|
+
integrity sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==
|
|
2236
2236
|
|
|
2237
2237
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
2238
2238
|
version "6.21.0"
|
|
@@ -2277,15 +2277,15 @@
|
|
|
2277
2277
|
tinyglobby "^0.2.15"
|
|
2278
2278
|
ts-api-utils "^2.4.0"
|
|
2279
2279
|
|
|
2280
|
-
"@typescript-eslint/typescript-estree@8.61.
|
|
2281
|
-
version "8.61.
|
|
2282
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.
|
|
2283
|
-
integrity sha512-
|
|
2280
|
+
"@typescript-eslint/typescript-estree@8.61.1":
|
|
2281
|
+
version "8.61.1"
|
|
2282
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz#febbe70365ac0bf7611262b61b338fc8797965c7"
|
|
2283
|
+
integrity sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==
|
|
2284
2284
|
dependencies:
|
|
2285
|
-
"@typescript-eslint/project-service" "8.61.
|
|
2286
|
-
"@typescript-eslint/tsconfig-utils" "8.61.
|
|
2287
|
-
"@typescript-eslint/types" "8.61.
|
|
2288
|
-
"@typescript-eslint/visitor-keys" "8.61.
|
|
2285
|
+
"@typescript-eslint/project-service" "8.61.1"
|
|
2286
|
+
"@typescript-eslint/tsconfig-utils" "8.61.1"
|
|
2287
|
+
"@typescript-eslint/types" "8.61.1"
|
|
2288
|
+
"@typescript-eslint/visitor-keys" "8.61.1"
|
|
2289
2289
|
debug "^4.4.3"
|
|
2290
2290
|
minimatch "^10.2.2"
|
|
2291
2291
|
semver "^7.7.3"
|
|
@@ -2305,15 +2305,15 @@
|
|
|
2305
2305
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
2306
2306
|
semver "^7.5.4"
|
|
2307
2307
|
|
|
2308
|
-
"@typescript-eslint/utils@8.61.
|
|
2309
|
-
version "8.61.
|
|
2310
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.61.
|
|
2311
|
-
integrity sha512-
|
|
2308
|
+
"@typescript-eslint/utils@8.61.1":
|
|
2309
|
+
version "8.61.1"
|
|
2310
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.61.1.tgz#ffd1054de7dd33b7873cd6c6713ec6b0366316d3"
|
|
2311
|
+
integrity sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==
|
|
2312
2312
|
dependencies:
|
|
2313
2313
|
"@eslint-community/eslint-utils" "^4.9.1"
|
|
2314
|
-
"@typescript-eslint/scope-manager" "8.61.
|
|
2315
|
-
"@typescript-eslint/types" "8.61.
|
|
2316
|
-
"@typescript-eslint/typescript-estree" "8.61.
|
|
2314
|
+
"@typescript-eslint/scope-manager" "8.61.1"
|
|
2315
|
+
"@typescript-eslint/types" "8.61.1"
|
|
2316
|
+
"@typescript-eslint/typescript-estree" "8.61.1"
|
|
2317
2317
|
|
|
2318
2318
|
"@typescript-eslint/utils@^7.18.0":
|
|
2319
2319
|
version "7.18.0"
|
|
@@ -2359,12 +2359,12 @@
|
|
|
2359
2359
|
"@typescript-eslint/types" "8.56.0"
|
|
2360
2360
|
eslint-visitor-keys "^5.0.0"
|
|
2361
2361
|
|
|
2362
|
-
"@typescript-eslint/visitor-keys@8.61.
|
|
2363
|
-
version "8.61.
|
|
2364
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.
|
|
2365
|
-
integrity sha512-
|
|
2362
|
+
"@typescript-eslint/visitor-keys@8.61.1":
|
|
2363
|
+
version "8.61.1"
|
|
2364
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz#546cf102b4efdb72a9a08e63a1b0d7d745eb66eb"
|
|
2365
|
+
integrity sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==
|
|
2366
2366
|
dependencies:
|
|
2367
|
-
"@typescript-eslint/types" "8.61.
|
|
2367
|
+
"@typescript-eslint/types" "8.61.1"
|
|
2368
2368
|
eslint-visitor-keys "^5.0.0"
|
|
2369
2369
|
|
|
2370
2370
|
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
|
|
@@ -3963,10 +3963,10 @@ eslint-compat-utils@^0.5.1:
|
|
|
3963
3963
|
dependencies:
|
|
3964
3964
|
semver "^7.5.4"
|
|
3965
3965
|
|
|
3966
|
-
eslint-config-oclif@^6.0.
|
|
3967
|
-
version "6.0.
|
|
3968
|
-
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
|
3969
|
-
integrity sha512-
|
|
3966
|
+
eslint-config-oclif@^6.0.173:
|
|
3967
|
+
version "6.0.173"
|
|
3968
|
+
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.173.tgz#0b9daa8b7537367bb4a4fdb5beb9ab361bf31de4"
|
|
3969
|
+
integrity sha512-eLrXAxnu9fTvP0/aYiubc9r9Fd6fh0h60Ks3DwAPYpUo1hb+hycjNhEVtCCM20m1s/rzQ49CyYCkryzIhEd9ow==
|
|
3970
3970
|
dependencies:
|
|
3971
3971
|
"@eslint/compat" "^1.4.1"
|
|
3972
3972
|
"@eslint/eslintrc" "^3.3.5"
|
|
@@ -3983,7 +3983,7 @@ eslint-config-oclif@^6.0.171:
|
|
|
3983
3983
|
eslint-plugin-n "^17.24.0"
|
|
3984
3984
|
eslint-plugin-perfectionist "^4"
|
|
3985
3985
|
eslint-plugin-unicorn "^56.0.1"
|
|
3986
|
-
typescript-eslint "^8.61.
|
|
3986
|
+
typescript-eslint "^8.61.1"
|
|
3987
3987
|
|
|
3988
3988
|
eslint-config-prettier@^9.1.0:
|
|
3989
3989
|
version "9.1.2"
|
|
@@ -6846,10 +6846,10 @@ object.values@^1.2.1:
|
|
|
6846
6846
|
define-properties "^1.2.1"
|
|
6847
6847
|
es-object-atoms "^1.0.0"
|
|
6848
6848
|
|
|
6849
|
-
oclif@^4.23.
|
|
6850
|
-
version "4.23.
|
|
6851
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.
|
|
6852
|
-
integrity sha512-
|
|
6849
|
+
oclif@^4.23.17:
|
|
6850
|
+
version "4.23.17"
|
|
6851
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.17.tgz#275b441daa085491aabe207f9105a182c053741f"
|
|
6852
|
+
integrity sha512-xchnXSG0Kgij5xPnbJljnxMM8zoEa36kteQlr0BbTexRr9hrCsOxK5yc0wTw0D03Gd04gnhtYxyANyiylXPO2Q==
|
|
6853
6853
|
dependencies:
|
|
6854
6854
|
"@aws-sdk/client-cloudfront" "^3.1068.0"
|
|
6855
6855
|
"@aws-sdk/client-s3" "^3.1063.0"
|
|
@@ -7315,10 +7315,10 @@ prettier@^2.8.8:
|
|
|
7315
7315
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
|
7316
7316
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
7317
7317
|
|
|
7318
|
-
prettier@^3.
|
|
7319
|
-
version "3.
|
|
7320
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.
|
|
7321
|
-
integrity sha512-
|
|
7318
|
+
prettier@^3.9.1:
|
|
7319
|
+
version "3.9.1"
|
|
7320
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.1.tgz#5868bcf16456bfe145ddbfa107c623b6f39e332c"
|
|
7321
|
+
integrity sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==
|
|
7322
7322
|
|
|
7323
7323
|
pretty-quick@^3.3.1:
|
|
7324
7324
|
version "3.3.1"
|
|
@@ -7816,10 +7816,10 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
7816
7816
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7817
7817
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7818
7818
|
|
|
7819
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.8.0, semver@^7.8.1, semver@^7.8.4:
|
|
7820
|
-
version "7.8.
|
|
7821
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.
|
|
7822
|
-
integrity sha512-
|
|
7819
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.8.0, semver@^7.8.1, semver@^7.8.4, semver@^7.8.5:
|
|
7820
|
+
version "7.8.5"
|
|
7821
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.5.tgz#39b646037dd50c14fb451e7e4cac58ed8b863f69"
|
|
7822
|
+
integrity sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==
|
|
7823
7823
|
|
|
7824
7824
|
sentence-case@^3.0.4:
|
|
7825
7825
|
version "3.0.4"
|
|
@@ -8518,10 +8518,10 @@ tinyexec@^0.3.2:
|
|
|
8518
8518
|
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
|
|
8519
8519
|
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
|
|
8520
8520
|
|
|
8521
|
-
tinyglobby@^0.2.13, tinyglobby@^0.2.15, tinyglobby@^0.2.
|
|
8522
|
-
version "0.2.
|
|
8523
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
8524
|
-
integrity sha512-
|
|
8521
|
+
tinyglobby@^0.2.13, tinyglobby@^0.2.15, tinyglobby@^0.2.17:
|
|
8522
|
+
version "0.2.17"
|
|
8523
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.17.tgz#562a9a6c9eb2b3b123d39719f9af5bb44fcd7631"
|
|
8524
|
+
integrity sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==
|
|
8525
8525
|
dependencies:
|
|
8526
8526
|
fdir "^6.5.0"
|
|
8527
8527
|
picomatch "^4.0.4"
|
|
@@ -8787,15 +8787,15 @@ typedoc@^0.26.5:
|
|
|
8787
8787
|
shiki "^1.16.2"
|
|
8788
8788
|
yaml "^2.5.1"
|
|
8789
8789
|
|
|
8790
|
-
typescript-eslint@^8.61.
|
|
8791
|
-
version "8.61.
|
|
8792
|
-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.61.
|
|
8793
|
-
integrity sha512-
|
|
8790
|
+
typescript-eslint@^8.61.1:
|
|
8791
|
+
version "8.61.1"
|
|
8792
|
+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.61.1.tgz#7c224a9a643b7f42d295c67a75c1e30fee8c3eaa"
|
|
8793
|
+
integrity sha512-V7PayAfJokV3pEHgN7/v03D1SpujhRfQtYLbLIiBfDDncdg4PAiRBfoS4cnCANK4jmAPncczi59QO3afiXUlNw==
|
|
8794
8794
|
dependencies:
|
|
8795
|
-
"@typescript-eslint/eslint-plugin" "8.61.
|
|
8796
|
-
"@typescript-eslint/parser" "8.61.
|
|
8797
|
-
"@typescript-eslint/typescript-estree" "8.61.
|
|
8798
|
-
"@typescript-eslint/utils" "8.61.
|
|
8795
|
+
"@typescript-eslint/eslint-plugin" "8.61.1"
|
|
8796
|
+
"@typescript-eslint/parser" "8.61.1"
|
|
8797
|
+
"@typescript-eslint/typescript-estree" "8.61.1"
|
|
8798
|
+
"@typescript-eslint/utils" "8.61.1"
|
|
8799
8799
|
|
|
8800
8800
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
8801
8801
|
version "5.9.3"
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "5.0.129",
|
|
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.
|
|
10
|
-
"@oclif/core": "^4.11.
|
|
9
|
+
"@jayree/changelog": "^1.2.37",
|
|
10
|
+
"@oclif/core": "^4.11.11",
|
|
11
11
|
"@salesforce/core": "^8.31.2",
|
|
12
12
|
"@salesforce/kit": "^3.2.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.24",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"isomorphic-git": "1.38.5"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.29",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.36",
|
|
28
28
|
"@types/fs-extra": "^11.0.4",
|
|
29
29
|
"@types/graceful-fs": "^4.1.9",
|
|
30
30
|
"c8": "^11.0.0",
|
|
31
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint-config-oclif": "^6.0.173",
|
|
32
32
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
33
33
|
"eslint-plugin-prettier": "^5.5.6",
|
|
34
34
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
35
|
-
"oclif": "^4.23.
|
|
35
|
+
"oclif": "^4.23.17",
|
|
36
36
|
"patch-package": "^8.0.1",
|
|
37
|
-
"prettier": "^3.
|
|
37
|
+
"prettier": "^3.9.1",
|
|
38
38
|
"pretty-quick": "^4.2.2",
|
|
39
39
|
"ts-node": "^10.9.2",
|
|
40
40
|
"typescript": "^6.0.3"
|