Commit Graph

10279 Commits

Author SHA1 Message Date
Tobias Koppers b57fdd74f0
Merge pull request #10279 from jamesgeorge007/tweaks
chore(NormalModule): refactor code adhering to ES6 semantics
2020-01-20 13:08:26 +01:00
Tobias Koppers 3afa6f8eee
Merge pull request #10280 from webpack/dependabot/npm_and_yarn/simple-git-1.130.0
chore(deps-dev): bump simple-git from 1.129.0 to 1.130.0
2020-01-20 13:07:44 +01:00
dependabot-preview[bot] 5240592e39
chore(deps-dev): bump simple-git from 1.129.0 to 1.130.0
Bumps [simple-git](https://github.com/steveukx/git-js) from 1.129.0 to 1.130.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Commits](https://github.com/steveukx/git-js/compare/v1.129.0...v1.130.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-19 10:50:13 +00:00
jamesgeorge007 974d2495af fix: typo 2020-01-19 13:31:37 +05:30
jamesgeorge007 5506161f5e refactor: use startsWith 2020-01-19 13:29:39 +05:30
jamesgeorge007 357e707e2c refactor: prefer destructuring approach 2020-01-19 13:28:22 +05:30
Tobias Koppers ee91b27e66
Merge pull request #10275 from webpack/dependabot/npm_and_yarn/style-loader-1.1.3
chore(deps-dev): bump style-loader from 1.1.2 to 1.1.3
2020-01-18 16:26:56 +01:00
dependabot-preview[bot] c1a8d6886f
chore(deps-dev): bump style-loader from 1.1.2 to 1.1.3
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.1.2...v1.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-18 09:37:07 +00:00
Tobias Koppers b11b1b4163
Merge pull request #10276 from webpack/dependabot/npm_and_yarn/types/node-12.12.25
chore(deps-dev): bump @types/node from 12.12.24 to 12.12.25
2020-01-18 10:35:49 +01:00
Tobias Koppers e4c48ea94f
Merge pull request #10273 from webpack/dependabot/npm_and_yarn/schema-utils-2.6.4
chore(deps): bump schema-utils from 2.6.2 to 2.6.4
2020-01-18 10:35:33 +01:00
dependabot-preview[bot] c5f0083966
chore(deps-dev): bump @types/node from 12.12.24 to 12.12.25
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.24 to 12.12.25.
- [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-17 18:44:16 +00:00
Tobias Koppers 2f4e370ee8 update snapshots for typo 2020-01-17 18:29:58 +01:00
Tobias Koppers 9cfa3d8d0a
Merge pull request #10274 from jamesgeorge007/hotfix/typo
chore(ContextModule): Fixed minor typos
2020-01-17 17:28:42 +01:00
Tobias Koppers bd08639607
Merge pull request #10017 from webpack/feat-getOptions-util-for-loader
feat: getOptions util for loader
2020-01-17 17:27:59 +01:00
dependabot-preview[bot] 0dd7427d9b
chore(deps): bump schema-utils from 2.6.2 to 2.6.4
Bumps [schema-utils](https://github.com/webpack/schema-utils) from 2.6.2 to 2.6.4.
- [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.2...v2.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 12:30:06 +00:00
jamesgeorge007 d97b4bd195 fix: typo 2020-01-17 17:59:04 +05:30
jamesgeorge007 39b3f4523c fix: typo 2020-01-17 17:57:37 +05:30
Tobias Koppers d673e4179b test errors message, allow custom names in schema 2020-01-17 12:17:53 +01:00
Tobias Koppers 6400fd42b4
Merge pull request #10139 from yurynix/relative-dir-runtime-chunk-loading
Make inner folder entrypoints able to require common chunks
2020-01-17 11:39:52 +01:00
webpack bot 1733c5166a
Merge pull request #10271 from webpack/dependabot/npm_and_yarn/typescript-3.7.5
chore(deps-dev): bump typescript from 3.7.4 to 3.7.5
2020-01-17 08:53:54 +01:00
dependabot-preview[bot] 83b304ade3
chore(deps-dev): bump typescript from 3.7.4 to 3.7.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-16 21:15:12 +00:00
Tobias Koppers 295f751e93 add async chunk to test case 2020-01-16 21:25:00 +01:00
Tobias Koppers 2350d09680 move chunk filename template logic into reusable function 2020-01-16 15:40:44 +01:00
Tobias Koppers e463c432f7 improve tests and test infrastructure 2020-01-16 15:40:41 +01:00
Tobias Koppers f9846f1f91 improve code, remove unneeded old stuff 2020-01-16 14:48:52 +01:00
Tobias Koppers 35f206215d
Merge pull request #10267 from webpack/bugfix/library-defaults
add options default tests and fix library array handling
2020-01-16 14:37:37 +01:00
evilebottnawi 4e808cb613 feat: getOptions util for loader 2020-01-16 11:43:26 +01:00
Tobias Koppers 0f96cb2586
Merge pull request #10118 from jeffin143/patch-10071
Fix:10071 - Accept watchOptions.aggregateTimeout be 0
2020-01-16 11:38:36 +01:00
Tobias Koppers daef8222a1
Merge pull request #10266 from webpack/bugfix/ident-shorthand
handle ident handling for loader + options shorthand rule syntax
2020-01-16 11:25:34 +01:00
Tobias Koppers f59c1918e9 add options default tests and fix library array handling 2020-01-16 11:20:41 +01:00
Tobias Koppers 2ed5212fbe handle ident handling for loader + options shorthand rule syntax 2020-01-16 09:14:10 +01:00
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