Commit Graph

18520 Commits

Author SHA1 Message Date
Ben Newman
a6061bf4c7 Bump package versions for 1.4.3.3-rc.0 release. release/METEOR@1.4.3.3-rc.0 2017-03-21 15:55:23 -04:00
Ben Newman
980da2f396 Bump $BUNDLE_VERSION to 4.7.18 before rebuilding dev bundle. 2017-03-21 15:23:47 -04:00
Ben Newman
9a057f4e51 Upgrade meteor-babel to v0.18.2 and reify to v0.5.7. 2017-03-21 15:23:03 -04:00
Jesse Rosenberger
da763c74fa Change Windows "Generate Dev Bundle" script to use common globals.
This change allows the Windows "Generate Dev Bundle" script to
automatically get the versions of major bundled versions from the same
script which the Unix script uses, thus preventing different versions of
Node.js, npm, Mongo, etc. from being built into different versions of
Meteor, such as what happened when I published Meteor 1.4.3.2 and failed
to notice the duplication of variables across different scripts.

This behavior now works in a similar way as the 'BUNDLE_VERSION' variable, which
is retrieved from the global `meteor` script except this change uses the
package versions from the `build-dev-bundle-common.sh` script in the
`scripts` directory.
2017-03-21 12:21:14 -04:00
Jesse Rosenberger
17a786eb36 Ensure that .bin files maintain executable bits in Windows bundles.
Windows has no concept of the executable bit so it is not applied by the
`fstream` `Reader` when building the tarball which is used in both
`meteor build` and `meteor deploy`.  For Windows users, this causes
important scripts (such as `node-pre-gyp`) to not be executable when
the bundles are deployed to Unix platforms (such as Galaxy).

To avoid giving every file executable bits, this applies an executable
bit to the file only if it has read permission (something Windows _is_
aware of) and if it is in a location that Node bin links are typically
placed, the `/node_modules/.bin/` directories.
2017-03-21 12:19:08 -04:00
Jesse Rosenberger
dc3c760a59 Bump $BUNDLE_VERSION to 4.7.17 before rebuilding dev bundle. 2017-03-21 13:19:53 +02:00
Jesse Rosenberger
358af021a4 Bump versions of Node.js, npm and MongoDB for the Windows dev_bundle.
In a similar fashion as:

* f51c6822ae (Node.js)
* 8ea41588ea (npm)
* 3470516f93 (MongoDB)

I overlooked the multiplicity of these version variables when updating the major package versions during the release of Meteor 1.4.3.2.

