Commit Graph

7884 Commits

Author SHA1 Message Date
Tobias Koppers fd4b3c503a pretty files 2019-06-09 11:23:42 +02:00
dependabot-preview[bot] 096c0f0027
chore(deps-dev): bump prettier from 1.17.1 to 1.18.0
Bumps [prettier](https://github.com/prettier/prettier) from 1.17.1 to 1.18.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.17.1...1.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-07 02:17:43 +00:00
webpack bot 4e1063f527
Merge pull request #9236 from webpack/dependabot/npm_and_yarn/coveralls-3.0.4
chore(deps-dev): bump coveralls from 3.0.3 to 3.0.4
2019-06-06 09:04:47 +02:00
webpack bot 1d9c0b9d34
Merge pull request #9234 from webpack/dependabot/npm_and_yarn/handlebars-4.1.2
chore(deps): bump handlebars from 4.1.0 to 4.1.2
2019-06-06 09:04:23 +02:00
dependabot-preview[bot] 94a15b7a96
chore(deps-dev): bump coveralls from 3.0.3 to 3.0.4
Bumps [coveralls](https://github.com/nickmerwin/node-coveralls) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/nickmerwin/node-coveralls/releases)
- [Commits](https://github.com/nickmerwin/node-coveralls/compare/3.0.3...3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-06 02:14:34 +00:00
dependabot[bot] cf9e926c79
chore(deps): bump handlebars from 4.1.0 to 4.1.2
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-05 15:38:08 +00:00
Tobias Koppers 6f25c3bdbd
Merge pull request #9150 from cacheflow/show-loaders-used-when-module-parsing-fails
feat(NormalModule/ModuleParseError): Show loaders used from config when module parsing fails
2019-06-04 23:24:21 +02:00
Tobias Koppers d45bec3518 4.33.0 2019-06-04 21:32:35 +02:00
Lex Alexander 2cd6489579 Added test to account for module parsing failure for binary files 2019-06-04 11:45:48 -07:00
Tobias Koppers aa78e27a44 fix splitting of windows newlines
move fixture
update snapshots
2019-06-04 14:48:46 +02:00
Tobias Koppers 96869d959e
Merge pull request #9191 from webpack/dependabot/npm_and_yarn/chrome-trace-event-1.0.2
chore(deps): bump chrome-trace-event from 1.0.0 to 1.0.2
2019-06-04 14:18:32 +02:00
Tobias Koppers e90cf7c0c6
Merge pull request #9190 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.3.0
chore(deps): bump terser-webpack-plugin from 1.2.4 to 1.3.0
2019-06-04 14:18:05 +02:00
Tobias Koppers 96b97b559a Downstream bug fixed and we can remove workaround 2019-06-04 12:09:09 +02:00
Tobias Koppers 31dae4ddf8 update snapshots 2019-06-04 11:51:23 +02:00
Tobias Koppers 45582c51e7 avoid loading from rule set, simplify 2019-06-03 17:00:50 +02:00
webpack bot faba6e4b90
Merge pull request #9209 from webpack/dependabot/npm_and_yarn/@types/node-10.14.8
chore(deps-dev): bump @types/node from 10.14.7 to 10.14.8
2019-05-31 22:31:20 +02:00
webpack bot f571d78a2c
Merge pull request #9205 from webpack/dependabot/npm_and_yarn/typescript-3.5.1
chore(deps-dev): bump typescript from 3.4.5 to 3.5.1
2019-05-31 04:21:55 +02:00
dependabot-preview[bot] f59f31dc54
chore(deps-dev): bump @types/node from 10.14.7 to 10.14.8
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 10.14.7 to 10.14.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
2019-05-31 02:17:52 +00:00
dependabot-preview[bot] 289c5207f9
chore(deps-dev): bump typescript from 3.4.5 to 3.5.1
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.4.5 to 3.5.1.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
2019-05-30 02:15:59 +00:00
Lex Alexander 1c6e7a9344 feat(NormalModule/ModuleParseError): Show loaders used from config when module parsing fails
-Closes #9025
2019-05-29 14:11:49 -07:00
Tobias Koppers c408ff5555
Merge pull request #9202 from webpack/bugfix/9198
fix rejection when removing and readding self-accepted module
2019-05-29 10:11:36 +02:00
Tobias Koppers 46b428b9d9 fix rejection when removing and readding self-accepted module
fixes #9198

Co-authored-by: rixo <eric@rixo.fr>
2019-05-29 09:28:19 +02:00
Tobias Koppers 671cb184e3
Merge pull request #9188 from kwonoj/electron-preload-target
feat(target): support electron preload async chunk loading
2019-05-27 08:31:14 +02:00
dependabot-preview[bot] 4345fc5a64
chore(deps): bump chrome-trace-event from 1.0.0 to 1.0.2
Bumps [chrome-trace-event](https://github.com/samccone/chrome-trace-event) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/samccone/chrome-trace-event/releases)
- [Changelog](https://github.com/samccone/chrome-trace-event/blob/master/CHANGES.md)
- [Commits](https://github.com/samccone/chrome-trace-event/compare/1.0.0...v1.0.2)
2019-05-27 02:17:19 +00:00
dependabot-preview[bot] 8712474c9b
chore(deps): bump terser-webpack-plugin from 1.2.4 to 1.3.0
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 1.2.4 to 1.3.0.
- [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.4...v1.3.0)
2019-05-27 02:16:53 +00:00
OJ Kwon 2ec75c1cdb
feat(target): support electron preload async chunk loading 2019-05-25 18:02:00 -07:00
webpack bot c1833663cf
Merge pull request #9179 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-22.6.4
chore(deps-dev): bump eslint-plugin-jest from 22.5.1 to 22.6.4
2019-05-25 09:39:52 +02:00
Tobias Koppers 59a885ea90
dependabot was renamed 2019-05-25 09:39:28 +02:00
Tobias Koppers 970cbe73ae
add Sponsor button 2019-05-23 20:43:46 +02:00
Tobias Koppers ae308f6f38
Merge pull request #9171 from webpack/bugfix/coverage-name
fix flag in appveyor
2019-05-23 07:37:40 +02:00
dependabot[bot] 253e4baf01
chore(deps-dev): bump eslint-plugin-jest from 22.5.1 to 22.6.4
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.5.1 to 22.6.4.
- [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.5.1...v22.6.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-23 02:16:56 +00:00
Tobias Koppers b9dc7dca77 fix flags in appveyor and travis
remove cover:init
2019-05-23 01:24:58 +02:00
Tobias Koppers 5d3004cccd 4.32.2 2019-05-23 01:11:05 +02:00
Tobias Koppers 689ee4c638
Merge pull request #9176 from webpack/bugfix/issue-9159
fix concatenated version of reexport dependency for sideEffects
2019-05-22 23:45:48 +02:00
Tobias Koppers fec26a9503 fix concatenated version of reexport dependency for sideEffects
fixes #9159
2019-05-22 21:32:52 +02:00
webpack bot 6ca9167e9e
Merge pull request #9135 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-1.2.4
chore(deps): bump terser-webpack-plugin from 1.2.3 to 1.2.4
2019-05-22 16:48:41 +02:00
Tobias Koppers 9b368f6d6d update snapshot 2019-05-22 16:19:59 +02:00
dependabot[bot] 7ccad38013 chore(deps): bump terser-webpack-plugin from 1.2.3 to 1.2.4
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 1.2.3 to 1.2.4.
- [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.3...v1.2.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-22 16:14:47 +02:00
Tobias Koppers d3ef63256f
Merge pull request #9167 from webpack/refactor/validation
improve validation errors and tests
2019-05-22 15:50:39 +02:00
Tobias Koppers a4406ff187 improve validation errors 2019-05-22 13:46:07 +02:00
Tobias Koppers 0963d744e9 add test case for enum validation 2019-05-22 13:45:53 +02:00
Tobias Koppers f1df013150 refactor Validation test for snapshots 2019-05-22 13:45:36 +02:00
Tobias Koppers 87fc33edbe 4.32.1 2019-05-22 08:30:52 +02:00
Tobias Koppers 5325de0cd7
Merge pull request #9163 from webpack/bugfix/issue-9156
node: false should not disable CommonJs features
2019-05-22 08:30:28 +02:00
Tobias Koppers 5b08ab51c3 fixes #9156
node: false should not disable CommonJs features
2019-05-22 08:03:44 +02:00
Tobias Koppers bbe71d89cb 4.32.0 2019-05-20 11:53:48 +02:00
Tobias Koppers 5c63e05da3
Merge pull request #9153 from webpack/bugfix/dll-side-effects
fix problem with dll and sideEffects
2019-05-20 11:52:13 +02:00
Tobias Koppers a4bbdae0d2 fix problem with dll and sideEffects
allow to redirect module and id in reexports
SideEffects plugin redirects reexports too
fixes #9146
2019-05-20 11:28:33 +02:00
Tobias Koppers 36c7ab73ab
Merge pull request #9128 from rchl/fix/useful-chunk-load-stacktrace
fix: provide useful stacktrace on chunk loading failure
2019-05-20 09:24:02 +02:00
Tobias Koppers a145beadf9
Merge pull request #9140 from tschaub/loader-mode
Allow loaders to access the mode
2019-05-20 09:21:44 +02:00