@trackunit/iris-app 1.18.10 → 1.18.12-alpha-293ecdd1034.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 1.18.11 (2026-04-23)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated iris-app-build-utilities to 1.15.10
|
|
6
|
+
- Updated iris-app-api to 1.17.10
|
|
7
|
+
- Updated react-test-setup to 1.8.104
|
|
8
|
+
- Updated shared-utils to 1.13.105
|
|
9
|
+
|
|
1
10
|
## 1.18.10 (2026-04-23)
|
|
2
11
|
|
|
3
12
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.12-alpha-293ecdd1034.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -18,18 +18,18 @@
|
|
|
18
18
|
"ts-morph": "^20.0.0",
|
|
19
19
|
"@phenomnomnominal/tsquery": "^6.1.3",
|
|
20
20
|
"typescript": "6.0.2",
|
|
21
|
-
"@nx/js": "22.
|
|
22
|
-
"@nx/eslint": "22.
|
|
23
|
-
"@nx/react": "22.
|
|
21
|
+
"@nx/js": "22.6.5",
|
|
22
|
+
"@nx/eslint": "22.6.5",
|
|
23
|
+
"@nx/react": "22.6.5",
|
|
24
24
|
"@npmcli/arborist": "^9.1.9",
|
|
25
25
|
"win-ca": "^3.5.1",
|
|
26
|
-
"@trackunit/shared-utils": "1.13.
|
|
27
|
-
"@trackunit/iris-app-api": "1.17.
|
|
26
|
+
"@trackunit/shared-utils": "1.13.106-alpha-293ecdd1034.0",
|
|
27
|
+
"@trackunit/iris-app-api": "1.17.11-alpha-293ecdd1034.0",
|
|
28
28
|
"tslib": "^2.6.2",
|
|
29
29
|
"@clack/prompts": "^1.0.0",
|
|
30
30
|
"@npm/types": "^1.0.2",
|
|
31
|
-
"@nx/devkit": "22.
|
|
32
|
-
"nx": "22.
|
|
31
|
+
"@nx/devkit": "22.6.5",
|
|
32
|
+
"nx": "22.6.5"
|
|
33
33
|
},
|
|
34
34
|
"types": "./src/index.d.ts",
|
|
35
35
|
"type": "commonjs"
|
|
@@ -83,18 +83,18 @@ const IrisAppGenerator = async function (tree, options) {
|
|
|
83
83
|
"single-spa-react": "5.1.4",
|
|
84
84
|
}, {
|
|
85
85
|
...tuDevDependencies,
|
|
86
|
-
nx: "22.
|
|
87
|
-
"@nx/react": "22.
|
|
88
|
-
"@nx/workspace": "22.
|
|
89
|
-
"@nx/devkit": "22.
|
|
90
|
-
"@nx/eslint-plugin": "22.
|
|
86
|
+
nx: "22.6.5",
|
|
87
|
+
"@nx/react": "22.6.5",
|
|
88
|
+
"@nx/workspace": "22.6.5",
|
|
89
|
+
"@nx/devkit": "22.6.5",
|
|
90
|
+
"@nx/eslint-plugin": "22.6.5",
|
|
91
91
|
"@types/react": "19.0.8",
|
|
92
92
|
eslint: "9.33.0",
|
|
93
93
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
94
94
|
"eslint-plugin-react": "7.37.5",
|
|
95
95
|
"eslint-plugin-import": "2.32.0",
|
|
96
96
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
97
|
-
"typescript-eslint": "8.
|
|
97
|
+
"typescript-eslint": "8.58.1",
|
|
98
98
|
typescript: "6.0.2",
|
|
99
99
|
});
|
|
100
100
|
(0, devkit_1.updateJson)(tree, "package.json", packageJson => {
|
|
@@ -150,9 +150,7 @@ const IrisAppGenerator = async function (tree, options) {
|
|
|
150
150
|
});
|
|
151
151
|
addFiles(tree, normalizedOptions, packageJsonLocally);
|
|
152
152
|
// enforcing engine versions specified in package.json
|
|
153
|
-
|
|
154
|
-
// widened its peer dep range to include TypeScript 6.
|
|
155
|
-
tree.write(".npmrc", "engine-strict=true\nlegacy-peer-deps=true\n");
|
|
153
|
+
tree.write(".npmrc", "engine-strict=true\n");
|
|
156
154
|
await (0, devkit_1.formatFiles)(tree);
|
|
157
155
|
return () => {
|
|
158
156
|
(0, devkit_1.installPackagesTask)(tree, true);
|
|
@@ -12,13 +12,13 @@ exports.spaDependencies = {
|
|
|
12
12
|
"single-spa-react": "5.1.4",
|
|
13
13
|
};
|
|
14
14
|
exports.testDependencies = {
|
|
15
|
-
"@nx/jest": "22.
|
|
15
|
+
"@nx/jest": "22.6.5",
|
|
16
16
|
"@testing-library/react": "16.2.0",
|
|
17
17
|
"@testing-library/dom": "^10.4.0",
|
|
18
18
|
jest: "30.0.5",
|
|
19
19
|
"jest-environment-jsdom": "30.0.5",
|
|
20
20
|
"jest-transform-stub": "^2.0.0",
|
|
21
21
|
"jest-fetch-mock": "^3.0.3",
|
|
22
|
-
"ts-jest": "29.4.
|
|
22
|
+
"ts-jest": "29.4.9",
|
|
23
23
|
};
|
|
24
24
|
//# sourceMappingURL=dependencies.js.map
|