Commit Graph

2033 Commits

Author SHA1 Message Date
Ben Newman
4a76fe3fe6 Bump package versions for the official 1.7 release. 2018-05-27 19:29:46 -04:00
Ben Newman
240855777a Bump package versions for 1.7-rc.14 release. 2018-05-27 18:01:51 -04:00
Ben Newman
a126cf5641 Update reify to version 0.16.2. 2018-05-27 18:00:48 -04:00
Ben Newman
917975e319 Merge branch 'devel' into release-1.7 2018-05-26 18:43:14 -04:00
Ben Newman
7bfc989ada Merge branch 'master' into devel 2018-05-26 18:42:33 -04:00
Ben Newman
6fc83732e4 Bump package versions for the official 1.6.1.2 release. 2018-05-26 17:46:22 -04:00
Ben Newman
fb0315a750 Bump package versions for 1.6.1.2-rc.0 release. 2018-05-26 11:41:50 -04:00
Ben Newman
d87239931d Bump package versions for 1.7-rc.13 release. 2018-05-25 18:49:38 -04:00
Ben Newman
6407e4dafb Update meteor-babel to version 7.0.0-beta.49-1.
Also switching from babelOptions.sourceMap to babelOptions.sourceMaps,
finally: https://babeljs.io/docs/usage/api/#options
2018-05-25 18:43:13 -04:00
Ben Newman
35da297e02 Bump package versions for 1.7-rc.12 release. 2018-05-24 23:19:54 -04:00
Ben Newman
b28c8a6249 Update meteor-babel to 7.0.0-beta.48 and reify to 0.16.1. 2018-05-24 22:34:38 -04:00
Ben Newman
9313e683d5 Bump package versions for 1.7-rc.11 release. 2018-05-16 17:53:20 -04:00
Ben Newman
124e334a95 Update meteor-babel and @babel/runtime to version 7.0.0-beta.47. 2018-05-16 12:16:28 -04:00
Ben Newman
938d92d25e Bump package versions for 1.7-rc.10 release. 2018-05-15 18:03:10 -04:00
Ben Newman
e35e9e0ef9 Update Node to version 8.11.2. 🎉
https://nodejs.org/en/blog/release/v8.11.2/
2018-05-15 18:01:55 -04:00
Ben Newman
b0db9f3387 Bump package versions for 1.7-rc.9 release. 2018-05-14 14:31:46 -04:00
Ben Newman
76ece148ba Update meteor-babel to version 7.0.0-beta.46-5. 2018-05-14 14:20:11 -04:00
Ben Newman
1f46a2afc3 Bump package versions for 1.7-rc.8 release. 2018-05-12 14:47:54 -04:00
Ben Newman
82ef207557 Bump package versions for 1.7-rc.7 release. 2018-05-12 12:49:52 -04:00
Ben Newman
9b7231bdd4 Update npm to version 5.10.0.
Release notes: https://github.com/npm/npm/releases/tag/v5.10.0

No need to update our pacote fork this time, since pacote@7.6.1 is still
what's used by npm@5.10.0:
https://github.com/npm/npm/blob/v5.10.0/package.json#L105
2018-05-12 11:57:20 -04:00
Ben Newman
8e1287054a Bump package versions for 1.7-rc.6 release. 2018-05-10 12:16:22 -04:00
Ben Newman
60caaeb774 Bump package versions for 1.7-rc.5 release. 2018-05-09 18:48:35 -04:00
Ben Newman
538bd0374b Update meteor-babel to version 7.0.0-beta.46-4.
This version no longer includes the cache directory in the computation of
the cache key, which allows repeated test runs to reuse compilation
results from previous runs.
2018-05-09 18:36:59 -04:00
Ben Newman
84c5667f7f Bump package versions for 1.7-rc.4 release. 2018-05-09 16:39:37 -04:00
Ben Newman
40d408e4fb Revert "Use a custom build of Node 8.11.2 for Mac and Linux."
This reverts commit 7a2e492b6c.

The custom build had a Node version of
8.11.2-nightly1525879461436bd3e42eb10ddd15a9fc1ed225d49c87ad7214 instead
of 8.11.2, which is not something that I want Galaxy (or any other hosting
service) to have to understand.
2018-05-09 13:30:18 -04:00
Ben Newman
7a2e492b6c Use a custom build of Node 8.11.2 for Mac and Linux. 2018-05-09 13:04:50 -04:00
Ben Newman
b8ee3d01ab Stop setting a global Babel cache directory.
Instead, the cache directory is provided as part of the third argument to
Babel.compile, which means we can set the cache directory per instance of
BabelCompiler in BabelCompiler#setCacheDir.

