@workleap/webpack-configs 1.5.3 → 1.5.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +36 -24
  2. package/README.md +2 -2
  3. package/package.json +20 -25
package/CHANGELOG.md CHANGED
@@ -1,146 +1,158 @@
1
1
  # @workleap/webpack-configs
2
2
 
3
+ ## 1.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#244](https://github.com/workleap/wl-web-configs/pull/244) [`038d794`](https://github.com/workleap/wl-web-configs/commit/038d794458289e344502a56fd563c71e8d6dd0f8) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies
8
+
9
+ ## 1.5.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#242](https://github.com/workleap/wl-web-configs/pull/242) [`e165cb4`](https://github.com/workleap/wl-web-configs/commit/e165cb447e699e19f06d41532216e36c09d7b945) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
14
+
3
15
  ## 1.5.3
4
16
 
5
17
  ### Patch Changes
6
18
 
7
- - [#230](https://github.com/gsoft-inc/wl-web-configs/pull/230) [`0a4279c`](https://github.com/gsoft-inc/wl-web-configs/commit/0a4279c40b7c2ea76c7e1884a8e2fd744ca9b7c1) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Packages now includes the source codes and sourcemap.
19
+ - [#230](https://github.com/workleap/wl-web-configs/pull/230) [`0a4279c`](https://github.com/workleap/wl-web-configs/commit/0a4279c40b7c2ea76c7e1884a8e2fd744ca9b7c1) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Packages now includes the source codes and sourcemap.
8
20
 
9
21
  ## 1.5.2
10
22
 
11
23
  ### Patch Changes
12
24
 
13
- - [#215](https://github.com/gsoft-inc/wl-web-configs/pull/215) [`d6dfe8f`](https://github.com/gsoft-inc/wl-web-configs/commit/d6dfe8f61ab56a606c84c7c580dded75ba5e7bfc) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Fixed typings.
25
+ - [#215](https://github.com/workleap/wl-web-configs/pull/215) [`d6dfe8f`](https://github.com/workleap/wl-web-configs/commit/d6dfe8f61ab56a606c84c7c580dded75ba5e7bfc) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Fixed typings.
14
26
 
15
27
  ## 1.5.1
16
28
 
17
29
  ### Patch Changes
18
30
 
19
- - [#201](https://github.com/gsoft-inc/wl-web-configs/pull/201) [`de5804b`](https://github.com/gsoft-inc/wl-web-configs/commit/de5804b352496fe0a6d4e01a5b6bb5e6a56aca18) Thanks [@bsokol-wl](https://github.com/bsokol-wl)! - Remove hashes from chunk file names and asset/resource file names in order to prevent chunk load errors for users during a deployment
31
+ - [#201](https://github.com/workleap/wl-web-configs/pull/201) [`de5804b`](https://github.com/workleap/wl-web-configs/commit/de5804b352496fe0a6d4e01a5b6bb5e6a56aca18) Thanks [@bsokol-wl](https://github.com/bsokol-wl)! - Remove hashes from chunk file names and asset/resource file names in order to prevent chunk load errors for users during a deployment
20
32
 
21
33
  ## 1.5.0
22
34
 
23
35
  ### Minor Changes
24
36
 
25
- - [#190](https://github.com/gsoft-inc/wl-web-configs/pull/190) [`b6246b3`](https://github.com/gsoft-inc/wl-web-configs/commit/b6246b30a505821e36b09579fb14e3c0f99c963a) Thanks [@bsokol-wl](https://github.com/bsokol-wl)! - Enable in-memory webpack cache by default
37
+ - [#190](https://github.com/workleap/wl-web-configs/pull/190) [`b6246b3`](https://github.com/workleap/wl-web-configs/commit/b6246b30a505821e36b09579fb14e3c0f99c963a) Thanks [@bsokol-wl](https://github.com/bsokol-wl)! - Enable in-memory webpack cache by default
26
38
 
27
39
  ## 1.4.2
28
40
 
29
41
  ### Patch Changes
30
42
 
31
- - [#188](https://github.com/gsoft-inc/wl-web-configs/pull/188) [`37b6253`](https://github.com/gsoft-inc/wl-web-configs/commit/37b625375848907b34a5c86bd95de69b25a5342f) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
43
+ - [#188](https://github.com/workleap/wl-web-configs/pull/188) [`37b6253`](https://github.com/workleap/wl-web-configs/commit/37b625375848907b34a5c86bd95de69b25a5342f) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
32
44
 
33
45
  ## 1.4.1
34
46
 
35
47
  ### Patch Changes
36
48
 
37
- - [#186](https://github.com/gsoft-inc/wl-web-configs/pull/186) [`997054e`](https://github.com/gsoft-inc/wl-web-configs/commit/997054eb66118e5897ce686a446d98ac7ea6abd6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Loosen the dependencies version.
49
+ - [#186](https://github.com/workleap/wl-web-configs/pull/186) [`997054e`](https://github.com/workleap/wl-web-configs/commit/997054eb66118e5897ce686a446d98ac7ea6abd6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Loosen the dependencies version.
38
50
 
39
51
  ## 1.4.0
40
52
 
41
53
  ### Minor Changes
42
54
 
43
- - [#183](https://github.com/gsoft-inc/wl-web-configs/pull/183) [`77128e6`](https://github.com/gsoft-inc/wl-web-configs/commit/77128e666574333035e6bb077fc1982f327751eb) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added a "readable" option to Webpack optimize option.
55
+ - [#183](https://github.com/workleap/wl-web-configs/pull/183) [`77128e6`](https://github.com/workleap/wl-web-configs/commit/77128e666574333035e6bb077fc1982f327751eb) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added a "readable" option to Webpack optimize option.
44
56
 
45
57
  ## 1.3.2
46
58
 
47
59
  ### Patch Changes
48
60
 
49
- - [#179](https://github.com/gsoft-inc/wl-web-configs/pull/179) [`61d3721`](https://github.com/gsoft-inc/wl-web-configs/commit/61d37216198083ba78cd4b1480e38c8d772a6119) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
61
+ - [#179](https://github.com/workleap/wl-web-configs/pull/179) [`61d3721`](https://github.com/workleap/wl-web-configs/commit/61d37216198083ba78cd4b1480e38c8d772a6119) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
50
62
 
51
63
  ## 1.3.1
52
64
 
53
65
  ### Patch Changes
54
66
 
55
- - [#177](https://github.com/gsoft-inc/wl-web-configs/pull/177) [`8936ce6`](https://github.com/gsoft-inc/wl-web-configs/commit/8936ce677cad205caba2f13a71f5c9208f1dd5e6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages dependencies.
67
+ - [#177](https://github.com/workleap/wl-web-configs/pull/177) [`8936ce6`](https://github.com/workleap/wl-web-configs/commit/8936ce677cad205caba2f13a71f5c9208f1dd5e6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated packages dependencies.
56
68
 
57
69
  ## 1.3.0
58
70
 
59
71
  ### Minor Changes
60
72
 
61
- - [#175](https://github.com/gsoft-inc/wl-web-configs/pull/175) [`0f5077c`](https://github.com/gsoft-inc/wl-web-configs/commit/0f5077cdc9592e02099c498fcb6ebda6e1637e0c) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added an `svgr` option.
73
+ - [#175](https://github.com/workleap/wl-web-configs/pull/175) [`0f5077c`](https://github.com/workleap/wl-web-configs/commit/0f5077cdc9592e02099c498fcb6ebda6e1637e0c) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added an `svgr` option.
62
74
 
63
75
  ## 1.2.1
64
76
 
65
77
  ### Patch Changes
66
78
 
67
- - [#167](https://github.com/gsoft-inc/wl-web-configs/pull/167) [`55e0bd4`](https://github.com/gsoft-inc/wl-web-configs/commit/55e0bd4a7574f3cc6c138474eca90b84a62ad16f) Thanks [@tjosepo](https://github.com/tjosepo)! - Fix file extension RegEx rules being too lenient
79
+ - [#167](https://github.com/workleap/wl-web-configs/pull/167) [`55e0bd4`](https://github.com/workleap/wl-web-configs/commit/55e0bd4a7574f3cc6c138474eca90b84a62ad16f) Thanks [@tjosepo](https://github.com/tjosepo)! - Fix file extension RegEx rules being too lenient
68
80
 
69
81
  ## 1.2.0
70
82
 
71
83
  ### Minor Changes
72
84
 
73
- - [#164](https://github.com/gsoft-inc/wl-web-configs/pull/164) [`b747f5b`](https://github.com/gsoft-inc/wl-web-configs/commit/b747f5b1d1bc7f0b7935e04ab971dad256e8ed8c) Thanks [@patricklafrance](https://github.com/patricklafrance)! - - Added a `publicPath` prop to the development configuration.
85
+ - [#164](https://github.com/workleap/wl-web-configs/pull/164) [`b747f5b`](https://github.com/workleap/wl-web-configs/commit/b747f5b1d1bc7f0b7935e04ab971dad256e8ed8c) Thanks [@patricklafrance](https://github.com/patricklafrance)! - - Added a `publicPath` prop to the development configuration.
74
86
 
75
87
  ## 1.1.1
76
88
 
77
89
  ### Patch Changes
78
90
 
79
- - [#162](https://github.com/gsoft-inc/wl-web-configs/pull/162) [`fff9d08`](https://github.com/gsoft-inc/wl-web-configs/commit/fff9d087ebfe941fb38de8a46b3af79258f7f80d) Thanks [@patricklafrance](https://github.com/patricklafrance)! - - Removed the `build` config `preflight` function because it's not enforced by TypeScript typings.
91
+ - [#162](https://github.com/workleap/wl-web-configs/pull/162) [`fff9d08`](https://github.com/workleap/wl-web-configs/commit/fff9d087ebfe941fb38de8a46b3af79258f7f80d) Thanks [@patricklafrance](https://github.com/patricklafrance)! - - Removed the `build` config `preflight` function because it's not enforced by TypeScript typings.
80
92
  - Updated the `build` config non-optimized options.
81
93
 
82
94
  ## 1.1.0
83
95
 
84
96
  ### Minor Changes
85
97
 
86
- - [#155](https://github.com/gsoft-inc/wl-web-configs/pull/155) [`5a02365`](https://github.com/gsoft-inc/wl-web-configs/commit/5a02365e18b002c48c20e4ae23114d7063027b2f) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added an overlay predefined options for the webpack config.
98
+ - [#155](https://github.com/workleap/wl-web-configs/pull/155) [`5a02365`](https://github.com/workleap/wl-web-configs/commit/5a02365e18b002c48c20e4ae23114d7063027b2f) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added an overlay predefined options for the webpack config.
87
99
 
88
100
  ## 1.0.8
89
101
 
90
102
  ### Patch Changes
91
103
 
92
- - [#146](https://github.com/gsoft-inc/wl-web-configs/pull/146) [`0b259b0`](https://github.com/gsoft-inc/wl-web-configs/commit/0b259b0849e32c49f78be2f9869a5daea0b4c6f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Replaced build option "minify" for "optimize"
104
+ - [#146](https://github.com/workleap/wl-web-configs/pull/146) [`0b259b0`](https://github.com/workleap/wl-web-configs/commit/0b259b0849e32c49f78be2f9869a5daea0b4c6f3) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Replaced build option "minify" for "optimize"
93
105
 
94
106
  ## 1.0.7
95
107
 
96
108
  ### Patch Changes
97
109
 
98
- - [#143](https://github.com/gsoft-inc/wl-web-configs/pull/143) [`334088f`](https://github.com/gsoft-inc/wl-web-configs/commit/334088fac63aad6cc245ee3300da076e5c201287) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated to SWC 1.3.85
110
+ - [#143](https://github.com/workleap/wl-web-configs/pull/143) [`334088f`](https://github.com/workleap/wl-web-configs/commit/334088fac63aad6cc245ee3300da076e5c201287) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated to SWC 1.3.85
99
111
 
100
112
  ## 1.0.6
101
113
 
102
114
  ### Patch Changes
103
115
 
104
- - [#135](https://github.com/gsoft-inc/wl-web-configs/pull/135) [`0b36530`](https://github.com/gsoft-inc/wl-web-configs/commit/0b365307c97c4f1ef9c7ced8867a3bf103223c7a) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Release webpack-configs
116
+ - [#135](https://github.com/workleap/wl-web-configs/pull/135) [`0b36530`](https://github.com/workleap/wl-web-configs/commit/0b365307c97c4f1ef9c7ced8867a3bf103223c7a) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Release webpack-configs
105
117
 
106
118
  ## 1.0.5
107
119
 
108
120
  ### Patch Changes
109
121
 
110
- - [#131](https://github.com/gsoft-inc/wl-web-configs/pull/131) [`11bb287`](https://github.com/gsoft-inc/wl-web-configs/commit/11bb287847b4f525faa83abd23e46c56f58e41f4) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added a default key to exports
122
+ - [#131](https://github.com/workleap/wl-web-configs/pull/131) [`11bb287`](https://github.com/workleap/wl-web-configs/commit/11bb287847b4f525faa83abd23e46c56f58e41f4) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added a default key to exports
111
123
 
112
124
  ## 1.0.4
113
125
 
114
126
  ### Patch Changes
115
127
 
116
- - [#127](https://github.com/gsoft-inc/wl-web-configs/pull/127) [`f440b12`](https://github.com/gsoft-inc/wl-web-configs/commit/f440b1251e2b3c1960dfc7f68bd090f573ec67d6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Fix environment variables
128
+ - [#127](https://github.com/workleap/wl-web-configs/pull/127) [`f440b12`](https://github.com/workleap/wl-web-configs/commit/f440b1251e2b3c1960dfc7f68bd090f573ec67d6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Fix environment variables
117
129
 
118
130
  ## 1.0.3
119
131
 
120
132
  ### Patch Changes
121
133
 
122
- - [#123](https://github.com/gsoft-inc/wl-web-configs/pull/123) [`1c5458f`](https://github.com/gsoft-inc/wl-web-configs/commit/1c5458fba56494648b896e5263addaeb6380848e) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated web-configs
134
+ - [#123](https://github.com/workleap/wl-web-configs/pull/123) [`1c5458f`](https://github.com/workleap/wl-web-configs/commit/1c5458fba56494648b896e5263addaeb6380848e) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated web-configs
123
135
 
124
136
  ## 1.0.2
125
137
 
126
138
  ### Patch Changes
127
139
 
128
- - [#120](https://github.com/gsoft-inc/wl-web-configs/pull/120) [`0e66000`](https://github.com/gsoft-inc/wl-web-configs/commit/0e66000b2028cad9c606d3523e3bcf540e6350e2) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated configs
140
+ - [#120](https://github.com/workleap/wl-web-configs/pull/120) [`0e66000`](https://github.com/workleap/wl-web-configs/commit/0e66000b2028cad9c606d3523e3bcf540e6350e2) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated configs
129
141
 
130
142
  ## 1.0.1
131
143
 
132
144
  ### Patch Changes
133
145
 
134
- - [#116](https://github.com/gsoft-inc/wl-web-configs/pull/116) [`5d7f448`](https://github.com/gsoft-inc/wl-web-configs/commit/5d7f4486b80f397efb59361935c8e944fcd00d97) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Move fast-refresh package to a dependency rather than an optional peerDependency and move webpack config swcConfig as the first param
146
+ - [#116](https://github.com/workleap/wl-web-configs/pull/116) [`5d7f448`](https://github.com/workleap/wl-web-configs/commit/5d7f4486b80f397efb59361935c8e944fcd00d97) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Move fast-refresh package to a dependency rather than an optional peerDependency and move webpack config swcConfig as the first param
135
147
 
136
148
  ## 1.0.0
137
149
 
138
150
  ### Major Changes
139
151
 
140
- - [#98](https://github.com/gsoft-inc/wl-web-configs/pull/98) [`56ca32e`](https://github.com/gsoft-inc/wl-web-configs/commit/56ca32ee3194c51210aacc5189f3ebbec5a4a7b6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - New start, every package has a major version bump
152
+ - [#98](https://github.com/workleap/wl-web-configs/pull/98) [`56ca32e`](https://github.com/workleap/wl-web-configs/commit/56ca32ee3194c51210aacc5189f3ebbec5a4a7b6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - New start, every package has a major version bump
141
153
 
142
154
  ## 0.0.2
143
155
 
144
156
  ### Patch Changes
145
157
 
146
- - [#92](https://github.com/gsoft-inc/wl-web-configs/pull/92) [`66e8f10`](https://github.com/gsoft-inc/wl-web-configs/commit/66e8f1033a987523c65fe9e61f53dac6d2e38777) Thanks [@ofrogon](https://github.com/ofrogon)! - Migrate project from GitHub organization
158
+ - [#92](https://github.com/workleap/wl-web-configs/pull/92) [`66e8f10`](https://github.com/workleap/wl-web-configs/commit/66e8f1033a987523c65fe9e61f53dac6d2e38777) Thanks [@ofrogon](https://github.com/ofrogon)! - Migrate project from GitHub organization
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ## Usage
7
7
 
8
- View the [user's documentation](https://gsoft-inc.github.io/wl-web-configs/).
8
+ View the [user's documentation](https://workleap.github.io/wl-web-configs/).
9
9
 
10
10
  ## 🤝 Contributing
11
11
 
@@ -19,4 +19,4 @@ To work properly, all projects having React/JSX code that are referenced by the
19
19
 
20
20
  ## License
21
21
 
22
- Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/workleap-license/blob/master/LICENSE.
22
+ Copyright © 2023, Workleap. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/workleap/workleap-license/blob/master/LICENSE.
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "@workleap/webpack-configs",
3
3
  "author": "Workleap",
4
4
  "description": "Workleap recommended webpack configurations.",
5
- "version": "1.5.3",
5
+ "version": "1.5.5",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/gsoft-inc/wl-web-configs.git",
9
+ "url": "git+https://github.com/workleap/wl-web-configs.git",
10
10
  "directory": "packages/webpack-configs"
11
11
  },
12
12
  "type": "module",
@@ -28,10 +28,10 @@
28
28
  "README.md"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@swc/core": "*",
32
- "@swc/helpers": "*",
33
- "browserslist": "*",
34
- "postcss": "*",
31
+ "@swc/core": "^1.10.0",
32
+ "@swc/helpers": "^0.5.0",
33
+ "browserslist": "^4.24.4",
34
+ "postcss": ">=8.4.6",
35
35
  "webpack": ">=5.0.0",
36
36
  "webpack-dev-server": ">=5.0.0"
37
37
  },
@@ -41,40 +41,35 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
44
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.16",
45
45
  "@svgr/webpack": "^8.1.0",
46
46
  "css-loader": "^7.1.2",
47
47
  "html-webpack-plugin": "^5.6.3",
48
48
  "mini-css-extract-plugin": "^2.9.2",
49
49
  "postcss-loader": "^8.1.1",
50
- "react-refresh": "^0.16.0",
50
+ "react-refresh": "^0.17.0",
51
51
  "style-loader": "^4.0.0",
52
52
  "swc-loader": "^0.2.6",
53
- "terser-webpack-plugin": "^5.3.11"
53
+ "terser-webpack-plugin": "^5.3.14"
54
54
  },
55
55
  "devDependencies": {
56
- "@rsbuild/core": "1.1.13",
57
- "@rslib/core": "0.3.1",
56
+ "@rsbuild/core": "1.3.1",
57
+ "@rslib/core": "0.6.1",
58
58
  "@svgr/core": "8.1.0",
59
- "@swc/core": "1.10.7",
60
- "@swc/helpers": "0.5.15",
61
- "@swc/jest": "0.2.37",
62
- "@types/jest": "29.5.14",
63
- "@types/node": "22.10.7",
64
- "@typescript-eslint/parser": "8.20.0",
59
+ "@types/node": "22.13.14",
60
+ "@typescript-eslint/parser": "8.29.0",
65
61
  "eslint": "8.57.0",
66
- "jest": "29.7.0",
67
- "ts-node": "10.9.2",
68
- "typescript": "5.5.4",
69
- "@workleap/eslint-plugin": "3.2.6",
70
- "@workleap/rslib-configs": "1.0.2",
71
- "@workleap/swc-configs": "2.2.4",
72
- "@workleap/typescript-configs": "3.0.2"
62
+ "typescript": "5.8.2",
63
+ "vitest": "3.1.1",
64
+ "@workleap/eslint-plugin": "3.3.2",
65
+ "@workleap/rslib-configs": "1.0.4",
66
+ "@workleap/swc-configs": "2.2.6",
67
+ "@workleap/typescript-configs": "3.0.3"
73
68
  },
74
69
  "scripts": {
75
70
  "build": "rslib build -c rslib.config.ts",
76
71
  "eslint": "eslint . --max-warnings=-0 --cache --cache-location node_modules/.cache/eslint",
77
72
  "typecheck": "tsc",
78
- "test": "jest"
73
+ "test": "vitest --config vitest.config.ts --no-watch"
79
74
  }
80
75
  }