@ovh-ux/manager-webpack-config 4.0.4 → 6.0.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.
- package/CHANGELOG.md +42 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
# [6.0.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-config@5.0.0...@ovh-ux/manager-webpack-config@6.0.0) (2022-09-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Build System
|
|
5
|
+
|
|
6
|
+
* **webpack-config:** bump @ovh-ux/manager-webpack-dev-server ([e3cfb38](https://github.com/ovh/manager/commit/e3cfb38f98f812cf681c0e10cb7c9b4f88ee17e7))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* **webpack-config:** remove registry proxy configuration
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
# [5.0.0](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-config@4.0.5...@ovh-ux/manager-webpack-config@5.0.0) (2022-03-04)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **dev-deps:** update `@ovh-ux/component-rollup-config` to `v12.0.` ([8145cd4](https://github.com/ovh/manager/commit/8145cd44a34cec071db4b5267182705625951077))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Build System
|
|
24
|
+
|
|
25
|
+
* **deps:** require Node.js 16 ([5687c17](https://github.com/ovh/manager/commit/5687c17f1ae65c07ffde12abeecd0f9a955af8b0)), closes [#6444](https://github.com/ovh/manager/issues/6444)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### BREAKING CHANGES
|
|
29
|
+
|
|
30
|
+
* **deps:** require Node.js 16
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## [4.0.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-config@4.0.4...@ovh-ux/manager-webpack-config@4.0.5) (2021-11-29)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* **deps:** upgrade some dependencies ([8463f75](https://github.com/ovh/manager/commit/8463f7587c2246a18b963d46351131d030600ae0))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
1
43
|
## [4.0.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-config@4.0.3...@ovh-ux/manager-webpack-config@4.0.4) (2021-10-27)
|
|
2
44
|
|
|
3
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ovh-ux/manager-webpack-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "OVHcloud manager shared webpack configuration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"configuration",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@babel/plugin-proposal-private-methods": "^7.10.1",
|
|
27
27
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
28
28
|
"@babel/preset-env": "^7.10.3",
|
|
29
|
-
"@ovh-ux/component-rollup-config": "^
|
|
30
|
-
"@ovh-ux/manager-webpack-dev-server": "^
|
|
29
|
+
"@ovh-ux/component-rollup-config": "^12.0.0",
|
|
30
|
+
"@ovh-ux/manager-webpack-dev-server": "^3.0.0",
|
|
31
31
|
"acorn": "^6.0.5",
|
|
32
32
|
"acorn-class-fields": "^0.3.7",
|
|
33
33
|
"acorn-dynamic-import": "^4.0.0",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"less-plugin-remcalc": "^0.1.0",
|
|
49
49
|
"loader-utils": "^2.0.0",
|
|
50
50
|
"lodash": "^4.17.15",
|
|
51
|
-
"mini-css-extract-plugin": "
|
|
52
|
-
"node-sass": "^
|
|
51
|
+
"mini-css-extract-plugin": "~1.2.1",
|
|
52
|
+
"node-sass": "^7.0.1",
|
|
53
53
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
54
54
|
"raw-loader": "^4.0.2",
|
|
55
55
|
"regenerator-runtime": "^0.13.7",
|
|
56
56
|
"resolve-url-loader": "^3.0.0",
|
|
57
|
-
"sass-loader": "^
|
|
57
|
+
"sass-loader": "^10.2.0",
|
|
58
58
|
"script-loader": "^0.7.2",
|
|
59
|
-
"style-loader": "^
|
|
59
|
+
"style-loader": "^2.0.0",
|
|
60
60
|
"terser-webpack-plugin": "^4.2.2",
|
|
61
61
|
"url-loader": "^4.1.1",
|
|
62
62
|
"webpack": "^4.44.2",
|