Commit Graph

1105 Commits

Author SHA1 Message Date
Ben Newman
3405bb542c Bump 1.3 beta release numbers. 2016-02-05 19:44:36 -05:00
Ben Newman
c23a001d98 Upgrade dev bundle npm packages. 2016-02-05 18:49:26 -05:00
Ben Newman
ae90250f80 Don't assume strict mode when parsing ecmascript files.
This will require rebuilding the dev bundle before the next release.
2016-02-05 16:38:40 -05:00
Ben Newman
b7c48ee8ed Bump 1.3 beta release numbers. 2016-02-04 23:48:45 -05:00
Ben Newman
4c890ac20d Use Babel 6 to implement ECMAScript 2015+ in tool code.
Note that `export default` no longer modifies `module.exports`, but simply
defines `exports.default`, so these two import styles will work:

  import DefaultExport from "./export-default-module.js"; // preferred
  var DefaultExport = require("./export-default-module.js").default;

but this style will no longer work:

  var DefaultExport = require("./export-default-module.js");
2016-02-04 21:37:34 -05:00
Ben Newman
e150f6c919 Bump 1.3 beta release numbers.
The beta released with this commit (modules-beta.6) included everything on
the release-1.3 branch up to bdf64da339
("Avoid circular package.json resolution chains.").

Unfortunately, additional commits were pushed to the branch before this
commit was pushed, so the release tag release/METEOR@1.3-modules-beta.6
does not correspond to any commit in the branch history.

Rather than attempting to rewrite the branch history, I decided to amend
this commit with this explanation before pushing it.

To see exactly what was released with the sixth beta:

  git fetch --tags
  git log release/METEOR@1.3-modules-beta.6
2016-02-04 09:58:05 -05:00
David Greenspan
4ef2a98513 Update dev_bundle version of 'source-map' package
Processing source maps takes a while, but this version bump claims
to have some significant speed increases
2016-02-01 17:49:36 -08:00
Ben Newman
b10e4b84b1 Bump 1.3 beta release numbers. 2016-01-23 13:20:44 -05:00
Ben Newman
211fda2b30 Bump 1.3 beta release numbers. 2016-01-10 16:10:53 -05:00
Ben Newman
0b690a6a25 Bump 1.3 beta release numbers. 2016-01-08 19:49:22 -05:00
Ben Newman
80cf1aba18 Bump experimental release version. 2015-12-22 13:15:28 -05:00
Ben Newman
23207b726b Bump 1.3 beta release numbers. 2015-12-18 16:47:37 -05:00
Avital Oliver
a832c677df Remove packages/code-prettify/lang-vb.js
It was never passed into `addFiles` in that package anyways.
But starting from commit fff2e46661,
we parse all the `.js` files in package directories. Some part of
our JS parsing pipeline explodes on this file. But honestly,
there's no particularly good reason to care about that right now.

