Commit Graph

7716 Commits

Author SHA1 Message Date
Yuta Hiroto 1a63b4afcd
chore(examples): output error if webpack-cli isn't installed 2019-04-03 22:33:48 +01:00
Tobias Koppers dc26688731
Merge pull request #8926 from noelebrun/bugfix/8874
fixes #8874
2019-03-25 19:54:03 +01:00
Tobias Koppers 34ed7b4d99
Merge pull request #8927 from webpack/dependabot/npm_and_yarn/eslint-5.15.3
Bump eslint from 5.15.1 to 5.15.3
2019-03-25 19:53:30 +01:00
Tobias Koppers bb32c6bf4b
Merge pull request #8943 from webpack/dependabot/npm_and_yarn/react-dom-16.8.5
Bump react-dom from 16.8.4 to 16.8.5
2019-03-25 19:53:13 +01:00
Tobias Koppers 175ffd96af
Merge pull request #8956 from hiroppy/feature/update-jest-at-master
[master]: update jest
2019-03-25 19:52:57 +01:00
Tobias Koppers dd409ab78c
Merge pull request #8950 from noelebrun/bugfix/8949
fixes #8949
2019-03-24 23:13:35 +01:00
Yuta Hiroto 0ada75c652
chore(deps): update jest
ISSUE: https://github.com/facebook/jest/issues/8069
2019-03-24 21:29:58 +00:00
Noé Lebrun 99897ff87d
fixes #8949 2019-03-24 01:22:52 +01:00
dependabot[bot] 42fa346023
Bump eslint from 5.15.1 to 5.15.3
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.1 to 5.15.3.
- [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/v5.15.1...v5.15.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-23 20:34:46 +00:00
dependabot[bot] 897671af17
Bump react-dom from 16.8.4 to 16.8.5
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.8.4 to 16.8.5.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.8.5/packages/react-dom)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-23 20:34:19 +00:00
Tobias Koppers e51c47abda
Merge pull request #8924 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.4.1
Bump eslint-plugin-jest from 22.3.0 to 22.4.1
2019-03-23 21:32:52 +01:00
Tobias Koppers 60e876f141
Merge pull request #8922 from webpack/dependabot/npm_and_yarn/eslint-scope-4.0.3
Bump eslint-scope from 4.0.2 to 4.0.3
2019-03-23 21:32:36 +01:00
Tobias Koppers e74cdb1e28
Merge pull request #8932 from webpack/dependabot/npm_and_yarn/typescript-3.3.4000
Bump typescript from 3.3.3333 to 3.3.4000
2019-03-23 21:32:23 +01:00
Tobias Koppers d5b770fcae
Merge pull request #8942 from webpack/dependabot/npm_and_yarn/react-16.8.5
Bump react from 16.8.4 to 16.8.5
2019-03-23 21:32:03 +01:00
Tobias Koppers 5ac3f56201
Merge pull request #8946 from webpack/dependabot/npm_and_yarn/@types/node-10.14.3
Bump @types/node from 10.14.1 to 10.14.3
2019-03-23 21:31:36 +01:00
Tobias Koppers 09db03e3b6
Merge pull request #8948 from webpack/dependabot/npm_and_yarn/simple-git-1.110.0
Bump simple-git from 1.107.0 to 1.110.0
2019-03-23 21:31:18 +01:00
dependabot[bot] aef87b0202
Bump simple-git from 1.107.0 to 1.110.0
Bumps [simple-git](https://github.com/steveukx/git-js) from 1.107.0 to 1.110.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Commits](https://github.com/steveukx/git-js/compare/v1.107.0...v1.110.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-23 08:23:46 +00:00
dependabot[bot] 8bf04df08a
Bump @types/node from 10.14.1 to 10.14.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.14.1 to 10.14.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-22 22:55:10 +00:00
dependabot[bot] b0925e7d19
Bump react from 16.8.4 to 16.8.5
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.8.4 to 16.8.5.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.8.5/packages/react)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-22 17:23:44 +00:00
Noé Lebrun 1e0af56c45
Merge pull request #1 from MathijsMeijer/bugfix/8874
Add fix for normal Function Expression and fix code style for fix #8874
2019-03-20 18:16:19 +01:00
Marijn van Butselaar eb9e875c12 Add fix for normal Function Expression and fix code style for fix #8874 2019-03-20 12:19:49 +01:00
dependabot[bot] 0fc56b7f7c
Bump typescript from 3.3.3333 to 3.3.4000
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.3.3333 to 3.3.4000.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.3.3333...v3.3.4000)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-20 03:17:25 +00:00
Noé Lebrun 1d2833241b Removed logging in test case in fix for #8874 2019-03-18 10:37:18 +01:00
Noé Lebrun 9dfccdf75c Adding additional tests to fix #8874 2019-03-18 10:23:19 +01:00
Noé Lebrun 451c7c65a9
fixes #8874 2019-03-17 01:43:08 +01:00
dependabot[bot] 776eb42c87
Bump eslint-plugin-jest from 22.3.0 to 22.4.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.3.0 to 22.4.1.
- [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/v22.3.0...v22.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-16 01:53:17 +00:00
dependabot[bot] d5759827c0
Bump eslint-scope from 4.0.2 to 4.0.3
Bumps [eslint-scope](https://github.com/eslint/eslint-scope) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/eslint/eslint-scope/releases)
- [Changelog](https://github.com/eslint/eslint-scope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint-scope/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-16 01:42:13 +00:00
Tobias Koppers b41e2c68a5
Merge pull request #8867 from webpack/dependabot/npm_and_yarn/eslint-5.15.1
Bump eslint from 5.14.1 to 5.15.1
2019-03-15 16:24:14 +01:00
Tobias Koppers ab2852ec63
Merge pull request #8870 from webpack/dependabot/npm_and_yarn/react-dom-16.8.4
Bump react-dom from 16.8.3 to 16.8.4
2019-03-15 16:23:51 +01:00
Tobias Koppers b1f568dbd9
Merge pull request #8905 from webpack/dependabot/npm_and_yarn/@types/node-10.14.1
Bump @types/node from 10.12.27 to 10.14.1
2019-03-15 16:23:37 +01:00
Tobias Koppers de07f492ba
Merge pull request #8917 from webpack/bugfix/8908
fixes #8908
2019-03-15 16:21:59 +01:00
Tobias Koppers 255b3b460d fixes #8908 2019-03-15 12:39:21 +01:00
dependabot[bot] b666937e06
Bump react-dom from 16.8.3 to 16.8.4
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.8.3 to 16.8.4.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.8.4/packages/react-dom)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-15 10:30:58 +00:00
Tobias Koppers 5ca4a3f559
Merge pull request #8916 from mxmul/fix-8911
fix null module reference when concatenating entryModule in split chunk
2019-03-15 11:25:44 +01:00
dependabot[bot] dc2c25c5cd
Bump eslint from 5.14.1 to 5.15.1
Bumps [eslint](https://github.com/eslint/eslint) from 5.14.1 to 5.15.1.
- [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/v5.14.1...v5.15.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-15 10:25:33 +00:00
Tobias Koppers cca59892df
Merge pull request #8877 from webpack/dependabot/npm_and_yarn/css-loader-2.1.1
Bump css-loader from 2.1.0 to 2.1.1
2019-03-15 11:24:44 +01:00
Tobias Koppers e7182c307c
Merge pull request #8869 from webpack/dependabot/npm_and_yarn/react-16.8.4
Bump react from 16.8.3 to 16.8.4
2019-03-15 11:24:13 +01:00
Tobias Koppers 795e9acd78
Merge pull request #8859 from webpack/dependabot/npm_and_yarn/ajv-6.10.0
Bump ajv from 6.9.2 to 6.10.0
2019-03-15 11:23:49 +01:00
Tobias Koppers 3ae331c33f
Merge pull request #8853 from webpack/dependabot/npm_and_yarn/eslint-scope-4.0.2
Bump eslint-scope from 4.0.0 to 4.0.2
2019-03-15 11:23:02 +01:00
Tobias Koppers 3fc7036114
Merge pull request #8850 from webpack/dependabot/npm_and_yarn/lint-staged-8.1.5
Bump lint-staged from 8.1.4 to 8.1.5
2019-03-15 11:22:49 +01:00
Tobias Koppers 5843e25205
Merge pull request #8817 from huruji/master
feat(Chunk.js):   size fn: Modify options to default parameter
2019-03-15 09:48:16 +01:00
Tobias Koppers 7ed1a8f88d
Merge pull request #8890 from timneutkens/add/option-to-disable-amd
Allow options.amd to disable AMDPlugin/RequireJsStuffPlugin
2019-03-15 09:45:54 +01:00
Tobias Koppers 12a04bd96c
Merge pull request #8897 from dav-is/dynamic-import-optional-plugins
Only Require Plugins When Needed
2019-03-15 09:44:47 +01:00
Matt Mulder 287c2b7ef1 fix null module reference when concatenating entryModule in split chunk 2019-03-15 01:30:36 -07:00
dependabot[bot] 41be449d05
Bump @types/node from 10.12.27 to 10.14.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.12.27 to 10.14.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-12 23:46:25 +00:00
Connor Davis bf020dfe7b
Do the same for the rest of the plugins 2019-03-11 16:26:05 -05:00
Connor Davis 23687c6336
Only require if needed 2019-03-11 16:18:50 -05:00
Tim Neutkens 0c1beb99a8 Run lint 2019-03-11 17:43:25 +01:00
Tim Neutkens bbecd09fba Add missing done 2019-03-11 17:23:40 +01:00
Tim Neutkens d346380a78 Make requested changes 2019-03-11 17:18:14 +01:00