@ovh-ux/manager-webpack-config 7.0.7 → 8.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 +77 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,23 +3,95 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# 8.0.0 (2025-07-10)
|
|
7
7
|
|
|
8
|
-
**Note:** Version bump only for package @ovh-ux/manager-webpack-config
|
|
9
8
|
|
|
9
|
+
### Bug Fixes
|
|
10
10
|
|
|
11
|
+
* avoid duplicating runtime in each chunk ([f60de5f](https://github.com/ovh/manager/commit/f60de5fb92516854023faf1d0d4a07f11657127f))
|
|
12
|
+
* bump lodash to version >= 4.17.14 ([#1072](https://github.com/ovh/manager/issues/1072)) ([1a32ddc](https://github.com/ovh/manager/commit/1a32ddc7f3dadcd45cc34571e7ab0941b99c78c7))
|
|
13
|
+
* **dependencies:** require right dependencies instead of devDependencies ([dbbe244](https://github.com/ovh/manager/commit/dbbe244bca7b39825e035c5be8fa71b344655697))
|
|
14
|
+
* **deps:** upgrade @ovh-ux/component-rollup-config to v7.0.0 ([#1469](https://github.com/ovh/manager/issues/1469)) ([bbc8794](https://github.com/ovh/manager/commit/bbc87949e2af8624d1083471d0c073ad4adcc5cd))
|
|
15
|
+
* **deps:** upgrade `@ovh-ux/component-rollup-config` to `v10.0.0` ([8eac31f](https://github.com/ovh/manager/commit/8eac31f81e46d1570c131cf55788d6435842ab6d))
|
|
16
|
+
* **deps:** upgrade css-loader to v4.3.0 ([bc0023b](https://github.com/ovh/manager/commit/bc0023b49b676a53e66d171d174111ceb3a812d6))
|
|
17
|
+
* **deps:** upgrade file-loader to v4.0.0 ([6ec8294](https://github.com/ovh/manager/commit/6ec829407baf585ab61a1311308daf90518b26aa))
|
|
18
|
+
* **deps:** upgrade html-webpack-plugin to v4.5.0 ([b84f0aa](https://github.com/ovh/manager/commit/b84f0aab0b12e92c15090ffc322a164fdde776e5))
|
|
19
|
+
* **deps:** upgrade less-loader to v7.0.2 ([c14a2ff](https://github.com/ovh/manager/commit/c14a2ffcd84da177b66bfea34a6c4ebd7389274e))
|
|
20
|
+
* **deps:** upgrade loader-utils to v2.0.0 ([ebcfcf2](https://github.com/ovh/manager/commit/ebcfcf290378e2f8a3a8ec95ecc21e7ee4aba84a))
|
|
21
|
+
* **deps:** upgrade mini-css-extract-plugin to v0.11.2 ([3fc3735](https://github.com/ovh/manager/commit/3fc37357341b0aa94c1302766655a9056c7a47a0))
|
|
22
|
+
* **deps:** upgrade raw-loader to v4.0.2 ([838f39c](https://github.com/ovh/manager/commit/838f39c37db5b10270e44fba7738dafe8ac69fcb))
|
|
23
|
+
* **deps:** upgrade some dependencies ([8463f75](https://github.com/ovh/manager/commit/8463f7587c2246a18b963d46351131d030600ae0))
|
|
24
|
+
* **deps:** upgrade style-loader to v1.2.1 ([027bf43](https://github.com/ovh/manager/commit/027bf43c7859c34b5146ffaa0e09d112c49dfe35))
|
|
25
|
+
* **deps:** upgrade terser-webpack-plugin to v4.2.2 ([982f20a](https://github.com/ovh/manager/commit/982f20af7a6c8d3bbfb99440b748eaab101d8040))
|
|
26
|
+
* **deps:** upgrade url-loader to v4.1.1 ([fd35096](https://github.com/ovh/manager/commit/fd35096b20f2ee3d50075ae0460e1ee6cd7161fe))
|
|
27
|
+
* **deps:** upgrade webpack to v4.44.2 ([fc868d2](https://github.com/ovh/manager/commit/fc868d2670b0de220837c8917d90fa3020e6d4ca))
|
|
28
|
+
* **deps:** upgrade webpack-bundle-analyzer to v3.9.0 ([ecba939](https://github.com/ovh/manager/commit/ecba9396990e364a6a139c07bfd5a0fabd7940cf))
|
|
29
|
+
* **deps:** upgrade webpack-cli to v3.3.12 ([a10ffb4](https://github.com/ovh/manager/commit/a10ffb49c603ff21bbc8c0ec87a7b02293ccd812))
|
|
30
|
+
* **deps:** upgrade webpackbar to v4.0.0 ([9deaebc](https://github.com/ovh/manager/commit/9deaebcd81ec467c0c2491646f1080b82998fbc9))
|
|
31
|
+
* **dev-deps:** update `@ovh-ux/component-rollup-config` to `^11.0.0` ([7cbdd08](https://github.com/ovh/manager/commit/7cbdd08ffaf8d7d05f0165bdf0d30d19ed9e428f))
|
|
32
|
+
* **dev-deps:** update `@ovh-ux/component-rollup-config` to `v12.0.` ([8145cd4](https://github.com/ovh/manager/commit/8145cd44a34cec071db4b5267182705625951077))
|
|
33
|
+
* disable es modules for url-loader ([#4050](https://github.com/ovh/manager/issues/4050)) ([147439b](https://github.com/ovh/manager/commit/147439b954a96c423533eb2e5b18c94659e052ec))
|
|
34
|
+
* **loaders:** add es6 proposals for translations webpack plugins ([#3816](https://github.com/ovh/manager/issues/3816)) ([8637ef1](https://github.com/ovh/manager/commit/8637ef16f547420ba4f87d6081ae12038a0e17a4))
|
|
35
|
+
* **loaders:** fix webpack config translations loaders ([a580dfa](https://github.com/ovh/manager/commit/a580dfa68c27bc3088ebc15b85e04fa0d8aa8c4f))
|
|
36
|
+
* respect order in js loaders ([5475fd7](https://github.com/ovh/manager/commit/5475fd7fa6e9c4257cf17f935a943e173861c427))
|
|
37
|
+
* respect order in js loaders ([#2947](https://github.com/ovh/manager/issues/2947)) ([c63f97c](https://github.com/ovh/manager/commit/c63f97cd95bfd39e74dc037ea4ab574aee8df8e2))
|
|
38
|
+
* update semver range for @ovh-ux/component-rollup-config ([dda59c6](https://github.com/ovh/manager/commit/dda59c6b71cb4ad9ab98f06a0bf995a7eb45a1d9))
|
|
39
|
+
* **webpack-config:** disable html minification ([cacfba6](https://github.com/ovh/manager/commit/cacfba65c724aba4c6c3487ec425470626af649d))
|
|
40
|
+
* **webpack-config:** normalize json with webpack loader ([e4d66b4](https://github.com/ovh/manager/commit/e4d66b43cc968359aa1fb43e409c2dac1c04922c))
|
|
11
41
|
|
|
12
42
|
|
|
43
|
+
### Build System
|
|
13
44
|
|
|
14
|
-
|
|
45
|
+
* bump nodejs to v18 and webpack to v5 ([6270204](https://github.com/ovh/manager/commit/6270204e59bbfb87ec000c5853be08027affbb69))
|
|
46
|
+
* **deps:** require Node.js 16 ([5687c17](https://github.com/ovh/manager/commit/5687c17f1ae65c07ffde12abeecd0f9a955af8b0)), closes [#6444](https://github.com/ovh/manager/issues/6444)
|
|
47
|
+
* **webpack-config:** bump @ovh-ux/manager-webpack-dev-server ([e3cfb38](https://github.com/ovh/manager/commit/e3cfb38f98f812cf681c0e10cb7c9b4f88ee17e7))
|
|
15
48
|
|
|
16
|
-
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* add core-js to polyfill ([1411e1c](https://github.com/ovh/manager/commit/1411e1ca873d1ffd715c43fcadfe96f26e5be874))
|
|
53
|
+
* add new packages ([09b5158](https://github.com/ovh/manager/commit/09b5158af2d5127374956b144865f13e16db9672))
|
|
54
|
+
* add plugin RetryChunkLoadPlugin ([#3479](https://github.com/ovh/manager/issues/3479)) ([d64b74c](https://github.com/ovh/manager/commit/d64b74cecd209a089d86260fd7278c7c612e60b9))
|
|
55
|
+
* **loader:** drop xml translation ([8a6f5dc](https://github.com/ovh/manager/commit/8a6f5dcbf16d1b6ff1917e390104c8f7dd37d8f1))
|
|
56
|
+
* version number ([#1525](https://github.com/ovh/manager/issues/1525)) ([6ba9b98](https://github.com/ovh/manager/commit/6ba9b980f775a9d79027ce8455b907c9e145f3dc))
|
|
57
|
+
* **webpack-config:** add es6 proposals ([7faf233](https://github.com/ovh/manager/commit/7faf233314af544f89f0ece3e9730bb931b21c8c))
|
|
58
|
+
* **webpack-config:** add javascriptEnabled less-loader option ([642fdd0](https://github.com/ovh/manager/commit/642fdd0e4920fa9f7958e090cd34fea580e4dff9))
|
|
59
|
+
* **webpack:** add html minifier in webpack config ([45a14a9](https://github.com/ovh/manager/commit/45a14a96bb06fe3063bd4f1ca5135f3eb8e2572d))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Performance Improvements
|
|
63
|
+
|
|
64
|
+
* add plugin to optimize css asset minification ([55ba59e](https://github.com/ovh/manager/commit/55ba59e53516cd633e3f3848e63800daeaa3e171))
|
|
65
|
+
* exclude bundled js modules from babel ([#4066](https://github.com/ovh/manager/issues/4066)) ([1bc4398](https://github.com/ovh/manager/commit/1bc43985012046e143714ded703aa63e62c157ab))
|
|
66
|
+
* rename `*.ts` files into `*.js` ([036fdc9](https://github.com/ovh/manager/commit/036fdc985bf6f590e057ee2b32e6cf1a341f7bef))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Reverts
|
|
70
|
+
|
|
71
|
+
* Revert "feat: add babel transform runtime plugin" ([72ffe63](https://github.com/ovh/manager/commit/72ffe63d8f87898e2eb07b8b0df6014add3c1e02))
|
|
72
|
+
* Revert "Revert "build: upgrade less-loader to version 5 (#1411)"" ([40acd4b](https://github.com/ovh/manager/commit/40acd4b9383c654d5f68e426a9b301bebafdc319)), closes [#1411](https://github.com/ovh/manager/issues/1411)
|
|
73
|
+
* Revert "build: add new module @ovh-ux/manager-webpack-config" ([bcd9c47](https://github.com/ovh/manager/commit/bcd9c4789d40c23795de1d585077d3328221e0a5))
|
|
74
|
+
* Revert "docs: update links in README.md" ([c84324f](https://github.com/ovh/manager/commit/c84324f06f1a058ad20b7cabd45e408d3e573fb2))
|
|
75
|
+
* Revert "build: add build scripts for new modules (inside tools folders)" ([91d0025](https://github.com/ovh/manager/commit/91d00252fb1afeca39b7bbc1a239495cff730dc4))
|
|
76
|
+
* Revert "build: update dependencies to avoid crash" ([df41821](https://github.com/ovh/manager/commit/df418216a22ca9ce7ace1aecc066302ed19bcf78))
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### BREAKING CHANGES
|
|
80
|
+
|
|
81
|
+
* bump webpack from v4 to v5
|
|
82
|
+
|
|
83
|
+
Signed-off-by: Florian Renaut <florian.renaut@corp.ovh.com>
|
|
84
|
+
Co-authored-by: Jisay <jean-christophe.alleman@corp.ovh.com>
|
|
85
|
+
Co-authored-by: Anoop N <anoop.n@ovhcloud.com>
|
|
86
|
+
* **webpack-config:** remove registry proxy configuration
|
|
87
|
+
* **deps:** require Node.js 16
|
|
88
|
+
* **loader:** xml translation files are not supported anymore
|
|
17
89
|
|
|
18
90
|
|
|
19
91
|
|
|
20
92
|
|
|
21
93
|
|
|
22
|
-
## [7.0.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-config@7.0.4...@ovh-ux/manager-webpack-config@7.0.5) (2025-
|
|
94
|
+
## [7.0.5](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-config@7.0.4...@ovh-ux/manager-webpack-config@7.0.5) (2025-04-04)
|
|
23
95
|
|
|
24
96
|
**Note:** Version bump only for package @ovh-ux/manager-webpack-config
|
|
25
97
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ovh-ux/manager-webpack-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "OVHcloud manager shared webpack configuration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"configuration",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
29
29
|
"@babel/preset-env": "^7.20.2",
|
|
30
30
|
"@ovh-ux/component-rollup-config": "^13.0.2",
|
|
31
|
-
"@ovh-ux/manager-webpack-dev-server": "^
|
|
31
|
+
"@ovh-ux/manager-webpack-dev-server": "^5.0.0",
|
|
32
32
|
"acorn": "^8.8.1",
|
|
33
33
|
"acorn-class-fields": "^1.0.0",
|
|
34
34
|
"acorn-dynamic-import": "^4.0.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"raw-loader": "^4.0.2",
|
|
52
52
|
"regenerator-runtime": "^0.13.10",
|
|
53
53
|
"resolve-url-loader": "^3.0.0",
|
|
54
|
-
"sass": "1.56.
|
|
54
|
+
"sass": "^1.56.0",
|
|
55
55
|
"sass-loader": "^13.1.0",
|
|
56
56
|
"script-loader": "^0.7.2",
|
|
57
57
|
"terser-webpack-plugin": "^5.3.6",
|