@yamato-daiwa/automation 0.3.0-alpha.0 → 0.3.0-alpha.2

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.
Files changed (3) hide show
  1. package/EntryPoint.js +23404 -1
  2. package/README.md +26 -29
  3. package/package.json +34 -39
package/README.md CHANGED
@@ -19,7 +19,7 @@ npm i @yamato-daiwa/automation -D -E
19
19
 
20
20
  <dl>
21
21
 
22
- <dt>@vue/compiler-sfc, vue, vue-loader</dt>
22
+ <dt>@vue/compiler-sfc, vue-loader</dt>
23
23
  <dd>Used to provide the support of Vue Single File Components for ECMAScript logic processing</dd>
24
24
 
25
25
  <dt>@webdiscus/pug-loader</dt>
@@ -41,18 +41,12 @@ npm i @yamato-daiwa/automation -D -E
41
41
  <dt>browser-sync</dt>
42
42
  <dd>Used to provide the automation of browser opening and reloading when project incrementally rebuilt</dd>
43
43
 
44
- <dt>cheerio</dt>
45
- <dd>Used for manipulation with compiled HTML code like resolving of paths aliases</dd>
46
-
47
44
  <dt>css-loader</dt>
48
45
  <dd>Used to provide the imports of stylesheets to ECMAScript bundles</dd>
49
46
 
50
47
  <dt>cssnano</dt>
51
48
  <dd>Used to provide optimization and minification of compiled CSS code</dd>
52
49
 
53
- <dt>eslint-webpack-plugin</dt>
54
- <dd>Used to provide the ESLint inspection with output to terminal during processing of ECMAScript logic</dd>
55
-
56
50
  <dt>fork-ts-checker-webpack-plugin</dt>
57
51
  <dd>Used to improve the performance of TypeScript transpiling functionality</dd>
58
52
 
@@ -62,9 +56,6 @@ npm i @yamato-daiwa/automation -D -E
62
56
  <dt>gulp-data</dt>
63
57
  <dd>Used to provide the global variables defined by user in appropriate configuration inside the Pug templates</dd>
64
58
 
65
- <dt>gulp-debug</dt>
66
- <dd>Used to outputs the processed files names and quantity to the terminal</dd>
67
-
68
59
  <dt>gulp-html-prettify</dt>
69
60
  <dd>Used to provide the formatting of output HTML code better than suggested by Pug pre-processor</dd>
70
61
 
@@ -74,9 +65,6 @@ npm i @yamato-daiwa/automation -D -E
74
65
  <dt>gulp-imagemin</dt>
75
66
  <dd>Used to provide the automation of images files optimization</dd>
76
67
 
77
- <dt>gulp-intercept</dt>
78
- <dd>Used for defining of configuration-dependent logic inside Gulp pipelines</dd>
79
-
80
68
  <dt>gulp-plumber</dt>
81
69
  <dd>Used for errors handing inside Gulp pipelines</dd>
82
70
 
@@ -89,23 +77,36 @@ npm i @yamato-daiwa/automation -D -E
89
77
  <dt>gulp-stylus</dt>
90
78
  <dd>Used to provide the basic Stylus-to-CSS transpiling</dd>
91
79
 
92
- <dt>html-validator</dt>
93
- <dd>Used to get the HTML validation data from W3C service. The formatted output to terminal has been implemented by YDA development side.</dd>
94
-
95
80
  <dt>imagemin-pngquant</dt>
96
81
  <dd>Used to provides the optimization of PNG files</dd>
97
82
 
98
83
  <dt>json5-loader</dt>
99
84
  <dd>Used to provide the imports of JSON5 as ECMAScript native object to JavaScript bundle</dd>
100
85
 
86
+ <dt>node-html-parser</dt>
87
+ <dd>Used for the accessibility inspection of the HTML code</dd>
88
+
101
89
  <dt>node-notifier</dt>
102
90
  <dd>Used for accessing to native toast message functionality</dd>
91
+
92
+ <dt>pa11y</dt>
93
+ <dd>Used for manipulation with compiled HTML code like resolving of paths aliases</dd>
103
94
 
95
+ <dt>probe-image-size</dt>
96
+ <dd>Used for retrieving of the images with and height.</dd>
97
+
104
98
  <dt>pug-lint</dt>
105
99
  <dd>Used to providing linting of Pug source code</dd>
106
100
 
107
101
  <dt>pug-plain-loader</dt>
108
102
  <dd>Used to providing of the Pug source code language for Vue templates in Single File Components</dd>