While I intend on never making this mistake again, I've also opened meteor/meteor#8505 which consolidates these variables to a single location (in `build-dev-bundle-common.sh`) to hopefully prevent this from happening to anyone else!
2017-03-21 13:14:57 +02:00
Ben Newman
92e949975a Update History.md after reverting reify to v0.5.1. 2017-03-20 19:57:12 -04:00
Ben Newman
59fcf8d94d Revert "Upgrade the reify npm package to version 0.5.6."
This reverts commit 624187a23c.
2017-03-20 19:55:53 -04:00
Ben Newman
be6014ca8d Tweak History.md to include recent minor changes. 2017-03-20 11:14:57 -04:00
Ben Newman
6098f6ed02 Bump $BUNDLE_VERSION to 4.7.16 before rebuilding dev bundle. 2017-03-20 11:11:05 -04:00
Ben Newman
624187a23c Upgrade the reify npm package to version 0.5.6. 2017-03-20 11:10:08 -04:00
Ben Newman
e972fa3eb1 Bump meteor-babel to v0.18.1 to fix strict minification errors. 2017-03-17 21:26:15 -04:00
Ben Newman
334a89b78e Update History.md to reflect the fix for #8367. 2017-03-17 19:48:01 -04:00
Ben Newman
10ded86338 Bump modules package version to 0.8.1-beta.4.
The 0.8.0 version line was colliding with release-1.5, causing the modules
package not to be published during the release-1.4.3.x release process,
similar to what was happening with the ecmascript package:
https://github.com/meteor/meteor/issues/8423#issuecomment-287332131
2017-03-17 19:15:45 -04:00
Ben Newman
5ab626cead Bump package versions for 1.4.3.3-beta.4 release. release/METEOR@1.4.3.3-beta.4 2017-03-17 18:42:07 -04:00
Ben Newman
c8d69b2717 Bump ecmascript package version to 0.7.1-beta.3.
The 0.7.0 version line was colliding with release-1.4.3.x, causing
ecmascript not to be published during that release process:
https://github.com/meteor/meteor/issues/8423#issuecomment-287332131
2017-03-17 18:40:23 -04:00
Ben Newman
69cf204f88 Bump packages/ddp-server version to 1.3.14-beta.3. 2017-03-17 18:39:58 -04:00
Ben Newman
b8513774cb Bump package versions for 1.4.3.3-beta.3 release. release/METEOR@1.4.3.3-beta.3 2017-03-16 18:57:40 -04:00
Ben Newman
6d11b05803 Rebase packages/non-core/blaze submodule against master.
This will include https://github.com/meteor/blaze/pull/243.
2017-03-16 18:57:32 -04:00
Ben Newman
718414d388 Reinstate @abernix's revert of Blaze HTML5 attribute tests.
These changes can be found on the minifier-babili branch:
https://github.com/meteor/blaze/tree/minifier-babili
2017-03-16 18:29:43 -04:00
Ben Newman
0cbd25111d Implement Promise-returning server-side Meteor.{call,apply}Async methods.
This is a partial revival of my old #5005 pull request. While we never
came up with a good idiom for Promise-based method stubs on the client,
the server-side changes in this commit should fix #8367.
2017-03-16 18:23:45 -04:00
Ben Newman
046b3f0e92 Bump package versions for 1.4.3.3-beta.2 release. release/METEOR@1.4.3.3-beta.2 2017-03-16 17:40:44 -04:00
Ben Newman
9cb1881796 Bump markdown version to 1.0.12. 2017-03-16 17:39:17 -04:00
Ben Newman
198e8a9a78 Apply https://github.com/meteor/meteor/pull/8439 to blaze submodule. 2017-03-16 15:11:23 -04:00
Ben Newman
7df133e330 Bump package versions for 1.4.3.3-beta.1 release. release/METEOR@1.4.3.3-beta.1 2017-03-16 13:08:19 -04:00
Ben Newman
da57ab69a8 Remove version constraints from modules test app.
This would have prevented this Circle CI self-test failure:
https://circleci.com/gh/meteor/meteor/3595#tests/containers/3
2017-03-16 13:08:06 -04:00
Ben Newman
1149849c8a Update standard-minifiers/package.js to capture new JS minifier. 2017-03-16 13:01:05 -04:00
Ben Newman
e3de42e989 Bump package versions for 1.4.3.3-beta.0 release. release/METEOR@1.4.3.3-beta.0 2017-03-16 12:26:05 -04:00
Ben Newman
761f4c381a Shorten initial section of force-ssl/package.js to allow publishing. 2017-03-16 12:26:02 -04:00
Ben Newman
1332757655 Upgrade the reify npm package to version 0.5.1. 2017-03-16 12:18:17 -04:00
Ben Newman
ee87045c10 Update History.md to reflect initial changes for 1.4.3.3. 2017-03-16 11:59:35 -04:00
Ben Newman
07707cea4c Bump $BUNDLE_VERSION to 4.7.15 before rebuilding dev bundle. 2017-03-16 11:30:12 -04:00
Ben Newman
06574b78a7 Update meteor-babel to version 0.18.0.
The most important change in this version is that the Reify compiler can
now compile these useful `export ... from ...` extensions:

  https://github.com/leebyron/ecmascript-export-ns-from
  https://github.com/leebyron/ecmascript-export-default-from

