@yamato-daiwa/automation 0.7.0 → 0.8.0-alpha.1

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 +1141 -474
  2. package/package.json +11 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/automation",
3
- "version": "0.7.0",
3
+ "version": "0.8.0-alpha.1",
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,20 +20,20 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
23
- "@stylistic/eslint-plugin": "5.2.2",
24
- "@typescript-eslint/eslint-plugin": "8.38.0",
25
- "@typescript-eslint/parser": "8.38.0",
23
+ "@stylistic/eslint-plugin": "5.2.3",
24
+ "@typescript-eslint/eslint-plugin": "8.39.0",
25
+ "@typescript-eslint/parser": "8.39.0",
26
26
  "@vue/compiler-sfc": "3.5.18",
27
27
  "@webdiscus/pug-loader": "2.11.1",
28
- "@yamato-daiwa/es-extensions": "1.8.0-rc.1",
29
- "@yamato-daiwa/es-extensions-nodejs": "1.8.0-rc.1",
30
- "@yamato-daiwa/style_guides": "0.8.1",
28
+ "@yamato-daiwa/es-extensions": "1.8.1",
29
+ "@yamato-daiwa/es-extensions-nodejs": "1.8.1",
30
+ "@yamato-daiwa/style_guides": "0.9.0",
31
31
  "autoprefixer": "10.4.21",
32
32
  "browser-sync": "3.0.4",
33
33
  "css-loader": "7.1.2",
34
34
  "cssnano": "7.1.0",
35
- "dotenv": "16.5.0",
36
- "eslint": "9.32.0",
35
+ "dotenv": "17.2.1",
36
+ "eslint": "9.33.0",
37
37
  "eslint-plugin-import": "2.32.0",
38
38
  "eslint-plugin-n": "17.21.3",
39
39
  "eslint-plugin-react": "7.37.5",
@@ -77,6 +77,7 @@
77
77
  "webpack": "5.101.0",
78
78
  "webpack-node-externals": "3.0.0",
79
79
  "webpack-stream": "7.0.0",
80
+ "webpackbar": "7.0.0",
80
81
  "worker-loader": "3.0.8",
81
82
  "yaml-loader": "0.8.1"
82
83
  },
@@ -103,7 +104,7 @@
103
104
  "@types/webpack-stream": "3.2.15",
104
105
  "eslint-webpack-plugin": "4.2.0",
105
106
  "ts-node": "10.9.2",
106
- "typescript": "5.8.3",
107
+ "typescript": "5.9.2",
107
108
  "webpack-cli": "6.0.1"
108
109
  },
109
110
  "scripts": {