@automattic/vip 2.31.1-dev5 → 2.32.0
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 +33 -7
- package/CONTRIBUTING.md +0 -2
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,40 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
### 2.32.0
|
|
4
|
+
|
|
5
|
+
- #1411 feature(export): Add ability to generate a new backup when exporting SQL
|
|
6
|
+
- #1427 Remove unnecessary comment
|
|
7
|
+
- #1426 chore: fix CVE-2023-26115 by updating word-wrap to 1.2.6
|
|
8
|
+
- #1424 feat(dev-env): Update wording around dev-env start --vscode
|
|
9
|
+
- #1419 [PIE-3548] Updates CONTRIBUTING.md with the new flow without publish-please
|
|
10
|
+
- #1423 chore(deps): update socket.io-client from 4.6.2 to 4.7.0
|
|
11
|
+
- #1422 chore(dev-deps): update flow-bin from 0.209.0 to 0.210.0
|
|
12
|
+
- #1417 chore(dev-deps): Update eslint from 8.42.0 to 8.43.0
|
|
13
|
+
- #1418 chore(deps): Update semver from 7.5.2 to 7.5.3
|
|
14
|
+
- #1415 [PIE-3548] Removes `publish-please` and replaces it with simple custom script
|
|
15
|
+
- #1416 [dev-env] Reword dev-env VS Code integration messages
|
|
16
|
+
- #1413 [dev-env] Command options text fixes
|
|
17
|
+
- #1412 Update eslint-plugin-wpvip to 0.5.8, Prettier updates
|
|
18
|
+
- #1396 Migrate dev-environment-core to TypeScript
|
|
19
|
+
- #1410 chore(dev-deps): Update flow-bin to 0.209.0
|
|
20
|
+
- #1409 chore(deps): Update semver to 7.5.2
|
|
21
|
+
- #1408 chore(dev-deps): Update rimraf to 5.0.1
|
|
22
|
+
- #1407 chore(dev-deps): Update flow-bin from 0.206.0 to 0.208.0
|
|
23
|
+
- #1406 chore(deps): Replace keytar with @postman/node-keytar
|
|
24
|
+
- #1405 chore(deps): Update socket.io-client from 4.6.1 to 4.6.2
|
|
25
|
+
- #1404 chore(dev-deps): Update TypeScript-related packages
|
|
26
|
+
- #1403 chore(dev-deps): Update ESLint-related packages update/eslint
|
|
27
|
+
- #1402 chore(dev-deps): Update Babel-related packages to 7.22.5
|
|
28
|
+
|
|
3
29
|
### 2.31.0
|
|
4
30
|
|
|
5
|
-
- #1397
|
|
6
|
-
- #1399
|
|
7
|
-
- #1394
|
|
8
|
-
- #1345
|
|
9
|
-
- #1398
|
|
10
|
-
- #1395
|
|
11
|
-
- #1388
|
|
31
|
+
- #1397 feature(dev-env): Add ability to sync multisites
|
|
32
|
+
- #1399 chore(dev-deps): Remove stub type definitions
|
|
33
|
+
- #1394 FORNO-1609: Combine all error events into one error event
|
|
34
|
+
- #1345 feat(dev-env): Add Photon
|
|
35
|
+
- #1398 Fix coverage generation
|
|
36
|
+
- #1395 Add types for the other ways of using enquirer
|
|
37
|
+
- #1388 Typescript: refactor `vip-whoami`
|
|
12
38
|
- #1393 refactor: Convert `lib/{app-logs,envvar}` to TypeScript
|
|
13
39
|
- #1392 refactor: Convert `lib/config` to TypeScript
|
|
14
40
|
- #1391 refactor: Convert lib to TypeScript
|
package/CONTRIBUTING.md
CHANGED
|
@@ -147,8 +147,6 @@ In order to do that, please follow this:
|
|
|
147
147
|
|
|
148
148
|
You can repeat this with every new version until you're happy with your version and ready to a public release. We currently don't support multiple branches for multiple versions. When it's the case, this process needs to be done for every version in every branch.
|
|
149
149
|
|
|
150
|
-
_PS: The above steps will only change your local `trunk`. The remote `trunk` will remain unaffected, and you can reset your local trunk afterwards with `git reset --hard origin/trunk`._
|
|
151
|
-
|
|
152
150
|
### Patching Old Releases
|
|
153
151
|
|
|
154
152
|
There may be times when we need to push out a critical fix to the most recent release (or several past releases) such as for patching security issues or major bugs. This can be complicated by the fact that we may have some larger changes already merged into the `trunk` branch.
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.32.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.32.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|