@automattic/vip 3.8.2 → 3.8.3
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/docs/CHANGELOG.md +27 -0
- package/npm-shrinkwrap.json +59 -58
- package/package.json +5 -5
package/docs/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
## 3.8.3
|
|
4
|
+
|
|
5
|
+
* build(deps): bump adm-zip from 0.5.15 to 0.5.16
|
|
6
|
+
* build(deps): bump debug from 4.3.6 to 4.3.7
|
|
7
|
+
* build(deps): bump ini from 4.1.3 to 5.0.0
|
|
8
|
+
* build(deps): bump update-notifier from 7.3.0 to 7.3.1
|
|
9
|
+
* build(deps-dev): bump typescript from 5.5.4 to 5.6.2
|
|
10
|
+
* security: address GHSA-952p-6rrq-rcjv in `micromatch`
|
|
11
|
+
* chore(deps): update Lando
|
|
12
|
+
|
|
13
|
+
**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.2...3.8.3
|
|
14
|
+
|
|
15
|
+
## 3.8.2
|
|
16
|
+
|
|
17
|
+
* chore(deps): make `node-fetch` 2.x depend on `whatwg-url` 14.x to address deprecations
|
|
18
|
+
* build(deps-dev): bump nock from 13.5.4 to 13.5.5
|
|
19
|
+
* build(deps-dev): bump @babel/preset-env from 7.25.3 to 7.25.4 in the babel group
|
|
20
|
+
* build(deps): bump update-notifier from 7.1.0 to 7.3.0
|
|
21
|
+
* chore(deps): update Lando
|
|
22
|
+
* build(deps-dev): bump @babel/cli from 7.24.8 to 7.25.6 in the babel group
|
|
23
|
+
* fix(import-media): Display success/total count even if all files fail to import
|
|
24
|
+
* Remove Kubernetes-specific checks for job existence in SQL import status
|
|
25
|
+
* BB8-11725: SQL Import - Update multisite regex to match optional `IF NOT EXISTS`
|
|
26
|
+
* Add saveErrorLog flag to import media command
|
|
27
|
+
|
|
28
|
+
**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.1...3.8.2
|
|
29
|
+
|
|
3
30
|
## 3.8.1
|
|
4
31
|
|
|
5
32
|
* fix(dev-env): clean up data after `vip dev-env sync sql`
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "3.8.
|
|
9
|
+
"version": "3.8.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
"cli-table3": "^0.6.3",
|
|
23
23
|
"configstore": "5.0.1",
|
|
24
24
|
"copy-dir": "0.4.0",
|
|
25
|
-
"debug": "4.3.
|
|
25
|
+
"debug": "4.3.7",
|
|
26
26
|
"ejs": "^3.1.8",
|
|
27
27
|
"enquirer": "2.4.1",
|
|
28
28
|
"fetch-retry": "^6.0.0",
|
|
29
29
|
"graphql": "15.5.1",
|
|
30
30
|
"graphql-tag": "2.12.6",
|
|
31
31
|
"https-proxy-agent": "^5.0.1",
|
|
32
|
-
"ini": "
|
|
32
|
+
"ini": "5.0.0",
|
|
33
33
|
"js-yaml": "^4.1.0",
|
|
34
34
|
"jwt-decode": "4.0.0",
|
|
35
|
-
"lando": "github:automattic/lando-cli.git#
|
|
35
|
+
"lando": "github:automattic/lando-cli.git#4d8465e",
|
|
36
36
|
"node-fetch": "^2.6.1",
|
|
37
37
|
"open": "^10.0.0",
|
|
38
38
|
"proxy-from-env": "^1.1.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"socket.io-stream": "npm:@wearemothership/socket.io-stream@^0.9.1",
|
|
44
44
|
"socks-proxy-agent": "^5.0.1",
|
|
45
45
|
"tar": "^7.4.0",
|
|
46
|
-
"update-notifier": "7.3.
|
|
46
|
+
"update-notifier": "7.3.1",
|
|
47
47
|
"uuid": "10.0.0",
|
|
48
48
|
"xdg-basedir": "^4.0.0",
|
|
49
49
|
"xml2js": "^0.5.0"
|
|
@@ -4119,9 +4119,9 @@
|
|
|
4119
4119
|
}
|
|
4120
4120
|
},
|
|
4121
4121
|
"node_modules/adm-zip": {
|
|
4122
|
-
"version": "0.5.
|
|
4123
|
-
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.
|
|
4124
|
-
"integrity": "sha512-
|
|
4122
|
+
"version": "0.5.16",
|
|
4123
|
+
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz",
|
|
4124
|
+
"integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==",
|
|
4125
4125
|
"engines": {
|
|
4126
4126
|
"node": ">=12.0"
|
|
4127
4127
|
}
|
|
@@ -5695,11 +5695,11 @@
|
|
|
5695
5695
|
"dev": true
|
|
5696
5696
|
},
|
|
5697
5697
|
"node_modules/debug": {
|
|
5698
|
-
"version": "4.3.
|
|
5699
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
5700
|
-
"integrity": "sha512-
|
|
5698
|
+
"version": "4.3.7",
|
|
5699
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
5700
|
+
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
5701
5701
|
"dependencies": {
|
|
5702
|
-
"ms": "2.1.
|
|
5702
|
+
"ms": "^2.1.3"
|
|
5703
5703
|
},
|
|
5704
5704
|
"engines": {
|
|
5705
5705
|
"node": ">=6.0"
|
|
@@ -7915,11 +7915,11 @@
|
|
|
7915
7915
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
|
7916
7916
|
},
|
|
7917
7917
|
"node_modules/ini": {
|
|
7918
|
-
"version": "
|
|
7919
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-
|
|
7920
|
-
"integrity": "sha512
|
|
7918
|
+
"version": "5.0.0",
|
|
7919
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz",
|
|
7920
|
+
"integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==",
|
|
7921
7921
|
"engines": {
|
|
7922
|
-
"node": "^
|
|
7922
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
7923
7923
|
}
|
|
7924
7924
|
},
|
|
7925
7925
|
"node_modules/inquirer": {
|
|
@@ -9689,7 +9689,7 @@
|
|
|
9689
9689
|
"node_modules/lando": {
|
|
9690
9690
|
"name": "@lando/cli",
|
|
9691
9691
|
"version": "3.6.5",
|
|
9692
|
-
"resolved": "git+ssh://git@github.com/automattic/lando-cli.git#
|
|
9692
|
+
"resolved": "git+ssh://git@github.com/automattic/lando-cli.git#4d8465ece983ee6242528b54de6738f00804ca0d",
|
|
9693
9693
|
"license": "GPL-3.0",
|
|
9694
9694
|
"dependencies": {
|
|
9695
9695
|
"@lando/compose": "1.0.0",
|
|
@@ -9992,12 +9992,13 @@
|
|
|
9992
9992
|
}
|
|
9993
9993
|
},
|
|
9994
9994
|
"node_modules/micromatch": {
|
|
9995
|
-
"version": "4.0.
|
|
9996
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.
|
|
9997
|
-
"integrity": "sha512-
|
|
9995
|
+
"version": "4.0.8",
|
|
9996
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
9997
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
9998
9998
|
"dev": true,
|
|
9999
|
+
"license": "MIT",
|
|
9999
10000
|
"dependencies": {
|
|
10000
|
-
"braces": "^3.0.
|
|
10001
|
+
"braces": "^3.0.3",
|
|
10001
10002
|
"picomatch": "^2.3.1"
|
|
10002
10003
|
},
|
|
10003
10004
|
"engines": {
|
|
@@ -10113,9 +10114,9 @@
|
|
|
10113
10114
|
}
|
|
10114
10115
|
},
|
|
10115
10116
|
"node_modules/ms": {
|
|
10116
|
-
"version": "2.1.
|
|
10117
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.
|
|
10118
|
-
"integrity": "sha512-
|
|
10117
|
+
"version": "2.1.3",
|
|
10118
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
10119
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
10119
10120
|
},
|
|
10120
10121
|
"node_modules/mute-stream": {
|
|
10121
10122
|
"version": "0.0.7",
|
|
@@ -12291,9 +12292,9 @@
|
|
|
12291
12292
|
}
|
|
12292
12293
|
},
|
|
12293
12294
|
"node_modules/typescript": {
|
|
12294
|
-
"version": "5.
|
|
12295
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
12296
|
-
"integrity": "sha512-
|
|
12295
|
+
"version": "5.6.2",
|
|
12296
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
|
|
12297
|
+
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
|
|
12297
12298
|
"dev": true,
|
|
12298
12299
|
"bin": {
|
|
12299
12300
|
"tsc": "bin/tsc",
|
|
@@ -12435,11 +12436,11 @@
|
|
|
12435
12436
|
}
|
|
12436
12437
|
},
|
|
12437
12438
|
"node_modules/update-notifier": {
|
|
12438
|
-
"version": "7.3.
|
|
12439
|
-
"resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.
|
|
12440
|
-
"integrity": "sha512
|
|
12439
|
+
"version": "7.3.1",
|
|
12440
|
+
"resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.1.tgz",
|
|
12441
|
+
"integrity": "sha512-+dwUY4L35XFYEzE+OAL3sarJdUioVovq+8f7lcIJ7wnmnYQV5UD1Y/lcwaMSyaQ6Bj3JMj1XSTjZbNLHn/19yA==",
|
|
12441
12442
|
"dependencies": {
|
|
12442
|
-
"boxen": "^8.0.
|
|
12443
|
+
"boxen": "^8.0.1",
|
|
12443
12444
|
"chalk": "^5.3.0",
|
|
12444
12445
|
"configstore": "^7.0.0",
|
|
12445
12446
|
"is-in-ci": "^1.0.0",
|
|
@@ -16270,9 +16271,9 @@
|
|
|
16270
16271
|
"requires": {}
|
|
16271
16272
|
},
|
|
16272
16273
|
"adm-zip": {
|
|
16273
|
-
"version": "0.5.
|
|
16274
|
-
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.
|
|
16275
|
-
"integrity": "sha512-
|
|
16274
|
+
"version": "0.5.16",
|
|
16275
|
+
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz",
|
|
16276
|
+
"integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ=="
|
|
16276
16277
|
},
|
|
16277
16278
|
"agent-base": {
|
|
16278
16279
|
"version": "6.0.2",
|
|
@@ -17413,11 +17414,11 @@
|
|
|
17413
17414
|
"dev": true
|
|
17414
17415
|
},
|
|
17415
17416
|
"debug": {
|
|
17416
|
-
"version": "4.3.
|
|
17417
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
17418
|
-
"integrity": "sha512-
|
|
17417
|
+
"version": "4.3.7",
|
|
17418
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
17419
|
+
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
17419
17420
|
"requires": {
|
|
17420
|
-
"ms": "2.1.
|
|
17421
|
+
"ms": "^2.1.3"
|
|
17421
17422
|
}
|
|
17422
17423
|
},
|
|
17423
17424
|
"decompress-response": {
|
|
@@ -19012,9 +19013,9 @@
|
|
|
19012
19013
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
|
19013
19014
|
},
|
|
19014
19015
|
"ini": {
|
|
19015
|
-
"version": "
|
|
19016
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-
|
|
19017
|
-
"integrity": "sha512
|
|
19016
|
+
"version": "5.0.0",
|
|
19017
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz",
|
|
19018
|
+
"integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw=="
|
|
19018
19019
|
},
|
|
19019
19020
|
"inquirer": {
|
|
19020
19021
|
"version": "6.5.2",
|
|
@@ -20289,8 +20290,8 @@
|
|
|
20289
20290
|
"integrity": "sha512-tPhhoGUiEiU/WXR4rt8klIoLdnTtyu+9jVKHd/wauEjYud32jyn63mzKWQweaQrHWxBQtYoVtdcEnYX1LosnFQ=="
|
|
20290
20291
|
},
|
|
20291
20292
|
"lando": {
|
|
20292
|
-
"version": "git+ssh://git@github.com/automattic/lando-cli.git#
|
|
20293
|
-
"from": "lando@github:automattic/lando-cli.git#
|
|
20293
|
+
"version": "git+ssh://git@github.com/automattic/lando-cli.git#4d8465ece983ee6242528b54de6738f00804ca0d",
|
|
20294
|
+
"from": "lando@github:automattic/lando-cli.git#4d8465e",
|
|
20294
20295
|
"requires": {
|
|
20295
20296
|
"@lando/compose": "1.0.0",
|
|
20296
20297
|
"axios": "^1.7.2",
|
|
@@ -20543,12 +20544,12 @@
|
|
|
20543
20544
|
"dev": true
|
|
20544
20545
|
},
|
|
20545
20546
|
"micromatch": {
|
|
20546
|
-
"version": "4.0.
|
|
20547
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.
|
|
20548
|
-
"integrity": "sha512-
|
|
20547
|
+
"version": "4.0.8",
|
|
20548
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
20549
|
+
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
20549
20550
|
"dev": true,
|
|
20550
20551
|
"requires": {
|
|
20551
|
-
"braces": "^3.0.
|
|
20552
|
+
"braces": "^3.0.3",
|
|
20552
20553
|
"picomatch": "^2.3.1"
|
|
20553
20554
|
}
|
|
20554
20555
|
},
|
|
@@ -20629,9 +20630,9 @@
|
|
|
20629
20630
|
"integrity": "sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w=="
|
|
20630
20631
|
},
|
|
20631
20632
|
"ms": {
|
|
20632
|
-
"version": "2.1.
|
|
20633
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.
|
|
20634
|
-
"integrity": "sha512-
|
|
20633
|
+
"version": "2.1.3",
|
|
20634
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
20635
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
20635
20636
|
},
|
|
20636
20637
|
"mute-stream": {
|
|
20637
20638
|
"version": "0.0.7",
|
|
@@ -22202,9 +22203,9 @@
|
|
|
22202
22203
|
}
|
|
22203
22204
|
},
|
|
22204
22205
|
"typescript": {
|
|
22205
|
-
"version": "5.
|
|
22206
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
22207
|
-
"integrity": "sha512-
|
|
22206
|
+
"version": "5.6.2",
|
|
22207
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
|
|
22208
|
+
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
|
|
22208
22209
|
"dev": true
|
|
22209
22210
|
},
|
|
22210
22211
|
"typical": {
|
|
@@ -22295,11 +22296,11 @@
|
|
|
22295
22296
|
}
|
|
22296
22297
|
},
|
|
22297
22298
|
"update-notifier": {
|
|
22298
|
-
"version": "7.3.
|
|
22299
|
-
"resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.
|
|
22300
|
-
"integrity": "sha512
|
|
22299
|
+
"version": "7.3.1",
|
|
22300
|
+
"resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-7.3.1.tgz",
|
|
22301
|
+
"integrity": "sha512-+dwUY4L35XFYEzE+OAL3sarJdUioVovq+8f7lcIJ7wnmnYQV5UD1Y/lcwaMSyaQ6Bj3JMj1XSTjZbNLHn/19yA==",
|
|
22301
22302
|
"requires": {
|
|
22302
|
-
"boxen": "^8.0.
|
|
22303
|
+
"boxen": "^8.0.1",
|
|
22303
22304
|
"chalk": "^5.3.0",
|
|
22304
22305
|
"configstore": "^7.0.0",
|
|
22305
22306
|
"is-in-ci": "^1.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"description": "The VIP Javascript library & CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -154,17 +154,17 @@
|
|
|
154
154
|
"cli-table3": "^0.6.3",
|
|
155
155
|
"configstore": "5.0.1",
|
|
156
156
|
"copy-dir": "0.4.0",
|
|
157
|
-
"debug": "4.3.
|
|
157
|
+
"debug": "4.3.7",
|
|
158
158
|
"ejs": "^3.1.8",
|
|
159
159
|
"enquirer": "2.4.1",
|
|
160
160
|
"fetch-retry": "^6.0.0",
|
|
161
161
|
"graphql": "15.5.1",
|
|
162
162
|
"graphql-tag": "2.12.6",
|
|
163
163
|
"https-proxy-agent": "^5.0.1",
|
|
164
|
-
"ini": "
|
|
164
|
+
"ini": "5.0.0",
|
|
165
165
|
"js-yaml": "^4.1.0",
|
|
166
166
|
"jwt-decode": "4.0.0",
|
|
167
|
-
"lando": "github:automattic/lando-cli.git#
|
|
167
|
+
"lando": "github:automattic/lando-cli.git#4d8465e",
|
|
168
168
|
"node-fetch": "^2.6.1",
|
|
169
169
|
"open": "^10.0.0",
|
|
170
170
|
"proxy-from-env": "^1.1.0",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"socket.io-stream": "npm:@wearemothership/socket.io-stream@^0.9.1",
|
|
176
176
|
"socks-proxy-agent": "^5.0.1",
|
|
177
177
|
"tar": "^7.4.0",
|
|
178
|
-
"update-notifier": "7.3.
|
|
178
|
+
"update-notifier": "7.3.1",
|
|
179
179
|
"uuid": "10.0.0",
|
|
180
180
|
"xdg-basedir": "^4.0.0",
|
|
181
181
|
"xml2js": "^0.5.0"
|