Fixes #8432 (`transform-export-extensions` no longer needed).
2017-03-16 11:28:43 -04:00
Ben Newman
9c306ded99 Merge branch 'devel' into release-1.4.3.x 2017-03-16 11:28:35 -04:00
Ben Newman
4fcb4061be Bump $BUNDLE_VERSION to 4.7.14 before rebuilding dev bundle. 2017-03-16 10:54:02 -04:00
Ben Newman
55ad6796ab Merge pull request #8397 from eagerestwolf/devel
Updated standard-minifier-js to use Babili instead of UglifyJS.
2017-03-15 14:38:51 -04:00
Ben Newman
89e1814f2e Merge branch 'devel' into use-babili-instead-of-uglify 2017-03-15 11:52:50 -04:00
Hugh Willson
987b921f34 Adjusted force-ssl to work with the forwarded header (RFC 7239). (#8440)
* Adjusted force-ssl to work with the forwarded header (RFC 7239).

* Fixed invalid Object.assign call.
2017-03-15 11:47:12 -04:00
Ben Newman
7bc2b7ce5f Capitalize MeteorBabelMinifier. 2017-03-15 11:18:37 -04:00
Ben Newman
9d4d7488a7 Update meteor-babel to version 0.17.2.
The most important change in this version is that the Reify compiler is
now just another Babel plugin, so it's possible for other Babel presets
and plugins to run before it.

Fixes #8399.
Fixes #8422.
Fixes https://github.com/meteor/babel/issues/13.
2017-03-14 18:07:03 -04:00
Jesse Rosenberger
8ac44432d0 Merge branch 'master' into release-1.4.3.x 2017-03-14 22:17:06 +02:00
Jesse Rosenberger
67fff9fa4d Add release date for 1.4.3.2 to History.md. 2017-03-14 18:37:49 +02:00
Jesse Rosenberger
6ea420fd0d Merge branch 'master' into devel 2017-03-14 18:34:34 +02:00
Jesse Rosenberger
523c944513 Merge pull request #8470 from meteor/release-1.4.3.2
Release 1.4.3.2
2017-03-14 17:28:53 +02:00
Jesse Rosenberger
5f2039f1ff Bump package versions for the official 1.4.3.2 release. release/METEOR@1.4.3.2 2017-03-14 10:53:26 +02:00
Jesse Rosenberger
cf151e9dd9 Empty commit to maintain release-1.4.3.x PR after merging 1.4.3.2.
We'll see if this works as I hope it will.
2017-03-14 10:39:58 +02:00
Jesse Rosenberger
486ce486a7 Ensure errors the minifier encounters are easy to understand.
While Babili is much better about handling modern ECMAScript constructs
than its UglifyJS predecessor, it may still be possible for an error to
occur during minification.

To account for that unlikely situation, and to preserve the code already
written to assist in that situation, this implements an error re-throw
in a similar fashion to that of 1a380f5532.
2017-03-13 17:54:35 +02:00
Jesse Rosenberger
735cb17903 Prefer non-ES6 in order to avoid including ecmascript.
The `ecmascript` package, when `use`'d in a compiler, is included in the
build of the package, thus increasing the size.  For this simple package
I'm not sure the benefits will actually be worth it.
2017-03-13 16:04:44 +02:00
Jesse Rosenberger
34da752c7c Use 'minifier-babili' branch of 'blaze' repository.
This points the `blaze` submodule in the Meteor repository to:

https://github.com/meteor/blaze/tree/minifier-babili

This `minifier-babili` branch excludes new HTML5 tests which are failing
on PhantomJS, namely, the HTML5 tests which were added by:

04db0d40ce

While I believe the `VIDEO` tests are the most problematic, there is
nothing about the tests themselves which are lacking.  In fact, the
tests do run successfully on the Blaze repository and the changes have
actually been released for a number of months on Blaze itself, however
the submodule in Meteor hasn't been updated until now.

Meteor only uses `blaze` for generating templates in the
`boilerplate-generator` package and doesn't utilize the HTML5 in
question, nor is Meteor responsible for Blaze testing anymore.

Ultimately, our `test-in-console` needs to be updated to use
another option aside from PhantomJS, but I don't believe that should
hold up releasing this Babili minifier which solves a number of issues
in meteor/meteor#8378.
2017-03-13 15:55:50 +02:00