This became a problem because coffeescript was calling
the setCacheDir method of its own instance of BabelCompiler, which was
racing with the setCacheDir call for the ecmascript package:
f601ec9693/packages/non-core/coffeescript/compile-coffeescript.js (L27)
2018-05-09 13:03:43 -04:00
Ben Newman
f601ec9693 Bump package versions for 1.7-rc.3 release. 2018-05-08 13:14:03 -04:00
Ben Newman
9bb92ba0a9 Force Node 8.11.1 on Windows for now.
https://github.com/nodejs/node/pull/20478#issuecomment-387181249
2018-05-07 15:51:39 -04:00
Ben Newman
bc6ec63f52 Update Node to v8.11.2-rc.1. 2018-05-07 15:22:13 -04:00
Ben Newman
f489ba9f95 Bump package versions for 1.7-rc.2 release. 2018-05-07 11:19:43 -04:00
Ben Newman
6020b38dde Bump package versions for 1.7-rc.1 release. 🎉 2018-05-03 19:14:18 -04:00
Ben Newman
fb9321870e Set minimum modern versions for Electron.
This effectively means Electron 1.6.0+ will be considered modern.

Fixes #9852.
2018-05-03 13:30:34 -04:00
Ben Newman
0efe66e6a1 Bump package versions for 1.7-beta.28 release. 2018-05-01 17:08:06 -04:00
Ben Newman
8e6f673fd0 Bump package versions for 1.7-beta.27 release. 2018-04-28 12:09:02 -04:00
Ben Newman
11078e46b2 Bump package versions for 1.7-beta.26 release. 2018-04-27 13:43:14 -04:00
Ben Newman
dcd01aceba Merge branch 'devel' into release-1.7 2018-04-25 18:22:00 -04:00
Ben Newman
986b47d1c4 Update meteor-babel to version 7.0.0-beta.46. (#9840) 2018-04-25 18:15:29 -04:00
Jesse Rosenberger
82d415ede0 Revert "tests: Add additional self-tests to the AppVeyor suite which exercise Mongo."
This reverts commit 3062995801.

The tests exhibited on AppVeyor showed some very clear failures in the way
that we're killing PIDs on Windows using `taskkill`.  I haven't actually
checked, but I find it virtually impossible that the PID of the process to
kill (the 5th test run) happened to be 3000.
2018-04-25 21:11:17 +03:00
Ben Newman
cf273f0911 Bump package versions for 1.7-beta.25 release. 2018-04-25 12:43:35 -04:00
Jesse Rosenberger
3062995801 tests: Add additional self-tests to the AppVeyor suite which exercise Mongo.
Our current testing on Mongo is less complete than it could be and these
tests, particularly the `mongo with multiple --port numbers` test which does
actual writes to the database, should help with that.

Note that these tests are separate from the `mongo` package tests which are
much more extensive and test more advanced mongo functionality, but it's
good to have some basic Windows tests in place within the `self-test`
infrastructure.

cc @benjamn
2018-04-25 19:39:08 +03:00
Ben Newman
52823ec8b5 Update 64-bit Mongo to version 3.6.4. 2018-04-25 11:20:13 -04:00
Ben Newman
86e4ee1d93 Copy {lib,ssl}eay32.dll into dev_bundle\mongodb\bin on Windows. 2018-04-25 11:20:13 -04:00
Ben Newman
5824129a34 Bump package versions for 1.7-beta.24 release. 2018-04-24 12:40:07 -04:00
Ben Newman
a3a19f94eb Bump package versions for 1.7-beta.23 release. 2018-04-19 10:53:15 -04:00
Ben Newman
5189713d01 Bump package versions for 1.7-beta.22 release. 2018-04-18 19:42:50 -04:00
Ben Newman
c032b9c271 Disable longjohn, since Node 8 now supports async stack traces. 2018-04-18 18:36:44 -04:00
Ben Newman
e09be77e39 Bump package versions for 1.6.2-beta.21 release.
I made a mistake while publishing 1.6.2-beta.16 that means it's easier to
just skip that version.
2018-04-18 16:34:14 -04:00
Ben Newman
5eabf7da91 Update the optimism npm package to version 0.6.3. 2018-04-18 16:20:40 -04:00
Ben Newman
af7f3d7ede Bump package versions for 1.6.2-beta.20 release.
I made a mistake while publishing 1.6.2-beta.16 that means it's easier to
just skip that version.
2018-04-06 11:10:18 -04:00