@progress/kendo-cli 1.7.0-develop.1 → 1.7.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/LICENSE.md +1 -1
- package/NOTICE.txt +100 -0
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
This project has been released under the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html), the text of which is included below. This license applies ONLY to the source of this repository and does not extend to any other Kendo UI distribution or variant, or any other 3rd party libraries used in a repository. For licensing information about KendoReact, see the [License Agreements page](https://www.telerik.com/purchase/license-agreement/progress-kendoreact) at [KendoReact.com](http://www.kendoreact.com).
|
|
2
2
|
|
|
3
|
-
> Copyright ©
|
|
3
|
+
> Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
|
|
4
4
|
|
|
5
5
|
> Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
6
|
> you may not use this file except in compliance with the License.
|
package/NOTICE.txt
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
Progress Kendo CLI AutoMigrate v1
|
|
2
|
+
|
|
3
|
+
Copyright © 2025 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Portions of the Product include certain open source and commercial third-party components listed below (“Third-Party Components”). The authors of the Third-Party Components require Progress Software Corporation (“PSC”) to include the following notices and additional licensing terms as a condition of PSC’s use of such Third-Party Components. You acknowledge that the authors of the Third-Party Components have no obligation to provide support to you for the Third-Party Components or the Product. You hereby undertake to comply with all licenses related to the applicable Third-Party Components. Notwithstanding anything to the contrary, to the extent that any of the terms and conditions of the Progress Agreement conflict, vary, or are in addition to the terms and conditions of the aforementioned third-party licenses for these technologies, such terms and conditions are offered by PSC alone and not by any other party.
|
|
6
|
+
|
|
7
|
+
-------------------------------------------------------------------------
|
|
8
|
+
SUMMARY OF COMPONENTS:
|
|
9
|
+
|
|
10
|
+
VendorName | ComponentName | VersionName | LicenseType
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
Facebook | jscodeshift | 17.1.2 - Open Source | MIT-style License
|
|
14
|
+
Isaac Z. Schlueter and Contributors | semver | 7.5.4 - Open Source | ISC-style License
|
|
15
|
+
janl | mustache.js | 4.2.0 - Open Source | MIT-style License
|
|
16
|
+
Michael Nilsson | vscode-diff 2.0.2 - Open Source | MIT-style License
|
|
17
|
+
Simon Boudrias | inquirer/prompts 7.2.2 - Open Source | MIT-style License
|
|
18
|
+
Sindre Sorhus | yocto-spinner | 0.2.0 - Open Source | MIT-style License
|
|
19
|
+
Yargs-parser Contributors | Yargs | 17.2.2 - Open Source | MIT-style License
|
|
20
|
+
Zoltan Kochan | preferred-pm | 4.0.0 - Open Source | MIT-style License
|
|
21
|
+
-------------------------------------------------------------------------
|
|
22
|
+
|
|
23
|
+
1. Special Notices Regarding Open-Source Third-Party Components incorporated into the Product:
|
|
24
|
+
|
|
25
|
+
(1) ISC-style Licenses:
|
|
26
|
+
|
|
27
|
+
(a) Progress Kendo CLI AutoMigrate v1 incorporates semver v7.5.4. Such technology is subject to the following terms and conditions:
|
|
28
|
+
The ISC License
|
|
29
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
30
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
31
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
32
|
+
copyright notice and this permission notice appear in all copies.
|
|
33
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
34
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
35
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
38
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
39
|
+
|
|
40
|
+
(2) MIT-style Licenses:
|
|
41
|
+
|
|
42
|
+
(a) Progress Kendo CLI AutoMigrate v1 incorporates jscodeshift v17.1.2. Such technology is subject to the following terms and conditions:
|
|
43
|
+
MIT License
|
|
44
|
+
Copyright (c) Facebook, Inc. and its affiliates.
|
|
45
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
46
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
47
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
48
|
+
|
|
49
|
+
(b) Progress Kendo CLI AutoMigrate v1 incorporates mustache.js v4.2.0. Such technology is subject to the following terms and conditions:
|
|
50
|
+
The MIT License
|
|
51
|
+
Copyright (c) 2009 Chris Wanstrath (Ruby)
|
|
52
|
+
Copyright (c) 2010-2014 Jan Lehnardt (JavaScript)
|
|
53
|
+
Copyright (c) 2010-2015 The mustache.js community
|
|
54
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
55
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
56
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
57
|
+
|
|
58
|
+
(c) Progress Kendo CLI AutoMigrate v1 incorporates vscode-diff v2.0.2. Such technology is subject to the following terms and conditions:
|
|
59
|
+
MIT License
|
|
60
|
+
Copyright (c) 2018 Michael Nilsson
|
|
61
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
62
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
63
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
64
|
+
|
|
65
|
+
(d) Progress Kendo CLI AutoMigrate v1 incorporates inquirer/prompts v7.2.2. Such technology is subject to the following terms and conditions:
|
|
66
|
+
Copyright (c) 2025 Simon Boudrias
|
|
67
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
68
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
69
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
70
|
+
|
|
71
|
+
(e) Progress Kendo CLI AutoMigrate v1 incorporates yocto-spinner v0.2.0. Such technology is subject to the following terms and conditions:
|
|
72
|
+
MIT License
|
|
73
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
74
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
75
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
76
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
77
|
+
|
|
78
|
+
(f) Progress Kendo CLI AutoMigrate v1 incorporates Yargs v17.2.2.
|
|
79
|
+
Such technology is subject to the following terms and conditions:
|
|
80
|
+
MIT License
|
|
81
|
+
Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)
|
|
82
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
83
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
84
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
85
|
+
|
|
86
|
+
(g) Progress Kendo CLI AutoMigrate v1 incorporates preferred-pm v4.0.0. Such technology is subject to the following terms and conditions:
|
|
87
|
+
The MIT License (MIT)
|
|
88
|
+
Copyright (c) 2017-2022 Zoltan Kochan <z@kochan.io>
|
|
89
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
90
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
91
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
92
|
+
|
|
93
|
+
2. Special Notices Regarding Commercially Licensed Third-Party Components incorporated into the Product: NONE
|
|
94
|
+
|
|
95
|
+
3. Special Notices Regarding Progress Products incorporated into the Product: NONE
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
NOTICE FROM PROGRESS SOFTWARE CORPORATION: Additional notices may be included in the release notes or other documentation that accompanies updates received in connection with support of the Product.
|
|
99
|
+
|
|
100
|
+
Updated 11.Feb.2025
|
package/dist/index.js
CHANGED
|
@@ -49656,7 +49656,7 @@ function getPkgJsonPath(path) {
|
|
|
49656
49656
|
const getFiles = (pattern) => glob.sync(`${cwd}/**/${pattern || defaultPattern}`, {
|
|
49657
49657
|
ignore: ["**/node_modules/**"],
|
|
49658
49658
|
});
|
|
49659
|
-
async function shouldRunCodemod(codemod, args) {
|
|
49659
|
+
async function shouldRunCodemod(codemod, version, args) {
|
|
49660
49660
|
const isOptional = codemod.prompt;
|
|
49661
49661
|
const isForce = args.force;
|
|
49662
49662
|
const areOptionalEnabled = args.optional;
|
|
@@ -49668,7 +49668,7 @@ async function shouldRunCodemod(codemod, args) {
|
|
|
49668
49668
|
}
|
|
49669
49669
|
if (isOptional) {
|
|
49670
49670
|
return await (0, prompts_1.confirm)({
|
|
49671
|
-
message:
|
|
49671
|
+
message: `${getCodemodDesc(codemod, version)}\nThis codemod is optional. Do you want to run it?`,
|
|
49672
49672
|
});
|
|
49673
49673
|
}
|
|
49674
49674
|
return true;
|
|
@@ -49720,7 +49720,7 @@ async function runCodemods({ migrations, pkgPath, pkgJson, files, originalFiles
|
|
|
49720
49720
|
const to = pkgJson.version;
|
|
49721
49721
|
const semverRange = semver.validRange(`${from} - ${to}`);
|
|
49722
49722
|
for (const [version, codemod] of getCodemods(migrations.codemods, semverRange)) {
|
|
49723
|
-
if (await shouldRunCodemod(codemod, args)) {
|
|
49723
|
+
if (await shouldRunCodemod(codemod, version, args)) {
|
|
49724
49724
|
console.log(`${yellow("Running codemod:")} ${getCodemodDesc(codemod, version)}`);
|
|
49725
49725
|
await (0, Runner_1.run)((0, path_1.resolve)(pkgPath, codemod.file), files, {
|
|
49726
49726
|
silent: args.verbose < 2,
|
|
@@ -77688,7 +77688,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"title":"jsa","description":"Create j
|
|
|
77688
77688
|
/***/ ((module) => {
|
|
77689
77689
|
|
|
77690
77690
|
"use strict";
|
|
77691
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@progress/kendo-cli","version":"0.0.0-semantically.released","description":"","repository":{"type":"git","url":"git+https://github.com/telerik/kendo-cli.git"},"publishConfig":{"access":"public"},"scripts":{"prepare":"mkdir -p dist && touch dist/index.js","dev":"webpack --watch","build":"webpack && npm pack && copyfiles --flat --error --verbose progress-kendo-cli-*.tgz ../dist","test":"jest","semantic-release":"semantic-release"},"author":"Progress","private":false,"license":"SEE LICENSE IN LICENSE.md","dependencies":{"jscodeshift":"17.1.1"},"devDependencies":{"@commitlint/config-conventional":"^18.4.3","@inquirer/prompts":"^7.2.0","@jest/globals":"^29.3.1","@telerik/call-home":"^4.3.0","@telerik/jquery-scaffolders":"1.0.0","@telerik/machine-id":"^1.5.0","@telerik/package-manager":"*","@telerik/react-scaffolders":"1.0.0","@telerik/scaffolding":"1.0.0","@telerik/vue-scaffolders":"1.0.0","@types/jscodeshift":"^0.12.0","@types/node":"^18.11.10","@types/semver":"^7.5.6","@types/yargs":"^17.0.15","binary-base64-loader":"^1.0.0","copyfiles":"^2.4.1","jest":"^29.3.1","json-loader":"^0.5.7","raw-loader":"^4.0.2","semver":"^7.5.4","ts-loader":"^9.5.1","typescript":"^4.9.3","vscode-diff":"^2.0.2","webpack":"^5.89.0","webpack-cli":"^5.1.4","webpack-shebang-plugin":"^1.1.8","yargs":"^17.6.2","yocto-spinner":"^0.1.2"},"bin":{"kendo":"dist/index.js"},"jest":{"preset":"ts-jest"},"files":["package.json","README.md","LICENSE.md","dist/*"]}');
|
|
77691
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@progress/kendo-cli","version":"0.0.0-semantically.released","description":"","repository":{"type":"git","url":"git+https://github.com/telerik/kendo-cli.git"},"publishConfig":{"access":"public"},"scripts":{"prepare":"mkdir -p dist && touch dist/index.js","dev":"webpack --watch","build":"webpack && npm pack && copyfiles --flat --error --verbose progress-kendo-cli-*.tgz ../dist","test":"jest","semantic-release":"node ../../tools/copy-legal.mjs && semantic-release"},"author":"Progress","private":false,"license":"SEE LICENSE IN LICENSE.md","dependencies":{"jscodeshift":"17.1.1"},"devDependencies":{"@commitlint/config-conventional":"^18.4.3","@inquirer/prompts":"^7.2.0","@jest/globals":"^29.3.1","@telerik/call-home":"^4.3.0","@telerik/jquery-scaffolders":"1.0.0","@telerik/machine-id":"^1.5.0","@telerik/package-manager":"*","@telerik/react-scaffolders":"1.0.0","@telerik/scaffolding":"1.0.0","@telerik/vue-scaffolders":"1.0.0","@types/jscodeshift":"^0.12.0","@types/node":"^18.11.10","@types/semver":"^7.5.6","@types/yargs":"^17.0.15","binary-base64-loader":"^1.0.0","copyfiles":"^2.4.1","jest":"^29.3.1","json-loader":"^0.5.7","raw-loader":"^4.0.2","semver":"^7.5.4","ts-loader":"^9.5.1","typescript":"^4.9.3","vscode-diff":"^2.0.2","webpack":"^5.89.0","webpack-cli":"^5.1.4","webpack-shebang-plugin":"^1.1.8","yargs":"^17.6.2","yocto-spinner":"^0.1.2"},"bin":{"kendo":"dist/index.js"},"jest":{"preset":"ts-jest"},"files":["package.json","README.md","LICENSE.md","NOTICE.txt","dist/*"]}');
|
|
77692
77692
|
|
|
77693
77693
|
/***/ }),
|
|
77694
77694
|
|