@ms-cloudpack/cli 0.80.0 → 0.80.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -2
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- <!-- This log was last generated on Wed, 06 May 2026 05:47:28 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Fri, 08 May 2026 04:33:05 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.80.2
8
+
9
+ Fri, 08 May 2026 04:33:05 GMT
10
+
11
+ ### Patches
12
+
13
+ - `@ms-cloudpack/eslint-plugin-deprecated`
14
+ - Properly define plugins in recommended config, and add a base config (elcraig@microsoft.com)
15
+ - `@ms-cloudpack/esbuild-node-helpers`
16
+ - Add excludeFromNotice option (elcraig@microsoft.com)
17
+
18
+ ## 0.80.1
19
+
20
+ Thu, 07 May 2026 06:29:01 GMT
21
+
22
+ ### Patches
23
+
24
+ - `@ms-cloudpack/eslint-plugin-deprecated`
25
+ - Publish JS files again (elcraig@microsoft.com)
26
+ - `@ms-cloudpack/esbuild-node-helpers`
27
+ - Initial release (elcraig@microsoft.com)
28
+ - `@ms-cloudpack/api-server`
29
+ - Update esbuild to 0.28.0 for staticAnalysisInit (elcraig@microsoft.com)
30
+
7
31
  ## 0.80.0
8
32
 
9
- Wed, 06 May 2026 05:47:28 GMT
33
+ Wed, 06 May 2026 05:50:34 GMT
10
34
 
11
35
  ### Minor changes
12
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.80.0",
3
+ "version": "0.80.2",
4
4
  "description": "The Cloudpack command line interface - a tool for managing fast inner and outer looping in web apps.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,25 +30,25 @@
30
30
  "test": "cloudpack-scripts test"
31
31
  },
32
32
  "dependencies": {
33
- "@ms-cloudpack/api-server": "^0.67.3",
34
- "@ms-cloudpack/app-server": "^0.20.67",
35
- "@ms-cloudpack/bundler": "^0.27.29",
36
- "@ms-cloudpack/bundler-capabilities": "^0.5.4",
37
- "@ms-cloudpack/common-types": "^0.34.1",
38
- "@ms-cloudpack/config": "^0.38.41",
39
- "@ms-cloudpack/create-express-app": "^1.10.76",
40
- "@ms-cloudpack/environment": "^0.1.3",
41
- "@ms-cloudpack/file-watcher": "^0.4.35",
42
- "@ms-cloudpack/json-utilities": "^0.1.12",
43
- "@ms-cloudpack/link-proxy": "^0.2.89",
44
- "@ms-cloudpack/overlay": "^0.19.85",
45
- "@ms-cloudpack/package-utilities": "^13.8.3",
46
- "@ms-cloudpack/path-string-parsing": "^1.3.1",
47
- "@ms-cloudpack/path-utilities": "^3.2.12",
48
- "@ms-cloudpack/remote-cache": "^0.11.76",
49
- "@ms-cloudpack/setup-utilities": "^0.5.59",
50
- "@ms-cloudpack/task-reporter": "^0.21.1",
51
- "@ms-cloudpack/telemetry": "^0.12.0",
33
+ "@ms-cloudpack/api-server": "^0.67.5",
34
+ "@ms-cloudpack/app-server": "^0.20.69",
35
+ "@ms-cloudpack/bundler": "^0.27.31",
36
+ "@ms-cloudpack/bundler-capabilities": "^0.5.6",
37
+ "@ms-cloudpack/common-types": "^0.34.3",
38
+ "@ms-cloudpack/config": "^0.38.43",
39
+ "@ms-cloudpack/create-express-app": "^1.10.78",
40
+ "@ms-cloudpack/environment": "^0.1.5",
41
+ "@ms-cloudpack/file-watcher": "^0.4.37",
42
+ "@ms-cloudpack/json-utilities": "^0.1.14",
43
+ "@ms-cloudpack/link-proxy": "^0.2.91",
44
+ "@ms-cloudpack/overlay": "^0.19.87",
45
+ "@ms-cloudpack/package-utilities": "^13.8.5",
46
+ "@ms-cloudpack/path-string-parsing": "^1.3.3",
47
+ "@ms-cloudpack/path-utilities": "^3.2.14",
48
+ "@ms-cloudpack/remote-cache": "^0.11.78",
49
+ "@ms-cloudpack/setup-utilities": "^0.5.61",
50
+ "@ms-cloudpack/task-reporter": "^0.21.3",
51
+ "@ms-cloudpack/telemetry": "^0.12.2",
52
52
  "@yarnpkg/lockfile": "^1.1.0",
53
53
  "commander": "^14.0.0",
54
54
  "cross-spawn": "^7.0.3",
@@ -61,8 +61,8 @@
61
61
  "workspace-tools": "^0.41.3"
62
62
  },
63
63
  "devDependencies": {
64
- "@ms-cloudpack/common-types": "^0.34.1",
65
- "@ms-cloudpack/common-types-browser": "^0.6.7",
64
+ "@ms-cloudpack/common-types": "^0.34.3",
65
+ "@ms-cloudpack/common-types-browser": "^0.6.9",
66
66
  "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
67
67
  "@ms-cloudpack/scripts": "^0.0.1",
68
68
  "@ms-cloudpack/test-utilities": "^0.5.0",