xs-dev 0.32.5 → 0.32.6
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 +20 -0
- package/package.json +22 -64
package/README.md
CHANGED
|
@@ -121,3 +121,23 @@ Starlight looks for `.md` or `.mdx` files in the `src/content/docs/` directory.
|
|
|
121
121
|
Images can be added to `src/assets/` and embedded in Markdown with a relative link.
|
|
122
122
|
|
|
123
123
|
Static assets, like favicons, can be placed in the `public/` directory.
|
|
124
|
+
|
|
125
|
+
## Contributors ✨
|
|
126
|
+
|
|
127
|
+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
128
|
+
|
|
129
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
130
|
+
<!-- prettier-ignore-start -->
|
|
131
|
+
<!-- markdownlint-disable -->
|
|
132
|
+
<table>
|
|
133
|
+
<tr>
|
|
134
|
+
<td align="center"><a href="https://hipsterbrown.com/"><img src="https://avatars.githubusercontent.com/u/3051193?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nick Hehr</b></sub></a><br /><a href="https://github.com/HipsterBrown/xs-dev/commits?author=HipsterBrown" title="Documentation">📖</a> <a href="#infra-HipsterBrown" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/HipsterBrown/xs-dev/commits?author=HipsterBrown" title="Code">💻</a></td>
|
|
135
|
+
</tr>
|
|
136
|
+
</table>
|
|
137
|
+
|
|
138
|
+
<!-- markdownlint-restore -->
|
|
139
|
+
<!-- prettier-ignore-end -->
|
|
140
|
+
|
|
141
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
142
|
+
|
|
143
|
+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xs-dev",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.6",
|
|
4
4
|
"description": "CLI for automating the setup and usage of Moddable XS tools",
|
|
5
5
|
"types": "build/types/types.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"ci:version": "pnpm ci:version:changeset && pnpm ci:version:install",
|
|
26
26
|
"ci:version:install": "pnpm install --frozen-lockfile=false",
|
|
27
27
|
"ci:publish": "changeset publish",
|
|
28
|
-
"release": "
|
|
28
|
+
"release": "auto shipit"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"tsconfig.json",
|
|
@@ -57,10 +57,13 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@astrojs/starlight": "^0.25.4",
|
|
60
|
+
"@auto-it/all-contributors": "^11.2.1",
|
|
61
|
+
"@auto-it/conventional-commits": "^11.2.1",
|
|
62
|
+
"@auto-it/first-time-contributor": "^11.2.1",
|
|
63
|
+
"@auto-it/magic-zero": "^11.2.1",
|
|
60
64
|
"@babel/core": ">=7.20.12 <8.0.0",
|
|
61
65
|
"@changesets/cli": "^2.19.0",
|
|
62
66
|
"@justinribeiro/lite-youtube": "^1.5.0",
|
|
63
|
-
"@release-it/conventional-changelog": "^5.1.1",
|
|
64
67
|
"@types/jest": "^27.4.0",
|
|
65
68
|
"@types/node": "^18.11.19",
|
|
66
69
|
"@types/serve-handler": "^6.1.1",
|
|
@@ -69,6 +72,7 @@
|
|
|
69
72
|
"@typescript-eslint/eslint-plugin": "^8.1.0",
|
|
70
73
|
"@typescript-eslint/parser": "^8.1.0",
|
|
71
74
|
"astro": "4.13.3",
|
|
75
|
+
"auto": "^11.2.1",
|
|
72
76
|
"eslint": "^8.57.0",
|
|
73
77
|
"eslint-config-love": "^62.0.0",
|
|
74
78
|
"eslint-config-prettier": "^8.3.0",
|
|
@@ -78,7 +82,6 @@
|
|
|
78
82
|
"eslint-plugin-promise": "^7.1.0",
|
|
79
83
|
"jest": "^29.7.0",
|
|
80
84
|
"prettier": "^3.3.3",
|
|
81
|
-
"release-it": "^15.11.0",
|
|
82
85
|
"rollup": "^2.78.1",
|
|
83
86
|
"solid-js": "^1.4.3",
|
|
84
87
|
"tailwindcss": "^3.0.24",
|
|
@@ -106,65 +109,20 @@
|
|
|
106
109
|
"minimatch@<3.0.5": ">=3.0.5"
|
|
107
110
|
}
|
|
108
111
|
},
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"type": "feat"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"section": "Bug fixes",
|
|
128
|
-
"type": "fix"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"section": "Documentation",
|
|
132
|
-
"type": "docs"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"section": "Styles",
|
|
136
|
-
"type": "style"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"section": "Code refactoring",
|
|
140
|
-
"type": "refactor"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"section": "Performance improvements",
|
|
144
|
-
"type": "perf"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"section": "Tests",
|
|
148
|
-
"type": "test"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"section": "Builds",
|
|
152
|
-
"type": "build"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"section": "Continuous integrations",
|
|
156
|
-
"type": "ci"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"section": "Chores",
|
|
160
|
-
"type": "chore"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"section": "Reverts",
|
|
164
|
-
"type": "revert"
|
|
165
|
-
}
|
|
166
|
-
]
|
|
167
|
-
}
|
|
168
|
-
}
|
|
112
|
+
"author": "HipsterBrown <headhipster@hipsterbrown.com>",
|
|
113
|
+
"auto": {
|
|
114
|
+
"plugins": [
|
|
115
|
+
"magic-zero",
|
|
116
|
+
"npm",
|
|
117
|
+
"all-contributors",
|
|
118
|
+
[
|
|
119
|
+
"conventional-commits",
|
|
120
|
+
{
|
|
121
|
+
"preset": "conventionalcommits"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"first-time-contributor",
|
|
125
|
+
"released"
|
|
126
|
+
]
|
|
169
127
|
}
|
|
170
128
|
}
|