Ben Newman
b40df12129
Bump package versions for 1.4.2-rc.4 release.
2016-10-24 22:44:11 -07:00
Ben Newman
dbf8471c1f
Bump package versions for 1.4.2-rc.3 release.
2016-10-23 18:17:51 -04:00
Ben Newman
b938e089e6
Bump package versions for 1.4.2-rc.2 release.
2016-10-21 22:20:34 -04:00
Ben Newman
e2be0bbc8a
Upgrade the npm npm package to version 3.10.9.
2016-10-21 22:16:29 -04:00
Ben Newman
0308e38d51
Merge branch 'release-1.4.1.3' into release-1.4.2
2016-10-21 22:03:54 -04:00
Ben Newman
f419899ce7
Bump package versions for the official 1.4.1.3 release.
2016-10-21 20:15:28 -04:00
Ben Newman
247fa7b8ae
Bump package versions for 1.4.1.3-rc.1 release.
2016-10-21 12:38:09 -04:00
Ben Newman
9ff66d11c7
Ugrade the meteor-promise npm package to version 0.8.0.
...
Most notably, this update provides error stack traces that include context
from Promise.await calls and await expressions, so (for example) you can
tell where a certain yielding files.* method was originally called,
instead of only getting a useless native stack trace.
2016-10-20 17:51:03 -04:00
Ben Newman
73519c2b79
Fix shrink_fibers function in generate-dev-bundle.sh.
...
This logic needs to agree with the following expression:
https://github.com/laverdet/node-fibers/blob/8d7e4ffeb5151ade/build.js#L31
2016-10-20 17:19:56 -04:00
Ben Newman
6b06f440f1
Upgrade the fibers npm package to version 1.0.15.
...
This should hopefully improve performance in the rare event that a large
number of fibers get created simultaneously.
2016-10-20 17:19:55 -04:00
Ben Newman
0f7d725ebe
Bump package versions for 1.4.1.3-rc.0 release.
2016-10-20 13:56:00 -04:00
Ben Newman
982853e727
Update Node to version 4.6.1.
...
https://nodejs.org/en/blog/release/v4.6.1/
2016-10-20 13:38:48 -04:00
Ben Newman
0168065d17
Fix shrink_fibers function in generate-dev-bundle.sh.
...
This logic needs to agree with the following expression:
https://github.com/laverdet/node-fibers/blob/8d7e4ffeb5151ade/build.js#L31
2016-10-20 13:37:14 -04:00
Ben Newman
ba7f0169f7
Upgrade the fibers npm package to version 1.0.15.
...
This should hopefully improve performance in the rare event that a large
number of fibers get created simultaneously.
2016-10-20 13:20:00 -04:00
Ben Newman
04056db28f
Bump package versions for 1.4.2-rc.1 release.
2016-10-19 18:12:27 -04:00
Ben Newman
6af6eee022
Update Node to version 4.6.1.
...
https://nodejs.org/en/blog/release/v4.6.1/
2016-10-19 17:26:00 -04:00
Ben Newman
ccd960eeb3
Bump package versions for 1.4.2-rc.0 release.
2016-10-18 14:32:13 -04:00
Ben Newman
1ac4bbaa84
Bump package versions for 1.4.2-beta.13 release.
2016-10-17 11:51:55 -04:00
Ben Newman
168351c472
Bump package versions for 1.4.2-beta.12 release.
2016-10-14 16:47:59 -04:00
Ben Newman
f42ca04fdb
Bump package versions for 1.4.2-beta.11 release.
2016-10-13 21:46:35 -04:00
Ben Newman
ca51aa327b
Update the optimism npm package to version 0.3.3.
2016-10-12 13:22:26 -04:00
Ben Newman
6bb4bd739b
Update the meteor-babel npm package to version 0.13.0.
2016-10-11 22:35:10 -04:00
Ben Newman
c7c42b843e
Update the optimism npm package to version 0.3.1.
2016-10-11 19:48:29 -04:00
Ben Newman
b594b460a4
Go back to using pathwatcher.watch, with new rewatching logic.
...
Judging from the variety and extent of test failures, switching to
chokidar.watch was too drastic a change for this late-beta stage of the
release cycle.
The problem with pathwatcher.watch was that watches don't survive the
deletion of the watched file, because (like fs.watch) it watches files
based on inodes, not paths. This problem can be solved in a relatively
narrow way, by attempting to rewatch the file after any "delete" or
"rename" events.
2016-10-11 10:02:06 -04:00
Ben Newman
117b1a8525
Use chokidar for file watching instead of pathwatcher.
...
Healthy competition among fs.watch wrappers appears to have produced a
clear winner: https://www.npmjs.com/package/chokidar
This wrapper is better for Meteor than pathwatcher was, because it can
watch directory trees recursively, and it has no trouble watching
nonexistent file paths, whereas pathwatcher would throw an exception.
2016-10-10 14:12:51 -04:00
Ben Newman
5969628990
Update the optimism npm package to version 0.3.0.
2016-10-10 11:53:10 -04:00
Ben Newman
875222c8ec
Update the optimism npm package to v0.2.3.
2016-10-07 19:32:18 -04:00
Ben Newman
232ab2d209
Bump package versions for 1.4.2-beta.9 release.
...
I had to scrap the 1.4.2-beta.8 release because meteor-tool@1.4.2-beta.8
got published by a partial run of the publish-release script, but then the
publish-release script thought meteor-tool changed after that, and I
didn't want to republish it as something like 1.4.2-1-beta.8.
2016-10-05 18:42:56 -04:00
Martijn Walraven
cc9882b12d
Update cordova-lib in dev bundle to 6.3.1
2016-10-05 16:11:32 -04:00
Ben Newman
eda5f37ab2
Merge branch 'release-1.4.1.2' into release-1.4.2
2016-10-04 14:00:30 -04:00
Ben Newman
1d74c0ce5e
Bump package versions for the official 1.4.1.2 release.
2016-10-04 12:44:28 -04:00
Ben Newman
2937403be0
Bump package versions for 1.4.1.2-rc.0 release.
2016-10-04 12:34:01 -04:00
Ben Newman
9ecf3f2b50
Upgrade Node to 4.6.0 and npm to 3.10.8.
2016-10-04 11:58:35 -04:00
Ben Newman
0d32423fe0
Upgrade Node to version 4.6.0.
...
https://nodejs.org/en/blog/release/v4.6.0/
2016-10-03 17:32:09 -04:00
Ben Newman
8b42bfa6f0
Add optimism@0.2.2 to the dev bundle.
2016-10-03 17:25:42 -04:00
Ben Newman
80fdc16e21
Add v8-profiler@5.6.5 to the dev bundle.
2016-09-30 10:31:58 -04:00
Ben Newman
0808325846
Bump package versions for 1.4.2-beta.7 release.
2016-09-29 17:48:31 -04:00
Ben Newman
e882a7ea52
Merge branch 'devel' into release-1.4.2
2016-09-29 16:57:44 -04:00
Ben Newman
9338fbd73f
Bump package versions for 1.4.2-beta.6 release.
2016-09-27 13:31:41 -04:00
Ben Newman
2483fb3cb3
Update the lru-cache npm package to v4.0.1.
2016-09-27 12:47:13 -04:00
Ben Newman
a13d3fd938
Update the pathwatcher npm package to v6.7.1.
...
Also remove explicit dependency on `runas`, which is depended upon by
`pathwatcher`.
2016-09-27 12:15:04 -04:00
Ben Newman
670c305927
Update the npm npm package to v3.10.8.
2016-09-27 12:07:41 -04:00
Ben Newman
ad69d59fa7
Clear dev_bundle/.npm before tests to ensure consistent results.
2016-09-26 20:39:15 -04:00
Jesse Rosenberger
cba649f709
Add Newlines to end of .gitignore files, specifically the new app skel
...
Even though I think the fight is a bit futile, it is considered best practice to have newlines at the end of all files. At the request of meteor/meteor#7786 , this commit adds newlines to the end of the new app skeleton `.gitignore` file. These skel files are used when generating new meteor apps so this avoids perpetuation of this problem into futrue generations. ;)
In an effort to beef up this PR, I also took the liberty of fixing the few other Meteor files which were lacking newlines (all `.gitignore` files)
Closes meteor/meteor#7786
2016-09-26 15:32:08 +03:00
Ben Newman
d4d648c8f7
Bump package versions for 1.4.2-beta.5 release.
2016-09-22 15:03:07 -04:00
Ben Newman
d881a29de4
Bump package versions for 1.4.2-beta.4 release.
2016-09-16 09:15:24 -04:00
Ben Newman
583bd366e4
Bump package versions for 1.4.2-beta.3 release.
...
Note that no binaries were successfully published for beta.2, so please
don't try updating to that version!
2016-09-13 15:25:23 -04:00
Ben Newman
a90ff721ba
Update submodules *after* checking out appropriate revision.
2016-09-13 15:24:07 -04:00
Ben Newman
772d6a914a
Bump package versions for 1.4.2-beta.2 release.
...
Note that no binaries were successfully published for beta.1, so please
don't try updating to that version!
2016-09-13 14:00:49 -04:00
Ben Newman
c7edab4e62
Initialize and update submodules when publishing meteor-tool.
2016-09-13 13:58:12 -04:00