@yamato-daiwa/automation 0.7.0-alpha.2 → 0.7.0-alpha.4

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 (2) hide show
  1. package/EntryPoint.js +2084 -2199
  2. package/package.json +18 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/automation",
3
- "version": "0.7.0-alpha.2",
3
+ "version": "0.7.0-alpha.4",
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",
@@ -10,7 +10,7 @@
10
10
  "typescript"
11
11
  ],
12
12
  "engines": {
13
- "node": ">=18.0.0"
13
+ "node": ">=20.0.0"
14
14
  },
15
15
  "bin": {
16
16
  "yda": "Executable"
@@ -21,21 +21,21 @@
21
21
  "dependencies": {
22
22
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
23
23
  "@stylistic/eslint-plugin": "3.1.0",
24
- "@typescript-eslint/eslint-plugin": "8.32.0",
25
- "@typescript-eslint/parser": "8.32.0",
26
- "@vue/compiler-sfc": "3.5.13",
24
+ "@typescript-eslint/eslint-plugin": "8.32.1",
25
+ "@typescript-eslint/parser": "8.32.1",
26
+ "@vue/compiler-sfc": "3.5.14",
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.8",
30
+ "@yamato-daiwa/style_guides": "0.6.9",
31
31
  "autoprefixer": "10.4.21",
32
32
  "browser-sync": "3.0.4",
33
33
  "css-loader": "7.1.2",
34
34
  "cssnano": "7.0.7",
35
35
  "dotenv": "16.5.0",
36
- "eslint": "9.26.0",
36
+ "eslint": "9.27.0",
37
37
  "eslint-plugin-import": "2.31.0",
38
- "eslint-plugin-n": "17.17.0",
38
+ "eslint-plugin-n": "17.18.0",
39
39
  "eslint-plugin-react": "7.37.5",
40
40
  "eslint-plugin-vue": "9.33.0",
41
41
  "eslint-plugin-vue-pug": "0.6.2",
@@ -50,17 +50,19 @@
50
50
  "gulp-pug": "5.0.0",
51
51
  "gulp-sourcemaps": "3.0.0",
52
52
  "gulp-stylus": "3.0.1",
53
+ "htmlnano": "2.1.2",
53
54
  "imagemin-pngquant": "9.0.2",
54
55
  "js-beautify": "1.15.4",
55
56
  "json5-loader": "4.0.1",
56
57
  "nanoid": "5.1.5",
57
- "node-html-parser": "6.1.13",
58
+ "node-html-parser": "7.0.1",
58
59
  "node-notifier": "10.0.1",
59
- "pa11y": "8.0.0",
60
+ "pa11y": "9.0.0",
60
61
  "probe-image-size": "7.2.3",
61
62
  "pug-lint": "2.7.0",
62
63
  "pug3-ast-loader": "0.0.0",
63
- "puppeteer": "24.8.2",
64
+ "puppeteer": "24.9.0",
65
+ "require-from-string": "2.0.2",
64
66
  "rev-hash": "4.1.0",
65
67
  "stlint": "1.0.65",
66
68
  "stream-combiner2": "1.1.1",
@@ -72,7 +74,8 @@
72
74
  "vnu-jar": "24.10.17",
73
75
  "vue-loader": "17.4.2",
74
76
  "vue-style-loader": "4.1.3",
75
- "webpack": "5.99.8",
77
+ "vue-tsc": "2.2.10",
78
+ "webpack": "5.99.9",
76
79
  "webpack-node-externals": "3.0.0",
77
80
  "webpack-stream": "7.0.0",
78
81
  "worker-loader": "3.0.8",
@@ -90,11 +93,12 @@
90
93
  "@types/gulp-sourcemaps": "0.0.38",
91
94
  "@types/gulp-stylus": "2.7.8",
92
95
  "@types/js-beautify": "1.14.3",
93
- "@types/node": "22.15.17",
96
+ "@types/node": "22.15.21",
94
97
  "@types/node-notifier": "8.0.5",
95
98
  "@types/pa11y": "5.3.7",
96
99
  "@types/probe-image-size": "7.2.5",
97
100
  "@types/pug": "2.0.10",
101
+ "@types/require-from-string": "1.2.3",
98
102
  "@types/vnu-jar": "17.11.2",
99
103
  "@types/webpack-node-externals": "3.0.4",
100
104
  "@types/webpack-stream": "3.2.15",
@@ -114,6 +118,7 @@
114
118
  "url": "git+https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation.git"
115
119
  },
116
120
  "homepage": "https://automation.yamato-daiwa.com/",
121
+ "funding": "https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation?sponsor=1",
117
122
  "bugs": {
118
123
  "url": "https://github.com/TokugawaTakeshi/Yamato-Daiwa-Automation/issues",
119
124
  "email": "tokugawa.takesi@gmail.com"