Ben Newman
aee0092f64
Merge branch 'release-1.8.3' into release-1.9
2019-12-18 13:19:31 -05:00
Ben Newman
ebdaa230d5
Update meteor-babel to version 7.7.5.
2019-12-18 12:39:57 -05:00
Ben Newman
fd881cebec
Update fibers npm package to version 4.0.2.
2019-11-26 15:46:51 -05:00
Ben Newman
c90246d55b
Merge branch 'devel' into release-1.9
2019-11-26 15:46:38 -05:00
Ben Newman
c071e11032
Update meteor-babel to version 7.7.4.
...
Should help with #10795 .
Also updating the meteor-babel and @babel/runtime versions in the dev
bundle, though there is no need to rebuild the dev bundle immediately.
2019-11-26 13:34:33 -05:00
Ben Newman
f8de4127da
Merge branch 'release-1.8.2' into release-1.9
2019-11-08 20:07:59 -05:00
Ben Newman
241ba1de0f
Update meteor-babel to version 7.7.0.
...
Note that typescript has been updated to version 3.7.2 as part of this
update: https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-rc/
2019-11-05 11:39:18 -05:00
Ben Newman
791992375d
Merge branch 'release-1.8.2' into release-1.9
2019-09-06 20:41:05 -04:00
Ben Newman
cf5db3626e
Update meteor-babel to version 7.6.0.
2019-09-06 18:40:50 -04:00
Ben Newman
b32e44a5d5
Merge branch 'release-1.8.2' into release-1.9
2019-07-30 14:24:09 -04:00
Ben Newman
e497085474
Update meteor-babel and @babel/{runtime,parser} to latest versions.
...
Among other benefits, this should address #10622 .
2019-07-30 14:03:58 -04:00
Chiciuc Nicușor
a1184bdea3
Add @types/semver@5.4.0 to dev-bundle. ( #10633 )
2019-07-16 11:07:40 -04:00
Ben Newman
122f7e4d2d
Update underscore to v1.9.1 and install @types/underscore.
2019-07-15 11:39:35 -04:00
Ben Newman
53fd2a1f4a
Merge branch 'release-1.8.2' into release-1.9
2019-07-04 17:27:51 -04:00
Ben Newman
c632542a04
Update meteor-babel to version 7.5.0.
2019-07-04 15:57:25 -04:00
Ben Newman
a68dc6d977
Merge branch 'release-1.8.2' into release-1.9
2019-07-03 13:30:44 -04:00
Ben Newman
2add249b7c
Update reify to version 0.20.11.
2019-07-03 10:59:14 -04:00
Ben Newman
9b01729c79
Use reify/lib/parsers/babel rather than acorn.
...
Acorn seems to have trouble parsing code that @babel/parser parses
successfully, such as the dist/esm.js file in markdown-to-jsx@6.10 .2.
2019-07-03 10:03:28 -04:00
Ben Newman
86f0208f41
Update reify to version 0.20.10.
...
We don't need to build a whole new dev bundle just for this upgrade, since
we've already worked around the bug that it fixes, but it will get picked
up the next time we build the dev bundle for Meteor 1.8.2.
2019-07-02 16:06:34 -04:00
Ben Newman
0c5cb13136
Ensure all code evaluated by Node is compiled with Reify.
2019-07-02 13:15:46 -04:00
Ben Newman
c0bf4b281f
Bump fibers version to 4.0.1 for Node.js 12 compatibility.
2019-05-06 12:13:20 -04:00
Ben Newman
c9ba0f3a22
Install latest Reify runtime in programs/server/main.js.
...
Also updated meteor-babel in the dev bundle to depend on reify@0.18 .1, to
be consistent with the version used by server code.
2019-04-26 18:55:08 -04:00
Ben Newman
68ae303bd7
Update fibers npm dependency to version 3.1.1.
...
Though this is a major update according to the version number (previously
2.0.0 in Meteor 1.8.0.1), we have observed no backwards-incompatible
changes so far.
2019-01-04 13:22:38 -05:00
Ben Newman
40d0fc5dfe
Merge branch 'devel' into release-1.8.1
2018-12-06 12:21:52 -05:00
Ben Newman
ad2d715367
Bump meteor-promise version to 0.8.7.
...
Should help with #10359 , as this version includes @VeselyT's commit
bbe4f0d20b
2018-12-06 12:17:19 -05:00
Ben Newman
dfa236ce10
Update fibers npm package to version 3.0.0.
2018-11-03 13:46:42 -04:00
Christian Klaussner
9cc978eb90
Make "meteor-dev-bundle" and "meteor-dev-bundle-tool" packages private ( #9542 )
...
Since these packages aren't published to the npm registry, they can be made private to avoid unnecessary warnings about missing description, repository, and license fields when installing server dependencies and generating dev bundles.
2018-01-16 15:23:10 -05:00
Ben Newman
3fa9b6efbe
Upgrade the semver package to version 5.4.1.
2017-07-28 16:44:59 -04:00
Ben Newman
4f90c54d1a
Merge branch 'release-1.5.2' into release-1.6
2017-07-28 16:44:24 -04:00
Florian Schäffler
60776a6cd2
Updated the semver npm package to version 5.3.0. ( #8859 )
2017-07-23 11:32:50 -04:00
Ben Newman
ded462400c
Update meteor-promise to version 0.8.6.
2017-07-22 20:44:21 -04:00
Ben Newman
a1d92f4c18
Merge branch 'release-1.5.2' into release-1.6
2017-07-17 18:02:39 -04:00
Ben Newman
7d87376bd2
Use multipipe and split2 to compose eachline streams.
2017-07-17 17:41:30 -04:00
Ben Newman
0f05575099
Simplify eachline by using split npm package.
2017-07-17 16:26:38 -04:00
Ben Newman
8af4955389
Use eachline@3.0.5 from npm instead of our own fork.
...
The pull request corresponding to our fork is not going to be merged, so
it's better to use the alternative this.finished API available in newer
versions of the upstream package.
https://github.com/williamkapke/node-eachline/pull/4
2017-07-14 13:34:33 -04:00
Ben Newman
dc1ba4c905
Upgrade meteor-promise and promise packages to latest versions.
2017-07-14 13:22:36 -04:00
Ben Newman
c253bdd71c
Use eachline@3.0.5 from npm instead of our own fork.
...
The pull request corresponding to our fork is not going to be merged, so
it's better to use the alternative this.finished API available in newer
versions of the upstream package.
https://github.com/williamkapke/node-eachline/pull/4
2017-07-13 16:20:31 -04:00
Ben Newman
4c31235412
Upgrade meteor-promise and promise packages to latest versions.
2017-07-13 13:46:58 -04:00
Ben Newman
7084aba5a7
Upgrade reify, fibers, and pathwatcher.
2017-06-05 17:40:05 -04:00
Ben Newman
bfb2c95462
Upgrade meteor-promise to version 0.8.4.
...
This is a change that was necessary on the wip-upgrade-to-node-6 branch,
and it seems better to ship it sooner rather than waiting:
meteor/meteor@d823812e85
2017-05-30 13:03:17 -04:00
Ben Newman
9ff66d11c7
Ugrade the meteor-promise npm package to version 0.8.0.
...
Most notably, this update provides error stack traces that include context
from Promise.await calls and await expressions, so (for example) you can
tell where a certain yielding files.* method was originally called,
instead of only getting a useless native stack trace.
2016-10-20 17:51:03 -04:00
Ben Newman
6b06f440f1
Upgrade the fibers npm package to version 1.0.15.
...
This should hopefully improve performance in the rare event that a large
number of fibers get created simultaneously.
2016-10-20 17:19:55 -04:00
Ben Newman
32d02beead
Update the fibers npm package to v1.0.14.
2016-09-09 11:28:49 -04:00
Ben Newman
b2e2d0651b
Don't install node-gyp or node-pre-gyp in server bundle.
...
These packages need to be installed when we run `npm install` in
`bundle/programs/server` (which this commit ensures), but they don't need
to be part of the dev bundle.
2016-08-15 14:31:10 -04:00
Ben Newman
a617ddaec2
Add node-gyp and node-pre-gyp to server node_modules.
...
This will help with running `npm rebuild` in bundle/programs/server,
fixing problems like #7568 .
2016-08-03 15:56:04 -04:00
Ben Newman
00042ca300
Upgrade dev bundle meteor-babel and fibers packages.
2016-06-04 20:42:14 -04:00
Ben Newman
9351d1ef40
Use fibers@1.0.10 now that our Windows fork has been merged.
2016-05-16 18:21:13 -04:00
Ben Newman
747d4e0451
Upgrade meteor-{promise,babel} and regenerator-runtime.
...
TODO Remember to bump $BUNDLE_VERSION before the next release.
2016-05-16 18:21:11 -04:00
Ben Newman
d94e7d812d
Upgrade dev bundle meteor-promise to 0.7.1.
2016-05-16 18:21:11 -04:00
Ben Newman
c23a001d98
Upgrade dev bundle npm packages.
2016-02-05 18:49:26 -05:00