@trackunit/iris-app 2.7.1 → 2.7.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,22 @@
|
|
|
1
|
+
## 2.7.3 (2026-09-21)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated iris-app-build-utilities to 2.4.59
|
|
6
|
+
- Updated iris-app-api to 2.6.7
|
|
7
|
+
- Updated react-vite-test-setup to 0.0.140
|
|
8
|
+
- Updated css-classname-utils to 0.0.48
|
|
9
|
+
- Updated react-graphql-tools to 1.17.39
|
|
10
|
+
- Updated shared-utils to 1.16.50
|
|
11
|
+
|
|
12
|
+
## 2.7.2 (2026-09-21)
|
|
13
|
+
|
|
14
|
+
### 🧱 Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated iris-app-build-utilities to 2.4.58
|
|
17
|
+
- Updated iris-app-api to 2.6.6
|
|
18
|
+
- Updated react-graphql-tools to 1.17.38
|
|
19
|
+
|
|
1
20
|
## 2.7.1 (2026-09-17)
|
|
2
21
|
|
|
3
22
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"node": ">=24.x"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@trackunit/css-classname-utils": "0.0.
|
|
13
|
+
"@trackunit/css-classname-utils": "0.0.48",
|
|
14
14
|
"@typescript-eslint/types": "8.58.1",
|
|
15
15
|
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
16
16
|
"pacote": "^21.0.4",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@nx/react": "23.1.0",
|
|
27
27
|
"@npmcli/arborist": "^9.1.9",
|
|
28
28
|
"win-ca": "^3.5.1",
|
|
29
|
-
"@trackunit/iris-app-build-utilities": "2.4.
|
|
30
|
-
"@trackunit/react-graphql-tools": "1.17.
|
|
31
|
-
"@trackunit/shared-utils": "1.16.
|
|
32
|
-
"@trackunit/iris-app-api": "2.6.
|
|
29
|
+
"@trackunit/iris-app-build-utilities": "2.4.59",
|
|
30
|
+
"@trackunit/react-graphql-tools": "1.17.39",
|
|
31
|
+
"@trackunit/shared-utils": "1.16.50",
|
|
32
|
+
"@trackunit/iris-app-api": "2.6.7",
|
|
33
33
|
"tslib": "^2.6.2",
|
|
34
34
|
"@clack/prompts": "^1.0.0",
|
|
35
35
|
"@npm/types": "^1.0.2",
|
|
@@ -77,8 +77,8 @@ const IrisAppGenerator = async function (tree, options) {
|
|
|
77
77
|
graphql: "16.10.0",
|
|
78
78
|
"@tanstack/react-router": "1.114.29",
|
|
79
79
|
tslib: "2.4.0",
|
|
80
|
-
react: "19.
|
|
81
|
-
"react-dom": "19.
|
|
80
|
+
react: "19.3.0",
|
|
81
|
+
"react-dom": "19.3.0",
|
|
82
82
|
"single-spa-react": "5.1.4",
|
|
83
83
|
}, {
|
|
84
84
|
...tuDevDependencies,
|
|
@@ -87,7 +87,7 @@ const IrisAppGenerator = async function (tree, options) {
|
|
|
87
87
|
"@nx/workspace": "23.1.0",
|
|
88
88
|
"@nx/devkit": "23.1.0",
|
|
89
89
|
"@nx/eslint-plugin": "23.1.0",
|
|
90
|
-
"@types/react": "19.0
|
|
90
|
+
"@types/react": "19.3.0",
|
|
91
91
|
eslint: "9.33.0",
|
|
92
92
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
93
93
|
"eslint-plugin-react": "7.37.5",
|
|
@@ -98,8 +98,8 @@ const IrisAppGenerator = async function (tree, options) {
|
|
|
98
98
|
});
|
|
99
99
|
(0, devkit_1.updateJson)(tree, "package.json", packageJson => {
|
|
100
100
|
packageJson.overrides = {
|
|
101
|
-
react: "19.
|
|
102
|
-
"react-dom": "19.
|
|
101
|
+
react: "19.3.0", // to avoid resolution warnings when running npm install
|
|
102
|
+
"react-dom": "19.3.0", // fix resolution warnings and test
|
|
103
103
|
"zod-validation-error": "4.0.2",
|
|
104
104
|
};
|
|
105
105
|
return packageJson;
|
|
@@ -49,8 +49,8 @@ async function presetGenerator(tree, options) {
|
|
|
49
49
|
// workspace can run the documented upgrade flow without installing it first.
|
|
50
50
|
const migrationsVersion = (await (0, get_package_manifest_1.getPackageManifest)("@trackunit/migrations")).version;
|
|
51
51
|
(0, devkit_1.addDependenciesToPackageJson)(tree, {
|
|
52
|
-
react: "19.
|
|
53
|
-
"react-dom": "19.
|
|
52
|
+
react: "19.3.0",
|
|
53
|
+
"react-dom": "19.3.0",
|
|
54
54
|
}, {
|
|
55
55
|
"@trackunit/migrations": migrationsVersion,
|
|
56
56
|
});
|