@eclipse-scout/migrate 24.2.17 → 25.1.0-beta.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/README.md +7 -7
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://
|
|
2
|
+
<a href="https://eclipse.dev/scout/" target="_blank" rel="noopener noreferrer"><img src="https://eclipsescout.github.io/assets/img/eclipse-scout-logo.svg"></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://ci.eclipse.org/scout/
|
|
7
|
-
<a href="https://ci.eclipse.org/scout/
|
|
6
|
+
<a href="https://ci.eclipse.org/scout/job/scout-integration-25.1-RT-nightly_pipeline/" target="_blank" rel="noopener noreferrer"><img alt="Jenkins" src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.eclipse.org%2Fscout%2Fjob%2Fscout-integration-25.1-RT-nightly_pipeline%2F"></a>
|
|
7
|
+
<a href="https://ci.eclipse.org/scout/job/scout-integration-25.1-RT-nightly_pipeline/" target="_blank" rel="noopener noreferrer"><img alt="Jenkins tests" src="https://img.shields.io/jenkins/tests?jobUrl=https%3A%2F%2Fci.eclipse.org%2Fscout%2Fjob%2Fscout-integration-25.1-RT-nightly_pipeline%2F"></a>
|
|
8
8
|
<a href="https://www.npmjs.com/package/@eclipse-scout/migrate" target="_blank" rel="noopener noreferrer"><img alt="npm" src="https://img.shields.io/npm/dm/@eclipse-scout/migrate"></a>
|
|
9
9
|
<a href="https://www.eclipse.org/legal/epl-2.0/" target="_blank" rel="noopener noreferrer"><img alt="NPM" src="https://img.shields.io/npm/l/@eclipse-scout/migrate"></a>
|
|
10
10
|
<a href="https://www.npmjs.com/package/@eclipse-scout/migrate" target="_blank" rel="noopener noreferrer"><img alt="npm (scoped)" src="https://img.shields.io/npm/v/@eclipse-scout/migrate"></a>
|
|
11
11
|
<a href="https://www.npmjs.com/package/@eclipse-scout/migrate" target="_blank" rel="noopener noreferrer"><img alt="node" src="https://img.shields.io/node/v/@eclipse-scout/migrate"></a>
|
|
12
|
-
<a href="https://
|
|
12
|
+
<a href="https://eclipse.dev/scout/" target="_blank" rel="noopener noreferrer"><img alt="Website" src="https://img.shields.io/website?url=https%3A%2F%2Feclipse.dev%2Fscout%2F"></a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
# Eclipse Scout - Migrate
|
|
@@ -29,7 +29,7 @@ To set up the tool, do the following:
|
|
|
29
29
|
```json
|
|
30
30
|
{
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@eclipse-scout/migrate": "~
|
|
32
|
+
"@eclipse-scout/migrate": "~25.1.0"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
```
|
|
@@ -45,7 +45,7 @@ Some migrations require a `tsconfig.json`. You can add it as follows (do it only
|
|
|
45
45
|
```json
|
|
46
46
|
{
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@eclipse-scout/tsconfig": "~
|
|
48
|
+
"@eclipse-scout/tsconfig": "~25.1.0"
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
```
|
|
@@ -150,7 +150,7 @@ In order to run the TypeScript migration, do the following:
|
|
|
150
150
|
},
|
|
151
151
|
"pnpm": {
|
|
152
152
|
"overrides": {
|
|
153
|
-
"typescript": "5.
|
|
153
|
+
"typescript": "5.4.5"
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
}
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-scout/migrate",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.1.0-beta.0",
|
|
4
4
|
"description": "TypeScript migration module",
|
|
5
5
|
"author": "BSI Business Systems Integration AG",
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://eclipse.dev/scout/",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/eclipse-scout/scout.rt.git"
|
|
10
10
|
},
|
|
11
11
|
"license": "EPL-2.0",
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
14
|
-
"npm": ">=10.
|
|
15
|
-
"pnpm": ">=
|
|
13
|
+
"node": ">=22.12.0",
|
|
14
|
+
"npm": ">=10.9.0",
|
|
15
|
+
"pnpm": ">=9.15.0"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"scout",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"ts-migrate-plugins": "0.1.35",
|
|
34
34
|
"ts-migrate-server": "0.1.33",
|
|
35
35
|
"yargs-parser": "21.1.1",
|
|
36
|
-
"jscodeshift": "
|
|
37
|
-
"typescript": "5.
|
|
36
|
+
"jscodeshift": "17.1.1",
|
|
37
|
+
"typescript": "5.4.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@types/jscodeshift": "^0.
|
|
41
|
-
"@types/yargs": "^17.0.
|
|
40
|
+
"@types/jscodeshift": "^0.12.0",
|
|
41
|
+
"@types/yargs": "^17.0.33",
|
|
42
42
|
"jest": "29.7.0",
|
|
43
|
-
"@babel/preset-env": "7.
|
|
44
|
-
"@babel/core": "7.
|
|
45
|
-
"@eclipse-scout/tsconfig": "
|
|
43
|
+
"@babel/preset-env": "7.26.0",
|
|
44
|
+
"@babel/core": "7.26.0",
|
|
45
|
+
"@eclipse-scout/tsconfig": "25.1.0-beta.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"scout-migrate": "node bin/scout-migrate",
|