@d-zero/create-frontend 5.0.0-alpha.41 → 5.0.0-alpha.43

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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.0.0-alpha.43](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.42...v5.0.0-alpha.43) (2025-03-12)
7
+
8
+ **Note:** Version bump only for package @d-zero/create-frontend
9
+
10
+ # [5.0.0-alpha.42](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.41...v5.0.0-alpha.42) (2025-03-06)
11
+
12
+ ### Features
13
+
14
+ - **create-frontend:** add pattern for test files in plop configuration ([97e1f1e](https://github.com/d-zero-dev/frontend-env/commit/97e1f1e36f43cc98cadf18c71d304290fac74bce))
15
+
6
16
  # [5.0.0-alpha.41](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.40...v5.0.0-alpha.41) (2025-03-03)
7
17
 
8
18
  **Note:** Version bump only for package @d-zero/create-frontend
package/index.spec.js CHANGED
@@ -56,6 +56,7 @@ describe('CLI', () => {
56
56
  `✔ ++ ${dir}/eslint.config.js`,
57
57
  `✔ ++ ${dir}/eleventy.config.mjs`,
58
58
  `✔ ++ ${dir}/cspell.json`,
59
+ `✔ ++ ${dir}/coding-rule.mdc`,
59
60
  `✔ ++ ${dir}/README.md`,
60
61
  `✔ ++ ${dir}/CHANGELOG.md`,
61
62
  `✔ ++ ${dir}/.textlintrc.js`,
@@ -143,6 +144,7 @@ describe('CLI', () => {
143
144
  `✔ ++ ${dir}/eslint.config.js`,
144
145
  `✔ ++ ${dir}/eleventy.config.mjs`,
145
146
  `✔ ++ ${dir}/cspell.json`,
147
+ `✔ ++ ${dir}/coding-rule.mdc`,
146
148
  `✔ ++ ${dir}/README.md`,
147
149
  `✔ ++ ${dir}/CHANGELOG.md`,
148
150
  `✔ ++ ${dir}/.textlintrc.js`,
@@ -230,6 +232,7 @@ describe('CLI', () => {
230
232
  `✔ ++ ${dir}/eslint.config.js`,
231
233
  `✔ ++ ${dir}/eleventy.config.mjs`,
232
234
  `✔ ++ ${dir}/cspell.json`,
235
+ `✔ ++ ${dir}/coding-rule.mdc`,
233
236
  `✔ ++ ${dir}/README.md`,
234
237
  `✔ ++ ${dir}/CHANGELOG.md`,
235
238
  `✔ ++ ${dir}/.textlintrc.js`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/create-frontend",
3
- "version": "5.0.0-alpha.41",
3
+ "version": "5.0.0-alpha.43",
4
4
  "description": "Create a new frontend project from a scaffolding template",
5
5
  "repository": "https://github.com/d-zero-dev/frontend-env.git",
6
6
  "author": "D-ZERO Co., Ltd.",
@@ -14,7 +14,7 @@
14
14
  "create-dzero-frontend": "./index.js"
15
15
  },
16
16
  "dependencies": {
17
- "@d-zero/scaffold": "5.0.0-alpha.41",
17
+ "@d-zero/scaffold": "5.0.0-alpha.43",
18
18
  "glob": "11.0.1",
19
19
  "i18n-js": "4.5.1",
20
20
  "ignore": "7.0.3",
@@ -25,5 +25,5 @@
25
25
  "@types/glob": "8.1.0",
26
26
  "execa": "9.5.2"
27
27
  },
28
- "gitHead": "7d2a6aa41d103833181fa8b8e34951cd3450b2c2"
28
+ "gitHead": "452e94ac38fd5329a8c671a35a2b89c206f10ee8"
29
29
  }
package/plopfile.js CHANGED
@@ -74,6 +74,8 @@ export default function (plop) {
74
74
  .add([
75
75
  // Test directories
76
76
  '**/*.test/**/*',
77
+ // Test Files
78
+ '*.test.*',
77
79
  ])
78
80
  .add(
79
81
  // BurgerEditor