Commit Graph

1106 Commits

Author SHA1 Message Date
Tobias Koppers 5dda69e615 add lint step to avoid non-npm dependencies in graph
fix azure pipeline windows script (set -e doesn't exist on windows)
2019-02-18 17:05:54 +01:00
Sven Sauleau 3d23f67ccf
chore: bump webassemblyjs 2019-02-18 09:39:05 +01:00
Tobias Koppers 7ecf992bd9 4.29.4 2019-02-15 16:09:53 +01:00
Sven Sauleau e4ce645e6d
chore: bump webassemblyjs
Fix custom section decoding.
2019-02-14 17:34:45 +01:00
Tobias Koppers 2068a816ed
Merge pull request #8684 from xtuc/chore-bump-webassemblyjs18
update webassemblyjs
2019-02-11 18:53:45 +01:00
Tobias Koppers b934e26da8 4.29.3 2019-02-07 09:21:59 +01:00
Tobias Koppers 74b8aac0ad 4.29.2 2019-02-06 15:05:17 +01:00
Tobias Koppers d12ca7ccf2 update dev deps
remove codacy-coverage
2019-02-06 14:39:55 +01:00
Tobias Koppers 5e3a0537d9 upgrade schema-utils to new major 2019-02-06 14:05:16 +01:00
Tobias Koppers 08473dee6d add workaround for jest bug 2019-02-06 12:07:23 +01:00
Tobias Koppers a994ec77c4 upgrade jest 2019-02-06 10:55:13 +01:00
Tobias Koppers 8167e42970
Merge pull request #8736 from webpack/deps/eslint-types
update linting dependencies
2019-02-06 10:40:43 +01:00
Tobias Koppers 155cda790d update test cases dependencies 2019-02-06 09:48:46 +01:00
Tobias Koppers 11bfb05c52 update linting dependencies 2019-02-06 09:43:13 +01:00
Tobias Koppers 6934b98144 4.29.1 2019-02-04 18:01:23 +01:00
Sven Sauleau 4f125459a3
chore: update webassemblyjs 2019-01-28 18:35:42 +01:00
Tobias Koppers 25bccd4c48 4.29.0 2019-01-20 18:38:22 +01:00
Tobias Koppers 2b2c17ffb6
Merge pull request #8598 from kiliancs/acorn6
Upgrade acorn to v6
2019-01-14 09:18:14 +01:00
Tobias Koppers fdb6b139b9 4.28.4 2019-01-10 16:48:08 +01:00
Kilian Cirera Sant ef67132589 Upgrade acorn to v6
package: update `acorn` v5.6.2...v6.0.0
package: update `acorn-dynamic-import` v3.0.0...v4.0.0
2019-01-07 13:06:37 -08:00
Tobias Koppers 983c2616ec 4.28.3 2018-12-29 12:55:39 +01:00
Tobias Koppers fe514dd975 4.28.2 2018-12-22 13:53:42 +01:00
Tobias Koppers 7a6a71f1e9 4.28.1 2018-12-20 18:10:05 +01:00
Tobias Koppers e871eeb121 4.28.0 2018-12-19 11:37:35 +01:00
Tobias Koppers 4056506488 4.27.1 2018-12-05 20:12:56 +01:00
Tobias Koppers f47bf8b64f 4.27.0 2018-12-04 10:30:57 +01:00
Tobias Koppers 8e841feda3 4.26.1 2018-11-25 21:25:21 +01:00
Tobias Koppers 04f90c53ee 4.26.0 2018-11-19 09:39:41 +01:00
Ed Morley 311a7285d3 Switch from uglifyjs-webpack-plugin to terser-webpack-plugin
Some history:
* `uglifyjs-webpack-plugin` < v1.0 used the minifier `uglify-js`
* however `uglify-js` does not support ES6, which resulted in a fork
  called `uglify-es` that was developed in the `uglify-js` repository,
  but under the `harmony` branch
* `uglifyjs-webpack-plugin` v1.x switched to `uglify-es` for ES6 support
* however `uglify-es` stopped being maintained:
  https://github.com/mishoo/UglifyJS2/issues/3156#issuecomment-392943058
* which led to a fork called `terser` that has incorporated all of
  the unmerged PRs and will be where all new development occurs:
  https://github.com/fabiosantoscode/terser
* `terser-webpack-plugin` was created, which is the `terser` equivalent
  of `uglifyjs-webpack-plugin`:
  https://github.com/webpack-contrib/terser-webpack-plugin
* `uglifyjs-webpack-plugin` v2.x will be switching back to `uglify-js`,
  so any project that needs to support ES6 now needs to switch to
  `terser-webpack-plugin`.

Fixes #7923.
2018-11-18 22:56:10 +03:00
Tobias Koppers 2361995a42 4.25.1 2018-11-05 19:12:52 +01:00
Tobias Koppers 36eb0bb1da move azure specific commands to azure-pipelines.yml 2018-11-05 09:52:10 +01:00
Tobias Koppers 290094e10a 4.25.0 2018-11-05 09:37:20 +01:00
David Staheli 1b23c1eb2d Publish test results from Azure Pipelines builds 2018-11-03 19:38:41 -04:00
Tobias Koppers 9e397b5664 4.24.0 2018-11-02 13:10:44 +01:00
Florent Cailhol 2a440fe925 Update development tools 2018-11-02 11:04:02 +01:00
Sven SAULEAU 2eff6aae2d
chore: bump webassemblyjs
Fix licence publishing https://github.com/xtuc/webassemblyjs/issues/468
2018-10-30 19:07:54 +01:00
Tobias Koppers 607cf70edd 4.23.1 2018-10-25 10:25:57 +02:00
Tobias Koppers a4feb6e15f 4.23.0 2018-10-24 17:45:19 +02:00
Tobias Koppers bb19513bbd Upgrade jest and remove memory bug hack 2018-10-24 14:45:30 +02:00
Tobias Koppers f98374d6d2 run prettier on config files 2018-10-24 10:52:20 +02:00
Tobias Koppers 60805c598c bumb webassemblyjs 2018-10-23 16:48:37 +02:00
Jan Nicklas 80c8850b89 fix missing declarations entry in package.json 2018-10-23 06:33:15 +02:00
Tobias Koppers 894eca20bd 4.22.0 2018-10-21 11:34:29 +02:00
Tobias Koppers 432d2a3f17 4.21.0 2018-10-17 19:47:41 +02:00
Tobias Koppers fadf875d12 remove dependency 2018-10-17 09:40:20 +02:00
Tobias Koppers 7c0b209c62
Revert "Re-enable jest-silent-reporter #hacktoberfest" 2018-10-17 09:29:08 +02:00
fscherwi 86f56bf635 update coveralls 2018-10-03 14:36:37 +02:00
rickhanlonii 7af07f50a1
Re-enable jest-silent-reporter 2018-10-01 13:24:38 -04:00
Tobias Koppers 5c5e902c8e 4.20.2 2018-09-25 22:31:24 +02:00
Tobias Koppers 91e9dd7706 4.20.1 2018-09-25 15:25:26 +02:00