@enact/cli 7.0.0-alpha.3 → 7.0.0-alpha.5
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/CHANGELOG.md +15 -0
- package/commands/eject.js +2 -2
- package/commands/lint.js +2 -2
- package/commands/pack.js +2 -1
- package/config/eslintWebpackPluginConfig.js +30 -0
- package/config/webpack.config.js +14 -38
- package/eslint.config.js +47 -0
- package/npm-shrinkwrap.json +27085 -68315
- package/package.json +41 -37
- package/.eslintrc.js +0 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enact/cli",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.5",
|
|
4
4
|
"description": "Full-featured build environment tool for Enact applications.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Jason Robitaille <jason.robitaille@lge.com>",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"enact": "./bin/enact.js"
|
|
15
15
|
},
|
|
16
16
|
"engines": {
|
|
17
|
-
"node": ">=
|
|
17
|
+
"node": ">= 20.5.0"
|
|
18
18
|
},
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
@@ -43,72 +43,75 @@
|
|
|
43
43
|
"upupdowndownleftrightleftrightbastart"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
47
|
-
"@enact/dev-utils": "^7.0.0-alpha.
|
|
48
|
-
"@enact/template-sandstone": "^3.0.0-alpha.
|
|
46
|
+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
47
|
+
"@enact/dev-utils": "^7.0.0-alpha.4",
|
|
48
|
+
"@enact/template-sandstone": "^3.0.0-alpha.3",
|
|
49
49
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
50
|
-
"@testing-library/jest-dom": "^6.
|
|
51
|
-
"@testing-library/react": "^
|
|
50
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
51
|
+
"@testing-library/react": "^16.1.0",
|
|
52
52
|
"@testing-library/user-event": "^14.5.2",
|
|
53
53
|
"babel-jest": "^29.7.0",
|
|
54
54
|
"babel-loader": "^9.2.1",
|
|
55
55
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
56
56
|
"babel-plugin-transform-rename-import": "^2.3.0",
|
|
57
|
-
"babel-preset-enact": "^0.1.
|
|
57
|
+
"babel-preset-enact": "^0.1.10",
|
|
58
58
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
59
|
-
"chalk": "^5.
|
|
59
|
+
"chalk": "^5.4.1",
|
|
60
60
|
"core-js": "3.22.8",
|
|
61
|
-
"cross-spawn": "^7.0.
|
|
61
|
+
"cross-spawn": "^7.0.6",
|
|
62
62
|
"css-loader": "^7.1.2",
|
|
63
|
-
"css-minimizer-webpack-plugin": "^
|
|
64
|
-
"dotenv": "^16.4.
|
|
65
|
-
"dotenv-expand": "^
|
|
66
|
-
"eslint": "^
|
|
67
|
-
"eslint-config-enact": "^5.0.0-alpha.
|
|
63
|
+
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
64
|
+
"dotenv": "^16.4.7",
|
|
65
|
+
"dotenv-expand": "^12.0.1",
|
|
66
|
+
"eslint": "^9.20.0",
|
|
67
|
+
"eslint-config-enact": "^5.0.0-alpha.5",
|
|
68
68
|
"eslint-webpack-plugin": "^4.2.0",
|
|
69
69
|
"expose-loader": "^5.0.0",
|
|
70
70
|
"file-loader": "^6.2.0",
|
|
71
71
|
"filesize": "^10.1.6",
|
|
72
72
|
"fs-extra": "^11.2.0",
|
|
73
|
-
"glob": "^
|
|
73
|
+
"glob": "^11.0.0",
|
|
74
74
|
"global-modules": "^2.0.0",
|
|
75
|
-
"html-webpack-plugin": "^5.6.
|
|
75
|
+
"html-webpack-plugin": "^5.6.3",
|
|
76
76
|
"identity-obj-proxy": "^3.0.0",
|
|
77
77
|
"jest": "^29.7.0",
|
|
78
78
|
"jest-environment-jsdom": "^29.7.0",
|
|
79
79
|
"jest-watch-typeahead": "^2.2.2",
|
|
80
|
-
"less": "^4.2.
|
|
80
|
+
"less": "^4.2.1",
|
|
81
81
|
"less-loader": "^12.2.0",
|
|
82
82
|
"less-plugin-npm-import": "^2.1.0",
|
|
83
83
|
"license-checker": "^25.0.1",
|
|
84
|
-
"mini-css-extract-plugin": "^2.9.
|
|
84
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
85
85
|
"minimist": "^1.2.8",
|
|
86
|
-
"node-polyfill-webpack-plugin": "
|
|
87
|
-
"postcss": "^8.4.
|
|
86
|
+
"node-polyfill-webpack-plugin": "4.0.0",
|
|
87
|
+
"postcss": "^8.4.49",
|
|
88
88
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
89
89
|
"postcss-global-import": "^1.0.6",
|
|
90
90
|
"postcss-loader": "^8.1.1",
|
|
91
|
-
"postcss-normalize": "^
|
|
92
|
-
"postcss-preset-env": "^
|
|
93
|
-
"postcss-resolution-independence": "^1.1.
|
|
91
|
+
"postcss-normalize": "^13.0.1",
|
|
92
|
+
"postcss-preset-env": "^10.1.3",
|
|
93
|
+
"postcss-resolution-independence": "^1.1.7",
|
|
94
94
|
"prompts": "^2.4.2",
|
|
95
|
-
"react": "^
|
|
95
|
+
"react": "^19.0.0",
|
|
96
96
|
"react-dev-utils": "^12.0.1",
|
|
97
|
-
"react-dom": "^
|
|
97
|
+
"react-dom": "^19.0.0",
|
|
98
98
|
"react-refresh": "^0.14.2",
|
|
99
|
-
"react-test-renderer": "^
|
|
99
|
+
"react-test-renderer": "^19.0.0",
|
|
100
100
|
"resolution-independence": "^1.0.0",
|
|
101
|
-
"resolve": "^1.22.
|
|
102
|
-
"sass-loader": "^
|
|
101
|
+
"resolve": "^1.22.10",
|
|
102
|
+
"sass-loader": "^16.0.4",
|
|
103
103
|
"semver": "^7.6.3",
|
|
104
104
|
"source-map-loader": "^5.0.0",
|
|
105
105
|
"strip-ansi": "^7.1.0",
|
|
106
106
|
"style-loader": "^4.0.0",
|
|
107
107
|
"tar": "^7.4.3",
|
|
108
|
-
"terser-webpack-plugin": "^5.3.
|
|
109
|
-
"validate-npm-package-name": "^
|
|
110
|
-
"webpack": "^5.
|
|
111
|
-
"webpack-dev-server": "^5.
|
|
108
|
+
"terser-webpack-plugin": "^5.3.11",
|
|
109
|
+
"validate-npm-package-name": "^6.0.0",
|
|
110
|
+
"webpack": "^5.97.1",
|
|
111
|
+
"webpack-dev-server": "^5.2.0"
|
|
112
|
+
},
|
|
113
|
+
"overrides": {
|
|
114
|
+
"postcss": "^8.4.49"
|
|
112
115
|
},
|
|
113
116
|
"optionalDependencies": {
|
|
114
117
|
"fsevents": "^2.3.3"
|
|
@@ -122,9 +125,10 @@
|
|
|
122
125
|
}
|
|
123
126
|
},
|
|
124
127
|
"devDependencies": {
|
|
125
|
-
"eslint-config-prettier": "^
|
|
126
|
-
"eslint-plugin-import": "^2.
|
|
127
|
-
"eslint-plugin-prettier": "^5.2.
|
|
128
|
-
"
|
|
128
|
+
"eslint-config-prettier": "^10.0.1",
|
|
129
|
+
"eslint-plugin-import": "^2.31.0",
|
|
130
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
131
|
+
"globals": "^15.14.0",
|
|
132
|
+
"prettier": "^3.4.2"
|
|
129
133
|
}
|
|
130
134
|
}
|
package/.eslintrc.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
env: {
|
|
3
|
-
node: true
|
|
4
|
-
},
|
|
5
|
-
extends: ['enact', 'plugin:prettier/recommended', 'prettier'],
|
|
6
|
-
parserOptions: {
|
|
7
|
-
ecmaFeatures: {
|
|
8
|
-
jsx: true
|
|
9
|
-
},
|
|
10
|
-
ecmaVersion: 'latest',
|
|
11
|
-
sourceType: 'module'
|
|
12
|
-
},
|
|
13
|
-
plugins: ['import'],
|
|
14
|
-
rules: {
|
|
15
|
-
'import/no-unresolved': ['error', {commonjs: true, caseSensitive: true}],
|
|
16
|
-
'import/named': 'error',
|
|
17
|
-
'import/first': 'warn',
|
|
18
|
-
'import/no-duplicates': 'error',
|
|
19
|
-
'import/extensions': ['warn', 'always', {js: 'never', json: 'always'}],
|
|
20
|
-
'import/newline-after-import': 'warn',
|
|
21
|
-
'import/order': [
|
|
22
|
-
'warn',
|
|
23
|
-
{
|
|
24
|
-
'newlines-between': 'never',
|
|
25
|
-
groups: ['builtin', 'external', 'internal', 'parent', 'sibling', 'index']
|
|
26
|
-
}
|
|
27
|
-
]
|
|
28
|
-
}
|
|
29
|
-
};
|