We can wait to see if other people report packages breaking.
2015-12-11 14:08:21 -08:00
Avital Oliver
958c4a14ef Bump package version numbers 2015-12-10 21:11:25 -08:00
Ben Newman
61f819b89a Forbid user-provided npm configuration files in meteor-npm.js.
Follow up to #5710.
2015-12-08 20:08:13 -05:00
Ben Newman
093e73da28 Merge pull request #5710 from mitar/patch-16
Make sure no user configuration is used.
2015-12-08 19:23:16 -05:00
Ben Newman
8a7102d9dd Use the new Node v0.10.41 build when building the dev bundle. 2015-12-08 18:59:40 -05:00
Ben Newman
52eac1d60d Use Node v0.10.41 when building the Windows dev bundle, too. 2015-12-08 18:49:35 -05:00
Ben Newman
76609a615c Upgrade to Node v0.10.41. 2015-12-08 18:43:15 -05:00
Mitar
cc959fcefb Added comment. 2015-12-01 17:28:24 -08:00
Mitar
adaf28b4aa Make sure no user configuration is used.
Reproducible builds and stuff.
2015-11-25 16:28:49 -08:00
Evan You
522834ca83 fix exclude pattern 2015-11-05 18:23:18 -05:00
Evan You
5b0be1b43c add excluded self-tests for CI 2015-11-05 17:23:32 -05:00
Sashko Stubailo
8d22e64a22 Merge pull request #5585 from 4commerce-technologies-AG/devel-feature-portability-bin-bash-to-env-bash
Make Script More Portable With #!/usr/bin/env
2015-11-02 11:55:24 -08:00
Ben Newman
e0163ff28e Remove ios-sim dependency on linux as well as win32.
I'm going to let this be picked up the next time we rebuild the dev
bundle, since only npm 3 complains about architecture restrictions.
2015-11-02 13:46:54 -05:00
Tom Freudenberg
8a24a1b2ba Make Script More Portable With #!/usr/bin/env 2015-11-01 22:04:10 +01:00
Sashko Stubailo
cc53065b43 Update metadata 2015-10-26 14:32:00 -07:00
Sashko Stubailo
172b124e4b Update new banners 2015-10-26 14:23:56 -07:00
Sashko Stubailo
53feb76d38 Bump RC version 2015-10-26 13:44:12 -07:00
Sashko Stubailo
f707332ff2 Meteor tool 2015-10-22 14:04:29 -07:00
Sashko Stubailo
7d83cdcfc6 Get rid of pre-release wrapped versions 2015-10-22 13:38:12 -07:00
Sashko Stubailo
1ca879fc7e Bump LESS to avoid version conflicts 2015-10-22 13:13:03 -07:00
Sashko Stubailo
a3641c90f3 Update vesion of release 2015-10-21 17:18:10 -07:00
Benoit Tremblay
6203983692 Update source-map to last patch version (0.1.43)
Major bugs have been fixed in 0.1.41. I can't use source maps generated by Webpack with 0.1.40, but 0.1.41 is working fine. Meteor should update source-map to the last patched revision.
2015-10-13 14:11:03 -07:00
Ben Newman
c00b12b8fa Use meteor-ecmascript-runtime in dev bundle instead of core-js. 2015-10-03 14:39:24 -04:00
Evan You
40b7b4e3e9 adjust ci script for more parallel builds 2015-09-30 15:36:45 -04:00
Martijn Walraven
2bdeb17caf Update dev bundle with new version of our cordova-lib fork
Fixes #5326.
2015-09-30 11:02:48 +02:00
Sashko Stubailo
976370a44c Update release version, patchFrom 2015-09-28 14:49:38 -07:00
Sashko Stubailo
7b41931663 Update banners.json 2015-09-28 14:39:53 -07:00
Evan You
3ecc14e454 fix ci exlude patterns 2015-09-28 16:26:59 -04:00
Evan You
100f2232a0 move ci exclude patterns into the script so that they are available in pull request builds. 2015-09-28 16:26:52 -04:00
Evan You
41fe4a169d setup circle ci 2015-09-28 16:26:29 -04:00
Ben Newman
2554c7cfde Upgrade meteor-promise to v0.5.0.
Most notably, this upgrade allows the global (native) Promise constructor
to be used, if available.
2015-09-24 16:06:22 +02:00
Sashko Stubailo
dcbd65215a Merge branch 'master' into devel 2015-09-22 04:02:37 -04:00
Sashko Stubailo
cac73ba09d Update banners 2015-09-22 03:34:42 -04:00
Sashko Stubailo
5949f2a8dc Bump release version and package versions 2015-09-22 03:05:44 -04:00
Sashko Stubailo
a23cc02492 Merge branch 'master' into devel
Conflicts:
	History.md
	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
	packages/babel-compiler/package.js
	packages/ecmascript/package.js
	packages/sha/package.js
	tools/upgraders.js
2015-09-21 20:12:55 -04:00
Sashko Stubailo
4b2969c430 Fix banner again 2015-09-21 19:53:57 -04:00
Sashko Stubailo
e6a31650a2 Update banner 2015-09-21 19:53:04 -04:00
Sashko Stubailo
116ec518a0 Update official version number 2015-09-21 15:44:25 -04:00