Commit Graph

10238 Commits

Author SHA1 Message Date
Tobias Koppers 228c1caaaf 5.0.0-beta.12 2020-01-16 01:09:52 +01:00
Tobias Koppers e9948449aa
Merge pull request #10262 from webpack/bugfix/pure-annotation-calls
the pure annotation only applies to function calls
2020-01-16 00:00:19 +01:00
Tobias Koppers 071c87b6c9
Merge pull request #10263 from webpack/feature/more-info-missing-export
provide better error message when a export name was not found
2020-01-15 23:57:44 +01:00
Tobias Koppers bd8c74c0bb
Merge pull request #10257 from webpack/feature/contextify-request-shortener
remove special request shortening logic, instead normal relative paths
2020-01-15 22:56:00 +01:00
Tobias Koppers 4f1107bcc9 the pure annotation only applies to function calls 2020-01-15 22:54:42 +01:00
Tobias Koppers b53a128513 provide better error message when a export name was not found 2020-01-15 22:44:06 +01:00
Tobias Koppers 5f6684790f
Merge pull request #10222 from webpack/dependabot/npm_and_yarn/events-3.1.0
chore(deps): bump events from 3.0.0 to 3.1.0
2020-01-15 18:50:16 +01:00
Tobias Koppers fee4d37968
Merge pull request #10256 from webpack/bugfix/chunk-id-hmr
use correct string or number form of chunk id in HMR
2020-01-15 18:49:00 +01:00
Tobias Koppers d57820c53e make RequestShortener simpler, only use relative path 2020-01-15 18:48:37 +01:00
Tobias Koppers 363fb9cff6
Merge pull request #10260 from webpack/deps/watchpack
upgrade watchpack
2020-01-15 18:43:35 +01:00
Tobias Koppers 3097a66c28
Merge pull request #10223 from jamesgeorge007/refactor/es6-semantics
chore(DelegatedModuleFactoryPlugin): Minor code refactor
2020-01-15 15:28:55 +01:00
Tobias Koppers b1ec8097ac
Merge pull request #10259 from jamesgeorge007/hotfix/test
chore(test/hotCases): Minor grammatical fixes
2020-01-15 15:21:13 +01:00
Tobias Koppers b6ccb10a5a
Merge pull request #10258 from webpack/bugfix/cache
make sure only a single strategy method is invoked at a time
2020-01-15 15:20:50 +01:00
Tobias Koppers c07c1ed3ff
typo
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
2020-01-15 15:19:35 +01:00
Tobias Koppers 1db752ced7 upgrade watchpack 2020-01-15 14:49:48 +01:00
jamesgeorge007 39f2e5dfa8 fix(auto-import-default): typo 2020-01-15 18:21:57 +05:30
jamesgeorge007 545a6370aa fix(auto-import): typo 2020-01-15 18:20:00 +05:30
Tobias Koppers 87f6eedb16 make sure only a single strategy method is invoked at a time 2020-01-15 11:21:36 +01:00
Tobias Koppers c80bae2959 faster cache access of contextify 2020-01-15 11:20:22 +01:00
Tobias Koppers b079429ec8 use correct string or number form of chunk id in HMR 2020-01-15 11:19:25 +01:00
Tobias Koppers 3668aa85b8
Merge pull request #10235 from webpack/dependabot/npm_and_yarn/css-loader-3.4.2
chore(deps-dev): bump css-loader from 3.4.1 to 3.4.2
2020-01-14 21:18:05 +01:00
Tobias Koppers c7dcb013c2
Merge pull request #10244 from shisama/remove-mkdirp-deps
Remove mkdirp package from devDependencies
2020-01-14 21:15:41 +01:00
Tobias Koppers 54bb9428e9
Merge pull request #10251 from peteychuk/patch-1
Minor fix: redundant default parameters
2020-01-14 21:15:23 +01:00
Tobias Koppers 946abe3d11
Merge pull request #10252 from webpack/dependabot/npm_and_yarn/schema-utils-2.6.2
chore(deps): bump schema-utils from 2.6.1 to 2.6.2
2020-01-14 21:14:52 +01:00
dependabot-preview[bot] 0af090b35b
chore(deps): bump schema-utils from 2.6.1 to 2.6.2
Bumps [schema-utils](https://github.com/webpack/schema-utils) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/webpack/schema-utils/releases)
- [Changelog](https://github.com/webpack/schema-utils/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/schema-utils/compare/v2.6.1...v2.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 14:00:23 +00:00
Yaroslav Peteychuk c48eaeebf1 Minor fix: redundant default parameters 2020-01-14 14:14:37 +02:00
Tobias Koppers c7a213bd45
Merge pull request #10245 from webpack/dependabot/npm_and_yarn/babel/core-7.8.3
chore(deps-dev): bump @babel/core from 7.7.7 to 7.8.3
2020-01-14 01:51:41 +01:00
dependabot-preview[bot] f11917b154
chore(deps-dev): bump @babel/core from 7.7.7 to 7.8.3
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.7 to 7.8.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.7...v7.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 22:44:43 +00:00
shisama fa652bb8ec Remove mkdirp package from devDependencies
webpack supports Node.js 10.13.0 as minimum Node.js version now.
Node.js 10.13.0 provides recursive option for fs.mkdirSync.
So, mkdirp package is not needed.
2020-01-14 00:29:12 +09:00
dependabot-preview[bot] 914684e818
chore(deps-dev): bump css-loader from 3.4.1 to 3.4.2
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.1 to 3.4.2.
- [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/v3.4.1...v3.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-10 17:22:30 +00:00
jamesgeorge007 2b0af7c4e7 refactor: use template literals 2020-01-08 23:34:41 +05:30
jamesgeorge007 b399c00bf5 refactor: use startsWith 2020-01-08 23:33:36 +05:30
jamesgeorge007 f3e3e394e3 fix: minor tweak 2020-01-08 23:33:04 +05:30
jamesgeorge007 00c0091afe fix: lint 2020-01-08 23:32:44 +05:30
jamesgeorge007 2740fda412 refactor: make use of destructuring possibilities 2020-01-08 23:26:54 +05:30
dependabot-preview[bot] 8f222c74c9
chore(deps): bump events from 3.0.0 to 3.1.0
Bumps [events](https://github.com/Gozala/events) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/Gozala/events/releases)
- [Changelog](https://github.com/Gozala/events/blob/master/History.md)
- [Commits](https://github.com/Gozala/events/compare/v3.0.0...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 15:45:26 +00:00
webpack bot 9f3c2d3db4
Merge pull request #10215 from webpack/dependabot/npm_and_yarn/types/node-12.12.24
chore(deps-dev): bump @types/node from 12.12.22 to 12.12.24
2020-01-08 11:14:29 +01:00
Tobias Koppers c95adba3c2
Merge pull request #10211 from jamesgeorge007/hotfix/tweaks
fix(chore): Minor typographical fixes
2020-01-08 11:04:32 +01:00
Tobias Koppers 88eb55d0ca
Merge pull request #10213 from webpack/dependabot/npm_and_yarn/css-loader-3.4.1
chore(deps-dev): bump css-loader from 3.4.0 to 3.4.1
2020-01-07 11:11:15 +01:00
dependabot-preview[bot] 544879cbd4
chore(deps-dev): bump @types/node from 12.12.22 to 12.12.24
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.22 to 12.12.24.
- [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>
2020-01-03 23:42:05 +00:00
dependabot-preview[bot] 0d9ec86136
chore(deps-dev): bump css-loader from 3.4.0 to 3.4.1
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.4.0 to 3.4.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/v3.4.0...v3.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-03 15:42:06 +00:00
jamesgeorge007 fbd86e3984 fix: grammar 2020-01-03 11:56:58 +05:30
jamesgeorge007 b4a3911887 fix: typo 2020-01-03 11:55:34 +05:30
jamesgeorge007 6698caed01 fix: typo 2020-01-03 11:53:29 +05:30
jamesgeorge007 9ae1cefcdc fix: typo 2020-01-03 11:51:54 +05:30
jamesgeorge007 187697c579 fix: grammar 2020-01-03 11:50:06 +05:30
jamesgeorge007 8ad8a21dd1 fix: grammar 2020-01-03 11:49:26 +05:30
jamesgeorge007 78cd472c68 fix: use indices instead of indicies 2020-01-03 11:49:01 +05:30
jamesgeorge007 1014d4b829 fix: use indices instead of indicies 2020-01-03 11:47:48 +05:30
jamesgeorge007 f65a3ef8f5 fix: use indices instead of indicies 2020-01-03 11:47:00 +05:30