@yamato-daiwa/automation 0.4.1 → 0.5.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.
Files changed (3) hide show
  1. package/EntryPoint.js +582 -127
  2. package/README.md +0 -3
  3. package/package.json +30 -30
package/README.md CHANGED
@@ -98,9 +98,6 @@ npm i @yamato-daiwa/automation -D -E
98
98
  <dt>pug-lint</dt>
99
99
  <dd>Used to providing linting of Pug source code</dd>
100
100
 
101
- <dt>pug-plain-loader</dt>
102
- <dd>Used to providing of the Pug source code language for Vue templates in Single File Components</dd>
103
-
104
101
  <dt>puppeteer</dt>
105
102
  <dd>
106
103
  Used for the accessibility inspection of the HTML code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/automation",
3
- "version": "0.4.1",
3
+ "version": "0.5.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",
@@ -20,22 +20,22 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@stylistic/eslint-plugin": "1.7.2",
23
- "@typescript-eslint/eslint-plugin": "7.7.0",
24
- "@typescript-eslint/parser": "7.7.0",
25
- "@vue/compiler-sfc": "3.4.24",
23
+ "@typescript-eslint/eslint-plugin": "7.12.0",
24
+ "@typescript-eslint/parser": "7.12.0",
25
+ "@vue/compiler-sfc": "3.4.27",
26
26
  "@webdiscus/pug-loader": "2.11.0",
27
- "@yamato-daiwa/es-extensions": "1.7.0-alpha.10",
28
- "@yamato-daiwa/es-extensions-nodejs": "1.7.0-alpha.6",
29
- "@yamato-daiwa/style_guides": "0.2.2",
27
+ "@yamato-daiwa/es-extensions": "1.7.0-rc.2",
28
+ "@yamato-daiwa/es-extensions-nodejs": "1.7.0-alpha.10",
29
+ "@yamato-daiwa/style_guides": "0.2.7",
30
30
  "autoprefixer": "10.4.19",
31
31
  "browser-sync": "3.0.2",
32
- "css-loader": "6.11.0",
33
- "cssnano": "6.1.2",
32
+ "css-loader": "7.1.2",
33
+ "cssnano": "7.0.2",
34
34
  "eslint": "8.57.0",
35
35
  "eslint-plugin-import": "2.29.1",
36
36
  "eslint-plugin-node": "11.1.0",
37
- "eslint-plugin-react": "7.34.1",
38
- "eslint-plugin-vue": "9.25.0",
37
+ "eslint-plugin-react": "7.34.2",
38
+ "eslint-plugin-vue": "9.26.0",
39
39
  "eslint-plugin-vue-pug": "0.6.2",
40
40
  "fork-ts-checker-webpack-plugin": "7.3.0",
41
41
  "gulp": "4.0.2",
@@ -45,7 +45,7 @@
45
45
  "gulp-imagemin": "7.1.0",
46
46
  "gulp-nodemon": "2.5.0",
47
47
  "gulp-plumber": "1.2.1",
48
- "gulp-postcss": "9.0.1",
48
+ "gulp-postcss": "10.0.0",
49
49
  "gulp-pug": "5.0.0",
50
50
  "gulp-sourcemaps": "3.0.0",
51
51
  "gulp-stylus": "3.0.1",
@@ -53,48 +53,48 @@
53
53
  "json5-loader": "4.0.1",
54
54
  "node-html-parser": "6.1.13",
55
55
  "node-notifier": "10.0.1",
56
- "pa11y": "6.2.3",
56
+ "pa11y": "8.0.0",
57
57
  "probe-image-size": "7.2.3",
58
+ "pug3-ast-loader": "0.0.0",
58
59
  "pug-lint": "2.7.0",
59
- "pug-plain-loader": "1.1.0",
60
- "puppeteer": "21.0.0",
60
+ "puppeteer": "22.10.0",
61
61
  "rev-hash": "4.1.0",
62
62
  "stlint": "1.0.65",
63
63
  "stream-combiner2": "1.1.1",
64
- "style-loader": "3.3.4",
64
+ "style-loader": "4.0.0",
65
65
  "stylus": "0.63.0",
66
- "stylus-loader": "8.0.0",
67
- "ts-loader": "9.4.4",
66
+ "stylus-loader": "8.1.0",
67
+ "ts-loader": "9.5.1",
68
68
  "vinyl": "2.2.1",
69
- "vue-loader": "17.3.1",
69
+ "vue-loader": "17.4.2",
70
70
  "vue-style-loader": "4.1.3",
71
71
  "w3c-html-validator": "0.8.1",
72
72
  "webpack": "5.91.0",
73
73
  "webpack-node-externals": "3.0.0",
74
74
  "webpack-stream": "7.0.0",
75
75
  "worker-loader": "3.0.8",
76
- "yaml-loader": "0.8.0"
76
+ "yaml-loader": "0.8.1"
77
77
  },
78
78
  "devDependencies": {
79
- "@types/browser-sync": "2.26.3",
79
+ "@types/browser-sync": "2.29.0",
80
80
  "@types/cssnano": "5.0.0",
81
- "@types/gulp": "4.0.10",
82
- "@types/gulp-html-prettify": "0.0.2",
83
- "@types/gulp-if": "0.0.34",
84
- "@types/gulp-imagemin": "8.0.1",
81
+ "@types/gulp": "4.0.17",
82
+ "@types/gulp-html-prettify": "0.0.5",
83
+ "@types/gulp-if": "3.0.4",
84
+ "@types/gulp-imagemin": "8.0.6",
85
85
  "@types/gulp-nodemon": "0.0.37",
86
- "@types/gulp-plumber": "0.0.33",
86
+ "@types/gulp-plumber": "0.0.37",
87
87
  "@types/gulp-postcss": "8.0.6",
88
- "@types/gulp-sourcemaps": "0.0.36",
88
+ "@types/gulp-sourcemaps": "0.0.38",
89
89
  "@types/gulp-stylus": "2.7.8",
90
- "@types/node": "20.12.7",
90
+ "@types/node": "20.14.2",
91
91
  "@types/node-notifier": "8.0.5",
92
92
  "@types/pa11y": "5.3.7",
93
93
  "@types/probe-image-size": "7.2.4",
94
94
  "@types/pug": "2.0.10",
95
- "@types/webpack-node-externals": "2.5.3",
95
+ "@types/webpack-node-externals": "3.0.4",
96
96
  "@types/webpack-stream": "3.2.15",
97
- "eslint-webpack-plugin": "4.1.0",
97
+ "eslint-webpack-plugin": "4.2.0",
98
98
  "ts-node": "10.9.2",
99
99
  "typescript": "5.4.5",
100
100
  "webpack-cli": "5.1.4"