Tobias Koppers
85b341d1ec
update progress more often for small numbers
2021-02-02 03:29:22 +01:00
Tobias Koppers
b6ce40aded
use ArrayQueue for FlagDependencyUsagePlugin
2021-02-02 03:29:21 +01:00
Tobias Koppers
3e1c7082d2
log out module profile summary when profiling is enabled
2021-02-02 03:29:21 +01:00
Tobias Koppers
bcfb3ad2c7
Merge pull request #12555 from Knagis/worker-node-version
...
Fix new Worker() compatibility check in unit tests for older node versions
2021-02-01 20:05:04 +01:00
webpack bot
a0327dd1cb
Merge pull request #12556 from webpack/dependabot/npm_and_yarn/less-loader-8.0.0
...
chore(deps-dev): bump less-loader from 7.3.0 to 8.0.0
2021-02-01 19:17:21 +01:00
dependabot-preview[bot]
a4a79fb7c0
chore(deps-dev): bump less-loader from 7.3.0 to 8.0.0
...
Bumps [less-loader](https://github.com/webpack-contrib/less-loader ) from 7.3.0 to 8.0.0.
- [Release notes](https://github.com/webpack-contrib/less-loader/releases )
- [Changelog](https://github.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/less-loader/compare/v7.3.0...v8.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01 16:30:20 +00:00
webpack bot
fd2e1b8909
Merge pull request #12544 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.6.0
...
chore(deps-dev): bump eslint-plugin-jsdoc from 31.4.0 to 31.6.0
2021-02-01 17:21:54 +01:00
Karlis Gangis
c15fc1bae4
Fix new Worker() compatibility check in unit tests for older node versions
2021-02-01 18:01:20 +02:00
Tobias Koppers
d320ae7427
Merge pull request #12550 from snitin315/fix/typo
...
fix typo in validateScema.js
2021-02-01 08:57:49 +01:00
Nitin Kumar
4bc647d700
fix typo in validateScema.js
2021-02-01 08:38:09 +05:30
webpack bot
979fa38907
Merge pull request #12541 from webpack/dependabot/npm_and_yarn/eslint-7.19.0
...
chore(deps-dev): bump eslint from 7.18.0 to 7.19.0
2021-01-31 20:40:31 +01:00
webpack bot
6951298620
Merge pull request #12540 from webpack/dependabot/npm_and_yarn/less-4.1.1
...
chore(deps-dev): bump less from 4.1.0 to 4.1.1
2021-01-31 20:40:11 +01:00
Tobias Koppers
335053ee37
Merge pull request #12534 from chenxsan/feature/export-EntryObject-typing
2021-01-31 20:15:46 +01:00
dependabot-preview[bot]
43f662e75b
chore(deps-dev): bump eslint-plugin-jsdoc from 31.4.0 to 31.6.0
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 31.4.0 to 31.6.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.4.0...v31.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-31 16:14:46 +00:00
dependabot-preview[bot]
9a0a4b13bb
chore(deps-dev): bump eslint from 7.18.0 to 7.19.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.18.0 to 7.19.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-31 05:07:41 +00:00
dependabot-preview[bot]
92a5d0b9a7
chore(deps-dev): bump less from 4.1.0 to 4.1.1
...
Bumps [less](https://github.com/less/less.js ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/less/less.js/releases )
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/less/less.js/compare/v4.1.0...v4.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-31 04:02:11 +00:00
chenxsan
cbc813e979
export EntryObject typing
2021-01-30 15:05:45 +08:00
Tobias Koppers
3f7573c83c
5.19.0
2021-01-29 20:01:19 +01:00
Tobias Koppers
e66cd2fc9b
fix merge issue
2021-01-29 20:01:13 +01:00
Tobias Koppers
827c52eeb7
Merge pull request #12529 from webpack/bugfix/tla
2021-01-29 16:59:08 +01:00
Tobias Koppers
4d2cf12a34
Merge pull request #12527 from artchenamazon/mf-custom-expose-module-name
...
feat: support custom chunk name in container expose options
2021-01-29 15:01:56 +01:00
Tobias Koppers
8aff4f854d
Merge pull request #12522 from sibiraj-s/patch-1
2021-01-29 14:59:43 +01:00
Tobias Koppers
b2a4ea185f
workaround for v8 bug
2021-01-29 14:53:51 +01:00
Tobias Koppers
495cabb94d
improve TLA consistency
2021-01-29 13:51:32 +01:00
Art Chen
cd0310f6d6
feat: support custom chunk name in container expose options
...
Module federation generates async chunks for exposed modules, which by
default named after the internal module id. This change allows users to
assign a custom name so that the file can be statically referenced.
2021-01-28 09:00:05 -08:00
sibiraj-s
3cfa7cf1d9
make ProgressPlugin options optional
2021-01-28 17:57:10 +05:30
Sibiraj
81bb146061
make ProgressPlugin options optional
2021-01-28 17:31:11 +05:30
webpack bot
89fcc43bda
Merge pull request #12511 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.4.0
...
chore(deps-dev): bump eslint-plugin-jsdoc from 31.3.3 to 31.4.0
2021-01-28 11:52:00 +01:00
Tobias Koppers
8ce54a045f
Merge pull request #12516 from webpack/perf/memory-savings
2021-01-27 17:53:54 +01:00
Tobias Koppers
6c5d48246a
Merge pull request #12515 from webpack/chore-add-semicolon
2021-01-27 14:52:03 +01:00
Tobias Koppers
ae353e8a05
remove invalid property, avoid allocation of Set when only a single runtime is used
2021-01-27 14:48:28 +01:00
Tobias Koppers
858b0c8727
avoid allocation of inner map in RuntimeSpecMap when only a single runtime is used
2021-01-27 14:47:16 +01:00
evilebottnawi
173c092dd5
test: update snapshot
2021-01-27 16:01:04 +03:00
evilebottnawi
938fc8946a
refactor: add semicolon
2021-01-27 15:47:04 +03:00
Tobias Koppers
a936d7b3a0
avoid unnecessary conditions
2021-01-27 13:37:34 +01:00
Tobias Koppers
21c08d56ec
avoid allocation of meta info for dependencies when unused
2021-01-27 13:37:34 +01:00
Tobias Koppers
52abb681ff
avoid allocation of warning marker weak set when unused
2021-01-27 13:36:03 +01:00
dependabot-preview[bot]
fa2ce94de8
chore(deps-dev): bump eslint-plugin-jsdoc from 31.3.3 to 31.4.0
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 31.3.3 to 31.4.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.3.3...v31.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-27 10:44:42 +00:00
Tobias Koppers
16774961d4
5.18.0
2021-01-26 20:52:40 +01:00
Tobias Koppers
7dfc1cb9ea
Merge pull request #12497 from webpack/bugfix/hashing
...
move responsibility of exports info and connected modules hashing from Dependencies to Module
2021-01-26 16:44:09 +01:00
Tobias Koppers
9930ce5f72
Merge pull request #12467 from webpack/dependabot/npm_and_yarn/less-loader-7.3.0
...
chore(deps-dev): bump less-loader from 7.2.1 to 7.3.0
2021-01-26 14:49:38 +01:00
Tobias Koppers
4b9a824f88
Merge pull request #12501 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.3.3
...
chore(deps-dev): bump eslint-plugin-jsdoc from 31.0.8 to 31.3.3
2021-01-26 14:49:27 +01:00
Tobias Koppers
ce6c90bfff
Merge pull request #12500 from webpack/dependabot/npm_and_yarn/acorn-8.0.5
...
chore(deps): bump acorn from 8.0.4 to 8.0.5
2021-01-26 14:49:17 +01:00
Tobias Koppers
349a5e395e
avoid unnecessary MultiItemCache
2021-01-26 14:45:11 +01:00
Tobias Koppers
43df5e3cde
improve hash caching
2021-01-26 14:45:11 +01:00
Tobias Koppers
f25345cae9
refactor code generation and HMR plugin to generate real module hashes for HMR
2021-01-26 14:45:11 +01:00
Tobias Koppers
3cf2f45290
remove unused method
2021-01-25 20:30:46 +01:00
dependabot-preview[bot]
148baa66bd
chore(deps-dev): bump eslint-plugin-jsdoc from 31.0.8 to 31.3.3
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 31.0.8 to 31.3.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.0.8...v31.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-25 09:49:24 +00:00
dependabot-preview[bot]
80174bfaab
chore(deps): bump acorn from 8.0.4 to 8.0.5
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/8.0.4...8.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-25 09:40:18 +00:00
Tobias Koppers
97b83161d9
move responsibility of exports info and connected modules hashing from Dependencies to Module
...
fixes a bug where modules are incorrectly cached when exports info of connected modules change
2021-01-24 21:36:36 +01:00