Commit Graph

2461 Commits

Author SHA1 Message Date
Diogo Franco (Kovensky) ff2342001a Add a filter to issue-2895
Skips the test in Node 0.12, which doesn't support const.
2016-11-08 20:51:27 +09:00
Diogo Franco (Kovensky) 2db41434e2 Fix lint error 2016-11-08 20:42:49 +09:00
Diogo Franco (Kovensky) 9a5c3cf21b Log filtered test cases as skipped 2016-11-08 20:09:48 +09:00
Diogo Franco (Kovensky) 1e7bbfef0f Add a test filter to skip platforms where it would crash 2016-11-08 20:08:55 +09:00
Tobias Koppers 28d3a1b83b improved PR, fixed some minor issues 2016-11-08 08:42:22 +01:00
Alexander Inozemtsev 16e7383202 Fix AMD require call with three arguments
fixes #2641
2016-11-08 08:42:13 +01:00
Tobias Koppers e92cbefd9d Merge pull request #3248 from webpack/infrastructure/osx-build
reenable osx build
2016-11-08 08:34:11 +01:00
Diogo Franco (Kovensky) 996a4b660b Fix issue #3238 2016-11-08 10:40:34 +09:00
Tobias Koppers abd4cd9cd4 reenable osx build 2016-11-08 00:32:48 +01:00
Tobias Koppers 9085e1e188 Merge pull request #3232 from webpack/SpaceK33z-fix-schema-instanceof
Fix validation schema accepting invalid values when `instanceof` is used
2016-11-05 00:22:13 +01:00
Kees Kluskens 7add543b9d Merge branch 'master' into SpaceK33z-fix-schema-instanceof 2016-11-04 10:31:26 +01:00
Tobias Koppers c7de73e34e Merge pull request #3218 from webpack/SpaceK33z-validate-custom-schema
Allow to validate a custom schema with `webpack.validate`
2016-11-04 08:14:33 +01:00
Kees Kluskens 9158378f44 ... and update tests too 2016-11-04 00:31:49 +01:00
Kees Kluskens 2dee91b2f7 Add extra types to scheme that previously didn't trigger an error 2016-11-04 00:22:12 +01:00
Kees Kluskens c8fd638036 Fix validation schema accepting invalid values when `instanceof` is used 2016-11-03 23:52:59 +01:00
Kees Kluskens aa4c5a0932 Implement feedback 2016-11-03 15:02:14 +01:00
Kees Kluskens 4ebadcd460 Implement feedback 2016-11-03 14:52:09 +01:00
Kees Kluskens 839171788d Implement feedback 2016-11-03 13:37:03 +01:00
Tobias Koppers 14e55e3740 Merge pull request #3227 from webpack/fix/git-conflict
Fix git conflict in examples/web-worker/README.md
2016-11-02 21:41:17 +01:00
Johannes Ewald b088287805 Fix git conflict in examples/web-worker/README.md
Accidentally introduced with #3102
2016-11-02 21:17:06 +01:00
Kees Kluskens 985a651e0f Implement feedback
- Rename `validateWebpackOptions` -> `validationSchema`
- Export `WebpackOptionsValidationError` on webpack.
2016-11-02 17:27:02 +01:00
Kees Kluskens 2bbd3652bf Expose schema validator as `webpack.validateSchema 2016-11-02 11:41:01 +01:00
Tobias Koppers cb48b8feac Merge pull request #3219 from MWGitHub/master
update test to fix typo
2016-11-02 10:08:28 +01:00
Kees Kluskens f3040fed9c Don't use a default schema 2016-11-01 23:38:54 +01:00
Michael Wang 4bd0ee382d update test to fix typo 2016-11-01 13:49:14 -04:00
Kees Kluskens 256d72beac Allow to validate a custom schema with webpack.validate
This makes it possible to provide a custom schema and provide it to webpack.validate.
webpack-dev-server and webpack-dev-middleware can then use this schema to validate their options in the same way as webpack does.
2016-11-01 15:32:00 +01:00
Tobias Koppers 74b8651e21 Merge pull request #3207 from Tushkiz/fix/eslint-no-loop-func-warnings
fix 'no-loop-func' warnings
2016-10-31 15:09:22 +01:00
Tobias Koppers d85d1657e1 Merge branch 'master' into fix/eslint-no-loop-func-warnings 2016-10-31 14:50:12 +01:00
Tobias Koppers 481752ac0e Merge pull request #3208 from Tushkiz/fix/eslint-no-inner-declarations-warnings
fix 'no-inner-declarations' warnings
2016-10-31 14:49:53 +01:00
Tobias Koppers 626fbbbec9 Merge branch 'master' into fix/eslint-no-inner-declarations-warnings 2016-10-31 13:43:34 +01:00
Tobias Koppers 37aa9a64a3 Merge pull request #3212 from webpack/fix-version-cli
Fix using --version and -v
2016-10-31 13:43:10 +01:00
Tobias Koppers aed548b14b Merge branch 'master' into fix-version-cli 2016-10-31 09:22:38 +01:00
Tobias Koppers 9badd0e70a Merge pull request #3214 from Kovensky/async-await
Add async/await support to Parser
2016-10-31 09:20:45 +01:00
Diogo Franco (Kovensky) fc8b1d348d Add async/await support to Parser 2016-10-31 10:48:33 +09:00
Kees Kluskens 62c89ec98f Using --version or -v would display the help menu
This worked before the optimist -> yargs migration, but was not migrated properly.
2016-10-30 13:35:05 +01:00
Tobias Koppers 44d7a0a742 Merge branch 'master' into fix/eslint-no-inner-declarations-warnings 2016-10-30 00:29:33 +02:00
Tobias Koppers 6843bc41b2 Merge pull request #3209 from Tushkiz/fix/umd-semi-colon-issue
fix #2096
2016-10-30 00:29:09 +02:00
Tushar Sonawane 1e44775bb0 fix #2096
- matching the semi-colons to correct places for UMD builds
2016-10-29 21:14:38 +05:30
Tushar Sonawane 6b39a5325c fix 'no-inner-declarations' warnings 2016-10-29 19:30:01 +05:30
Tushar Sonawane 34c02a9c15 fix 'no-loop-func' warnings 2016-10-29 18:53:54 +05:30
Steve Faulkner 6791adbfef Upgrade to yargs v6 2016-10-29 13:21:36 +02:00
Matt Singletary f3eaa05e0b Fix typo in template.md 2016-10-29 12:58:19 +02:00
Matt Singletary a6c743e2d2 Fix typo in README.md 2016-10-29 12:58:19 +02:00
Tobias Koppers d7bd2559b9 Merge pull request #3205 from Tushkiz/fix/beautify-lint-errors
fixed 'beautify-lint' errors in 'lib/RuleSet.js'
2016-10-29 02:00:02 +02:00
Tushar Sonawane eeaa45f362 fixed 'beautify-lint' errors in 'lib/RuleSet.js' 2016-10-29 01:06:46 +05:30
Sean Larkin 6ccb323c79 Merge pull request #3200 from TheLarkInn/feature/add_additional_node_support_to_tests
chore(test): add node 7, and 0.12 to travis
2016-10-27 15:44:24 -05:00
Sean Larkin e689a9db1d fix(travis): moved node 0.12 back to optional failing due to consts in tests 2016-10-27 12:38:41 -05:00
Sean Larkin ea75283968 fix(travis): force npm v3 minimum for older version of node 2016-10-27 12:17:19 -05:00
Sean Larkin 9aadbb4c69 fix(travis): brute force install for INVALIDPEERs 2016-10-27 12:13:46 -05:00
Sean Larkin cc8bd9a7ce fix(travis): use bash instead of sh 2016-10-27 12:02:34 -05:00