@automattic/vip 3.21.0 → 3.21.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/vip",
3
- "version": "3.21.0",
3
+ "version": "3.21.2",
4
4
  "description": "The VIP Javascript library & CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -71,7 +71,7 @@
71
71
  "typescript:codegen:generate": "graphql-codegen",
72
72
  "test": "npm run lint && npm run check-types && jest --coverage --testPathIgnorePatterns __tests__/devenv-e2e/",
73
73
  "test:e2e:dev-env": "jest -c __tests__/devenv-e2e/jest/jest.config.js",
74
- "clean": "rimraf dist",
74
+ "clean": "node -e \"require('fs').rmSync('dist', { recursive: true, force: true })\"",
75
75
  "cmd:format": "prettier '**/*.(js|json|jsx|md|ts|tsx|yml|yaml)'",
76
76
  "cmd:lint": "eslint --ext 'js,jsx,ts,tsx'",
77
77
  "prepare": "npm run clean && npm run build",
@@ -113,9 +113,9 @@
113
113
  "devDependencies": {
114
114
  "@automattic/eslint-plugin-wpvip": "0.13.1",
115
115
  "@babel/cli": "7.28.3",
116
- "@babel/core": "7.28.3",
117
- "@babel/preset-env": "7.28.3",
118
- "@babel/preset-typescript": "7.27.1",
116
+ "@babel/core": "7.28.5",
117
+ "@babel/preset-env": "7.28.5",
118
+ "@babel/preset-typescript": "7.28.5",
119
119
  "@jest/globals": "^30.0.0",
120
120
  "@jest/test-sequencer": "^30.0.0",
121
121
  "@types/configstore": "^6.0.2",
@@ -136,7 +136,6 @@
136
136
  "jest": "^30.0.0",
137
137
  "nock": "13.5.6",
138
138
  "prettier": "npm:wp-prettier@2.8.5",
139
- "rimraf": "6.0.1",
140
139
  "typescript": "^5.2.2"
141
140
  },
142
141
  "dependencies": {
@@ -145,12 +144,12 @@
145
144
  "@json2csv/plainjs": "^7.0.3",
146
145
  "@wwa/single-line-log": "^1.1.4",
147
146
  "args": "5.0.3",
148
- "chalk": "^5.5.0",
147
+ "chalk": "^5.6.2",
149
148
  "check-disk-space": "3.4.0",
150
149
  "cli-columns": "^4.0.0",
151
150
  "cli-table3": "^0.6.3",
152
151
  "configstore": "^7.0.0",
153
- "debug": "4.4.1",
152
+ "debug": "4.4.3",
154
153
  "ejs": "^3.1.8",
155
154
  "enquirer": "2.4.1",
156
155
  "fetch-retry": "^6.0.0",
@@ -159,12 +158,12 @@
159
158
  "https-proxy-agent": "^7.0.6",
160
159
  "js-yaml": "^4.1.0",
161
160
  "jwt-decode": "4.0.0",
162
- "lando": "github:automattic/lando-cli#c613eced1b92144689a2dd4bba30c000082c7b6e",
161
+ "lando": "github:automattic/lando-cli#63669a4a2e16ab9a9683aaa3bcc5bcb2b775d831",
163
162
  "node-fetch": "^3.3.2",
164
163
  "node-stream-zip": "1.15.0",
165
164
  "open": "^10.0.0",
166
165
  "proxy-from-env": "^1.1.0",
167
- "semver": "7.7.2",
166
+ "semver": "7.7.3",
168
167
  "shelljs": "^0.10.0",
169
168
  "socket.io-client": "^4.5.3",
170
169
  "socket.io-stream": "npm:@wwa/socket.io-stream@^0.10.0",
@@ -172,7 +171,6 @@
172
171
  "ssh2": "1.17.0",
173
172
  "tar": "^7.4.0",
174
173
  "update-notifier": "7.3.1",
175
- "uuid": "11.1.0",
176
174
  "xml2js": "^0.6.2"
177
175
  },
178
176
  "optionalDependencies": {