@trackunit/iris-app-webpack-plugin 1.16.8 → 1.17.0

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 +31 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## 1.17.0 (2026-05-10)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **vitest:** use istanbul as the coverage provider ([80313642422](https://github.com/Trackunit/manager/commit/80313642422))
6
+ - **vitest-config:** add coverage reporting for multiple apps and libraries ([5cf4844dfaa](https://github.com/Trackunit/manager/commit/5cf4844dfaa))
7
+
8
+ ### 🧱 Updated Dependencies
9
+
10
+ - Updated iris-app-build-utilities to 1.18.0
11
+ - Updated iris-app-api to 1.20.0
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Cursor @cursoragent
16
+ - Mikkel Thorbjørn Andersen
17
+
18
+ ## 1.16.10 (2026-05-07)
19
+
20
+ ### 🧱 Updated Dependencies
21
+
22
+ - Updated iris-app-build-utilities to 1.17.10
23
+ - Updated iris-app-api to 1.19.9
24
+
25
+ ## 1.16.9 (2026-05-07)
26
+
27
+ ### 🧱 Updated Dependencies
28
+
29
+ - Updated iris-app-build-utilities to 1.17.9
30
+ - Updated iris-app-api to 1.19.8
31
+
1
32
  ## 1.16.8 (2026-05-07)
2
33
 
3
34
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-webpack-plugin",
3
- "version": "1.16.8",
3
+ "version": "1.17.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
7
7
  "node": ">=24.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/iris-app-build-utilities": "1.17.8",
11
- "@trackunit/iris-app-api": "1.19.7",
10
+ "@trackunit/iris-app-build-utilities": "1.18.0",
11
+ "@trackunit/iris-app-api": "1.20.0",
12
12
  "tslib": "^2.6.2"
13
13
  },
14
14
  "peerDependencies": {