@metricinsights/pp-dev 0.18.2 → 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,10 @@
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
+
1
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)
2
9
 
3
10
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
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
+
1
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)
2
9
 
3
10
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metricinsights/pp-dev",
3
3
  "type": "commonjs",
4
- "version": "0.18.2-beta.1",
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,15 +41,16 @@
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
47
  "ip-address": "^10.2.0",
48
- "minimatch": "10.2.4",
48
+ "minimatch": "10.2.5",
49
49
  "next@*": {
50
50
  "postcss": "8.5.10"
51
51
  },
52
52
  "npm": ">=11.13.0",
53
+ "qs": ">=6.15.2",
53
54
  "serialize-javascript": ">=7.0.5",
54
55
  "undici": ">=6.24.0",
55
56
  "vite@*": {
@@ -73,14 +74,14 @@
73
74
  "diff-match-patch": "^1.0.5",
74
75
  "dir-compare": "^5.0.0",
75
76
  "ejs": "^5.0.1",
76
- "esbuild": "^0.27.7",
77
+ "esbuild": "^0.28.0",
77
78
  "express": "^5.2.1",
78
79
  "extract-zip": "^2.0.1",
79
80
  "file-type": "^22.0.0",
80
81
  "formdata-node": "^6.0.3",
81
82
  "http-proxy-middleware": "^3.0.5",
82
83
  "isbinaryfile": "^6.0.0",
83
- "jsdom": "28.0.0",
84
+ "jsdom": "29.1.1",
84
85
  "memory-cache": "^0.2.0",
85
86
  "picocolors": "^1.1.1",
86
87
  "rollup": "^4.60.1",
@@ -89,8 +90,8 @@
89
90
  "source-map-support": "^0.5.21",
90
91
  "svgo": "^4.0.1",
91
92
  "svgtofont": "^6.5.1",
92
- "typescript": "^6.0.2",
93
- "vite": "^8.0.5",
93
+ "typescript": "^6.0.3",
94
+ "vite": "^8.0.11",
94
95
  "vite-plugin-image-optimizer": "^2.0.3",
95
96
  "vite-plugin-zip-pack": "^1.2.4",
96
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.2-beta.1",
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,15 +41,16 @@
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
47
  "ip-address": "^10.2.0",
48
- "minimatch": "10.2.4",
48
+ "minimatch": "10.2.5",
49
49
  "next@*": {
50
50
  "postcss": "8.5.10"
51
51
  },
52
52
  "npm": ">=11.13.0",
53
+ "qs": ">=6.15.2",
53
54
  "serialize-javascript": ">=7.0.5",
54
55
  "undici": ">=6.24.0",
55
56
  "vite@*": {
@@ -73,14 +74,14 @@
73
74
  "diff-match-patch": "^1.0.5",
74
75
  "dir-compare": "^5.0.0",
75
76
  "ejs": "^5.0.1",
76
- "esbuild": "^0.27.7",
77
+ "esbuild": "^0.28.0",
77
78
  "express": "^5.2.1",
78
79
  "extract-zip": "^2.0.1",
79
80
  "file-type": "^22.0.0",
80
81
  "formdata-node": "^6.0.3",
81
82
  "http-proxy-middleware": "^3.0.5",
82
83
  "isbinaryfile": "^6.0.0",
83
- "jsdom": "28.0.0",
84
+ "jsdom": "29.1.1",
84
85
  "memory-cache": "^0.2.0",
85
86
  "picocolors": "^1.1.1",
86
87
  "rollup": "^4.60.1",
@@ -89,8 +90,8 @@
89
90
  "source-map-support": "^0.5.21",
90
91
  "svgo": "^4.0.1",
91
92
  "svgtofont": "^6.5.1",
92
- "typescript": "^6.0.2",
93
- "vite": "^8.0.5",
93
+ "typescript": "^6.0.3",
94
+ "vite": "^8.0.11",
94
95
  "vite-plugin-image-optimizer": "^2.0.3",
95
96
  "vite-plugin-zip-pack": "^1.2.4",
96
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.2",
4
+ "version": "0.18.3",
5
5
  "description": "Portal Page dev build tool",
6
6
  "bin": {
7
7
  "pp-dev": "bin/pp-dev.js"
@@ -71,15 +71,16 @@
71
71
  },
72
72
  "overrides": {
73
73
  "@xmldom/xmldom": ">=0.8.12",
74
- "brace-expansion": "5.0.5",
74
+ "brace-expansion": "5.0.6",
75
75
  "chokidar": "^5.0.0",
76
76
  "file-type": "^22.0.0",
77
77
  "ip-address": "^10.2.0",
78
- "minimatch": "10.2.4",
78
+ "minimatch": "10.2.5",
79
79
  "next@*": {
80
80
  "postcss": "8.5.10"
81
81
  },
82
82
  "npm": ">=11.13.0",
83
+ "qs": ">=6.15.2",
83
84
  "serialize-javascript": ">=7.0.5",
84
85
  "undici": ">=6.24.0",
85
86
  "vite@*": {
@@ -103,14 +104,14 @@
103
104
  "diff-match-patch": "^1.0.5",
104
105
  "dir-compare": "^5.0.0",
105
106
  "ejs": "^5.0.1",
106
- "esbuild": "^0.27.7",
107
+ "esbuild": "^0.28.0",
107
108
  "express": "^5.2.1",
108
109
  "extract-zip": "^2.0.1",
109
110
  "file-type": "^22.0.0",
110
111
  "formdata-node": "^6.0.3",
111
112
  "http-proxy-middleware": "^3.0.5",
112
113
  "isbinaryfile": "^6.0.0",
113
- "jsdom": "28.0.0",
114
+ "jsdom": "29.1.1",
114
115
  "memory-cache": "^0.2.0",
115
116
  "picocolors": "^1.1.1",
116
117
  "rollup": "^4.60.1",
@@ -119,8 +120,8 @@
119
120
  "source-map-support": "^0.5.21",
120
121
  "svgo": "^4.0.1",
121
122
  "svgtofont": "^6.5.1",
122
- "typescript": "^6.0.2",
123
- "vite": "^8.0.5",
123
+ "typescript": "^6.0.3",
124
+ "vite": "^8.0.11",
124
125
  "vite-plugin-image-optimizer": "^2.0.3",
125
126
  "vite-plugin-zip-pack": "^1.2.4",
126
127
  "winston": "^3.19.0"
@@ -139,9 +140,9 @@
139
140
  "@types/jsdom": "^28.0.1",
140
141
  "@types/memory-cache": "^0.2.6",
141
142
  "@types/node": "^25.5.2",
142
- "@vitest/coverage-v8": "^4.1.2",
143
+ "@vitest/coverage-v8": "^4.1.5",
143
144
  "connect": "^3.7.0",
144
- "next": "^16.2.2",
145
+ "next": "^16.2.7",
145
146
  "prettier": "^3.8.1",
146
147
  "rimraf": "^6.1.3",
147
148
  "rollup-plugin-dts": "^6.4.1",
@@ -150,7 +151,7 @@
150
151
  "semantic-release": "^25.0.3",
151
152
  "tslib": "^2.8.1",
152
153
  "tsx": "^4.21.0",
153
- "vitest": "^4.1.2",
154
+ "vitest": "^4.1.5",
154
155
  "yargs": "^18.0.0"
155
156
  },
156
157
  "files": [