dependabot[bot]
7ec80ee74e
chore(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 4.0.0
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.4.0 to 4.0.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v4.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 02:02:50 +00:00
Tobias Koppers
179d2e00fe
Merge pull request #14095 from webpack/bugfix/close-watching-when-closing-compiler
...
close watching when closing compiler
2021-08-30 16:33:12 +02:00
Tobias Koppers
be6c0e645c
Merge pull request #14094 from webpack/bugfix/reexport-async-modules
...
copy/read exports from imported async modules later once they are awaited
2021-08-30 16:32:55 +02:00
Tobias Koppers
59ac413db6
upgrade all jest dependencies
2021-08-30 16:28:02 +02:00
Tobias Koppers
05c1861684
close watching when closing compiler
...
do not shutdown cache when closing only the watching
2021-08-30 15:01:24 +02:00
Tobias Koppers
ae711acba7
copy/read exports from imported async modules later once they are awaited
2021-08-30 14:26:34 +02:00
dependabot[bot]
cf2077a9dc
chore(deps-dev): bump jest from 27.0.6 to 27.1.0
...
Bumps [jest](https://github.com/facebook/jest ) from 27.0.6 to 27.1.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v27.0.6...v27.1.0 )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 11:37:33 +00:00
Tobias Koppers
553d9b62bb
Merge pull request #13972 from aleen42/main
...
fix(utils): avoid reserved property under ES
2021-08-30 13:34:36 +02:00
Tobias Koppers
67e17b232b
Merge branch 'main' into aleen42/main
2021-08-30 12:28:34 +02:00
Tobias Koppers
dab1c30b8f
use a Set for better performance
2021-08-30 12:25:46 +02:00
webpack bot
53d3b501fb
Merge pull request #14086 from webpack/dependabot/npm_and_yarn/simple-git-2.45.0
...
chore(deps-dev): bump simple-git from 2.44.0 to 2.45.0
2021-08-30 07:33:26 +02:00
dependabot[bot]
b68dd7dcb3
chore(deps-dev): bump simple-git from 2.44.0 to 2.45.0
...
Bumps [simple-git](https://github.com/steveukx/git-js ) from 2.44.0 to 2.45.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Changelog](https://github.com/steveukx/git-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/steveukx/git-js/compare/v2.44.0...v2.45.0 )
---
updated-dependencies:
- dependency-name: simple-git
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 02:04:36 +00:00
Tobias Koppers
ebb7f61a11
Merge pull request #14068 from rigor789/patch-2
...
fix: safeguard against `undefined` entry
2021-08-27 19:47:07 +02:00
Tobias Koppers
d9518a8897
Merge pull request #14057 from danieldiekmeier/patch-1
...
Fix spelling of `dependOn` in the SplitChunksPlugin
2021-08-26 16:12:41 +02:00
Tobias Koppers
ca2179f0c2
fix error and callback handling
2021-08-26 16:03:31 +02:00
Tobias Koppers
4195f21c48
Revert "fix: safeguard agains `undefined` entry"
...
This reverts commit 99585d88d0 .
2021-08-26 16:03:27 +02:00
webpack bot
6ec07703be
Merge pull request #14061 from webpack/dependabot/npm_and_yarn/core-js-3.16.3
...
chore(deps-dev): bump core-js from 3.16.2 to 3.16.3
2021-08-26 04:11:58 +02:00
Igor Randjelovic
99585d88d0
fix: safeguard agains `undefined` entry
2021-08-25 21:29:40 +02:00
dependabot[bot]
841e7b9adc
chore(deps-dev): bump core-js from 3.16.2 to 3.16.3
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.16.2 to 3.16.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.16.2...v3.16.3 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-25 02:03:09 +00:00
Daniel Diekmeier
093a9bed16
Fix spelling of `dependOn`
...
The help text suggests using `dependsOn`, but the `s` is a typo.
The correct property is called `dependOn`: https://webpack.js.org/concepts/entry-points/#entrydescription-object
2021-08-24 16:15:17 +02:00
Tobias Koppers
d28592e9da
update examples
2021-08-20 08:12:50 +02:00
Tobias Koppers
b3bebe6344
Merge pull request #14015 from webpack/dependabot/npm_and_yarn/core-js-3.16.2
...
chore(deps-dev): bump core-js from 3.16.1 to 3.16.2
2021-08-20 06:57:56 +02:00
webpack bot
8bc8efde49
Merge pull request #14025 from webpack/dependabot/npm_and_yarn/browserslist-4.16.8
...
chore(deps): bump browserslist from 4.16.7 to 4.16.8
2021-08-20 04:11:56 +02:00
Tobias Koppers
d3da48e7e3
5.51.1
2021-08-19 16:15:58 +02:00
Tobias Koppers
e73864c036
Merge pull request #14031 from webpack/bugfix/concatenated-contextify
2021-08-19 16:06:56 +02:00
Tobias Koppers
c76be4d738
make some things context-independent
...
* ConcatenatedModule.identifier()
* NormalModule source urls
fixes #14014
2021-08-19 14:57:39 +02:00
Tobias Koppers
5239f26427
Merge pull request #14030 from webpack/bugfix/crash-fsinfo
...
fix crash when trying to snapshot not existing directory
2021-08-19 14:05:41 +02:00
Tobias Koppers
ff69a4a631
Merge pull request #13997 from yujunjung/main
...
fix: exporting async module as library `type: "module"`
2021-08-19 13:20:38 +02:00
Tobias Koppers
0088d5565c
fix crash when trying to snapshot not existing directory
2021-08-19 13:17:18 +02:00
Tobias Koppers
bd7cb37f1c
5.51.0
2021-08-19 11:04:29 +02:00
Tobias Koppers
1a06a4517b
update lazy-compilation example for webpack-dev-server@4
2021-08-19 11:00:31 +02:00
Tobias Koppers
4e5e0aca41
Merge pull request #14009 from henryqdineen/hqd-module-creation-callback
...
Pass module to `compilation.addModuleChain()` callback when applicable
2021-08-19 10:31:52 +02:00
dependabot[bot]
2513c65ce4
chore(deps): bump browserslist from 4.16.7 to 4.16.8
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.7 to 4.16.8.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.7...4.16.8 )
---
updated-dependencies:
- dependency-name: browserslist
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-19 02:02:52 +00:00
Tobias Koppers
c61466e438
Merge pull request #14019 from webpack/bugfix/symlink-snapshot
...
track and resolve symlinks when reading context timestamps/hashes
2021-08-18 22:17:14 +02:00
Tobias Koppers
9577b88d4b
track and resolve symlinks when reading context timestamps/hashes
...
refactor context snapshotting for abstraction purposes
add (symlink) unit test cases for FileSystemInfo snapshotting
2021-08-18 14:50:23 +02:00
dependabot[bot]
8e617ed779
chore(deps-dev): bump core-js from 3.16.1 to 3.16.2
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.16.1 to 3.16.2.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.16.1...v3.16.2 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-18 02:02:58 +00:00
webpack bot
51637ae59b
Merge pull request #14003 from webpack/dependabot/npm_and_yarn/simple-git-2.44.0
...
chore(deps-dev): bump simple-git from 2.42.0 to 2.44.0
2021-08-17 04:12:01 +02:00
hdineen
c3e4e17322
Pass module to `Compilation.addModuleChain` callback when applicable
...
Although the callbacks for the `addModuleChain` and `addModuleTree` methods
are of type `ModuleCallback`, the `result` parameter is always `undefined`.
2021-08-16 15:40:35 -04:00
Tobias Koppers
9f40273183
Merge pull request #14007 from webpack/bugfix/runtime-module-hmr
...
keep state of chunk loading during hmr updates
2021-08-16 14:37:28 +02:00
Yujun Jung
f6890211ca
Revert "increase timeout for ProgressPlugin test"
...
This reverts commit 2bad4c7259 .
2021-08-16 21:06:50 +09:00
Yujun Jung
71fc88267f
lint
2021-08-16 21:06:43 +09:00
Yujun Jung
99bf506310
Update lib/library/ModuleLibraryPlugin.js
...
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-08-16 20:53:17 +09:00
Yujun Jung
8dd94755b2
Update lib/library/ModuleLibraryPlugin.js
...
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-08-16 20:53:07 +09:00
Tobias Koppers
08ea1464d5
keep state of chunk loading during hmr updates
...
ignore duplicate chunk loads
2021-08-16 13:50:43 +02:00
Tobias Koppers
c66914a944
Merge pull request #13992 from snitin315/rm-deprecated-loaders
2021-08-16 12:36:12 +02:00
Yujun Jung
2bad4c7259
increase timeout for ProgressPlugin test
2021-08-16 17:00:35 +09:00
Yujun Jung
f52adf35b6
remove mistake
2021-08-16 14:21:51 +09:00
Yujun Jung
4542baedbe
Merge branch 'main' of https://github.com/yujunjung/webpack
2021-08-16 14:11:38 +09:00
Yujun Jung
77eaad8a17
add test for webpack#13995
2021-08-16 14:07:24 +09:00
Yujun Jung
253f009072
add test for #13995
2021-08-16 13:33:58 +09:00