@yamato-daiwa/automation 0.6.3 → 0.7.0-alpha.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/EntryPoint.js +1054 -1112
- package/README.md +24 -7
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -17,10 +17,27 @@ npm i @yamato-daiwa/automation -D -E
|
|
|
17
17
|
## Documentation
|
|
18
18
|
|
|
19
19
|
+ [Terminology](https://automation.yamato-daiwa.com/Terminology/Terminology.english.html)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
+ [
|
|
26
|
-
+ [
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Functionality
|
|
23
|
+
|
|
24
|
+
+ Markup Processing
|
|
25
|
+
+ [Basic Pug-to-HTML Transpiling](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/BasicPugToHTML_Transpiling/BasicPugToHTML_Transpiling.english.html)
|
|
26
|
+
+ [Output HTML Code Validation](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/HTML_Validation/HTML_Validation.english.html)
|
|
27
|
+
+ [Checking of Output HTML Code Accessibility](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/AccessibilityChecking/AccessibilityChecking.english.html)
|
|
28
|
+
+ [Resources Pointers Resolving](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/ResourcesPointersResolving/ResourcesPointersResolving.english.html)
|
|
29
|
+
+ [Localization](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/Localization/Localization.english.html)
|
|
30
|
+
+ Static Preview
|
|
31
|
+
+ [State Dependent Pages Variations](https://automation.yamato-daiwa.com/Functionality/MarkupProcessing/StaticPreview/StateDependentPagesVariations/StateDependentPagesVariations.english.html)
|
|
32
|
+
+ [Browser Live Reloading](https://automation.yamato-daiwa.com/Functionality/BrowserLiveReloading/BrowserLiveReloading.english.html)
|
|
33
|
+
+ [Distributable package.json Generating](https://automation.yamato-daiwa.com/Functionality/DistributablePackageJSON_Generating/DistributablePackageJSON_Generating.english.html)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Configuration File
|
|
37
|
+
|
|
38
|
+
+ [Common Settings](https://automation.yamato-daiwa.com/ConfigurationFile/Common/CommonSettings.english.html)
|
|
39
|
+
+ [Markup Processing Settings](https://automation.yamato-daiwa.com/ConfigurationFile/MarkupProcessing/MarkupProcessingSettings.english.html)
|
|
40
|
+
+ [Styles Processing Settings](https://automation.yamato-daiwa.com/ConfigurationFile/StylesProcessing/StylesProcessingSettings.english.html)
|
|
41
|
+
+ [ECMAScript Logic Processing Settings](https://automation.yamato-daiwa.com/ConfigurationFile/ECMAScriptLogicProcessing/ECMAScriptLogicProcessing.english.html)
|
|
42
|
+
+ [Images Processing Settings](https://automation.yamato-daiwa.com/ConfigurationFile/ImagesProcessing/ImagesProcessingSettings.english.html)
|
|
43
|
+
+ [Browser Live Reloading Settings](https://automation.yamato-daiwa.com/http://localhost:3000/ConfigurationFile/BrowserLiveReloading/BrowserLiveReloadingSettings.english.html)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamato-daiwa/automation",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0-alpha.0",
|
|
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,24 +19,24 @@
|
|
|
19
19
|
"EntryPoint.js"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@eslint-community/eslint-plugin-eslint-comments": "4.
|
|
22
|
+
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
|
|
23
23
|
"@stylistic/eslint-plugin": "3.1.0",
|
|
24
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
25
|
-
"@typescript-eslint/parser": "8.
|
|
24
|
+
"@typescript-eslint/eslint-plugin": "8.31.1",
|
|
25
|
+
"@typescript-eslint/parser": "8.31.1",
|
|
26
26
|
"@vue/compiler-sfc": "3.5.13",
|
|
27
27
|
"@webdiscus/pug-loader": "2.11.1",
|
|
28
28
|
"@yamato-daiwa/es-extensions": "1.8.0-alpha.9",
|
|
29
29
|
"@yamato-daiwa/es-extensions-nodejs": "1.8.0-alpha.9",
|
|
30
|
-
"@yamato-daiwa/style_guides": "0.6.
|
|
31
|
-
"autoprefixer": "10.4.
|
|
32
|
-
"browser-sync": "3.0.
|
|
30
|
+
"@yamato-daiwa/style_guides": "0.6.6",
|
|
31
|
+
"autoprefixer": "10.4.21",
|
|
32
|
+
"browser-sync": "3.0.4",
|
|
33
33
|
"css-loader": "7.1.2",
|
|
34
34
|
"cssnano": "7.0.6",
|
|
35
|
-
"dotenv": "16.
|
|
36
|
-
"eslint": "9.
|
|
35
|
+
"dotenv": "16.5.0",
|
|
36
|
+
"eslint": "9.26.0",
|
|
37
37
|
"eslint-plugin-import": "2.31.0",
|
|
38
|
-
"eslint-plugin-n": "17.
|
|
39
|
-
"eslint-plugin-react": "7.37.
|
|
38
|
+
"eslint-plugin-n": "17.17.0",
|
|
39
|
+
"eslint-plugin-react": "7.37.5",
|
|
40
40
|
"eslint-plugin-vue": "9.33.0",
|
|
41
41
|
"eslint-plugin-vue-pug": "0.6.2",
|
|
42
42
|
"fork-ts-checker-webpack-plugin": "7.3.0",
|
|
@@ -53,13 +53,14 @@
|
|
|
53
53
|
"imagemin-pngquant": "9.0.2",
|
|
54
54
|
"js-beautify": "1.15.4",
|
|
55
55
|
"json5-loader": "4.0.1",
|
|
56
|
+
"nanoid": "5.1.5",
|
|
56
57
|
"node-html-parser": "6.1.13",
|
|
57
58
|
"node-notifier": "10.0.1",
|
|
58
59
|
"pa11y": "8.0.0",
|
|
59
60
|
"probe-image-size": "7.2.3",
|
|
60
61
|
"pug-lint": "2.7.0",
|
|
61
62
|
"pug3-ast-loader": "0.0.0",
|
|
62
|
-
"puppeteer": "
|
|
63
|
+
"puppeteer": "24.7.2",
|
|
63
64
|
"rev-hash": "4.1.0",
|
|
64
65
|
"stlint": "1.0.65",
|
|
65
66
|
"stream-combiner2": "1.1.1",
|
|
@@ -70,8 +71,7 @@
|
|
|
70
71
|
"vinyl": "2.2.1",
|
|
71
72
|
"vue-loader": "17.4.2",
|
|
72
73
|
"vue-style-loader": "4.1.3",
|
|
73
|
-
"
|
|
74
|
-
"webpack": "5.98.0",
|
|
74
|
+
"webpack": "5.99.7",
|
|
75
75
|
"webpack-node-externals": "3.0.0",
|
|
76
76
|
"webpack-stream": "7.0.0",
|
|
77
77
|
"worker-loader": "3.0.8",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@types/gulp-sourcemaps": "0.0.38",
|
|
90
90
|
"@types/gulp-stylus": "2.7.8",
|
|
91
91
|
"@types/js-beautify": "1.14.3",
|
|
92
|
-
"@types/node": "22.
|
|
92
|
+
"@types/node": "22.15.2",
|
|
93
93
|
"@types/node-notifier": "8.0.5",
|
|
94
94
|
"@types/pa11y": "5.3.7",
|
|
95
95
|
"@types/probe-image-size": "7.2.5",
|