create-stencil-components 1.0.1 → 1.0.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/README.md +1 -7
- package/dist/templates/base/docs/CODE_OF_CONDUCT.md +1 -1
- package/dist/templates/base/package.json +3 -3
- package/dist/templates/variants/all/packages/components-{{PROJECT_NAME_KEBAB}}-core/package.json +6 -6
- package/dist/templates/variants/angular/packages/components-{{PROJECT_NAME_KEBAB}}-core/package.json +6 -6
- package/dist/templates/variants/react/packages/components-{{PROJECT_NAME_KEBAB}}-core/package.json +6 -6
- package/dist/templates/variants/vue/packages/components-{{PROJECT_NAME_KEBAB}}-core/package.json +6 -6
- package/dist/templates/variants/web-components/packages/components-{{PROJECT_NAME_KEBAB}}-core/package.json +6 -6
- package/package.json +5 -5
- package/LICENSE +0 -21
package/README.md
CHANGED
|
@@ -42,13 +42,7 @@ npm create stencil-components@latest -- --help
|
|
|
42
42
|
|
|
43
43
|
## Contributing
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
1. Fork the project
|
|
48
|
-
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
|
|
49
|
-
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
|
|
50
|
-
4. Push to the branch (`git push origin feature/AmazingFeature`)
|
|
51
|
-
5. Open a Pull Request
|
|
45
|
+
We welcome contributions from the community! To contribute to this project, please follow the contribution guidelines in [CONTRIBUTING](/CONTRIBUTING.md).
|
|
52
46
|
|
|
53
47
|
## License
|
|
54
48
|
|
|
@@ -119,4 +119,4 @@ version 2.0, available at [Contributor Covenant Code of Conduct](https://www.con
|
|
|
119
119
|
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
|
120
120
|
enforcement ladder](https://github.com/mozilla/diversity).
|
|
121
121
|
|
|
122
|
-
For answers to common questions about this code of conduct, see the [FAQ](https://www.contributor-covenant.org/faq). Translations are available [
|
|
122
|
+
For answers to common questions about this code of conduct, see the [FAQ](https://www.contributor-covenant.org/faq). Translations are available at the [Contributor Covenant translations](https://www.contributor-covenant.org/translations).
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"prepare": "node .husky/install.mjs"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@commitlint/cli": "20.
|
|
17
|
-
"@commitlint/config-conventional": "20.
|
|
16
|
+
"@commitlint/cli": "20.3.0",
|
|
17
|
+
"@commitlint/config-conventional": "20.3.0",
|
|
18
18
|
"@eslint/js": "9.39.2",
|
|
19
19
|
"@nx/js": "22.3.3",
|
|
20
20
|
"eslint": "9.39.2",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"stylelint-use-logical": "2.1.2",
|
|
31
31
|
"ts-node": "10.9.2",
|
|
32
32
|
"typescript": "5.9.3",
|
|
33
|
-
"typescript-eslint": "8.
|
|
33
|
+
"typescript-eslint": "8.51.0"
|
|
34
34
|
},
|
|
35
35
|
"nx": {},
|
|
36
36
|
"volta": {
|
package/dist/templates/variants/all/packages/components-{{PROJECT_NAME_KEBAB}}-core/package.json
CHANGED
|
@@ -69,16 +69,16 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@stencil/angular-output-target": "1.1.1",
|
|
72
|
-
"@stencil/core": "4.
|
|
72
|
+
"@stencil/core": "4.41.0",
|
|
73
73
|
"@stencil/react-output-target": "1.2.0",
|
|
74
74
|
"@stencil/sass": "3.2.3",
|
|
75
75
|
"@stencil/vue-output-target": "0.11.8",
|
|
76
|
-
"@types/jest": "
|
|
76
|
+
"@types/jest": "30.0.0",
|
|
77
77
|
"@types/node": "25.0.3",
|
|
78
|
-
"jest": "
|
|
79
|
-
"jest-cli": "
|
|
80
|
-
"puppeteer": "24.
|
|
81
|
-
"sass": "1.97.
|
|
78
|
+
"jest": "30.2.0",
|
|
79
|
+
"jest-cli": "30.2.0",
|
|
80
|
+
"puppeteer": "24.34.0",
|
|
81
|
+
"sass": "1.97.1",
|
|
82
82
|
"stencil-inline-svg": "1.1.0"
|
|
83
83
|
},
|
|
84
84
|
"license": "MIT"
|
package/dist/templates/variants/angular/packages/components-{{PROJECT_NAME_KEBAB}}-core/package.json
CHANGED
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@stencil/angular-output-target": "1.1.1",
|
|
72
|
-
"@stencil/core": "4.
|
|
72
|
+
"@stencil/core": "4.41.0",
|
|
73
73
|
"@stencil/sass": "3.2.3",
|
|
74
|
-
"@types/jest": "
|
|
74
|
+
"@types/jest": "30.0.0",
|
|
75
75
|
"@types/node": "25.0.3",
|
|
76
|
-
"jest": "
|
|
77
|
-
"jest-cli": "
|
|
78
|
-
"puppeteer": "24.
|
|
79
|
-
"sass": "1.97.
|
|
76
|
+
"jest": "30.2.0",
|
|
77
|
+
"jest-cli": "30.2.0",
|
|
78
|
+
"puppeteer": "24.34.0",
|
|
79
|
+
"sass": "1.97.1",
|
|
80
80
|
"stencil-inline-svg": "1.1.0"
|
|
81
81
|
},
|
|
82
82
|
"license": "MIT"
|
package/dist/templates/variants/react/packages/components-{{PROJECT_NAME_KEBAB}}-core/package.json
CHANGED
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"tslib": "2.8.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@stencil/core": "4.
|
|
71
|
+
"@stencil/core": "4.41.0",
|
|
72
72
|
"@stencil/react-output-target": "1.2.0",
|
|
73
73
|
"@stencil/sass": "3.2.3",
|
|
74
|
-
"@types/jest": "
|
|
74
|
+
"@types/jest": "30.0.0",
|
|
75
75
|
"@types/node": "25.0.3",
|
|
76
|
-
"jest": "
|
|
77
|
-
"jest-cli": "
|
|
78
|
-
"puppeteer": "24.
|
|
79
|
-
"sass": "1.97.
|
|
76
|
+
"jest": "30.2.0",
|
|
77
|
+
"jest-cli": "30.2.0",
|
|
78
|
+
"puppeteer": "24.34.0",
|
|
79
|
+
"sass": "1.97.1",
|
|
80
80
|
"stencil-inline-svg": "1.1.0"
|
|
81
81
|
},
|
|
82
82
|
"license": "MIT"
|
package/dist/templates/variants/vue/packages/components-{{PROJECT_NAME_KEBAB}}-core/package.json
CHANGED
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"tslib": "2.8.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@stencil/core": "4.
|
|
71
|
+
"@stencil/core": "4.41.0",
|
|
72
72
|
"@stencil/sass": "3.2.3",
|
|
73
73
|
"@stencil/vue-output-target": "0.11.8",
|
|
74
|
-
"@types/jest": "
|
|
74
|
+
"@types/jest": "30.0.0",
|
|
75
75
|
"@types/node": "25.0.3",
|
|
76
|
-
"jest": "
|
|
77
|
-
"jest-cli": "
|
|
78
|
-
"puppeteer": "24.
|
|
79
|
-
"sass": "1.97.
|
|
76
|
+
"jest": "30.2.0",
|
|
77
|
+
"jest-cli": "30.2.0",
|
|
78
|
+
"puppeteer": "24.34.0",
|
|
79
|
+
"sass": "1.97.1",
|
|
80
80
|
"stencil-inline-svg": "1.1.0"
|
|
81
81
|
},
|
|
82
82
|
"license": "MIT"
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
"tslib": "2.8.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@stencil/core": "4.
|
|
71
|
+
"@stencil/core": "4.41.0",
|
|
72
72
|
"@stencil/sass": "3.2.3",
|
|
73
|
-
"@types/jest": "
|
|
73
|
+
"@types/jest": "30.0.0",
|
|
74
74
|
"@types/node": "25.0.3",
|
|
75
|
-
"jest": "
|
|
76
|
-
"jest-cli": "
|
|
77
|
-
"puppeteer": "24.
|
|
78
|
-
"sass": "1.97.
|
|
75
|
+
"jest": "30.2.0",
|
|
76
|
+
"jest-cli": "30.2.0",
|
|
77
|
+
"puppeteer": "24.34.0",
|
|
78
|
+
"sass": "1.97.1",
|
|
79
79
|
"stencil-inline-svg": "1.1.0"
|
|
80
80
|
},
|
|
81
81
|
"license": "MIT"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-stencil-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Create a stencil component library project using Nx, TypeScript, and SASS",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jason Messmer <mezlight@gmail.com>",
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"unique-names-generator": "4.7.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@commitlint/cli": "20.
|
|
48
|
-
"@commitlint/config-conventional": "20.
|
|
47
|
+
"@commitlint/cli": "20.3.0",
|
|
48
|
+
"@commitlint/config-conventional": "20.3.0",
|
|
49
49
|
"@types/fs-extra": "11.0.4",
|
|
50
|
-
"@types/node": "
|
|
50
|
+
"@types/node": "25.0.3",
|
|
51
51
|
"@types/prompts": "2.4.9",
|
|
52
52
|
"rimraf": "6.1.2",
|
|
53
|
-
"tsdown": "0.18.
|
|
53
|
+
"tsdown": "0.18.4",
|
|
54
54
|
"typescript": "5.9.3"
|
|
55
55
|
},
|
|
56
56
|
"module": "./dist/index.mjs",
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
# MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|