Ben Newman
a9c32ed699
Bump package versions for 1.3-rc.2 release.
2016-03-15 23:12:08 -04:00
Ben Newman
2a7c0af36f
More tweaks to install npm in the Windows dev bundle.
2016-03-15 23:11:33 -04:00
Ben Newman
b1fd863f1c
Another attempt to install npm@2.14.22 correctly on Windows.
2016-03-15 21:36:45 -04:00
Ben Newman
e1c30c508b
Use npm@1.4.12 to install npm@2.14.22 to install npm@3.1.2 on Windows.
2016-03-15 19:42:24 -04:00
Ben Newman
5fb055e9e0
Bump package versions for 1.3-rc.1 release.
2016-03-15 01:30:05 -04:00
Ben Newman
541db059cc
Bump package versions for 1.3-rc.0 release.
2016-03-14 23:21:44 -04:00
Ben Newman
b3b8bcd272
Go back to using our fork of node.
2016-03-11 19:42:36 -05:00
Ben Newman
f0239a64b2
Use the new Node 0.10.43 build in the dev bundle.
2016-03-11 12:56:57 -05:00
Ben Newman
94896b78f4
Upgrade dev bundle Node to 0.10.43.
2016-03-11 12:45:12 -05:00
Ben Newman
eb990daea0
Ignore the version of npm that comes with Node 0.10.41.
2016-03-10 19:56:56 -05:00
Ben Newman
be280958e8
Upgrade npm to 2.14.22 and bump $BUNDLE_VERSION to 0.5.28.
2016-03-10 19:34:34 -05:00
Ben Newman
4f5cb1d7a0
Bump package versions for 1.3-beta.16 release.
...
What happened to beta.13, beta.14, and beta.15? All unfortunately suffered
from problems that made it either impossible or unwise to upgrade to those
versions.
2016-03-09 12:13:18 -05:00
Ben Newman
2cc42128a6
Bump package versions for 1.3-beta.13 release
2016-03-08 22:48:49 -05:00
Ben Newman
a04e321d5d
Bump meteor-babel tool version and $BUNDLE_VERSION again.
2016-02-29 23:20:11 -05:00
Ben Newman
60d51889a9
Bump package versions for 1.3-beta.12 release
2016-02-29 21:49:52 -05:00
Ben Newman
91fc65b002
Upgrade dev bundle version of meteor-babel.
...
TODO Rebuild the bundle before we release the next beta.
2016-02-26 12:36:58 -05:00
Tom Coleman
597255fb9b
Updated to jsdoc 3.4.0 and use @class name to make it work the same
2016-02-24 18:48:15 +01:00
Martijn Walraven
d922c816be
Bump package versions for 1.3-beta.11 release
2016-02-18 14:26:48 +01:00
Martijn Walraven
1a9d814391
Bump package versions for 1.3-beta.10 release
2016-02-18 09:16:17 +01:00
Martijn Walraven
752c8e16c5
Bump package versions for 1.3-beta.9 release
2016-02-16 21:42:23 +01:00
Martijn Walraven
362cc03d90
Bump package versions for 1.3-cordova-beta.5 release
2016-02-12 09:57:02 +01:00
Martijn Walraven
73e610ed57
Bump package versions for 1.3-cordova-beta.4 release
2016-02-11 13:33:43 +01:00
Martijn Walraven
6df3dbc4fa
Update cordova-lib dependency to 6.0.0
2016-02-09 13:54:36 +01:00
Martijn Walraven
711176a28f
Merge branch 'release-1.3' into cordova-improvements
2016-02-09 12:43:39 +01:00
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
Martijn Walraven
cf1afed959
Bump package versions for 1.3-cordova-beta.3 release
2016-01-25 15:34:54 -08:00
Martijn Walraven
a85011c19c
Bump package versions for 1.3-cordova-beta.2 release
2016-01-25 15:02:42 -08:00
Martijn Walraven
d136241492
Bump package versions for 1.3-cordova-beta.1 release
2016-01-25 15:02:42 -08:00
Martijn Walraven
87ae0bf54f
Update cordova-lib dependency to 5.4.1
2016-01-25 15:02:38 -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