Commit Graph

14338 Commits

Author SHA1 Message Date
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
dependabot[bot] 5ab094a246
chore(deps-dev): bump webpack-cli from 4.7.2 to 4.8.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.7.2 to 4.8.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.2...webpack-cli@4.8.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 02:02:32 +00:00
dependabot[bot] bd318b521e
chore(deps-dev): bump simple-git from 2.42.0 to 2.44.0
Bumps [simple-git](https://github.com/steveukx/git-js) from 2.42.0 to 2.44.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.42.0...v2.44.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-16 02:02:13 +00:00
Yujun Jung 57fcea48bf fix: exporting async module 2021-08-16 00:39:22 +09:00
Nitin Kumar 0b16b53010 docs: remove deprecated file-loader 2021-08-14 16:02:19 +05:30
Nitin Kumar 78ce889278 docs: remove deprecated url-loader 2021-08-14 16:01:16 +05:30
Nitin Kumar bf7be6c146 docs: remove deprecated raw-loader 2021-08-14 15:58:57 +05:30
Aleen dc1fbaf9de test: update corresponding snapshot 2021-08-11 16:01:16 +08:00
Aleen cf4a7c0e7d dependency: missed jest-cli 2021-08-11 15:44:08 +08:00
Aleen f3a37ce8f8 fix(utils): avoid reserved property under ES 2021-08-11 15:25:45 +08:00
Tobias Koppers 400a0f94ab 5.50.0 2021-08-10 20:31:48 +02:00
Tobias Koppers 7a032c0444
Merge pull request #13963 from webpack/perf/serialization
improve allocations needed in serialization
2021-08-10 20:15:47 +02:00
Tobias Koppers db9b2df6cd improve allocations needed in serialization 2021-08-10 18:41:02 +02:00
Tobias Koppers edfea41cfd
Merge pull request #13830 from webpack/dependabot/npm_and_yarn/babel/core-7.14.8
chore(deps-dev): bump @babel/core from 7.14.6 to 7.14.8
2021-08-10 18:30:39 +02:00
Tobias Koppers e2092010a6
Merge pull request #13864 from webpack/dependabot/npm_and_yarn/date-fns-2.23.0
chore(deps-dev): bump date-fns from 2.22.1 to 2.23.0
2021-08-10 18:29:29 +02:00
Tobias Koppers 856d3d220e
Merge pull request #13904 from webpack/dependabot/npm_and_yarn/simple-git-2.42.0
chore(deps-dev): bump simple-git from 2.41.1 to 2.42.0
2021-08-10 18:29:15 +02:00
Tobias Koppers a402d2002a
Merge pull request #13882 from webpack/dependabot/npm_and_yarn/mime-types-2.1.32
chore(deps): bump mime-types from 2.1.31 to 2.1.32
2021-08-10 18:24:01 +02:00
Tobias Koppers 648c8e3340
Merge pull request #13939 from webpack/dependabot/npm_and_yarn/graceful-fs-4.2.8
chore(deps): bump graceful-fs from 4.2.6 to 4.2.8
2021-08-10 18:23:45 +02:00
Tobias Koppers d4410dbac8
Merge pull request #13919 from webpack/dependabot/npm_and_yarn/browserslist-4.16.7
chore(deps): bump browserslist from 4.16.6 to 4.16.7
2021-08-10 18:23:32 +02:00
Tobias Koppers dbac954756
Merge pull request #13906 from webpack/dependabot/npm_and_yarn/eslint-7.32.0
chore(deps-dev): bump eslint from 7.30.0 to 7.32.0
2021-08-10 18:22:39 +02:00
Tobias Koppers 52b274af17
Merge pull request #13955 from webpack/dependabot/npm_and_yarn/core-js-3.16.1
chore(deps-dev): bump core-js from 3.15.2 to 3.16.1
2021-08-10 18:22:05 +02:00
Tobias Koppers 3be49d2d3c
Merge pull request #13954 from webpack/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-6.3.2
chore(deps-dev): bump fork-ts-checker-webpack-plugin from 6.2.12 to 6.3.2
2021-08-10 18:21:24 +02:00