Ben Newman
5906bb9c1e
Bump package versions for 1.7.1-rc.6 release.
release/METEOR@1.7.1-rc.6
2018-09-05 13:28:12 -04:00
Ben Newman
5f22236f67
Bump $BUNDLE_VERSION to 8.11.4.3 before rebuilding dev bundle.
2018-09-05 13:26:07 -04:00
Ben Newman
6e2ac530ce
Use TLS 1.2 on Windows to download MongoDB via HTTPS.
...
https://stackoverflow.com/questions/49800534/powershell-could-not-create-ssl-tsl-secure
2018-09-05 13:26:07 -04:00
Ben Newman
d02fa2c6a0
Update dev bundle MongoDB version to 4.0.2.
...
Still waiting on a fix for this issue in 4.0.3:
https://jira.mongodb.org/browse/SERVER-36474
2018-09-05 13:26:07 -04:00
Ben Newman
dc8f4ffb13
Update meteor-babel to version 7.0.0. 🎉
2018-09-05 12:08:17 -04:00
Jesse Rosenberger
543d4d3d51
Merge branch 'devel' into release-1.7.1
2018-09-03 12:13:20 +03:00
Jesse Rosenberger
1e34acadc0
Enforce specific @babel/runtime versions on babel-runtime@1.2.x.
...
Meteor 1.6.x through 1.7.0.x use the `babel-runtime@1.2.x` packages, and
this change is only intended to affect those versions.
This will no longer be necessary in Meteor 1.7.1, since we account for
the changes to `@babel/runtime` through changes to the `meteor/babel`
package, but this ensures that anyone who updates to `@babel/runtime@7` (the
final, latest release), or anything newer, isn't surprised by their broken
application.
2018-08-31 16:56:43 +03:00
Jesse Rosenberger
09cb1f8941
Fix conditional grouping which resulted in failure on official Babel 7.
...
Follows-up: 72794dff19 .
cc @benjamn @hwillson
2018-08-31 14:19:15 +03:00
Christian Klaussner
8b85410ed1
Remove duplicate mongodb package update entry from history ( #10184 )
2018-08-31 12:17:39 +03:00
Ben Newman
cfa96534bc
Bump package versions for 1.7.1-rc.5 release.
release/METEOR@1.7.1-rc.5
2018-08-21 20:53:08 -04:00
Ben Newman
68e755c647
Bump $BUNDLE_VERSION to 8.11.4.2 before rebuilding dev bundle.
2018-08-21 20:50:32 -04:00
Ben Newman
b983f9718d
Update meteor-babel to version 7.0.0-rc.2.
2018-08-21 20:22:02 -04:00
Ben Newman
1a74403296
Bump package versions for 1.7.1-rc.4 release.
release/METEOR@1.7.1-rc.4
2018-08-20 15:52:11 -04:00
Ben Newman
3c42552bfa
Update shrinkwrap for compile-coffeescript plugin.
2018-08-20 15:52:08 -04:00
Ben Newman
43e025191f
Bump @babel/runtime used by compile-coffeescript plugin to 7.0.0-rc.1.
...
We should wait to publish this change until after Meteor 1.7.1 has been
released (cc @GeoffreyBooth).
2018-08-20 15:32:42 -04:00
Ben Newman
41b2f76ef3
Let plugin packages import from the plugin's npmDependencies.
...
This should make the @babel/runtime dependency that I added to the
compile-coffeescript plugin in a52a2c28f1
actually work as intended.
Specifically, the babel-runtime package that's bundled into the
compile-coffeescript plugin will now be able to import @babel/runtime and
receive the plugin's private version of @babel/runtime, rather than the
one in dev_bundle/lib/node_modules or the application's node_modules.
cc @hwillson @abernix
2018-08-20 15:25:39 -04:00
Ben Newman
404c58dbf5
Merge branch 'devel' into release-1.7.1
2018-08-20 14:48:05 -04:00
Ben Newman
a52a2c28f1
Give compile-coffeescript plugin a reliable version of @babel/runtime.
...
After publishing coffeescript@2.3.1_1, I noticed that the version of
babel-runtime (1.2.5) that is bundled into the compile-coffeescript plugin
was complaining about the presence of @babel/runtime@7.0.0-rc.1 in the
node_modules directory of Meteor 1.7.1-rc.3 apps, thanks to code added
recently to work around breaking changes in @babel/runtime@7.0.0-beta.56:
4d5fff99eb
The easiest way to fix this problem in the short term is to give the
compile-coffeescript plugin its own reliable copy of the @babel/runtime
npm package, rather than delegating to the version installed in the app.
The ideal long-term way to fix this problem would be to stop precompiling
Meteor compiler plugins before publishing them, and instead treat them
like any other Meteor package, which are compiled after installation.
Another issue that could have been prevented if compiler plugins were
compiled upon installation, like other packages: #10148
cc @hwillson @abernix @GeoffreyBooth
2018-08-20 12:48:28 -04:00
Ben Newman
db194c5914
Bump package versions for 1.7.1-rc.3 release.
release/METEOR@1.7.1-rc.3
2018-08-20 10:34:48 -04:00
Ben Newman
2c6e6e02a8
Merge branch 'devel' into release-1.7.1
2018-08-20 10:32:34 -04:00
Ben Newman
fab90e41f4
Merge pull request #10155 from GeoffreyBooth/coffeescript-modern-browsers
...
CoffeeScript 2.3.1, with support for setMinimumBrowserVersions.
2018-08-20 10:17:44 -04:00
Ben Newman
72794dff19
Warn about @babel/runtime release candidates, too.
2018-08-20 09:52:42 -04:00
Geoffrey Booth
b8b404daf3
Only run the modern test on modern browsers/environments
2018-08-16 21:16:32 -07:00
Ben Newman
86030c1001
Bump package versions for 1.7.1-rc.2 release.
release/METEOR@1.7.1-rc.2
2018-08-16 19:03:51 -04:00
Ben Newman
3f0a6f097e
Bump $BUNDLE_VERSION to 8.11.4.1 before rebuilding dev bundle.
2018-08-16 18:41:47 -04:00
Ben Newman
b154a58f0c
Merge branch 'devel' into release-1.7.1
2018-08-16 18:30:41 -04:00
Ben Newman
7b23f66251
Bump $BUNDLE_VERSION to 8.11.4.0 before rebuilding dev bundle.
2018-08-16 18:28:52 -04:00
Ben Newman
9d75b0976e
Merge branch 'master' into devel
2018-08-16 18:02:22 -04:00
Ben Newman
4294869c13
Merge pull request #10158 from meteor/release-1.7.0.5
...
Release 1.7.0.5
2018-08-16 18:00:18 -04:00
Ben Newman
5748d0d72b
Bump package versions for the official 1.7.0.5 release.
release/METEOR@1.7.0.5
2018-08-16 16:01:10 -04:00
Ben Newman
dd254a545b
Set release date for Meteor 1.7.0.5 in History.md.
2018-08-16 15:03:32 -04:00
Ben Newman
c74f2f46cb
Update Blaze submodule to latest master version.
2018-08-16 15:02:53 -04:00
Ben Newman
05916ee337
Update meteor-babel npm package to version 7.0.0-rc.1-1.
2018-08-16 14:59:45 -04:00
Ben Newman
02a2f88432
Bump package versions for 1.7.0.5-rc.0 release.
release/METEOR@1.7.0.5-rc.0
2018-08-16 13:21:43 -04:00
Ben Newman
09194e86e8
Merge branch 'dynamic-import-0.4.2' into release-1.7.0.5
2018-08-16 13:20:05 -04:00
Ben Newman
0e20906444
Bump $BUNDLE_VERSION to 8.11.4-meteor-1.7.0.5-1 before rebuilding dev bundle.
2018-08-16 13:18:14 -04:00
Ben Newman
199aefbaac
Pin all Babel dev_bundle dependencies to 7.0.0-beta.51 exactly.
2018-08-16 13:18:13 -04:00
Ben Newman
8eb081336b
Ignore bad POST requests in dynamic-import request handler.
...
Should help mitigate #10147 .
2018-08-16 13:14:23 -04:00
Ben Newman
842e2e3d82
Bump $BUNDLE_VERSION to 8.11.4-meteor-1.7.0.5 before rebuilding dev bundle.
2018-08-16 12:49:17 -04:00
Ben Newman
1621ee1cd4
Update Node to version 8.11.4.
...
https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
2018-08-16 12:49:17 -04:00
Ben Newman
1cc5661f15
Ignore bad POST requests in dynamic-import request handler.
...
Should help mitigate #10147 .
2018-08-16 10:10:00 -04:00
Geoffrey Booth
6a4ec826a3
Update CoffeeScript tests to add a test for modern browsers output; add missing import statements
2018-08-15 23:50:46 -07:00
Geoffrey Booth
f2600cc5c7
Upgrade CoffeeScript NPM version to 2.3.1
2018-08-15 23:01:36 -07:00
Geoffrey Booth
9ba3308895
Bump the versions of the Meteor core packages that the coffeescript package depends on to their latest versions as of Meteor 1.7.0.4; this enables modern browsers JavaScript output
2018-08-15 23:00:19 -07:00
Geoffrey Booth
b2919e5f45
Fix spelling
2018-08-15 22:51:20 -07:00
Ben Newman
b14624aba4
Bump package versions for 1.7.1-rc.0 release.
release/METEOR@1.7.1-rc.0
2018-08-15 14:40:49 -04:00
Ben Newman
a966efd09f
Mention @x.y.z! override syntax in History.md.
2018-08-15 14:31:44 -04:00
Ben Newman
9872a3a71d
Tests for @x.y.z! package version constraint override syntax.
...
Following up on this promise:
https://github.com/meteor/meteor/pull/9942#commitcomment-30080110
2018-08-15 14:05:12 -04:00
Ben Newman
af40e4c2c7
Bump package versions for 1.7.1-beta.33 release.
release/METEOR@1.7.1-beta.33
2018-08-14 20:39:21 -04:00
Ben Newman
8da7804726
Don't allow overriding the meteor-tool package version.
2018-08-14 20:39:17 -04:00