Ben Newman
e26a2bd8a9
Bump NPM version to 6.11.1 in preparation for publishing.
2016-06-28 14:03:40 -04:00
Ben Newman
81e832a3db
Peg indirect babylon dependency to v6.8.1.
...
The latest version, 6.8.2, has a bug that causes an endless loop when
parsing meteor/packages/logic-solver/minisat.js.
2016-06-28 14:02:37 -04:00
Ben Newman
aaea79128b
Bump NPM version to 6.11.0 in preparation for publishing.
2016-06-20 15:50:04 -04:00
Ben Newman
4ae42512ca
Stop shrinkwrapping npm dependencies.
...
Meteor is moving towards npm@3, and shrinkwrapping requires this package
to take a stance regarding npm@2 vs. npm@3, so it's better to be agnostic
and not shrinkwrap.
2016-06-20 15:48:13 -04:00
Ben Newman
8952a81350
Bump NPM version to 6.10.0 in preparation for publishing.
2016-06-17 12:13:29 -04:00
Ben Newman
fe127e0bec
Don't force babel-plugin-transform-runtime.
2016-06-17 12:12:57 -04:00
Ben Newman
1682351977
Bump NPM version to 6.9.1 in preparation for publishing.
2016-06-14 17:46:16 -04:00
Ben Newman
bcf55cd8d3
Update dependencies and shrinkwrap again.
2016-06-14 17:45:36 -04:00
Ben Newman
accfa9e43d
Bump NPM version to 6.9.0 in preparation for publishing.
2016-05-31 13:55:29 -04:00
Ben Newman
18415f821f
Re-shrinkwrap to update versions of indirect dependencies.
2016-05-31 13:54:06 -04:00
Ben Newman
5c855420f5
Hoist some common dependencies for smaller node_modules size.
2016-05-31 13:53:45 -04:00
Ben Newman
c696936449
Bump NPM version to 6.8.1 in preparation for publishing.
2016-05-19 14:29:47 -04:00
Ben Newman
da55c4a4c3
Depend on babel-runtime@6.9.0 as a peer.
...
This prevents each individual transform from installing its own copy of
babel-runtime, which saves hundreds of megabytes of node_modules.
2016-05-19 14:28:48 -04:00
Ben Newman
25d8217b9c
Bump NPM version to 6.8.0 in preparation for publishing.
2016-05-18 20:50:10 -04:00
Ben Newman
dcfb52738c
Remove transform-es2015-modules-commonjs and update dependencies.
2016-05-18 20:49:33 -04:00
Ben Newman
760d4487b4
Bump NPM version to 6.6.8 in preparation for publishing.
2016-05-02 22:21:48 -04:00
Ben Newman
c51e3209ac
Update npm dependencies and re-shrinkwrap.
2016-05-02 18:24:04 -04:00
Ben Newman
5d2b36368c
Bump NPM version to 6.6.7 in preparation for publishing.
2016-04-01 14:58:01 -04:00
Ben Newman
d8135168c9
Update modules-commonjs transform to 6.7.4.
2016-04-01 14:56:40 -04:00
Ben Newman
b0826d12d2
Bump NPM version to 6.6.6 in preparation for publishing.
2016-03-18 14:44:02 -04:00
Ben Newman
08f89e3cde
Upgrade some transformers to 6.7.0.
2016-03-18 14:43:22 -04:00
Ben Newman
c726c6e8df
Bump NPM version to 6.6.5 in preparation for publishing.
2016-03-08 12:50:39 -05:00
Ben Newman
de8bba648c
Update most dependencies to ~6.6.5.
...
This will fix https://github.com/meteor/meteor/issues/6380 , thanks to
https://github.com/babel/babel/pull/3391 .
2016-03-08 12:49:10 -05:00
Ben Newman
08a82f87ab
Bump NPM version to 6.6.1 in preparation for publishing.
2016-03-02 00:32:00 -05:00
Ben Newman
6937e20e96
Upgrade transform-es2015-modules-commonjs to fix buildExportAll.
...
Another approach: https://github.com/babel/babel/pull/3391
2016-03-02 00:29:26 -05:00
Ben Newman
04b74ff11f
Bump NPM version to v6.6.0 in preparation for publishing.
2016-02-29 22:27:55 -05:00
Ben Newman
839c1b8df5
Go back to using the real es2015-parameters transform.
2016-02-29 22:26:23 -05:00
Ben Newman
01cc426042
Upgrade some dependencies to v6.6.0.
2016-02-29 22:25:54 -05:00
Ben Newman
c9f50e2929
Bump NPM version to 6.5.0 in preparation for publishing.
2016-02-24 14:22:08 -05:00
Ben Newman
3d0e29f088
Bump all transform versions (most to 6.5.0).
2016-02-24 14:21:12 -05:00
Ben Newman
c38e7429fe
Bump NPM version to 6.4.7 in preparation for publishing.
2016-02-03 16:43:57 -05:00
Ben Newman
821fc2bf41
Rely on npm-shrinkwrap.json to provide plugins/parameters dependencies.
2016-02-03 16:42:59 -05:00
Ben Newman
ab561b7489
Bump NPM version to 6.4.6 in preparation for publishing.
2016-02-03 16:39:38 -05:00
Ben Newman
135e95e64c
Make sure plugins/parameters has access to the packages it needs.
2016-02-03 16:38:35 -05:00
Ben Newman
404c5f2e50
Bump NPM version to 6.4.5 in preparation for publishing.
2016-02-03 16:19:08 -05:00
Ben Newman
aa252702d9
Use a version of the parameters transform without faulty optimizations.
...
Until https://github.com/babel/babel/pull/3249 is fixed properly, it's
better simply to disable the rest parameter optimizations.
2016-02-03 16:17:18 -05:00
Ben Newman
0d5a58114a
Add a clarifying comment to plugin/sloppy-modules.js.
2016-02-01 23:57:39 -05:00
Ben Newman
9a4e843159
Bump NPM version to 6.4.4 in preparation for publishing.
2016-02-01 21:20:44 -05:00
Ben Newman
57316d6bab
Wrap the modules-commonjs plugin so as not to force strict mode.
2016-02-01 21:20:07 -05:00
Ben Newman
8f35427bc8
Bump NPM version to 6.4.3 in preparation for publishing.
2016-01-21 16:05:29 -05:00
Ben Newman
b23433a927
Use the loose transform for template literals.
...
The stricter version calls Object.freeze, which is expensive and doesn't
even work in all browsers.
2016-01-21 16:03:35 -05:00
Ben Newman
c73d47e589
Bump NPM version to 6.4.2 in preparation for publishing.
2016-01-20 15:43:53 -05:00
Ben Newman
94e8b2c839
Disable babel-runtime/core-js/... polyfills.
2016-01-20 15:43:16 -05:00
Ben Newman
9d97281c1b
Bump NPM version to 6.4.1 in preparation for publishing.
2016-01-20 14:45:58 -05:00
Ben Newman
ff21b4f8bb
Upgrade plugins again.
2016-01-20 14:45:39 -05:00
Ben Newman
8f247abbe1
Upgrade to a version of modules-commonjs that fixes template strings.
...
Thanks to my pull request: https://github.com/babel/babel/pull/3118
2016-01-20 14:38:46 -05:00
Ben Newman
efb0c019bd
Bump NPM version to 6.4.0 in preparation for publishing.
2016-01-12 19:13:48 -05:00
Ben Newman
11a9bd23d9
Update some plugins to v6.4.0.
2016-01-12 19:13:47 -05:00
Ben Newman
339139314d
Reorganize plugins.
2016-01-12 19:13:47 -05:00
Ben Newman
4a1002c56e
Use patched CommonJS modules plugin.
...
We can go back to using babel-plugin-transform-es2015-template-literals
once https://github.com/babel/babel/pull/3118 gets merged.
2016-01-12 19:13:47 -05:00