Commit Graph

8279 Commits

Author SHA1 Message Date
webpack bot 16a7adf04b
Merge pull request #9754 from webpack/dependabot/npm_and_yarn/react-16.10.1
chore(deps-dev): bump react from 16.9.0 to 16.10.1
2019-09-29 20:32:18 +02:00
webpack bot dd7905df04
Merge pull request #9753 from webpack/dependabot/npm_and_yarn/react-dom-16.10.1
chore(deps-dev): bump react-dom from 16.9.0 to 16.10.1
2019-09-29 20:31:56 +02:00
webpack bot 44e40616f7
Merge pull request #9752 from webpack/dependabot/npm_and_yarn/webpack-dev-middleware-3.7.2
chore(deps-dev): bump webpack-dev-middleware from 3.7.1 to 3.7.2
2019-09-29 17:41:53 +02:00
dependabot-preview[bot] 83d4eb5d48
chore(deps-dev): bump react from 16.9.0 to 16.10.1
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.9.0 to 16.10.1.
- [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.10.1/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-28 18:41:01 +00:00
dependabot-preview[bot] 21197e1ce8
chore(deps-dev): bump react-dom from 16.9.0 to 16.10.1
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.9.0 to 16.10.1.
- [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.10.1/packages/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-28 18:23:30 +00:00
webpack bot b55cc9fed6
Merge pull request #9747 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.9.5
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.4 to 15.9.5
2019-09-28 19:01:54 +02:00
dependabot-preview[bot] cac7722ac0
chore(deps-dev): bump webpack-dev-middleware from 3.7.1 to 3.7.2
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v3.7.1...v3.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-28 15:36:19 +00:00
dependabot-preview[bot] 7f9f76d109
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.4 to 15.9.5
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.9.4 to 15.9.5.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.9.4...v15.9.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 16:54:51 +00:00
webpack bot c1869e9ebe
Merge pull request #9745 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.9.4
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.2 to 15.9.4
2019-09-27 15:00:41 +02:00
dependabot-preview[bot] 9b0fff754b
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.2 to 15.9.4
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.9.2 to 15.9.4.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.9.2...v15.9.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 10:42:55 +00:00
webpack bot bd02180b2a
Merge pull request #9729 from webpack/dependabot/npm_and_yarn/types/node-10.14.19
chore(deps-dev): bump @types/node from 10.14.18 to 10.14.19
2019-09-25 20:31:54 +02:00
dependabot-preview[bot] 1cfba764ce
chore(deps-dev): bump @types/node from 10.14.18 to 10.14.19
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.14.18 to 10.14.19.
- [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>
2019-09-24 18:24:02 +00:00
Tobias Koppers 36e318b75c 4.41.0 2019-09-24 17:45:39 +02:00
Tobias Koppers 494b22340c
Merge pull request #9728 from webpack/validation/potential-config-error-cache-groups
disallow shorthand cache groups syntax with cache group named test
2019-09-24 17:44:52 +02:00
Tobias Koppers 951bf0d85b
Merge pull request #9727 from webpack/perf/limit-chunk-count
Improve performance of LimitChunkCountPlugin a lot
2019-09-24 17:41:51 +02:00
Tobias Koppers b58560cf5c 4.40.3 2019-09-24 17:39:23 +02:00
Tobias Koppers 03b32d3765 disallow shorthand cache groups syntax with cache group named test
This is a potential config error

fixes #9722
2019-09-24 17:17:26 +02:00
Tobias Koppers 6f1c685071 Improve performance of LimitChunkCountPlugin a lot 2019-09-24 16:32:20 +02:00
Tobias Koppers adfa484921
Merge pull request #9724 from webpack/bugfix/serve-regression
HMR plugin should only affect the root compilation
2019-09-23 19:23:35 +02:00
Tobias Koppers b151069f4c
Merge pull request #9702 from weswigham/patch-1
Fix `LogTypeEnum` typedef
2019-09-23 11:49:54 +02:00
Tobias Koppers d89dc70ad0
Merge pull request #9719 from hedgepigdaniel/perf/NormalModule-size
perf: cache module size in NormalModule
2019-09-23 11:49:29 +02:00
Tobias Koppers 1c4138d6ac HMR plugin should only affect the root compilation 2019-09-23 11:42:48 +02:00
Tobias Koppers a97e8d6516
Merge pull request #9709 from mbudde/patch-1
nit: Don't recompute filename hash
2019-09-23 09:21:12 +02:00
Daniel Playfair Cal 2aef0b615b Memoize NormalModule.size() 2019-09-20 10:44:49 +10:00
webpack bot b07d3b67d2
Merge pull request #9710 from webpack/dependabot/npm_and_yarn/eslint-plugin-prettier-3.1.1
chore(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1
2019-09-19 07:59:37 +02:00
dependabot-preview[bot] 9becbd4b10
chore(deps-dev): bump eslint-plugin-prettier from 3.1.0 to 3.1.1
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.0 to 3.1.1.
- [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/compare/v3.1.0...v3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-18 08:58:10 +00:00
Michael Budde 465922fb5f
nit: Don't recompute filename hash 2019-09-18 08:04:58 +02:00
webpack bot b93048643f
Merge pull request #9704 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.9.2
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.1 to 15.9.2
2019-09-15 11:21:54 +02:00
dependabot-preview[bot] 3aaafbc075
chore(deps-dev): bump eslint-plugin-jsdoc from 15.9.1 to 15.9.2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.9.1 to 15.9.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.9.1...v15.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-14 09:20:08 +00:00
Wesley Wigham a559707421
Fix `LogTypeEnum` typedef
See [this comment](https://github.com/microsoft/TypeScript/pull/33411#discussion_r324371317) - the type is incorrect for what's desired here.
2019-09-13 14:17:26 -07:00
Tobias Koppers d1fffd8bbe 4.40.2 2019-09-13 16:29:40 +02:00
Tobias Koppers 705a3f566b
Merge pull request #9701 from Akryum/patch-1
fix: check for asset nullity before fileFilter
2019-09-13 16:28:50 +02:00
Guillaume Chau b4c7fd5ff9
fix: check for asset nullity before fileFilter
Related: https://github.com/vuejs/vue-cli/issues/4572
2019-09-13 15:28:43 +02:00
Tobias Koppers e4c7d8c0ae 4.40.1 2019-09-13 09:07:15 +02:00
Tobias Koppers b69ad20d8b
Merge pull request #9697 from webpack/bugfix/multiple-assets
make multiple assets to the same filename a warning
2019-09-13 09:06:50 +02:00
Tobias Koppers e41fab0bc3 make multiple assets to the same filename a warning
check source content to when comparing assets for warning
2019-09-13 08:42:36 +02:00
Tobias Koppers c5450b460e
Merge pull request #9696 from sodatea/fix-size-limits
fix: check the asset's existence before running filter
2019-09-13 08:14:32 +02:00
Haoqun Jiang 025c253732
fix: check the asset's existence before running filter
fixes https://github.com/vuejs/vue-cli/issues/4572
2019-09-13 12:37:33 +08:00
Tobias Koppers 9c6b36787f 4.40.0 2019-09-12 20:52:37 +02:00
Tobias Koppers e9e7a85d9a
Merge pull request #9687 from webpack/feature/emit-asset
add emit/updateAsset to Compilation
2019-09-12 19:56:03 +02:00
Tobias Koppers 758269e814 add emit/updateAsset to Compilation
add asset info with
* immutable for long term cache-able asset
* size for the asset size in bytes
* development for devtools
* hotModuleReplacement for HMR assets

show asset info in stats
2019-09-11 14:43:42 +02:00
Tobias Koppers 7f403e2486
Merge pull request #9686 from webpack/dependabot/npm_and_yarn/types/node-10.14.18
chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
2019-09-11 10:57:04 +02:00
dependabot-preview[bot] 93943ea313
chore(deps-dev): bump @types/node from 10.14.17 to 10.14.18
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.14.17 to 10.14.18.
- [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>
2019-09-11 08:21:23 +00:00
Tobias Koppers f5e1e1e913
Merge pull request #9684 from webpack/dependabot/npm_and_yarn/typescript-3.6.3
chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
2019-09-11 09:22:22 +02:00
dependabot-preview[bot] ea95059d7c
chore(deps-dev): bump typescript from 3.6.2 to 3.6.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.6.2...v3.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-10 21:01:39 +00:00
Tobias Koppers cd804cc329
Merge pull request #9683 from webpack/deps/jest-again
upgrade jest dependencies
2019-09-10 15:02:24 +02:00
Tobias Koppers a81cdcda26 upgrade jest dependencies 2019-09-10 13:12:18 +02:00
Tobias Koppers 8ba770587c
Merge pull request #9639 from webpack/dependabot/npm_and_yarn/typescript-3.6.2
chore(deps-dev): bump typescript from 3.5.3 to 3.6.2
2019-09-10 09:42:14 +02:00
Tobias Koppers a736c3ea49 update code for `@enum` breaking change 2019-09-10 09:17:31 +02:00
dependabot-preview[bot] 320b30bbdb
chore(deps-dev): bump typescript from 3.5.3 to 3.6.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 3.6.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09 12:53:17 +00:00