@unisphere/nx 1.1.5 → 1.3.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.
@@ -0,0 +1,164 @@
1
+ {
2
+ "migrations": {
3
+ "check-nx-version": {
4
+ "version": "1.1.5",
5
+ "description": "Checks that Nx version is 22 or higher",
6
+ "implementation": "./dist/migrations/update-1-1-5/check-nx-version",
7
+ "cli": {
8
+ "postUpgradeMessage": "✅ Nx version check completed. Your project is using Nx 22 or higher."
9
+ }
10
+ },
11
+ "rename-widgetname-to-widgetname": {
12
+ "version": "1.1.5",
13
+ "description": "Changes the executor name from WidgetName to widgetName",
14
+ "implementation": "./dist/migrations/update-1-1-5/rename-widgetname-to-widgetname"
15
+ },
16
+ "fix-playground-apps": {
17
+ "version": "1.1.5",
18
+ "description": "Fixes playground apps",
19
+ "implementation": "./dist/migrations/update-1-1-5/fix-playground-apps"
20
+ },
21
+ "move-runtime-info-to-core": {
22
+ "version": "1.1.5",
23
+ "description": "Moves runtime-information.ts and runtime-settings.ts to core package",
24
+ "implementation": "./dist/migrations/update-1-1-5/move-runtime-info-to-core"
25
+ },
26
+ "update-npmrc": {
27
+ "version": "1.1.5",
28
+ "description": "Set legacy-peer-deps=false in .npmrc files",
29
+ "implementation": "./dist/migrations/update-1-1-5/update-npmrc"
30
+ },
31
+ "sync-package-json-files": {
32
+ "version": "1.1.5",
33
+ "description": "Syncs package json files",
34
+ "implementation": "./dist/migrations/update-1-1-5/sync-package-json-files"
35
+ },
36
+ "update-nvmrc": {
37
+ "version": "1.1.5",
38
+ "description": "Updates .nvmrc to Node 24 (creates if missing)",
39
+ "implementation": "./dist/migrations/update-1-1-5/update-nvmrc",
40
+ "cli": {
41
+ "postUpgradeMessage": "✅ .nvmrc has been updated to Node 24. Please ensure you have Node.js 24.x installed."
42
+ }
43
+ },
44
+ "fix-dependency-versions": {
45
+ "version": "1.1.5",
46
+ "description": "Removes ^ from @changesets/cli version in package.json",
47
+ "implementation": "./dist/migrations/update-1-1-5/fix-dependency-versions",
48
+ "cli": {
49
+ "postUpgradeMessage": "✅ @changesets/cli version has been pinned to exact version (^ removed)."
50
+ }
51
+ },
52
+ "update-github-workflow": {
53
+ "version": "1.1.5",
54
+ "description": "Updates .github/workflows/cicd.yml from template",
55
+ "implementation": "./dist/migrations/update-1-1-5/update-github-workflow",
56
+ "cli": {
57
+ "postUpgradeMessage": "✅ GitHub workflow updated to use Node.js 24. Review .github/workflows/cicd.yml if you have custom changes."
58
+ }
59
+ }
60
+ },
61
+ "generators": {},
62
+ "packageJsonUpdates": {
63
+ "1.1.5": {
64
+ "version": "1.1.5",
65
+ "cli": "nx",
66
+ "postUpdateMessage": "\n🎉 Migration to @unisphere/nx 1.1.5 completed successfully!\n\n📋 Summary of changes:\n • Upgraded to Nx 22\n • Updated Node.js to version 24 (.nvmrc)\n • Pinned @changesets/cli to exact version\n • Updated GitHub workflow to use Node 24\n • Updated all @unisphere and @kaltura packages\n • Upgraded to React 19\n\n⚠️ Important next steps:\n 1. Install dependencies: npm install\n 2. Ensure you have Node.js 24.x installed (check with: node --version)\n 3. Review and test your application\n 4. Commit the changes\n\nFor more information, visit: https://github.com/your-org/unisphere\n",
67
+ "packages": {
68
+ "@kaltura/ds-react-bits": {
69
+ "version": "latest",
70
+ "alwaysAddToPackageJson": false
71
+ },
72
+ "@kaltura/ds-react-icons": {
73
+ "version": "latest",
74
+ "alwaysAddToPackageJson": false
75
+ },
76
+ "@kaltura/ds-react-theme": {
77
+ "version": "latest",
78
+ "alwaysAddToPackageJson": false
79
+ },
80
+ "@kaltura/ds-react-utils": {
81
+ "version": "latest",
82
+ "alwaysAddToPackageJson": false
83
+ },
84
+ "@unisphere/cli": {
85
+ "version": "latest",
86
+ "alwaysAddToPackageJson": false
87
+ },
88
+ "@unisphere/core": {
89
+ "version": "latest",
90
+ "alwaysAddToPackageJson": false
91
+ },
92
+ "@unisphere/notifications-core": {
93
+ "version": "latest",
94
+ "alwaysAddToPackageJson": false
95
+ },
96
+ "@unisphere/notifications-runtime-react": {
97
+ "version": "latest",
98
+ "alwaysAddToPackageJson": false
99
+ },
100
+ "@unisphere/nx": {
101
+ "version": "latest",
102
+ "alwaysAddToPackageJson": false
103
+ },
104
+ "@unisphere/runtime": {
105
+ "version": "latest",
106
+ "alwaysAddToPackageJson": false
107
+ },
108
+ "@unisphere/runtime-js": {
109
+ "version": "latest",
110
+ "alwaysAddToPackageJson": false
111
+ },
112
+ "@unisphere/runtime-react": {
113
+ "version": "latest",
114
+ "alwaysAddToPackageJson": false
115
+ },
116
+ "@unisphere/ui-i18n-react": {
117
+ "version": "latest",
118
+ "alwaysAddToPackageJson": false
119
+ },
120
+ "react": {
121
+ "version": "^19.0.0",
122
+ "alwaysAddToPackageJson": false
123
+ },
124
+ "react-dom": {
125
+ "version": "^19.0.0",
126
+ "alwaysAddToPackageJson": false
127
+ },
128
+ "@types/node": {
129
+ "version": "^20.19.1",
130
+ "alwaysAddToPackageJson": false
131
+ },
132
+ "@types/react": {
133
+ "version": "^19.0.0",
134
+ "alwaysAddToPackageJson": false
135
+ },
136
+ "@types/react-dom": {
137
+ "version": "^19.0.0",
138
+ "alwaysAddToPackageJson": false
139
+ },
140
+ "@swc/helpers": {
141
+ "version": "~0.5.17",
142
+ "alwaysAddToPackageJson": false
143
+ },
144
+ "react-codemod": {
145
+ "version": "^5.4.4",
146
+ "alwaysAddToPackageJson": false
147
+ },
148
+ "@nx/nx-linux-x64-gnu": {
149
+ "version": "22.0.1",
150
+ "addToPackageJson": "optionalDependencies",
151
+ "alwaysAddToPackageJson": false
152
+ },
153
+ "@emotion/react": {
154
+ "version": "11.14.0",
155
+ "alwaysAddToPackageJson": false
156
+ },
157
+ "@emotion/styled": {
158
+ "version": "11.14.1",
159
+ "alwaysAddToPackageJson": false
160
+ }
161
+ }
162
+ }
163
+ }
164
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "1.1.5",
3
+ "version": "1.3.0",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -27,6 +27,8 @@
27
27
  },
28
28
  "exports": {
29
29
  "./package.json": "./package.json",
30
+ "./migrations.json": "./migrations.json",
31
+ "./dist/*": "./dist/*",
30
32
  ".": {
31
33
  "development": "./src/index.ts",
32
34
  "types": "./dist/index.d.ts",
@@ -67,6 +69,11 @@
67
69
  "input": "./packages/nx/src/generators",
68
70
  "glob": "**/templates/**/*",
69
71
  "output": "./generators"
72
+ },
73
+ {
74
+ "input": "./packages/nx",
75
+ "glob": "migrations.json",
76
+ "output": "."
70
77
  }
71
78
  ]
72
79
  }