@automattic/vip 3.19.3-dev.0 → 3.20.1
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/dist/bin/vip-export-sql.js +3 -2
- package/dist/bin/vip-import-sql.js +58 -5
- package/dist/lib/backup-storage-availability/backup-storage-availability.js +2 -3
- package/dist/lib/cli/exit.js +4 -4
- package/dist/lib/dev-environment/dev-environment-core.js +5 -14
- package/dist/lib/dev-environment/dev-environment-lando.js +2 -4
- package/dist/lib/search-and-replace.js +2 -2
- package/dist/lib/xdg-data.js +15 -0
- package/npm-shrinkwrap.json +4169 -1613
- package/package.json +10 -21
- package/tsconfig.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.20.1",
|
|
4
4
|
"description": "The VIP Javascript library & CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -112,28 +112,24 @@
|
|
|
112
112
|
"homepage": "https://github.com/Automattic/vip#readme",
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@automattic/eslint-plugin-wpvip": "0.13.1",
|
|
115
|
-
"@babel/cli": "7.28.
|
|
116
|
-
"@babel/core": "7.28.
|
|
117
|
-
"@babel/preset-env": "7.28.
|
|
115
|
+
"@babel/cli": "7.28.3",
|
|
116
|
+
"@babel/core": "7.28.3",
|
|
117
|
+
"@babel/preset-env": "7.28.3",
|
|
118
118
|
"@babel/preset-typescript": "7.27.1",
|
|
119
119
|
"@jest/globals": "^30.0.0",
|
|
120
120
|
"@jest/test-sequencer": "^30.0.0",
|
|
121
|
-
"@types/
|
|
122
|
-
"@types/cli-table": "^0.3.4",
|
|
123
|
-
"@types/configstore": "5.0.1",
|
|
121
|
+
"@types/configstore": "^6.0.2",
|
|
124
122
|
"@types/debug": "^4.1.12",
|
|
125
123
|
"@types/dockerode": "^3.3.23",
|
|
126
124
|
"@types/ejs": "^3.1.5",
|
|
127
125
|
"@types/jest": "^30.0.0",
|
|
128
126
|
"@types/js-yaml": "^4.0.9",
|
|
129
127
|
"@types/node": "^24.0.0",
|
|
130
|
-
"@types/node-fetch": "^2.6.9",
|
|
131
128
|
"@types/proxy-from-env": "^1.0.4",
|
|
132
129
|
"@types/semver": "^7.5.5",
|
|
133
130
|
"@types/shelljs": "^0.8.15",
|
|
134
131
|
"@types/ssh2": "^1.15.4",
|
|
135
132
|
"@types/tar": "^6.1.13",
|
|
136
|
-
"@types/update-notifier": "^6.0.8",
|
|
137
133
|
"@types/xml2js": "^0.4.14",
|
|
138
134
|
"dockerode": "^4.0.0",
|
|
139
135
|
"eslint": "^8.35.0",
|
|
@@ -149,11 +145,11 @@
|
|
|
149
145
|
"@json2csv/plainjs": "^7.0.3",
|
|
150
146
|
"@wwa/single-line-log": "^1.1.4",
|
|
151
147
|
"args": "5.0.3",
|
|
152
|
-
"chalk": "
|
|
148
|
+
"chalk": "^5.5.0",
|
|
153
149
|
"check-disk-space": "3.4.0",
|
|
154
150
|
"cli-columns": "^4.0.0",
|
|
155
151
|
"cli-table3": "^0.6.3",
|
|
156
|
-
"configstore": "
|
|
152
|
+
"configstore": "^7.0.0",
|
|
157
153
|
"debug": "4.4.1",
|
|
158
154
|
"ejs": "^3.1.8",
|
|
159
155
|
"enquirer": "2.4.1",
|
|
@@ -161,11 +157,10 @@
|
|
|
161
157
|
"graphql": "15.5.1",
|
|
162
158
|
"graphql-tag": "2.12.6",
|
|
163
159
|
"https-proxy-agent": "^7.0.6",
|
|
164
|
-
"ini": "5.0.0",
|
|
165
160
|
"js-yaml": "^4.1.0",
|
|
166
161
|
"jwt-decode": "4.0.0",
|
|
167
162
|
"lando": "github:automattic/lando-cli#4cbdcf85ddd8b7ff53e912b9d9f1fced57ce39b7",
|
|
168
|
-
"node-fetch": "^
|
|
163
|
+
"node-fetch": "^3.3.2",
|
|
169
164
|
"node-stream-zip": "1.15.0",
|
|
170
165
|
"open": "^10.0.0",
|
|
171
166
|
"proxy-from-env": "^1.1.0",
|
|
@@ -174,21 +169,15 @@
|
|
|
174
169
|
"socket.io-client": "^4.5.3",
|
|
175
170
|
"socket.io-stream": "npm:@wwa/socket.io-stream@^0.10.0",
|
|
176
171
|
"socks-proxy-agent": "^8.0.5",
|
|
177
|
-
"ssh2": "1.
|
|
172
|
+
"ssh2": "1.17.0",
|
|
178
173
|
"tar": "^7.4.0",
|
|
179
174
|
"update-notifier": "7.3.1",
|
|
180
175
|
"uuid": "11.1.0",
|
|
181
|
-
"
|
|
182
|
-
"xml2js": "^0.5.0"
|
|
176
|
+
"xml2js": "^0.6.2"
|
|
183
177
|
},
|
|
184
178
|
"optionalDependencies": {
|
|
185
179
|
"@postman/node-keytar": "~7.9.3"
|
|
186
180
|
},
|
|
187
|
-
"overrides": {
|
|
188
|
-
"node-fetch@^2.6.1": {
|
|
189
|
-
"whatwg-url": "^14.0.0"
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
181
|
"publishConfig": {
|
|
193
182
|
"access": "public"
|
|
194
183
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
3
|
"lib": [ "ES2022" ],
|
|
4
|
-
"module": "
|
|
4
|
+
"module": "nodenext",
|
|
5
5
|
"strict": true,
|
|
6
6
|
"esModuleInterop": true,
|
|
7
7
|
"skipLibCheck": true,
|
|
8
8
|
"forceConsistentCasingInFileNames": true,
|
|
9
|
-
"moduleResolution": "
|
|
9
|
+
"moduleResolution": "nodenext",
|
|
10
10
|
|
|
11
11
|
// Target latest version of ECMAScript.
|
|
12
12
|
"target": "ES2022",
|