Commit Graph

9995 Commits

Author SHA1 Message Date
Tobias Koppers 0bcea466d0 upgrade watchpack 2019-10-29 10:04:17 +01:00
dependabot-preview[bot] cb1833845a
chore(deps-dev): bump eslint-plugin-jsdoc from 15.12.1 to 15.12.2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.12.1 to 15.12.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.12.1...v15.12.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 02:03:32 +00:00
Tobias Koppers 6f88c5f1e1
Merge pull request #9906 from webpack/perf/smaller-improvements
Smaller performance improvements
2019-10-28 16:16:28 +01:00
Tobias Koppers 42614b5665 inline cache ChunkGraph attached data access 2019-10-28 14:41:03 +01:00
Tobias Koppers dc06b66819 hoist comparators 2019-10-28 14:11:04 +01:00
Tobias Koppers 490329517d improved assignDepth performance by iterating ModuleGraph instead of dependencies 2019-10-28 14:11:01 +01:00
Tobias Koppers af75dcb0e1 remove comment 2019-10-28 14:10:59 +01:00
Tobias Koppers 07999faa68 return early in `avoidNumber` when string can't be a number 2019-10-28 14:10:58 +01:00
Tobias Koppers 41d23461b8 flatten LazySet before merging to find duplicate inner Sets 2019-10-28 14:10:55 +01:00
Tobias Koppers 0407e6fc08 update examples 2019-10-28 14:09:53 +01:00
Tobias Koppers bbc29014a1
Merge pull request #9902 from webpack/dependabot/npm_and_yarn/eslint-config-prettier-6.5.0
chore(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0
2019-10-28 08:31:23 +01:00
Tobias Koppers 0ec0e9559f
Merge pull request #9889 from MrNoddyInfy/patch-1
doc: fixed grammer
2019-10-28 08:29:24 +01:00
Tobias Koppers 2ec3e0936a
Merge pull request #9905 from webpack/perf/faster-snapshot-validation
improve performance for snapshot validation for repeated snapshots
2019-10-28 08:05:50 +01:00
Tobias Koppers ab851370bf improve performance for snapshot validation for repeated snapshots 2019-10-27 07:38:06 +01:00
webpack bot 8572e4cd5d
Merge pull request #9904 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.21.0
chore(deps-dev): bump eslint-plugin-jest from 22.20.1 to 22.21.0
2019-10-27 05:25:26 +01:00
dependabot-preview[bot] 62282da0f7
chore(deps-dev): bump eslint-plugin-jest from 22.20.1 to 22.21.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.20.1 to 22.21.0.
- [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.20.1...v22.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-27 04:08:30 +00:00
dependabot-preview[bot] 9ab4d6500b
chore(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.4.0 to 6.5.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/v6.4.0...v6.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-26 16:40:17 +00:00
webpack bot 4e10ea5bf6
Merge pull request #9900 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.20.1
chore(deps-dev): bump eslint-plugin-jest from 22.20.0 to 22.20.1
2019-10-26 10:57:25 +02:00
dependabot-preview[bot] 14ccc29e46
chore(deps-dev): bump eslint-plugin-jest from 22.20.0 to 22.20.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.20.0 to 22.20.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.20.0...v22.20.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-26 08:41:47 +00:00
webpack bot 09dd274bc9
Merge pull request #9899 from webpack/dependabot/npm_and_yarn/eslint-6.6.0
chore(deps-dev): bump eslint from 6.5.1 to 6.6.0
2019-10-25 21:17:04 +02:00
dependabot-preview[bot] 48e907f8bc
chore(deps-dev): bump eslint from 6.5.1 to 6.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.5.1 to 6.6.0.
- [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/v6.5.1...v6.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-25 19:00:28 +00:00
Tobias Koppers 5dd9f5b55b
Merge pull request #9897 from webpack/dependabot/npm_and_yarn/types/node-12.11.7
chore(deps-dev): bump @types/node from 12.11.6 to 12.11.7
2019-10-25 20:26:13 +02:00
Tobias Koppers e3557b38f9
Merge pull request #9894 from webpack/dependabot/npm_and_yarn/graceful-fs-4.2.3
chore(deps): bump graceful-fs from 4.2.2 to 4.2.3
2019-10-25 19:01:48 +02:00
webpack bot 0dc2dd13ad
Merge pull request #9896 from webpack/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-1.6.0
chore(deps-dev): bump fork-ts-checker-webpack-plugin from 1.5.1 to 1.6.0
2019-10-25 09:51:55 +02:00
dependabot-preview[bot] e3a63b853f
chore(deps-dev): bump @types/node from 12.11.6 to 12.11.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.11.6 to 12.11.7.
- [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-10-25 02:15:06 +00:00
dependabot-preview[bot] 92ea629e3d
chore(deps-dev): bump fork-ts-checker-webpack-plugin from 1.5.1 to 1.6.0
Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases)
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v1.5.1...v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-24 07:51:18 +00:00
dependabot-preview[bot] 2a4cebb170
chore(deps): bump graceful-fs from 4.2.2 to 4.2.3
Bumps [graceful-fs](https://github.com/isaacs/node-graceful-fs) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/isaacs/node-graceful-fs/releases)
- [Commits](https://github.com/isaacs/node-graceful-fs/compare/v4.2.2...v4.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-23 22:57:09 +00:00
webpack bot 5a7c4f6f2d
Merge pull request #9893 from webpack/dependabot/npm_and_yarn/types/node-12.11.6
chore(deps-dev): bump @types/node from 12.11.2 to 12.11.6
2019-10-24 00:37:01 +02:00
dependabot-preview[bot] a91bbbe37e
chore(deps-dev): bump @types/node from 12.11.2 to 12.11.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.11.2 to 12.11.6.
- [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-10-23 22:21:37 +00:00
NavedMaulavi 0eaa88ecb3
Fixed grammer 2019-10-23 19:09:15 +05:30
webpack bot 2f17df3bb2
Merge pull request #9888 from webpack/dependabot/npm_and_yarn/eslint-plugin-jsdoc-15.12.1
chore(deps-dev): bump eslint-plugin-jsdoc from 15.12.0 to 15.12.1
2019-10-23 15:07:51 +02:00
dependabot-preview[bot] 7c15443088
chore(deps-dev): bump eslint-plugin-jsdoc from 15.12.0 to 15.12.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.12.0 to 15.12.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.12.0...v15.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-23 12:50:42 +00:00
webpack bot 9ffb60f5b5
Merge pull request #9887 from webpack/dependabot/npm_and_yarn/ts-loader-6.2.1
chore(deps-dev): bump ts-loader from 6.2.0 to 6.2.1
2019-10-23 10:20:24 +02:00
dependabot-preview[bot] d2c3a806ad
chore(deps-dev): bump ts-loader from 6.2.0 to 6.2.1
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v6.2.0...v6.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-23 08:03:55 +00:00
dependabot-preview[bot] be0ae01de4
chore(deps-dev): bump react-dom from 16.10.2 to 16.11.0
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.10.2 to 16.11.0.
- [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.11.0/packages/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-22 21:50:21 +00:00
dependabot-preview[bot] 03cf893caf
chore(deps-dev): bump react from 16.10.2 to 16.11.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.10.2 to 16.11.0.
- [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.11.0/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-22 21:43:02 +00:00
Tobias Koppers 4940cb1536 5.0.0-beta.1 2019-10-22 17:56:42 +02:00
Tobias Koppers cfe79b0b1c
Merge pull request #9523 from webpack/deps/update
upgrade dependencies
2019-10-22 17:56:16 +02:00
Tobias Koppers 23a3076388 upgrade transitive dependencies 2019-10-22 17:24:52 +02:00
Tobias Koppers a744e2f44b
Merge pull request #9879 from webpack/chore-deps-terser-webpack-plugin
chore(deps): update `terser-webpack-plugin`
2019-10-22 17:14:11 +02:00
evilebottnawi 5f2fbe3c67 chore(deps): update `terser-webpack-plugin` 2019-10-22 17:19:04 +03:00
Tobias Koppers d5ff143dd4
Merge pull request #9876 from webpack/deps/terser
upgrade terser-webpack-plugin
2019-10-22 13:47:57 +02:00
Tobias Koppers 70bd9d6d50 fix test cases 2019-10-22 11:51:14 +02:00
Tobias Koppers 2bf298e076 upgrade terser-webpack-plugin 2019-10-22 11:29:38 +02:00
Tobias Koppers 1d7008d77b
Merge pull request #9875 from webpack/deps/upgrade-dev
upgrade dev dependencies to latest versions
2019-10-22 11:26:29 +02:00
Tobias Koppers 753a330544
Merge pull request #9874 from webpack/defaults/no-require-include
emit a warning when require.include is used
2019-10-22 11:11:16 +02:00
Tobias Koppers a1cfefe821 fix typescript regression 2019-10-22 11:04:48 +02:00
Tobias Koppers 7c0da10295 upgrade dev dependencies to latest versions 2019-10-22 10:38:21 +02:00
Tobias Koppers a03ba97265
Merge pull request #9869 from webpack/dependabot/npm_and_yarn/types/node-12.11.2
chore(deps-dev): bump @types/node from 12.11.1 to 12.11.2
2019-10-22 10:34:07 +02:00
Tobias Koppers 62a5af567b
Merge pull request #9872 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.20.0
chore(deps-dev): bump eslint-plugin-jest from 22.19.0 to 22.20.0
2019-10-22 10:33:52 +02:00