Ben Newman
4c819db0f4
Bump NPM version to 6.26.0 in preparation for publishing.
2017-04-13 20:24:07 -04:00
Ben Newman
82f89cc9b2
Remove babel-plugin-transform-es2015-modules-reify.
...
Fixes #6 .
2017-04-13 20:23:31 -04:00
Ben Newman
8bfb6cc81a
Bump NPM version to 6.25.0 in preparation for publishing.
2017-03-24 12:56:23 -04:00
Ben Newman
21c350df32
Upgrade Reify plugin to version 0.6.0, again.
2017-03-24 12:56:07 -04:00
Ben Newman
606c7ae30c
Bump NPM version to 6.24.2 in preparation for publishing.
2017-03-21 15:07:40 -04:00
Ben Newman
44c5983615
Roll back Reify plugin to version 0.5.1.
2017-03-21 15:07:25 -04:00
Ben Newman
fbf831b655
Bump NPM version to 6.24.1 in preparation for publishing.
2017-03-20 19:48:39 -04:00
Ben Newman
c12cdde96a
Bump Reify compiler plugin to version 0.6.0.
2017-03-20 19:48:35 -04:00
Ben Newman
fe28852828
Bump NPM version to 6.24.0 in preparation for publishing.
2017-03-16 10:42:13 -04:00
Ben Newman
384f03df8b
Upgrade babel-plugin-transform-es2015-modules-reify to version 0.5.0.
2017-03-16 10:42:13 -04:00
Ben Newman
42a3ad8484
Bump NPM version to 6.23.1 in preparation for publishing.
2017-03-11 17:22:01 -05:00
Ben Newman
85a5616d1d
Force the latest version of the Reify Babel plugin.
2017-03-11 17:21:48 -05:00
Ben Newman
da9c7b19d2
Bump NPM version to 6.23.0 in preparation for publishing.
2017-03-11 15:19:26 -05:00
Ben Newman
3bacd49c44
Add babel-plugin-transform-es2015-modules-reify to preset.
2017-03-11 15:19:26 -05:00
Ben Newman
32ae2242b7
Bump NPM version to 6.22.0 in preparation for publishing.
2017-02-06 17:06:57 -05:00
Ben Newman
c0497873aa
Upgrade all dependencies.
2017-02-06 17:04:10 -05:00
Ben Newman
221a96de8c
Bump NPM version to 6.14.0 in preparation for publishing.
2016-11-07 20:44:50 -05:00
Ben Newman
89447166c6
Remove member-expression-literals transform.
...
Member expressions like promise.catch work in all browsers more recent
than Internet Explorer 8.
In fact, we've been using module.import and module.export (without
quoting) since Meteor 1.3, and no one has complained about that, so I
think this transform is no longer necessary.
2016-11-07 20:40:04 -05:00
Ben Newman
152b8eb7e9
Remove function-name transform.
...
This transform takes the liberty of renaming local variables so they
don't collide with the names of functions and function-valued
properties, which doesn't seem even remotely safe to me, especially
considering that function.name is merely a convenience for several other
ways of getting the name of the current function, and has not proven to
be a widely used ECMAScript feature.
This transform can be added back via .babelrc if desired, as long as you
don't mind your variables being renamed.
2016-11-07 20:39:57 -05:00
Ben Newman
e71691ecd7
Bump NPM version to 6.13.0 in preparation for publishing.
2016-10-11 22:15:35 -04:00
Ben Newman
e044172bda
Upgrade all dependencies.
2016-10-11 22:15:12 -04:00
Ben Newman
5fadd15c61
Bump NPM version to 6.12.0 in preparation for publishing.
2016-08-11 11:35:30 -04:00
Ben Newman
068a48754f
Upgrade all dependencies.
2016-08-11 11:35:10 -04:00
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