103
+
104
+ <dt>puppeteer</dt>
105
+ <dd>
106
+ Used for the accessibility inspection of the HTML code.
107
+ The <b>pa11y</b> works only with URIs and does not support the raw HTML code; to check the accessibility of the
108
+ raw HTML code, the <b>puppeteer</b> is required.
109
+ </dd>
109
110
 
110
111
  <dt>rev-hash</dt>
111
112
  <dd>
@@ -143,6 +144,9 @@ npm i @yamato-daiwa/automation -D -E
143
144
 
144
145
  <dt>vue-tcs</dt>
145
146
  <dd>Used to provide the optimized type checking of Vue and also TypeScript files.</dd>
147
+
148
+ <dt>w3c-html-validator</dt>
149
+ <dd>Used to get the HTML validation data from W3C service. The formatted output to terminal has been implemented by YDA development side.</dd>
146
150
 
147
151
  <dt>webpack</dt>
148
152
  <dd>Used as basic tool for the ECMAScript logic processing</dd>
@@ -178,6 +182,12 @@ All **@types** are the TypeScript types definitions that required for normal tra
178
182
 
179
183
  <dl>
180
184
 
185
+ <dt>eslint-webpack-plugin</dt>
186
+ <dd>
187
+ Required for the outputting of ESLint error only on building of YDA application.
188
+ YDA itself uses own ESLint wrapper for better performance.
189
+ </dd>
190
+
181
191
  <dt>ts-node</dt>
182
192
  <dd>Used to support the Webpack configuration written by TypeScript</dd>
183
193
 
@@ -188,16 +198,3 @@ All **@types** are the TypeScript types definitions that required for normal tra
188
198
  <dd>Used for the project building</dd>
189
199
 
190
200
  </dl>
191
-
192
-
193
- ### Temporary dependencies
194
-
195
- <dl>
196
-
197
- <dt>glob</dt>
198
- <dd>Used by <b>ImprovedGlob</b> which will be moved to <b>@yamato-daiwa/es-extensions-nodejs</b> and used as dependency </dd>
199
-
200
- <dt>minimatch</dt>
201
- <dd>used by <b>ImprovedGlob</b> which will be moved to <b>@yamato-daiwa/es-extensions-nodejs</b> and used as dependency </dd>
202
-
203
- </dl>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/automation",
3
- "version": "0.3.0-alpha.0",
3
+ "version": "0.3.0-alpha.2",
4
4
  "description": "The project building tool with declarative YAML configuration specializing on Pug, Stylus and TypeScript as source code languages.",
5
5
  "keywords": [
6
6
  "build",
@@ -19,57 +19,54 @@
19
19
  "EntryPoint.js"
20
20
  ],
