Commit 7af21dc
refactor: updated devDependencies regarding webpack / to webpack version 5 & some cleanup (#1301)
* chore(docs): some typos
missed to replace mustache initially and incorrect handlebars two times (both in package name and URL)
* Revert "Merge pull request #2 from pattern-lab/dev"
This reverts commit 7812878, reversing
changes made to 26db979.
* Revert "Merge pull request #1 from pattern-lab/dev"
This reverts commit 26db979, reversing
changes made to fc90750.
* Revert "chore(docs): some typos"
This reverts commit 271dc8d.
* refactor: removed obsolete dependencies
Webpack 5 supportes module caching out of the box, compare to e.g. mzgoddard/hard-source-webpack-plugin#514 (comment)
* refactor: removed code out of obsolete dependency
* refactor: updated clean-css-loader related dependencies
* refactor: updated clean-webpack-plugin dependency
and restructured the code according to johnagan/clean-webpack-plugin#106
* refactor: updated webpack-merge dependency
* refactor: removed obsolete dependencies
this seems to have been removed (intentionally?) by 2cb663d#diff-8c9b7dba764c6bd34aaec36a6a42e7b69d9a46b19712a47706355bb8616d3319L365
* refactor: updated html-webpack-plugin dependency
* refactor: updated node-sass-magic-importer dependency
* refactor: updated style-loader dependency
* refactor: updated svg-sprite-loader dependency
* refactor: updated svg-transform-loader dependency
* refactor: updated svgo-loader dependency
* refactor: updated ts-loader dependency
* refactor: updated webpack-cli dependency
* refactor: updated copy-webpack-plugin dependency
* refactor: updated webpack-dev-middleware dependency
"the logger, logLevel and logTime options were removed without replacement." source: https://github.com/webpack/webpack-dev-middleware/releases?after=v4.0.0-rc.1
* refactor: updated mini-css-extract-plugin dependency
* refactor(webpackdevmiddleware): quiet has been removed a lot earlier even already
* refactor: updated no-emit-webpack-plugin dependency
* refactor: updated webpack dependency
* refactor: rebuild yarn.lock file
* refactor(terserplugin): options had an unknown property 'sourceMap'
* refactor(webpack): clean up configuration
https://webpack.js.org/migrate/5/#clean-up-configuration
* Revert "Merge branch 'dev' into refactor-updated-depencencies-webpack"
This reverts commit 8f347df, reversing
changes made to e619e63.
* refactor(webpack): updated outdated options
optimization.namedChunks: true → optimization.chunkIds: 'named'
source: https://webpack.js.org/migrate/5/#update-outdated-options
* refactor(webpack): updated outdated options
optimization.occurrenceOrder: true → optimization: { chunkIds: 'total-size', moduleIds: 'size' }
source: https://webpack.js.org/migrate/5/#update-outdated-options
* refactor: regenerated yarn.lock
* refactor: updated babel-loader dependency
* refactor: updated svg-sprite-loader dependency
* refactor: updated css-loader dependency
* refactor: updated postcss-loader dependency
* refactor(postcss-loader): added postcss dependency
* refactor: updated autoprefixer dependency
* refactor: updated copy-webpack-plugin dependency
* refactor: updated webpack dependency
* refactor: updated webpackbar dependency
* refactor: regenerated yarn.lock file
* refactor: regenerated yarn.lock file
* refactor(prettier): code rework on the prettier feedback
* refactor(prettier): code rework on the prettier feedback
* build: regenerated yarn.lock file
* refactor: updated webpack-cli dependency
* refactor: updated webpack dependency
* chore: removed unnecessary require entries
* build(webpack): 'stats' is the new 'display'
* build: regenerated package-lock.json file
* Revert "refactor: updated no-emit-webpack-plugin dependency"
* build: regenerated yarn.lock file
* chore: reverted node-sass-selector-importer update
* refactor: updated sass-loader dependency
* chore: code optimizations
that are mentioned by the github pipeline as well
* chore: rebuild yarn.lock file
* build: regenerated yarn.lock
* build: regenerated yarn.lock file
* refactor: updated clean-webpack-plugin
* refactor: updated copy-webpack-plugin
* refactor: updated html-webpack-plugin
* refactor: updated webpack
* refactor: updated webpack-cli
* refactor: updated webpack-dev-middleware
* refactor: updated webpack-hot-middleware
* refactor: updated webpack-merge
* refactor: updated webpackbar
* refactor: updated mini-css-extract-plugin
* refactor: updated babel-loader
* refactor: updating clean-css-loader
* refactor: updated css-loader
* refactor: updated postcss-loader
* refactor: updated sass-loader
* refactor: updated style-loader
* refactor: updated svg-sprite-loader
* refactor: updated svgo-loader
* refactor: updates ts-loader
* chore: updated html-loader
* refactor: minimize on productive build is the new default
https://github.com/webpack-contrib/html-loader/blob/master/CHANGELOG.md#100-2020-03-19
* refactor(webpack): we need to ignore those references
as those are generated independently and won't need to get followed by Webpack
* refactor(html-loader): interpolate option got removed
that for we need to adapt some other solution for the new preprocessor option
* fix(copy-webpack-plugin): correcting the path
to prevent webpack errors
* refactor: two of the options are now subitems of minimize
* chore: this attribute doesn't exist (any more)
* Restore packages/core/test/files/_handlebars-test-patterns/atoms/global/helloworld-withdata.hbs
* Restore packages/core/test/lineage_hunter_tests.js
* Restore packages/development-edition-engine-react/source/_meta/_head.html
* Restore packages/core/test/pattern_engines_tests.js
* Restore packages/core/test/pseudopattern_hunter_tests.js
* Restore packages/engine-handlebars/lib/engine_handlebars.js
* Restore packages/engine-nunjucks/lib/engine_nunjucks.js
* Restore packages/engine-twig-php/lib/engine_twig_php.js
* Restore packages/engine-underscore/_meta/_head.html
* Restore packages/engine-underscore/lib/engine_underscore.js
* Restore packages/uikit-workshop/src/scripts/actions/app.js
* chore: regenerated yarn.lock
* chore: corrected package.json
* fix: we need to import the cjs from handlebars directly
* Update webpack.config.js
* Update webpack.config.js
* Update webpack.config.js
* Update webpack.config.js
* chore: regenerated yarn.lock
* refactor: updated babel-loader dependency again
* refactor: updated clean-css-loader dependency again
* refactor: updated svgo-loader dependency again
---------
Co-authored-by: Maximilian <[email protected]>
Co-authored-by: Josef Bredreck <[email protected]>1 parent 209b9a1 commit 7af21dc
File tree
5 files changed
+912
-1345
lines changed- packages/uikit-workshop
- build
- src/html
5 files changed
+912
-1345
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | 123 | | |
125 | 124 | | |
126 | | - | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
73 | | - | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
| 37 | + | |
34 | 38 | | |
| 39 | + | |
35 | 40 | | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
| |||
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| 72 | + | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
12 | | - | |
| 9 | + | |
13 | 10 | | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
30 | 45 | | |
31 | 46 | | |
32 | 47 | | |
| |||
109 | 124 | | |
110 | 125 | | |
111 | 126 | | |
112 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
113 | 130 | | |
114 | 131 | | |
115 | 132 | | |
| |||
147 | 164 | | |
148 | 165 | | |
149 | 166 | | |
150 | | - | |
151 | 167 | | |
152 | 168 | | |
153 | 169 | | |
| |||
170 | 186 | | |
171 | 187 | | |
172 | 188 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
179 | 194 | | |
180 | 195 | | |
181 | 196 | | |
| |||
225 | 240 | | |
226 | 241 | | |
227 | 242 | | |
228 | | - | |
229 | | - | |
| 243 | + | |
| 244 | + | |
230 | 245 | | |
231 | 246 | | |
232 | 247 | | |
| |||
235 | 250 | | |
236 | 251 | | |
237 | 252 | | |
238 | | - | |
| 253 | + | |
239 | 254 | | |
240 | | - | |
| 255 | + | |
241 | 256 | | |
242 | 257 | | |
243 | 258 | | |
| |||
247 | 262 | | |
248 | 263 | | |
249 | 264 | | |
250 | | - | |
251 | 265 | | |
252 | 266 | | |
253 | 267 | | |
| |||
258 | 272 | | |
259 | 273 | | |
260 | 274 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | 275 | | |
279 | 276 | | |
280 | 277 | | |
| |||
303 | 300 | | |
304 | 301 | | |
305 | 302 | | |
306 | | - | |
307 | 303 | | |
308 | 304 | | |
309 | 305 | | |
| |||
343 | 339 | | |
344 | 340 | | |
345 | 341 | | |
346 | | - | |
347 | | - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
348 | 345 | | |
349 | 346 | | |
350 | 347 | | |
351 | 348 | | |
352 | 349 | | |
353 | 350 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | 351 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
362 | 355 | | |
363 | 356 | | |
364 | 357 | | |
| |||
367 | 360 | | |
368 | 361 | | |
369 | 362 | | |
370 | | - | |
371 | 363 | | |
372 | 364 | | |
373 | 365 | | |
| |||
0 commit comments