Commit Graph

11201 Commits

Author SHA1 Message Date
Tobias Koppers a0716cf6bc 5.0.0-beta.17 2020-06-03 09:21:27 +02:00
Tobias Koppers a4d06805f2
Merge pull request #10852 from martynd/DelegatedModule-Serializable
Add serialization to DelegatedModule.js and DelegatedSourceDependency.js
2020-06-02 17:06:34 +02:00
Tobias Koppers 0701f48294 improve error message for weird objects in ObjectMiddleware
add Date serializer to default serializers
2020-06-02 16:09:48 +02:00
Tobias Koppers 387dce100f fix race condition in profiling plugin 2020-06-02 15:51:45 +02:00
Tobias Koppers 64d8ff16bd
Merge pull request #10981 from webpack/dependabot/npm_and_yarn/types/node-12.12.43
chore(deps-dev): bump @types/node from 12.12.42 to 12.12.43
2020-06-02 13:31:38 +02:00
Tobias Koppers ce7f77f136
Merge pull request #10967 from webpack/dependabot/npm_and_yarn/lint-staged-10.2.7
chore(deps-dev): bump lint-staged from 10.2.6 to 10.2.7
2020-06-02 13:31:28 +02:00
Tobias Koppers bb5e8a139a
Merge pull request #10970 from webpack/dependabot/npm_and_yarn/schema-utils-2.7.0
chore(deps): bump schema-utils from 2.6.6 to 2.7.0
2020-06-02 13:31:17 +02:00
Tobias Koppers aa210c4aed test all configCases with persistent cache 2020-06-02 12:53:20 +02:00
Tobias Koppers 264aa3a5c8 remove output message in test cases 2020-06-02 12:30:41 +02:00
Tobias Koppers 659e8ab358 make ConfigTestCases templated to allow extending 2020-06-02 12:30:39 +02:00
Tobias Koppers 6f48c209d8 upgrade tooling 2020-06-02 12:30:37 +02:00
Tobias Koppers 77ce747139 remove unneeded code 2020-06-02 12:26:15 +02:00
Martyn Dale 2124b3f684 Add serialization to DllModule and EntryDependency 2020-06-02 12:26:14 +02:00
Martyn Dale 1bfa81f620 Recommit DelegatedSourceDependency without missing makeSerializable calls 2020-06-02 12:26:13 +02:00
Martyn Dale 2a99fc8d14 Added JSDoc 2020-06-02 12:26:12 +02:00
Martyn Dale 762b0e2d90 Removed · 2020-06-02 12:26:11 +02:00
Martyn Dale f34a9ebd2c Resolve prettier issues 2020-06-02 12:26:10 +02:00
Martyn Dale 1eaf3150fe Add serialization to DelegatedModule.js and DelegatedSourceDependency.js
Add the applicable serialize and deserialize functions to the Modules and add to internalSerializables
2020-06-02 12:26:09 +02:00
dependabot-preview[bot] da0c8705d6
chore(deps-dev): bump @types/node from 12.12.42 to 12.12.43
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.42 to 12.12.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-02 02:20:21 +00:00
dependabot-preview[bot] 4910a176b9
chore(deps): bump schema-utils from 2.6.6 to 2.7.0
Bumps [schema-utils](https://github.com/webpack/schema-utils) from 2.6.6 to 2.7.0.
- [Release notes](https://github.com/webpack/schema-utils/releases)
- [Changelog](https://github.com/webpack/schema-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/schema-utils/compare/v2.6.6...v2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 17:38:13 +00:00
Tobias Koppers 1c87337974
Merge pull request #10979 from webpack/dependabot/npm_and_yarn/less-3.11.2
chore(deps-dev): bump less from 3.11.1 to 3.11.2
2020-06-01 19:36:57 +02:00
dependabot-preview[bot] f5018a0d8d
chore(deps-dev): bump less from 3.11.1 to 3.11.2
Bumps [less](https://github.com/less/less.js) from 3.11.1 to 3.11.2.
- [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/v3.11.1...v3.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 01:57:40 +00:00
webpack bot b9f2914348
Merge pull request #10976 from webpack/dependabot/npm_and_yarn/babel/core-7.10.2
chore(deps-dev): bump @babel/core from 7.10.1 to 7.10.2
2020-05-31 14:19:28 +02:00
dependabot-preview[bot] 95a5d78d5d
chore(deps-dev): bump @babel/core from 7.10.1 to 7.10.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.1 to 7.10.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.2/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-31 06:40:52 +00:00
Tobias Koppers 44d4925d86
Merge pull request #10977 from AlexLeung/master
chore: move @types/estree from devDependencies to dependencies.
2020-05-31 08:39:39 +02:00
Tobias Koppers 8c1576efeb
Merge pull request #10974 from webpack/bugfix/snapshot-dedupe
fix lost file timestamps due to snapshot deduplication
2020-05-31 07:39:43 +02:00
AlexLeung 9dfef852f6 chore: move @types/estree from devDependencies to dependencies. See webpack/schema-utils#97 2020-05-30 21:21:39 -07:00
Tobias Koppers beb58fd23d fix lost file timestamps due to snapshot deduplication
fix missing startTime in deduped snapshots
2020-05-30 21:09:53 +02:00
dependabot-preview[bot] b028433adb
chore(deps-dev): bump lint-staged from 10.2.6 to 10.2.7
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.6 to 10.2.7.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.6...v10.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 06:25:48 +00:00
Tobias Koppers 255ae13f59
Merge pull request #10961 from webpack/dependabot/npm_and_yarn/babel/core-7.10.1
chore(deps-dev): bump @babel/core from 7.10.0 to 7.10.1
2020-05-28 14:27:08 +02:00
Tobias Koppers 04b20a474f
Merge pull request #10960 from webpack/mf/refactor-overridables
Versioned shared modules for Module Federation
2020-05-28 14:26:46 +02:00
dependabot-preview[bot] 491a37c02f
chore(deps-dev): bump @babel/core from 7.10.0 to 7.10.1
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.0 to 7.10.1.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.10.1/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-27 23:22:25 +00:00
Tobias Koppers d6e8e479bc
Merge pull request #10785 from wizardofhogwarts/patch-6
docs: improve documentation of examples
2020-05-27 19:29:18 +02:00
Tobias Koppers 1879e46e04 fix sharing test cases 2020-05-27 16:02:41 +02:00
Tobias Koppers 4b61de7b14 strictVersion defaults to false for singleton modules 2020-05-27 15:16:44 +02:00
Tobias Koppers 6f5d229661 add singleton shared modules 2020-05-27 15:10:57 +02:00
Tobias Koppers d5df7a39fd allow to have multiple version in share scope 2020-05-27 14:42:05 +02:00
Tobias Koppers abf1aedefd Only print warning if providing a higher version 2020-05-27 13:29:03 +02:00
Tobias Koppers d558943377 improve runtime requirement 2020-05-27 12:05:10 +02:00
Tobias Koppers bb30ea2216 automatically determine version of shared module from package.json 2020-05-27 11:53:59 +02:00
Tobias Koppers 90b8056b1d use long property names in share scope 2020-05-27 11:51:25 +02:00
Tobias Koppers f8021aba1f Merge pull request #10957 from webpack/dependabot/npm_and_yarn/babel/core-7.10.0
chore(deps-dev): bump @babel/core from 7.9.6 to 7.10.0
2020-05-27 10:28:19 +02:00
dependabot-preview[bot] 6fa77f3de9
chore(deps-dev): bump @babel/core from 7.9.6 to 7.10.0
Bumps [@babel/core](https://github.com/babel/babel) from 7.9.6 to 7.10.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.6...v7.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-26 22:48:16 +00:00
webpack bot f88aa1d8e5
Merge pull request #10956 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-23.13.2
chore(deps-dev): bump eslint-plugin-jest from 23.13.1 to 23.13.2
2020-05-26 23:29:40 +02:00
dependabot-preview[bot] bf70ddd5fa
chore(deps-dev): bump eslint-plugin-jest from 23.13.1 to 23.13.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.13.1 to 23.13.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.13.1...v23.13.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-26 21:10:21 +00:00
Tobias Koppers d403b8cf2e remove all overrides and overridables related code 2020-05-26 21:52:38 +02:00
Tobias Koppers ab0ea4a4ce use long property names in share scope 2020-05-26 21:51:14 +02:00
Tobias Koppers bf4f8c1d66 remove all overrides and overridables related code 2020-05-26 21:39:40 +02:00
Tobias Koppers e44e51fa5b bugfix some edge cases 2020-05-26 18:08:16 +02:00
Tobias Koppers cbb7ffc94d test and fix persistent caching 2020-05-26 17:43:08 +02:00