@automattic/vip 2.28.1 → 2.28.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## Changelog
2
2
 
3
+ ### 2.28.3
4
+
5
+ - #1352 chore(deps): Update node-fetch from 2.6.9 to 2.6.11
6
+ - #1348 chore(deps): Update Lando
7
+ - #1347 [dev-env] add vscode flag to event tracking for start
8
+ - #1353 chore(dev-deps): Update nock from 13.3.0 to 13.3.1
9
+ - #1351 chore(deps): Update semver from 7.3.8 to 7.5.0
10
+ - #1350 chore(dev-deps): Update Babel-related packages
11
+ - #1349 chore(dev-deps): Update packages related to liniting
12
+
13
+ ### 2.28.2
14
+
15
+ - #1330 chore(deps): Update xml2js to 0.5.0
16
+
3
17
  ### 2.28.1
4
18
 
5
19
  - #1123 [dev-env] Add VSCode workspace config on start
@@ -37,6 +37,7 @@ const examples = [{
37
37
  await (0, _devEnvironmentCli.validateDependencies)(lando, slug);
38
38
  const startProcessing = new Date();
39
39
  const trackingInfo = (0, _devEnvironmentCli.getEnvTrackingInfo)(slug);
40
+ trackingInfo.vscode = !!opt.vscode;
40
41
  await (0, _tracker.trackEvent)('dev_env_start_command_execute', trackingInfo);
41
42
  debug('Args: ', arg, 'Options: ', opt);
42
43
  const options = {