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
Tim Neutkens
cecced5dc9
Run yarn fix
2019-03-10 18:18:34 +01:00
Tim Neutkens
8d69df9d7e
Add test for amd: false
2019-03-10 18:13:54 +01:00
Tim Neutkens
001960600d
Run yarn fix
2019-03-10 17:13:53 +01:00
Tim Neutkens
d4c1f19236
Update options schema
2019-03-10 17:08:14 +01:00
Tim Neutkens
d02817619f
Allow options.amd to disable AMDPlugin/RequireJsStuffPlugin
...
Introduces a new value `false` for `options.amd` that disables AMD support completely.
This would mainly be useful in for example ncc, Next.js etc where it’s either fully commonjs/esmodules (ncc) or fully esmodules (Next.js)
2019-03-10 16:31:35 +01:00
dependabot[bot]
598e19dc79
Bump css-loader from 2.1.0 to 2.1.1
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.1.0...v2.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-07 10:25:59 +00:00
dependabot[bot]
4356bee6fd
Bump react from 16.8.3 to 16.8.4
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) 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/HEAD/packages/react )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-05 23:16:17 +00:00
dependabot[bot]
5cdd442209
Bump ajv from 6.9.2 to 6.10.0
...
Bumps [ajv](https://github.com/epoberezkin/ajv ) from 6.9.2 to 6.10.0.
- [Release notes](https://github.com/epoberezkin/ajv/releases )
- [Commits](https://github.com/epoberezkin/ajv/compare/v6.9.2...v6.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-03 11:31:32 +00:00
dependabot[bot]
450b153652
Bump eslint-scope from 4.0.0 to 4.0.2
...
Bumps [eslint-scope](https://github.com/eslint/eslint-scope ) from 4.0.0 to 4.0.2.
- [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.0...v4.0.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-02 01:35:51 +00:00
dependabot[bot]
350c4c6743
Bump lint-staged from 8.1.4 to 8.1.5
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 8.1.4 to 8.1.5.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v8.1.4...v8.1.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-01 17:00:05 +00:00
Tobias Koppers
685a0626cb
4.29.6
2019-02-28 10:44:29 +01:00
Tobias Koppers
42dff08e44
Merge pull request #8820 from webpack/dependabot/npm_and_yarn/typescript-3.3.3333
...
Bump typescript from 3.3.3 to 3.3.3333
2019-02-28 10:37:24 +01:00
Tobias Koppers
1ef0c2ce0a
Merge pull request #8818 from webpack/dependabot/npm_and_yarn/react-dom-16.8.3
...
Bump react-dom from 16.8.2 to 16.8.3
2019-02-28 10:37:10 +01:00
Tobias Koppers
a4196f9d7b
Merge pull request #8839 from webpack/dependabot/npm_and_yarn/acorn-6.1.1
...
Bump acorn from 6.1.0 to 6.1.1
2019-02-28 10:36:40 +01:00
Tobias Koppers
5e9b9fed46
Merge pull request #8844 from webpack/bugfix/8829
...
fixes #8829
2019-02-28 10:35:34 +01:00
Tobias Koppers
ab517aa080
fixes #8829
2019-02-28 09:10:17 +01:00
dependabot[bot]
99d6270db2
Bump acorn from 6.1.0 to 6.1.1
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.1.0...6.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-28 07:48:17 +00:00
Tobias Koppers
3496426aa0
Merge pull request #8835 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-4.1.0
...
Bump eslint-config-prettier from 4.0.0 to 4.1.0
2019-02-28 08:47:28 +01:00
Tobias Koppers
0dcdd3ca34
Merge pull request #8831 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.3
...
Bump terser-webpack-plugin from 1.2.2 to 1.2.3
2019-02-28 08:47:16 +01:00
Tobias Koppers
4c6e2bd263
Merge pull request #8827 from webpack/dependabot/npm_and_yarn/wast-loader-1.8.5
...
Bump wast-loader from 1.8.4 to 1.8.5
2019-02-28 08:47:02 +01:00
Tobias Koppers
188d162108
Merge pull request #8823 from webpack/dependabot/npm_and_yarn/@types/node-10.12.27
...
Bump @types/node from 10.12.26 to 10.12.27
2019-02-28 08:46:45 +01:00
Tobias Koppers
b7361ffd8d
Merge pull request #8821 from webpack/dependabot/npm_and_yarn/coveralls-3.0.3
...
Bump coveralls from 3.0.2 to 3.0.3
2019-02-28 08:46:28 +01:00
Tobias Koppers
02bd9bec77
Merge pull request #8822 from webpack/dependabot/npm_and_yarn/ajv-6.9.2
...
Bump ajv from 6.9.1 to 6.9.2
2019-02-28 08:46:14 +01:00
Tobias Koppers
1bb393874e
Merge pull request #8834 from xtuc/chore-bump-webassemblyjs24
...
Bump webassemblyjs
2019-02-28 08:44:48 +01:00
dependabot[bot]
563dd5222a
Bump eslint-config-prettier from 4.0.0 to 4.1.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v4.0.0...v4.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-26 19:16:44 +00:00
Sven Sauleau
882f2fbc0b
chore: bump webassemblyjs
...
Refs https://github.com/wasm-tool/wasm-pack-plugin/issues/53 ,
https://github.com/rustwasm/wasm-bindgen/issues/1267
2019-02-26 12:33:25 +01:00
dependabot[bot]
6f8f759bf7
Bump terser-webpack-plugin from 1.2.2 to 1.2.3
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.2.2...v1.2.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 11:29:21 +00:00