@metricinsights/pp-dev 0.18.1 → 0.18.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,3 +1,17 @@
1
+ ## [0.18.3-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.18.2...v0.18.3-beta.1) (2026-06-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** resolve npm audit findings across workspace ([bb41f5c](https://github.com/mi-examples/pp-dev/commit/bb41f5cec178d9db130cb5a51bbdabd0a42512dc))
7
+
8
+ ## [0.18.2-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.18.1...v0.18.2-beta.1) (2026-05-06)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** resolve npm audit findings across workspace ([d13ffad](https://github.com/mi-examples/pp-dev/commit/d13ffadcda69cf6f8c8de39c7b0f7d0840e6fa3a))
14
+
1
15
  ## [0.18.1-beta.2](https://github.com/mi-examples/pp-dev/compare/v0.18.1-beta.1...v0.18.1-beta.2) (2026-04-22)
2
16
 
3
17
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.18.3-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.18.2...v0.18.3-beta.1) (2026-06-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** resolve npm audit findings across workspace ([bb41f5c](https://github.com/mi-examples/pp-dev/commit/bb41f5cec178d9db130cb5a51bbdabd0a42512dc))
7
+
8
+ ## [0.18.2-beta.1](https://github.com/mi-examples/pp-dev/compare/v0.18.1...v0.18.2-beta.1) (2026-05-06)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** resolve npm audit findings across workspace ([d13ffad](https://github.com/mi-examples/pp-dev/commit/d13ffadcda69cf6f8c8de39c7b0f7d0840e6fa3a))
14
+
1
15
  ## [0.18.1-beta.2](https://github.com/mi-examples/pp-dev/compare/v0.18.1-beta.1...v0.18.1-beta.2) (2026-04-22)
2
16
 
3
17
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metricinsights/pp-dev",
3
3
  "type": "commonjs",
4
- "version": "0.18.1-beta.2",
4
+ "version": "0.18.3-beta.1",
5
5
  "description": "Portal Page dev build tool",
6
6
  "bin": {
7
7
  "pp-dev": "bin/pp-dev.js"
@@ -41,13 +41,21 @@
41
41
  },
42
42
  "overrides": {
43
43
  "@xmldom/xmldom": ">=0.8.12",
44
- "brace-expansion": "5.0.5",
44
+ "brace-expansion": "5.0.6",
45
45
  "chokidar": "^5.0.0",
46
46
  "file-type": "^22.0.0",
47
- "minimatch": "10.2.4",
48
- "npm": ">=11.12.1",
47
+ "ip-address": "^10.2.0",
48
+ "minimatch": "10.2.5",
49
+ "next@*": {
50
+ "postcss": "8.5.10"
51
+ },
52
+ "npm": ">=11.13.0",
53
+ "qs": ">=6.15.2",
49
54
  "serialize-javascript": ">=7.0.5",
50
- "undici": ">=6.24.0"
55
+ "undici": ">=6.24.0",
56
+ "vite@*": {
57
+ "postcss": "8.5.10"
58
+ }
51
59
  },
52
60
  "peerDependencies": {
53
61
  "next": ">= 13 < 17"
@@ -66,14 +74,14 @@
66
74
  "diff-match-patch": "^1.0.5",
67
75
  "dir-compare": "^5.0.0",
68
76
  "ejs": "^5.0.1",
69
- "esbuild": "^0.27.7",
77
+ "esbuild": "^0.28.0",
70
78
  "express": "^5.2.1",
71
79
  "extract-zip": "^2.0.1",
72
80
  "file-type": "^22.0.0",
73
81
  "formdata-node": "^6.0.3",
74
82
  "http-proxy-middleware": "^3.0.5",
75
83
  "isbinaryfile": "^6.0.0",
76
- "jsdom": "28.0.0",
84
+ "jsdom": "29.1.1",
77
85
  "memory-cache": "^0.2.0",
78
86
  "picocolors": "^1.1.1",
79
87
  "rollup": "^4.60.1",
@@ -82,8 +90,8 @@
82
90
  "source-map-support": "^0.5.21",
83
91
  "svgo": "^4.0.1",
84
92
  "svgtofont": "^6.5.1",
85
- "typescript": "^6.0.2",
86
- "vite": "^8.0.5",
93
+ "typescript": "^6.0.3",
94
+ "vite": "^8.0.11",
87
95
  "vite-plugin-image-optimizer": "^2.0.3",
88
96
  "vite-plugin-zip-pack": "^1.2.4",
89
97
  "winston": "^3.19.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metricinsights/pp-dev",
3
3
  "type": "module",
4
- "version": "0.18.1-beta.2",
4
+ "version": "0.18.3-beta.1",
5
5
  "description": "Portal Page dev build tool",
6
6
  "bin": {
7
7
  "pp-dev": "bin/pp-dev.js"
@@ -41,13 +41,21 @@
41
41
  },
42
42
  "overrides": {
43
43
  "@xmldom/xmldom": ">=0.8.12",
44
- "brace-expansion": "5.0.5",
44
+ "brace-expansion": "5.0.6",
45
45
  "chokidar": "^5.0.0",
46
46
  "file-type": "^22.0.0",
47
- "minimatch": "10.2.4",
48
- "npm": ">=11.12.1",
47
+ "ip-address": "^10.2.0",
48
+ "minimatch": "10.2.5",
49
+ "next@*": {
50
+ "postcss": "8.5.10"
51
+ },
52
+ "npm": ">=11.13.0",
53
+ "qs": ">=6.15.2",
49
54
  "serialize-javascript": ">=7.0.5",
50
- "undici": ">=6.24.0"
55
+ "undici": ">=6.24.0",
56
+ "vite@*": {
57
+ "postcss": "8.5.10"
58
+ }
51
59
  },
52
60
  "peerDependencies": {
53
61
  "next": ">= 13 < 17"
@@ -66,14 +74,14 @@
66
74
  "diff-match-patch": "^1.0.5",
67
75
  "dir-compare": "^5.0.0",
68
76
  "ejs": "^5.0.1",
69
- "esbuild": "^0.27.7",
77
+ "esbuild": "^0.28.0",
70
78
  "express": "^5.2.1",
71
79
  "extract-zip": "^2.0.1",
72
80
  "file-type": "^22.0.0",
73
81
  "formdata-node": "^6.0.3",
74
82
  "http-proxy-middleware": "^3.0.5",
75
83
  "isbinaryfile": "^6.0.0",
76
- "jsdom": "28.0.0",
84
+ "jsdom": "29.1.1",
77
85
  "memory-cache": "^0.2.0",
78
86
  "picocolors": "^1.1.1",
79
87
  "rollup": "^4.60.1",
@@ -82,8 +90,8 @@
82
90
  "source-map-support": "^0.5.21",
83
91
  "svgo": "^4.0.1",
84
92
  "svgtofont": "^6.5.1",
85
- "typescript": "^6.0.2",
86
- "vite": "^8.0.5",
93
+ "typescript": "^6.0.3",
94
+ "vite": "^8.0.11",
87
95
  "vite-plugin-image-optimizer": "^2.0.3",
88
96
  "vite-plugin-zip-pack": "^1.2.4",
89
97
  "winston": "^3.19.0"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metricinsights/pp-dev",
3
3
  "type": "module",
4
- "version": "0.18.1",
4
+ "version": "0.18.3",
5
5
  "description": "Portal Page dev build tool",
6
6
  "bin": {
7
7
  "pp-dev": "bin/pp-dev.js"
@@ -34,7 +34,9 @@
34
34
  "test:e2e": "node scripts/run-tests.js",
35
35
  "test:e2e:ui": "npx playwright test --ui",
36
36
  "test:all": "npm run test:unit && npm run test:integration",
37
- "audit:all": "node scripts/audit-all.mjs"
37
+ "audit:all": "node scripts/audit-all.mjs",
38
+ "prereinstall:all": "npm run build",
39
+ "reinstall:all": "node scripts/reinstall-all.mjs"
38
40
  },
39
41
  "exports": {
40
42
  ".": {
@@ -69,13 +71,21 @@
69
71
  },
70
72
  "overrides": {
71
73
  "@xmldom/xmldom": ">=0.8.12",
72
- "brace-expansion": "5.0.5",
74
+ "brace-expansion": "5.0.6",
73
75
  "chokidar": "^5.0.0",
74
76
  "file-type": "^22.0.0",
75
- "minimatch": "10.2.4",
76
- "npm": ">=11.12.1",
77
+ "ip-address": "^10.2.0",
78
+ "minimatch": "10.2.5",
79
+ "next@*": {
80
+ "postcss": "8.5.10"
81
+ },
82
+ "npm": ">=11.13.0",
83
+ "qs": ">=6.15.2",
77
84
  "serialize-javascript": ">=7.0.5",
78
- "undici": ">=6.24.0"
85
+ "undici": ">=6.24.0",
86
+ "vite@*": {
87
+ "postcss": "8.5.10"
88
+ }
79
89
  },
80
90
  "peerDependencies": {
81
91
  "next": ">= 13 < 17"
@@ -94,14 +104,14 @@
94
104
  "diff-match-patch": "^1.0.5",
95
105
  "dir-compare": "^5.0.0",
96
106
  "ejs": "^5.0.1",
97
- "esbuild": "^0.27.7",
107
+ "esbuild": "^0.28.0",
98
108
  "express": "^5.2.1",
99
109
  "extract-zip": "^2.0.1",
100
110
  "file-type": "^22.0.0",
101
111
  "formdata-node": "^6.0.3",
102
112
  "http-proxy-middleware": "^3.0.5",
103
113
  "isbinaryfile": "^6.0.0",
104
- "jsdom": "28.0.0",
114
+ "jsdom": "29.1.1",
105
115
  "memory-cache": "^0.2.0",
106
116
  "picocolors": "^1.1.1",
107
117
  "rollup": "^4.60.1",
@@ -110,8 +120,8 @@
110
120
  "source-map-support": "^0.5.21",
111
121
  "svgo": "^4.0.1",
112
122
  "svgtofont": "^6.5.1",
113
- "typescript": "^6.0.2",
114
- "vite": "^8.0.5",
123
+ "typescript": "^6.0.3",
124
+ "vite": "^8.0.11",
115
125
  "vite-plugin-image-optimizer": "^2.0.3",
116
126
  "vite-plugin-zip-pack": "^1.2.4",
117
127
  "winston": "^3.19.0"
@@ -130,9 +140,9 @@
130
140
  "@types/jsdom": "^28.0.1",
131
141
  "@types/memory-cache": "^0.2.6",
132
142
  "@types/node": "^25.5.2",
133
- "@vitest/coverage-v8": "^4.1.2",
143
+ "@vitest/coverage-v8": "^4.1.5",
134
144
  "connect": "^3.7.0",
135
- "next": "^16.2.2",
145
+ "next": "^16.2.7",
136
146
  "prettier": "^3.8.1",
137
147
  "rimraf": "^6.1.3",
138
148
  "rollup-plugin-dts": "^6.4.1",
@@ -141,7 +151,7 @@
141
151
  "semantic-release": "^25.0.3",
142
152
  "tslib": "^2.8.1",
143
153
  "tsx": "^4.21.0",
144
- "vitest": "^4.1.2",
154
+ "vitest": "^4.1.5",
145
155
  "yargs": "^18.0.0"
146
156
  },
147
157
  "files": [
@@ -20,6 +20,7 @@ function replaceDir(src, dest) {
20
20
 
21
21
  if (existsSync(npmRoot)) {
22
22
  replaceDir(join(root, 'node_modules', 'brace-expansion'), join(npmRoot, 'node_modules', 'brace-expansion'));
23
+ replaceDir(join(root, 'node_modules', 'ip-address'), join(npmRoot, 'node_modules', 'ip-address'));
23
24
  replaceDir(
24
25
  join(root, 'node_modules', 'picomatch'),
25
26
  join(npmRoot, 'node_modules', 'tinyglobby', 'node_modules', 'picomatch'),