@ms-cloudpack/cli 0.80.1 → 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 +13 -2
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @ms-cloudpack/cli
2
2
 
3
- <!-- This log was last generated on Thu, 07 May 2026 06:25:39 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
+
7
18
  ## 0.80.1
8
19
 
9
- Thu, 07 May 2026 06:25:39 GMT
20
+ Thu, 07 May 2026 06:29:01 GMT
10
21
 
11
22
  ### Patches
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/cli",
3
- "version": "0.80.1",
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.4",
34
- "@ms-cloudpack/app-server": "^0.20.68",
35
- "@ms-cloudpack/bundler": "^0.27.30",
36
- "@ms-cloudpack/bundler-capabilities": "^0.5.5",
37
- "@ms-cloudpack/common-types": "^0.34.2",
38
- "@ms-cloudpack/config": "^0.38.42",
39
- "@ms-cloudpack/create-express-app": "^1.10.77",
40
- "@ms-cloudpack/environment": "^0.1.4",
41
- "@ms-cloudpack/file-watcher": "^0.4.36",
42
- "@ms-cloudpack/json-utilities": "^0.1.13",
43
- "@ms-cloudpack/link-proxy": "^0.2.90",
44
- "@ms-cloudpack/overlay": "^0.19.86",
45
- "@ms-cloudpack/package-utilities": "^13.8.4",
46
- "@ms-cloudpack/path-string-parsing": "^1.3.2",
47
- "@ms-cloudpack/path-utilities": "^3.2.13",
48
- "@ms-cloudpack/remote-cache": "^0.11.77",
49
- "@ms-cloudpack/setup-utilities": "^0.5.60",
50
- "@ms-cloudpack/task-reporter": "^0.21.2",
51
- "@ms-cloudpack/telemetry": "^0.12.1",
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.2",
65
- "@ms-cloudpack/common-types-browser": "^0.6.8",
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",