@ovh-ux/manager-webpack-dev-server 4.0.4 → 5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +59 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,15 +3,71 @@
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
- ## [4.0.4](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-dev-server@4.0.3...@ovh-ux/manager-webpack-dev-server@4.0.4) (2025-03-13)
6
+ # 5.0.0 (2025-07-10)
7
7
 
8
- **Note:** Version bump only for package @ovh-ux/manager-webpack-dev-server
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump lodash to version >= 4.17.14 ([#1072](https://github.com/ovh/manager/issues/1072)) ([1a32ddc](https://github.com/ovh/manager/commit/1a32ddc7f3dadcd45cc34571e7ab0941b99c78c7))
12
+ * **dependencies:** require right dependencies instead of devDependencies ([dbbe244](https://github.com/ovh/manager/commit/dbbe244bca7b39825e035c5be8fa71b344655697))
13
+ * **deps:** upgrade `@ovh-ux/manager-dev-server-config` to `v4.0.0` ([eb942bb](https://github.com/ovh/manager/commit/eb942bb01a2d88cc879be6dc5d482c03bd4dc37a))
14
+ * **deps:** upgrade `ovh-ux/manager-dev-server-config` to `v3.0.0` ([#6045](https://github.com/ovh/manager/issues/6045)) ([93d9d3a](https://github.com/ovh/manager/commit/93d9d3ae1e836432f86d825866526cbe2a3293ba))
15
+ * **deps:** upgrade webpack-dev-server to v3.11.0 ([578d5d4](https://github.com/ovh/manager/commit/578d5d4d765a8a2a98ff22670afb545fb5a20623))
16
+ * **deps:** upgrade yn to v4.0.0 ([3e022dc](https://github.com/ovh/manager/commit/3e022dc26fe5daf0161108d15365c3da31c8faca))
17
+ * update manager-dev-server-config usage ([0f729fe](https://github.com/ovh/manager/commit/0f729fe9c26be55825cb63ee39f1586b7dd82847))
18
+ * **webpack-dev-server:** allow to define custom config ([0dbcad6](https://github.com/ovh/manager/commit/0dbcad6a72b2c0f053fbb5b06707b0dca10ed75e))
19
+
20
+
21
+ ### Build System
22
+
23
+ * bump nodejs to v18 and webpack to v5 ([6270204](https://github.com/ovh/manager/commit/6270204e59bbfb87ec000c5853be08027affbb69))
24
+
25
+
26
+ ### Code Refactoring
27
+
28
+ * **webpack-dev-server:** remove registry proxy ([825dc50](https://github.com/ovh/manager/commit/825dc5031e3d73c7f68e146f878e618040e05c03))
29
+
30
+
31
+ ### Features
32
+
33
+ * add new packages ([09b5158](https://github.com/ovh/manager/commit/09b5158af2d5127374956b144865f13e16db9672))
34
+ * **config:** use config settings to set some environment variables ([#1457](https://github.com/ovh/manager/issues/1457)) ([6e145fa](https://github.com/ovh/manager/commit/6e145faf17008417369110e4f4610553603c876c))
35
+ * **manager-webpack-dev-server:** use process env as region fallback ([41f4fed](https://github.com/ovh/manager/commit/41f4fed8be23ef831f35caee13794de288e94367))
36
+ * **tools.webpack.dev.server.config:** add port option to env object ([#1238](https://github.com/ovh/manager/issues/1238)) ([33b2d0f](https://github.com/ovh/manager/commit/33b2d0fbd2372d0d739a6dd299407e2922752aff))
37
+ * **webpack-dev-server:** add container environment parameter ([61e3962](https://github.com/ovh/manager/commit/61e3962fda4e664fbfe2215d5cceed7ba2aa10d4))
38
+ * **webpack-dev-server:** add container environment parameter ([76a136d](https://github.com/ovh/manager/commit/76a136db762846994e281b107cdd01eb1fb96ee8))
39
+ * **webpack-dev-server:** add registry proxy and option ([4095bf6](https://github.com/ovh/manager/commit/4095bf668328a81165e2db671a55ee5219036193))
40
+ * **webpack-dev-server:** allow to give registryUrl in ([e52142e](https://github.com/ovh/manager/commit/e52142e86dc712a2722c4a1e702f4022cb10c805))
41
+ * **webpack-dev-server:** use manager-dev-server-config ([c235d26](https://github.com/ovh/manager/commit/c235d269b405dadcdeef8268983c5a43814e3569))
42
+
43
+
44
+ ### Performance Improvements
45
+
46
+ * rename `*.ts` files into `*.js` ([036fdc9](https://github.com/ovh/manager/commit/036fdc985bf6f590e057ee2b32e6cf1a341f7bef))
47
+
48
+
49
+ ### Reverts
50
+
51
+ * Revert "build: add new module @ovh-ux/manager-webpack-dev-server" ([fd7a5b8](https://github.com/ovh/manager/commit/fd7a5b859937dce426ca44ff83de0aabb88a1318))
52
+ * Revert "docs: update links in README.md" ([c84324f](https://github.com/ovh/manager/commit/c84324f06f1a058ad20b7cabd45e408d3e573fb2))
53
+ * Revert "build: add build scripts for new modules (inside tools folders)" ([91d0025](https://github.com/ovh/manager/commit/91d00252fb1afeca39b7bbc1a239495cff730dc4))
54
+ * Revert "build: update dependencies to avoid crash" ([df41821](https://github.com/ovh/manager/commit/df418216a22ca9ce7ace1aecc066302ed19bcf78))
55
+
56
+
57
+ ### BREAKING CHANGES
58
+
59
+ * bump webpack from v4 to v5
60
+
61
+ Signed-off-by: Florian Renaut <florian.renaut@corp.ovh.com>
62
+ Co-authored-by: Jisay <jean-christophe.alleman@corp.ovh.com>
63
+ Co-authored-by: Anoop N <anoop.n@ovhcloud.com>
64
+ * **webpack-dev-server:** remove registry proxy
9
65
 
10
66
 
11
67
 
12
68
 
13
69
 
14
- ## [4.0.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-dev-server@4.0.2...@ovh-ux/manager-webpack-dev-server@4.0.3) (2025-02-19)
70
+ ## [4.0.3](https://github.com/ovh/manager/compare/@ovh-ux/manager-webpack-dev-server@4.0.2...@ovh-ux/manager-webpack-dev-server@4.0.3) (2025-04-04)
15
71
 
16
72
  **Note:** Version bump only for package @ovh-ux/manager-webpack-dev-server
17
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/manager-webpack-dev-server",
3
- "version": "4.0.4",
3
+ "version": "5.0.0",
4
4
  "description": "OVHcloud manager webpack development server configuration.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -15,7 +15,7 @@
15
15
  "author": "OVH SAS",
16
16
  "main": "src/index.js",
17
17
  "dependencies": {
18
- "@ovh-ux/manager-dev-server-config": "^6.1.3",
18
+ "@ovh-ux/manager-dev-server-config": "^7.0.0",
19
19
  "webpack-dev-server": "^4.11.1",
20
20
  "yn": "^4.0.0"
21
21
  }