@flatjs/evolve 1.8.1-next.39 → 1.8.1-next.41
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +22 -0
- package/dist/types/types-webpack.d.ts +2 -1
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# @flatjs/evolve
|
2
2
|
|
3
|
+
## 1.8.1-next.41
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 0179446: bump version
|
8
|
+
- a11818e: bump version
|
9
|
+
- Updated dependencies [a3b66b5]
|
10
|
+
- Updated dependencies [5a427b6]
|
11
|
+
- Updated dependencies [0179446]
|
12
|
+
- Updated dependencies [a11818e]
|
13
|
+
- @flatjs/common@1.8.1-next.18
|
14
|
+
- @flatjs/forge-postcss-plugin-pixel@1.8.1-next.18
|
15
|
+
- @flatjs/evolve-preset-babel@1.8.1-next.8
|
16
|
+
- @flatjs/mock@1.8.1-next.35
|
17
|
+
|
18
|
+
## 1.8.1-next.40
|
19
|
+
|
20
|
+
### Patch Changes
|
21
|
+
|
22
|
+
- Updated dependencies [2b2ccff]
|
23
|
+
- @flatjs/mock@1.8.1-next.34
|
24
|
+
|
3
25
|
## 1.8.1-next.39
|
4
26
|
|
5
27
|
### Patch Changes
|
@@ -49,9 +49,10 @@ export interface FlatEvolveWebpackOptions extends Pick<Configuration, 'performan
|
|
49
49
|
* https://webpack.js.org/configuration/devtool/
|
50
50
|
* Only works on production mode , `source-map` Recommended choice for production builds with high quality SourceMaps.
|
51
51
|
* Note: the `sourceMap` only focus on javascript bundle,invalid for other `loaders` e.g. less-loader, css-loader.
|
52
|
+
* `hidden-source-map` produces the same sourcemaps as `source-map`, but doesn't include the `sourceMappingURL` comment at the bottom.
|
52
53
|
* @default `false`
|
53
54
|
*/
|
54
|
-
sourceMap?:
|
55
|
+
sourceMap?: 'hidden-source-map' | 'source-map' | false;
|
55
56
|
/**
|
56
57
|
* The rule sets loaders config options
|
57
58
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flatjs/evolve",
|
3
|
-
"version": "1.8.1-next.
|
3
|
+
"version": "1.8.1-next.41",
|
4
4
|
"license": "MIT",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
@@ -37,50 +37,50 @@
|
|
37
37
|
"typecheck": "tsc --project ./tsconfig.json --noEmit"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@armit/file-utility": "^0.0.
|
41
|
-
"@armit/git": "^0.0.
|
42
|
-
"@armit/package": "^0.0.
|
43
|
-
"@babel/core": "7.
|
44
|
-
"@flatjs/common": "1.8.1-next.
|
45
|
-
"@flatjs/evolve-preset-babel": "1.8.1-next.
|
46
|
-
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.
|
47
|
-
"@flatjs/mock": "1.8.1-next.
|
40
|
+
"@armit/file-utility": "^0.0.20",
|
41
|
+
"@armit/git": "^0.0.22",
|
42
|
+
"@armit/package": "^0.0.31",
|
43
|
+
"@babel/core": "7.22.1",
|
44
|
+
"@flatjs/common": "1.8.1-next.18",
|
45
|
+
"@flatjs/evolve-preset-babel": "1.8.1-next.8",
|
46
|
+
"@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.18",
|
47
|
+
"@flatjs/mock": "1.8.1-next.35",
|
48
48
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
49
|
-
"@types/babel__core": "7.20.
|
49
|
+
"@types/babel__core": "7.20.1",
|
50
50
|
"babel-loader": "9.1.2",
|
51
51
|
"babel-merge": "3.0.0",
|
52
52
|
"babel-plugin-import": "1.13.6",
|
53
53
|
"better-opn": "3.0.2",
|
54
54
|
"case-sensitive-paths-webpack-plugin": "2.4.0",
|
55
|
-
"css-loader": "6.
|
55
|
+
"css-loader": "6.8.1",
|
56
56
|
"cssnano": "6.0.1",
|
57
57
|
"express": "4.18.2",
|
58
58
|
"fork-ts-checker-webpack-plugin": "8.0.0",
|
59
|
-
"happy-dom": "9.
|
59
|
+
"happy-dom": "9.20.3",
|
60
60
|
"html-webpack-plugin": "5.5.1",
|
61
61
|
"image-minimizer-webpack-plugin": "3.8.2",
|
62
62
|
"less": "4.1.3",
|
63
|
-
"less-loader": "11.1.
|
63
|
+
"less-loader": "11.1.1",
|
64
64
|
"lodash": "4.17.21",
|
65
65
|
"mini-css-extract-plugin": "2.7.6",
|
66
|
-
"postcss": "8.4.
|
67
|
-
"postcss-loader": "7.3.
|
66
|
+
"postcss": "8.4.24",
|
67
|
+
"postcss-loader": "7.3.2",
|
68
68
|
"react-refresh": "0.14.0",
|
69
69
|
"svgo": "3.0.2",
|
70
70
|
"terser-webpack-plugin": "5.3.9",
|
71
71
|
"tsconfig-paths-webpack-plugin": "4.0.1",
|
72
72
|
"type-fest": "^3.11.0",
|
73
|
-
"webpack": "5.
|
73
|
+
"webpack": "5.84.1",
|
74
74
|
"webpack-bundle-analyzer": "4.8.0",
|
75
75
|
"webpack-dev-server": "4.15.0",
|
76
76
|
"webpack-sources": "3.2.3"
|
77
77
|
},
|
78
78
|
"devDependencies": {
|
79
|
-
"@armit/eslint-config-bases": "^0.0.
|
80
|
-
"@flatjs/testing": "1.8.1-next.
|
81
|
-
"@swc/core": "1.3.
|
79
|
+
"@armit/eslint-config-bases": "^0.0.17",
|
80
|
+
"@flatjs/testing": "1.8.1-next.15",
|
81
|
+
"@swc/core": "1.3.60",
|
82
82
|
"@types/express": "4.17.17",
|
83
|
-
"@types/node": "20.2.
|
83
|
+
"@types/node": "20.2.5",
|
84
84
|
"@vitest/coverage-istanbul": "0.31.1",
|
85
85
|
"@vitest/ui": "0.31.1",
|
86
86
|
"eslint": "8.41.0",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"ts-node": "10.9.1",
|
97
97
|
"vite-tsconfig-paths": "4.2.0",
|
98
98
|
"vitest": "0.31.1",
|
99
|
-
"vue-loader": "17.1.
|
99
|
+
"vue-loader": "17.1.2"
|
100
100
|
},
|
101
101
|
"peerDependencies": {
|
102
102
|
"imagemin-gifsicle": ">=7.0.0",
|