21
21
  "dependencies": {
22
- "@typescript-eslint/eslint-plugin": "5.57.0",
23
- "@typescript-eslint/parser": "5.57.0",
24
- "@vue/compiler-sfc": "3.2.47",
22
+ "@typescript-eslint/eslint-plugin": "6.13.1",
23
+ "@typescript-eslint/parser": "6.13.1",
24
+ "@vue/compiler-sfc": "3.3.12",
25
25
  "@webdiscus/pug-loader": "2.10.4",
26
- "@yamato-daiwa/es-extensions": "1.6.2",
27
- "@yamato-daiwa/es-extensions-nodejs": "1.6.0-alpha.8",
28
- "@yamato-daiwa/style_guides": "0.0.47",
29
- "access-sniff": "3.2.0",
30
- "autoprefixer": "10.4.14",
31
- "browser-sync": "2.27.11",
32
- "cheerio": "1.0.0-rc.1",
26
+ "@yamato-daiwa/es-extensions": "1.7.0-alpha.5",
27
+ "@yamato-daiwa/es-extensions-nodejs": "1.7.0-alpha.5",
28
+ "@yamato-daiwa/style_guides": "0.0.60",
29
+ "autoprefixer": "10.4.15",
30
+ "browser-sync": "2.29.3",
33
31
  "css-loader": "6.7.3",
34
32
  "cssnano": "5.1.14",
35
- "eslint": "8.37.0",
36
- "eslint-plugin-import": "2.27.5",
33
+ "eslint": "8.52.0",
34
+ "eslint-plugin-import": "2.29.0",
37
35
  "eslint-plugin-node": "11.1.0",
38
- "eslint-webpack-plugin": "4.0.0",
36
+ "eslint-plugin-react": "7.33.2",
37
+ "eslint-plugin-vue": "9.19.2",
38
+ "eslint-plugin-vue-pug": "0.6.1",
39
39
  "fork-ts-checker-webpack-plugin": "7.3.0",
40
- "glob": "7.2.0",
41
40
  "gulp": "4.0.2",
42
41
  "gulp-data": "1.3.1",
43
- "gulp-debug": "4.0.0",
44
42
  "gulp-html-prettify": "0.0.1",
45
43
  "gulp-if": "3.0.0",
46
44
  "gulp-imagemin": "7.1.0",
47
- "gulp-intercept": "0.1.0",
48
45
  "gulp-plumber": "1.2.1",
49
46
  "gulp-postcss": "9.0.1",
50
47
  "gulp-pug": "5.0.0",
51
48
  "gulp-sourcemaps": "3.0.0",
52
49
  "gulp-stylus": "2.7.1",
53
- "html-validator": "6.0.1",
54
50
  "imagemin-pngquant": "9.0.2",
55
51
  "json5-loader": "4.0.1",
56
- "minimatch": "5.1.1",
52
+ "node-html-parser": "6.1.5",
57
53
  "node-notifier": "10.0.1",
58
- "prettier": "2.8.7",
59
- "pug-lint": "2.6.0",
54
+ "pa11y": "6.2.3",
55
+ "probe-image-size": "7.2.3",
56
+ "pug-lint": "2.7.0",
60
57
  "pug-plain-loader": "1.1.0",
58
+ "puppeteer": "21.0.0",
61
59
  "rev-hash": "4.0.0",
62
60
  "stlint": "1.0.65",
63
61
  "stream-combiner2": "1.1.1",
64
62
  "style-loader": "3.3.1",
65
63
  "stylus-loader": "7.1.0",
66
- "ts-loader": "9.4.2",
64
+ "ts-loader": "9.4.4",
67
65
  "vinyl": "2.2.1",
68
- "vue": "3.2.47",
69
- "vue-loader": "17.0.1",
66
+ "vue-loader": "17.3.1",
70
67
  "vue-style-loader": "4.1.3",
71
- "vue-tsc": "1.2.0",
72
- "webpack": "5.76.2",
68
+ "w3c-html-validator": "0.8.1",
69
+ "webpack": "5.88.2",
73
70
  "webpack-node-externals": "3.0.0",
74
71
  "webpack-stream": "7.0.0",
75
72
  "worker-loader": "3.0.8",
@@ -77,28 +74,26 @@
77
74
  },
78
75
  "devDependencies": {
79
76
  "@types/browser-sync": "2.26.3",
80
- "@types/cheerio": "0.22.31",
81
77
  "@types/cssnano": "5.0.0",
82
- "@types/glob": "7.2.0",
83
78
  "@types/gulp": "4.0.10",
84
- "@types/gulp-debug": "2.0.32",
85
79
  "@types/gulp-html-prettify": "0.0.2",
86
80
  "@types/gulp-if": "0.0.34",
87
81
  "@types/gulp-imagemin": "8.0.1",
88
- "@types/gulp-intercept": "0.1.1",
89
82
  "@types/gulp-plumber": "0.0.33",
90
- "@types/gulp-postcss": "8.0.2",
91
- "@types/gulp-sourcemaps": "0.0.35",
92
- "@types/gulp-stylus": "2.7.4",
93
- "@types/html-validator": "5.0.3",
83
+ "@types/gulp-postcss": "8.0.3",
84
+ "@types/gulp-sourcemaps": "0.0.36",
85
+ "@types/gulp-stylus": "2.7.5",
94
86
  "@types/node": "18.13.0",
95
- "@types/node-notifier": "8.0.2",
96
- "@types/pug": "2.0.6",
87
+ "@types/node-notifier": "8.0.5",
88
+ "@types/pa11y": "5.3.7",
89
+ "@types/probe-image-size": "7.2.3",
90
+ "@types/pug": "2.0.9",
97
91
  "@types/webpack-node-externals": "2.5.3",
98
- "@types/webpack-stream": "3.2.12",
92
+ "@types/webpack-stream": "3.2.15",
93
+ "eslint-webpack-plugin": "4.0.1",
99
94
  "ts-node": "10.9.1",
100
- "typescript": "5.0.3",
101
- "webpack-cli": "5.0.1"
95
+ "typescript": "5.3.2",
96
+ "webpack-cli": "5.1.4"
102
97
  },
103
98
  "scripts": {
104
99
  "Incremental development building": "webpack --mode development",