@jayree/sfdx-plugin-manifest 2.3.3 → 2.3.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/README.md +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
- package/yarn.lock +99 -92
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
## [2.3.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.4...v2.3.5) (2022-10-07)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @salesforce/kit from 1.6.1 to 1.7.0 ([#327](https://github.com/jayree/sfdx-plugin-manifest/issues/327)) ([c662c3a](https://github.com/jayree/sfdx-plugin-manifest/commit/c662c3a273d125d3f76a7f352d8bffea9466aca8))
|
7
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 6.8.2 to 6.9.0 ([#331](https://github.com/jayree/sfdx-plugin-manifest/issues/331)) ([4297f9e](https://github.com/jayree/sfdx-plugin-manifest/commit/4297f9e87148e52851bfedf26a334d8a0bef133f))
|
8
|
+
* **deps:** bump fast-xml-parser from 4.0.10 to 4.0.11 ([#332](https://github.com/jayree/sfdx-plugin-manifest/issues/332)) ([ad6d6d2](https://github.com/jayree/sfdx-plugin-manifest/commit/ad6d6d20b608405f4c6e600c428868af495aa84c))
|
9
|
+
* **deps:** bump semver from 7.3.7 to 7.3.8 ([#334](https://github.com/jayree/sfdx-plugin-manifest/issues/334)) ([c1cd1a9](https://github.com/jayree/sfdx-plugin-manifest/commit/c1cd1a9fde362d2bf70bdf5d80cd83b196dbcb6b))
|
10
|
+
|
11
|
+
## [2.3.4](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.3...v2.3.4) (2022-10-02)
|
12
|
+
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
* **deps:** bump marked from 4.1.0 to 4.1.1 ([#325](https://github.com/jayree/sfdx-plugin-manifest/issues/325)) ([1d051d3](https://github.com/jayree/sfdx-plugin-manifest/commit/1d051d3b84f3465d963dc67972069fc0885d883a))
|
17
|
+
|
1
18
|
## [2.3.3](https://github.com/jayree/sfdx-plugin-manifest/compare/v2.3.2...v2.3.3) (2022-10-01)
|
2
19
|
|
3
20
|
|
package/README.md
CHANGED
@@ -22,7 +22,7 @@ $ sfdx plugins:install @jayree/sfdx-plugin-manifest
|
|
22
22
|
$ sfdx jayree:[COMMAND]
|
23
23
|
running command...
|
24
24
|
$ sfdx plugins
|
25
|
-
@jayree/sfdx-plugin-manifest 2.3.
|
25
|
+
@jayree/sfdx-plugin-manifest 2.3.5
|
26
26
|
$ sfdx help jayree:[COMMAND]
|
27
27
|
USAGE
|
28
28
|
$ sfdx jayree:COMMAND
|
@@ -65,7 +65,7 @@ EXAMPLES
|
|
65
65
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
66
66
|
```
|
67
67
|
|
68
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.
|
68
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.5/src/commands/jayree/manifest/cleanup.ts)_
|
69
69
|
|
70
70
|
### `sfdx jayree:manifest:generate`
|
71
71
|
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
109
109
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
110
110
|
```
|
111
111
|
|
112
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.
|
112
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.5/src/commands/jayree/manifest/generate.ts)_
|
113
113
|
|
114
114
|
### `sfdx jayree:manifest:git:diff`
|
115
115
|
|
@@ -163,5 +163,5 @@ EXAMPLES
|
|
163
163
|
uses the diff of what is unique in branchB (REF2)
|
164
164
|
```
|
165
165
|
|
166
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.
|
166
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.3.5/src/commands/jayree/manifest/git/diff.ts)_
|
167
167
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":"2.3.
|
1
|
+
{"version":"2.3.5","commands":{"jayree:manifest:cleanup":{"id":"jayree:manifest:cleanup","description":"removes those tags from a manifest file that are present in a second manifest file\nUse this command to remove components or metadata types from a manifes file.\nIf the 'cleanup' manifest file (--file) doesn't exist, a template file is created, which can then be modified.","strict":true,"usage":"<%= command.id %> [-x <filepath>] [-f <filepath>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-manifest","pluginAlias":"@jayree/sfdx-plugin-manifest","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"manifest":{"name":"manifest","type":"option","char":"x","description":"path to the manifest file","multiple":false},"file":{"name":"file","type":"option","char":"f","description":"path to the second 'cleanup' manifest file","multiple":false}},"args":[],"flagsConfig":{"manifest":{"kind":"filepath","char":"x","description":"path to the manifest file","input":[],"multiple":false,"type":"option"},"file":{"kind":"filepath","char":"f","description":"path to the second 'cleanup' manifest file","input":[],"multiple":false,"type":"option"}},"requiresUsername":false,"supportsDevhubUsername":false,"requiresProject":true},"jayree:manifest:generate":{"id":"jayree:manifest:generate","description":"generate a complete manifest file form the specified org\nUse this command to generate a manifest file based on an existing org.","strict":true,"usage":"<%= command.id %> [-q <array>] [-c] [-w] [--includeflowversions] [-f <string>] [-x | -a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-manifest","pluginAlias":"@jayree/sfdx-plugin-manifest","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:manifest:generate --targetusername myOrg@example.com","<?xml version='1.0' encoding='UTF-8'?>","<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"quickfilter":{"name":"quickfilter","type":"option","char":"q","description":"csv separated list of metadata type, member or file names to filter on","multiple":false},"matchcase":{"name":"matchcase","type":"boolean","char":"c","description":"enable 'match case' for the quickfilter","allowNo":false},"matchwholeword":{"name":"matchwholeword","type":"boolean","char":"w","description":"enable 'match whole word' for the quickfilter","allowNo":false},"includeflowversions":{"name":"includeflowversions","type":"boolean","description":"include flow versions as with api version 43.0","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of stdout","multiple":false},"excludemanaged":{"name":"excludemanaged","type":"boolean","char":"x","description":"exclude managed packages from output","allowNo":false,"exclusive":["excludeall"]},"excludeall":{"name":"excludeall","type":"boolean","char":"a","description":"exclude all packages from output","allowNo":false,"exclusive":["excludemanaged"]}},"args":[],"flagsConfig":{"quickfilter":{"kind":"array","char":"q","description":"csv separated list of metadata type, member or file names to filter on","input":[],"multiple":false,"type":"option"},"matchcase":{"kind":"boolean","char":"c","description":"enable 'match case' for the quickfilter","allowNo":false,"type":"boolean"},"matchwholeword":{"kind":"boolean","char":"w","description":"enable 'match whole word' for the quickfilter","allowNo":false,"type":"boolean"},"includeflowversions":{"kind":"boolean","description":"include flow versions as with api version 43.0","allowNo":false,"type":"boolean"},"file":{"kind":"string","char":"f","description":"write to 'file' instead of stdout","input":[],"multiple":false,"type":"option"},"excludemanaged":{"kind":"boolean","char":"x","description":"exclude managed packages from output","exclusive":["excludeall"],"allowNo":false,"type":"boolean"},"excludeall":{"kind":"boolean","char":"a","description":"exclude all packages from output","exclusive":["excludemanaged"],"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:manifest:git:diff":{"id":"jayree:manifest:git:diff","description":"create a manifest and destructiveChanges manifest using 'git diff' data\nUse this command to create a manifest and destructiveChanges manifest file based on the difference (git diff) of two git refs.\n\nYou can use all ways to spell <commit> which are valid for 'git diff'.\n(See https://git-scm.com/docs/git-diff)","strict":true,"usage":"<%= command.id %> [-o <string>] [-d] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-manifest","pluginAlias":"@jayree/sfdx-plugin-manifest","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:manifest:git:diff <commit> <commit>","$ sfdx jayree:manifest:git:diff <commit>..<commit>","uses the changes between two arbitrary <commit>","$ sfdx jayree:manifest:git:diff <commit>...<commit>","uses the changes on the branch containing and up to the second <commit>, starting at a common ancestor of both <commit>.","$ sfdx jayree:manifest:git:diff branchA..branchB","uses the diff of what is unique in branchB (REF2) and unique in branchA (REF1)","$ sfdx jayree:manifest:git:diff branchA...branchB","uses the diff of what is unique in branchB (REF2)"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"outputdir":{"name":"outputdir","type":"option","char":"o","description":"directory to save the created manifest files","multiple":false,"default":""},"destructivechangesonly":{"name":"destructivechangesonly","type":"boolean","char":"d","description":"create a destructiveChanges manifest only (package.xml will be empty)","allowNo":false}},"args":[{"name":"ref1","description":"base commit or branch","required":true,"hidden":false},{"name":"ref2","description":"commit or branch to compare to the base commit","required":false,"hidden":false}],"flagsConfig":{"outputdir":{"kind":"string","char":"o","description":"directory to save the created manifest files","default":"","input":[],"multiple":false,"type":"option"},"destructivechangesonly":{"kind":"boolean","char":"d","description":"create a destructiveChanges manifest only (package.xml will be empty)","default":false,"allowNo":false,"type":"boolean"}},"requiresUsername":false,"supportsDevhubUsername":false,"requiresProject":true}}}
|
package/package.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
3
|
"description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
|
4
|
-
"version": "2.3.
|
4
|
+
"version": "2.3.5",
|
5
5
|
"author": "jayree",
|
6
6
|
"type": "module",
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
|
8
8
|
"dependencies": {
|
9
9
|
"@oclif/core": "^1.16.4",
|
10
10
|
"@salesforce/command": "^5.2.11",
|
11
|
-
"@salesforce/kit": "^1.
|
12
|
-
"@salesforce/source-deploy-retrieve": "^6.
|
11
|
+
"@salesforce/kit": "^1.7.0",
|
12
|
+
"@salesforce/source-deploy-retrieve": "^6.9.0",
|
13
13
|
"@salesforce/ts-types": "^1.5.21",
|
14
14
|
"debug": "^4.3.4",
|
15
15
|
"fast-deep-equal": "^3.1.3",
|
16
|
-
"fast-xml-parser": "^4.0.
|
16
|
+
"fast-xml-parser": "^4.0.11",
|
17
17
|
"fs-extra": "^10.1.0",
|
18
18
|
"isomorphic-git": "^1.21.0",
|
19
19
|
"listr2": "^5.0.5",
|
20
|
-
"marked": "^4.1.
|
20
|
+
"marked": "^4.1.1",
|
21
21
|
"marked-terminal": "^5.1.1",
|
22
|
-
"semver": "^7.3.
|
22
|
+
"semver": "^7.3.8",
|
23
23
|
"tslib": "^2.4.0"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
@@ -37,11 +37,11 @@
|
|
37
37
|
"@types/marked": "^4.0.7",
|
38
38
|
"@types/marked-terminal": "^3.1.3",
|
39
39
|
"@types/mocha": "^10.0.0",
|
40
|
-
"@types/node": "^18.
|
40
|
+
"@types/node": "^18.8.3",
|
41
41
|
"@types/semver": "^7.3.12",
|
42
42
|
"@types/sinon": "10.0.13",
|
43
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
44
|
-
"@typescript-eslint/parser": "^5.
|
43
|
+
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
44
|
+
"@typescript-eslint/parser": "^5.39.0",
|
45
45
|
"chai": "^4.3.6",
|
46
46
|
"eslint": "^8.24.0",
|
47
47
|
"eslint-config-oclif": "^4.0",
|
@@ -57,13 +57,13 @@
|
|
57
57
|
"is-ci": "^3.0.1",
|
58
58
|
"mocha": "^10.0.0",
|
59
59
|
"nyc": "^15.1.0",
|
60
|
-
"oclif": "^3.2.
|
60
|
+
"oclif": "^3.2.13",
|
61
61
|
"patch-package": "^6.4.7",
|
62
62
|
"pinst": "^3.0.0",
|
63
63
|
"prettier": "^2.7.1",
|
64
64
|
"pretty-quick": "^3.1.3",
|
65
65
|
"shx": "^0.3.4",
|
66
|
-
"sinon": "14.0.
|
66
|
+
"sinon": "14.0.1",
|
67
67
|
"source-map-support": "~0.5.21",
|
68
68
|
"ts-node": "^10.9.1",
|
69
69
|
"typescript": "^4.8.4"
|
package/yarn.lock
CHANGED
@@ -858,16 +858,16 @@
|
|
858
858
|
tslib "^2.3.1"
|
859
859
|
|
860
860
|
"@oclif/plugin-command-snapshot@^3":
|
861
|
-
version "3.2.
|
862
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.
|
863
|
-
integrity sha512-
|
861
|
+
version "3.2.1"
|
862
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.1.tgz#ced71f05026a721749803951dca57a298659f58f"
|
863
|
+
integrity sha512-9QDqj3aT1NI1zYjXQg6PnZKsV0sb5aREfZJO+k1Cn1htPjlx/ivSDlNlY4SWvfBZfGlqe4+2yzuQlwLOxXGN0Q==
|
864
864
|
dependencies:
|
865
865
|
"@oclif/core" "^1.16.4"
|
866
866
|
chalk "^4.1.2"
|
867
867
|
just-diff "^5.1.1"
|
868
868
|
lodash "^4.17.21"
|
869
869
|
semver "^7.3.7"
|
870
|
-
ts-json-schema-generator "^1.1.
|
870
|
+
ts-json-schema-generator "^1.1.2"
|
871
871
|
tslib "^2.4.0"
|
872
872
|
|
873
873
|
"@oclif/plugin-help@3.2.18":
|
@@ -1061,10 +1061,10 @@
|
|
1061
1061
|
"@salesforce/ts-types" "^1.5.21"
|
1062
1062
|
chalk "^2.4.2"
|
1063
1063
|
|
1064
|
-
"@salesforce/core@^3.30.
|
1065
|
-
version "3.30.
|
1066
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.30.
|
1067
|
-
integrity sha512-
|
1064
|
+
"@salesforce/core@^3.30.10", "@salesforce/core@^3.30.9":
|
1065
|
+
version "3.30.10"
|
1066
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.30.10.tgz#146724f2bbc294afbcb3fa41eac281d5d880f2f7"
|
1067
|
+
integrity sha512-mVt/gLuF/zimBEs1oDThHm6GjKCRYkc6MuLjfwZrAo3m2H2QFH828HZEVU0nulkC4lF7F0kMXuLqk8n6sWwScw==
|
1068
1068
|
dependencies:
|
1069
1069
|
"@salesforce/bunyan" "^2.0.0"
|
1070
1070
|
"@salesforce/kit" "^1.5.41"
|
@@ -1128,10 +1128,10 @@
|
|
1128
1128
|
typedoc-plugin-missing-exports "0.23.0"
|
1129
1129
|
typescript "^4.1.3"
|
1130
1130
|
|
1131
|
-
"@salesforce/kit@^1.5.41", "@salesforce/kit@^1.6.1":
|
1132
|
-
version "1.
|
1133
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.
|
1134
|
-
integrity sha512-
|
1131
|
+
"@salesforce/kit@^1.5.41", "@salesforce/kit@^1.6.1", "@salesforce/kit@^1.7.0":
|
1132
|
+
version "1.7.0"
|
1133
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.7.0.tgz#f14ef71662742edf0fb74ffb23c530fad5ccb4c9"
|
1134
|
+
integrity sha512-AxJi7W9skYEVQrZMGyWtG3xOOLzdRu7638Hlea3gtPdMpMRc0aB1Nvpg7Ru+VLtULNhXnnQ3nXesDl0d2TA04w==
|
1135
1135
|
dependencies:
|
1136
1136
|
"@salesforce/ts-types" "^1.5.21"
|
1137
1137
|
shx "^0.3.3"
|
@@ -1147,12 +1147,12 @@
|
|
1147
1147
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.1.3.tgz#fce83f55c7557d47b9c814d5d02978ad734300b3"
|
1148
1148
|
integrity sha512-XWohlOT2oQDqAJH00OXS3f2MGjkwZ6pr4emnnkHSQbg7UdGW0rvGpEnRKqBbDUfZ4K5YKSo9Gj216ZtaP3JLXg==
|
1149
1149
|
|
1150
|
-
"@salesforce/source-deploy-retrieve@^6.
|
1151
|
-
version "6.
|
1152
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-6.
|
1153
|
-
integrity sha512-
|
1150
|
+
"@salesforce/source-deploy-retrieve@^6.9.0":
|
1151
|
+
version "6.9.0"
|
1152
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-6.9.0.tgz#940ecfb80f4ab626c00e8364676288ec6ec0ecdd"
|
1153
|
+
integrity sha512-1yR/UPWkZrQ/66/sjy9IkoBPfnz//Wyfgoj+8TkDlJi+bq9J2MonfTWzNScFF7Km5CUoNUoRx6Gwg9fRPews0Q==
|
1154
1154
|
dependencies:
|
1155
|
-
"@salesforce/core" "^3.30.
|
1155
|
+
"@salesforce/core" "^3.30.10"
|
1156
1156
|
"@salesforce/kit" "^1.6.1"
|
1157
1157
|
"@salesforce/ts-types" "^1.5.20"
|
1158
1158
|
"@xmldom/xmldom" "^0.8.2"
|
@@ -1416,10 +1416,10 @@
|
|
1416
1416
|
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
|
1417
1417
|
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
|
1418
1418
|
|
1419
|
-
"@types/node@*", "@types/node@^18.
|
1420
|
-
version "18.
|
1421
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.
|
1422
|
-
integrity sha512-
|
1419
|
+
"@types/node@*", "@types/node@^18.8.3":
|
1420
|
+
version "18.8.3"
|
1421
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.3.tgz#ce750ab4017effa51aed6a7230651778d54e327c"
|
1422
|
+
integrity sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w==
|
1423
1423
|
|
1424
1424
|
"@types/node@^12.19.9":
|
1425
1425
|
version "12.20.55"
|
@@ -1485,84 +1485,84 @@
|
|
1485
1485
|
"@types/expect" "^1.20.4"
|
1486
1486
|
"@types/node" "*"
|
1487
1487
|
|
1488
|
-
"@typescript-eslint/eslint-plugin@^5.
|
1489
|
-
version "5.
|
1490
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
1491
|
-
integrity sha512-
|
1488
|
+
"@typescript-eslint/eslint-plugin@^5.39.0":
|
1489
|
+
version "5.39.0"
|
1490
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
|
1491
|
+
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
|
1492
1492
|
dependencies:
|
1493
|
-
"@typescript-eslint/scope-manager" "5.
|
1494
|
-
"@typescript-eslint/type-utils" "5.
|
1495
|
-
"@typescript-eslint/utils" "5.
|
1493
|
+
"@typescript-eslint/scope-manager" "5.39.0"
|
1494
|
+
"@typescript-eslint/type-utils" "5.39.0"
|
1495
|
+
"@typescript-eslint/utils" "5.39.0"
|
1496
1496
|
debug "^4.3.4"
|
1497
1497
|
ignore "^5.2.0"
|
1498
1498
|
regexpp "^3.2.0"
|
1499
1499
|
semver "^7.3.7"
|
1500
1500
|
tsutils "^3.21.0"
|
1501
1501
|
|
1502
|
-
"@typescript-eslint/parser@^5.
|
1503
|
-
version "5.
|
1504
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.
|
1505
|
-
integrity sha512-
|
1502
|
+
"@typescript-eslint/parser@^5.39.0":
|
1503
|
+
version "5.39.0"
|
1504
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
|
1505
|
+
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
|
1506
1506
|
dependencies:
|
1507
|
-
"@typescript-eslint/scope-manager" "5.
|
1508
|
-
"@typescript-eslint/types" "5.
|
1509
|
-
"@typescript-eslint/typescript-estree" "5.
|
1507
|
+
"@typescript-eslint/scope-manager" "5.39.0"
|
1508
|
+
"@typescript-eslint/types" "5.39.0"
|
1509
|
+
"@typescript-eslint/typescript-estree" "5.39.0"
|
1510
1510
|
debug "^4.3.4"
|
1511
1511
|
|
1512
|
-
"@typescript-eslint/scope-manager@5.
|
1513
|
-
version "5.
|
1514
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.
|
1515
|
-
integrity sha512
|
1512
|
+
"@typescript-eslint/scope-manager@5.39.0":
|
1513
|
+
version "5.39.0"
|
1514
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
|
1515
|
+
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
|
1516
1516
|
dependencies:
|
1517
|
-
"@typescript-eslint/types" "5.
|
1518
|
-
"@typescript-eslint/visitor-keys" "5.
|
1517
|
+
"@typescript-eslint/types" "5.39.0"
|
1518
|
+
"@typescript-eslint/visitor-keys" "5.39.0"
|
1519
1519
|
|
1520
|
-
"@typescript-eslint/type-utils@5.
|
1521
|
-
version "5.
|
1522
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.
|
1523
|
-
integrity sha512-
|
1520
|
+
"@typescript-eslint/type-utils@5.39.0":
|
1521
|
+
version "5.39.0"
|
1522
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
|
1523
|
+
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
|
1524
1524
|
dependencies:
|
1525
|
-
"@typescript-eslint/typescript-estree" "5.
|
1526
|
-
"@typescript-eslint/utils" "5.
|
1525
|
+
"@typescript-eslint/typescript-estree" "5.39.0"
|
1526
|
+
"@typescript-eslint/utils" "5.39.0"
|
1527
1527
|
debug "^4.3.4"
|
1528
1528
|
tsutils "^3.21.0"
|
1529
1529
|
|
1530
|
-
"@typescript-eslint/types@5.
|
1531
|
-
version "5.
|
1532
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.
|
1533
|
-
integrity sha512-
|
1530
|
+
"@typescript-eslint/types@5.39.0":
|
1531
|
+
version "5.39.0"
|
1532
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
|
1533
|
+
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
|
1534
1534
|
|
1535
|
-
"@typescript-eslint/typescript-estree@5.
|
1536
|
-
version "5.
|
1537
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.
|
1538
|
-
integrity sha512-
|
1535
|
+
"@typescript-eslint/typescript-estree@5.39.0":
|
1536
|
+
version "5.39.0"
|
1537
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
|
1538
|
+
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
|
1539
1539
|
dependencies:
|
1540
|
-
"@typescript-eslint/types" "5.
|
1541
|
-
"@typescript-eslint/visitor-keys" "5.
|
1540
|
+
"@typescript-eslint/types" "5.39.0"
|
1541
|
+
"@typescript-eslint/visitor-keys" "5.39.0"
|
1542
1542
|
debug "^4.3.4"
|
1543
1543
|
globby "^11.1.0"
|
1544
1544
|
is-glob "^4.0.3"
|
1545
1545
|
semver "^7.3.7"
|
1546
1546
|
tsutils "^3.21.0"
|
1547
1547
|
|
1548
|
-
"@typescript-eslint/utils@5.
|
1549
|
-
version "5.
|
1550
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.
|
1551
|
-
integrity sha512
|
1548
|
+
"@typescript-eslint/utils@5.39.0", "@typescript-eslint/utils@^5.38.0":
|
1549
|
+
version "5.39.0"
|
1550
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
|
1551
|
+
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
|
1552
1552
|
dependencies:
|
1553
1553
|
"@types/json-schema" "^7.0.9"
|
1554
|
-
"@typescript-eslint/scope-manager" "5.
|
1555
|
-
"@typescript-eslint/types" "5.
|
1556
|
-
"@typescript-eslint/typescript-estree" "5.
|
1554
|
+
"@typescript-eslint/scope-manager" "5.39.0"
|
1555
|
+
"@typescript-eslint/types" "5.39.0"
|
1556
|
+
"@typescript-eslint/typescript-estree" "5.39.0"
|
1557
1557
|
eslint-scope "^5.1.1"
|
1558
1558
|
eslint-utils "^3.0.0"
|
1559
1559
|
|
1560
|
-
"@typescript-eslint/visitor-keys@5.
|
1561
|
-
version "5.
|
1562
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.
|
1563
|
-
integrity sha512-
|
1560
|
+
"@typescript-eslint/visitor-keys@5.39.0":
|
1561
|
+
version "5.39.0"
|
1562
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
|
1563
|
+
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
|
1564
1564
|
dependencies:
|
1565
|
-
"@typescript-eslint/types" "5.
|
1565
|
+
"@typescript-eslint/types" "5.39.0"
|
1566
1566
|
eslint-visitor-keys "^3.3.0"
|
1567
1567
|
|
1568
1568
|
"@ungap/promise-all-settled@1.1.2":
|
@@ -1917,10 +1917,10 @@ available-typed-arrays@^1.0.5:
|
|
1917
1917
|
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
|
1918
1918
|
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
|
1919
1919
|
|
1920
|
-
aws-sdk@^2.
|
1921
|
-
version "2.
|
1922
|
-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.
|
1923
|
-
integrity sha512-
|
1920
|
+
aws-sdk@^2.1227.0:
|
1921
|
+
version "2.1230.0"
|
1922
|
+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1230.0.tgz#d7ebf384f2cb9b312325c537d38bec47e5ba8087"
|
1923
|
+
integrity sha512-7Y260dvzr7b8/lZhg6A7h5WyHvfCgdFL0NiBgCuT3/xlw9rvq9b08JNYErEpaJSmo+A5hW35n6wtzii4/FUSTA==
|
1924
1924
|
dependencies:
|
1925
1925
|
buffer "4.9.2"
|
1926
1926
|
events "1.1.1"
|
@@ -3703,10 +3703,10 @@ fast-xml-parser@^3.21.1:
|
|
3703
3703
|
dependencies:
|
3704
3704
|
strnum "^1.0.4"
|
3705
3705
|
|
3706
|
-
fast-xml-parser@^4.0.
|
3707
|
-
version "4.0.
|
3708
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.0.
|
3709
|
-
integrity sha512-
|
3706
|
+
fast-xml-parser@^4.0.11:
|
3707
|
+
version "4.0.11"
|
3708
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.0.11.tgz#42332a9aca544520631c8919e6ea871c0185a985"
|
3709
|
+
integrity sha512-4aUg3aNRR/WjQAcpceODG1C3x3lFANXRo8+1biqfieHmg9pyMt7qB4lQV/Ta6sJCTbA5vfD8fnA8S54JATiFUA==
|
3710
3710
|
dependencies:
|
3711
3711
|
strnum "^1.0.5"
|
3712
3712
|
|
@@ -5498,10 +5498,10 @@ marked-terminal@^5.1.1:
|
|
5498
5498
|
node-emoji "^1.11.0"
|
5499
5499
|
supports-hyperlinks "^2.2.0"
|
5500
5500
|
|
5501
|
-
marked@^4.0.16, marked@^4.1.
|
5502
|
-
version "4.1.
|
5503
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-4.1.
|
5504
|
-
integrity sha512
|
5501
|
+
marked@^4.0.16, marked@^4.1.1:
|
5502
|
+
version "4.1.1"
|
5503
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-4.1.1.tgz#2f709a4462abf65a283f2453dc1c42ab177d302e"
|
5504
|
+
integrity sha512-0cNMnTcUJPxbA6uWmCmjWz4NJRe/0Xfk2NhXCUHjew9qJzFN20krFnsUe7QynwqOwa5m1fZ4UDg0ycKFVC0ccw==
|
5505
5505
|
|
5506
5506
|
"mem-fs-editor@^8.1.2 || ^9.0.0":
|
5507
5507
|
version "9.5.0"
|
@@ -6232,16 +6232,16 @@ object.values@^1.1.5:
|
|
6232
6232
|
define-properties "^1.1.3"
|
6233
6233
|
es-abstract "^1.19.1"
|
6234
6234
|
|
6235
|
-
oclif@^3.2.
|
6236
|
-
version "3.2.
|
6237
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.
|
6238
|
-
integrity sha512-
|
6235
|
+
oclif@^3.2.13:
|
6236
|
+
version "3.2.13"
|
6237
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.2.13.tgz#7763af4f3e9fd7634b142d9d5f9367d486464c29"
|
6238
|
+
integrity sha512-B6ahAuoZKf4oolE75n/PXCEcV1sACDhD6c4RJwzSXhpUEwiCJMPLbbVM9qrLzqqee+PbFgJtIKA8Aiv6jWi7BA==
|
6239
6239
|
dependencies:
|
6240
6240
|
"@oclif/core" "^1.16.4"
|
6241
6241
|
"@oclif/plugin-help" "^5.1.14"
|
6242
6242
|
"@oclif/plugin-not-found" "^2.3.3"
|
6243
6243
|
"@oclif/plugin-warn-if-update-available" "^2.0.6"
|
6244
|
-
aws-sdk "^2.
|
6244
|
+
aws-sdk "^2.1227.0"
|
6245
6245
|
concurrently "^7.4.0"
|
6246
6246
|
debug "^4.3.3"
|
6247
6247
|
find-yarn-workspace-root "^2.0.0"
|
@@ -7188,7 +7188,7 @@ scoped-regex@^2.0.0:
|
|
7188
7188
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
7189
7189
|
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
7190
7190
|
|
7191
|
-
semver@7.3.7
|
7191
|
+
semver@7.3.7:
|
7192
7192
|
version "7.3.7"
|
7193
7193
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
|
7194
7194
|
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
|
@@ -7200,6 +7200,13 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0:
|
|
7200
7200
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
7201
7201
|
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
7202
7202
|
|
7203
|
+
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
|
7204
|
+
version "7.3.8"
|
7205
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
|
7206
|
+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
|
7207
|
+
dependencies:
|
7208
|
+
lru-cache "^6.0.0"
|
7209
|
+
|
7203
7210
|
sentence-case@^3.0.4:
|
7204
7211
|
version "3.0.4"
|
7205
7212
|
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
|
@@ -7339,10 +7346,10 @@ sinon@10.0.0:
|
|
7339
7346
|
nise "^4.1.0"
|
7340
7347
|
supports-color "^7.1.0"
|
7341
7348
|
|
7342
|
-
sinon@14.0.
|
7343
|
-
version "14.0.
|
7344
|
-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.
|
7345
|
-
integrity sha512-
|
7349
|
+
sinon@14.0.1:
|
7350
|
+
version "14.0.1"
|
7351
|
+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.1.tgz#9f02e13ad86b695c0c554525e3bf7f8245b31a9c"
|
7352
|
+
integrity sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ==
|
7346
7353
|
dependencies:
|
7347
7354
|
"@sinonjs/commons" "^1.8.3"
|
7348
7355
|
"@sinonjs/fake-timers" "^9.1.2"
|
@@ -7878,7 +7885,7 @@ trim-newlines@^3.0.0:
|
|
7878
7885
|
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
7879
7886
|
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
7880
7887
|
|
7881
|
-
ts-json-schema-generator@^1.1.
|
7888
|
+
ts-json-schema-generator@^1.1.2:
|
7882
7889
|
version "1.1.2"
|
7883
7890
|
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.1.2.tgz#29a0c878733b6a1bb0346fce02b1ebb8b96effa3"
|
7884
7891
|
integrity sha512-XMnxvndJFJEYv3NBmW7Po5bGajKdK2qH8Q078eDy60srK9+nEvbT9nLCRKd2IV/RQ7a+oc5FNylvZWveqh7jeQ==
|