Ben Newman
5533aa7ce8
Bump package versions for the official 1.6.0.1 release.
release/METEOR@1.6.0.1
2017-12-08 14:19:21 -05:00
Ben Newman
feb68df4d6
Bump package versions for 1.6.0.1-rc.0 release.
release/METEOR@1.6.0.1-rc.0
2017-12-08 12:10:11 -05:00
Ben Newman
ea9f969774
Bump $BUNDLE_VERSION to 8.9.8 before rebuilding dev bundle.
2017-12-08 11:48:39 -05:00
Ben Newman
dfd8511e4e
Upgrade Node to version 8.9.3.
...
https://nodejs.org/en/blog/release/v8.9.3/
https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/
2017-12-08 11:47:53 -05:00
Ben Newman
e49c632316
Bump package versions for 1.6.0.1-beta.0 release.
release/METEOR@1.6.0.1-beta.0
2017-12-07 18:53:27 -05:00
Ben Newman
1139c74d63
Bump $BUNDLE_VERSION to 8.9.7 before rebuilding dev bundle.
2017-12-07 18:44:36 -05:00
Ben Newman
bd91cbef87
Add @babel/runtime to dev bundle and update npm dependencies.
...
These are the same versions currently on release-1.6.1.
2017-12-07 18:43:39 -05:00
Ben Newman
5d4e480d20
Bump $BUNDLE_VERSION to 8.9.6 before rebuilding dev bundle.
...
Versions 8.9.0-5 had already been used on branch release-1.6.1.
2017-12-07 18:07:30 -05:00
Ben Newman
3ff79472a0
Upgrade npm to version 5.5.1.
...
http://blog.npmjs.org/post/166044150500/v550-2017-10-04
2017-12-07 17:53:45 -05:00
Ben Newman
308692418b
Upgrade Node to version 8.9.2.
...
https://nodejs.org/en/blog/release/v8.9.2/
2017-12-07 17:53:32 -05:00
Hugh Willson
9eb733d6bd
Add os.windows.x86_64 to meteor build --architecture help ( #9413 )
...
The `meteor build --architecture` help was missing
`os.windows.x86_64`. This commit adds it in and also updates
an out of date comment in the source that referred to there
only being 3 allowed architectures.
2017-12-07 17:42:52 -05:00
James Burgess
8048510a95
Fix meteor test file matching patterns ( #9339 )
...
* Adjust test filename RegExps to match Meteor guide. Fixes #9332 .
* Adjusted help text for --drive-package on meteor test.
* Add integration tests for `meteor test` eager file loading.
* Fix typo in selftest.forbid comment.
* Improve test file eager load integration test coverage and clarity.
2017-12-07 17:42:51 -05:00
Ben Newman
04e645906c
Update blaze submodule to latest master revision.
2017-12-07 17:42:51 -05:00
Ben Newman
534e0c6358
Guard against undefined process.env.NPM_CONFIG_REGISTRY.
...
https://github.com/meteor/meteor/pull/9398#discussion_r152610836
2017-12-07 17:42:51 -05:00
Ben Newman
895f9d3b47
Merge pull request #9398 from sebakerckhof/fix/stop-npm-wasting-all-my-time
...
Don't update npm dependencies when it's not needed
2017-12-07 17:42:51 -05:00
Ben Newman
7f8ed5692e
Shallow-clone inserted documents more reliably.
...
In a previous commit, I changed
doc = _.extend({}, doc);
to avoid using underscore, thus:
doc = { ...doc };
While this may seem harmless, it broke a few Mongo.Collection tests
because _.extend copies *all* properties, both own and inherited, whereas
object ...spread only copies own properties.
However, the correct way to fix this problem is *not* to revert to the old
behavior, since flattening the inherited properties of a document was
never actually what we wanted. The old behavior was subtly broken, too.
Instead, we need to create a new object with the same prototoype as the
provided document, then shallow-copy the own properties. Any properties or
methods inherited from the original prototype will then be available on
the new object, even though they didn't get copied over.
I've intentionally left some trivial formatting changes in this commit to
remind myself which broken tests were fixed by this change.
2017-12-07 17:42:51 -05:00
Jesse Rosenberger
9cae673e1d
Merge pull request #9370 from skirunman/patch-2
...
Fix history file
2017-11-15 19:49:51 +02:00
skirunman
2439082fbb
Update History.md for PR #9198 ( #9227 )
...
Removed this change from https://github.com/meteor/meteor/pull/9213 as it goes with https://github.com/meteor/meteor/pull/9198
2017-11-15 19:12:40 +02:00
Jesse Rosenberger
cf4cffabe2
Merge pull request #9327 from meteor/abernix/update-1.5.4-history.md-master
...
Update History.md with changes in Meteor 1.5.4.
2017-11-09 00:45:07 +02:00
Jesse Rosenberger
26832a7947
Update History.md with changes in Meteor 1.5.4.
2017-11-09 00:40:57 +02:00
Jesse Rosenberger
c69ead89dc
Merge pull request #9304 from meteor/abernix/update-1.5.3-history-master
...
Update History.md with miscellaneous changes in Meteor 1.5.3.
2017-11-05 15:19:40 +02:00
Jesse Rosenberger
e3dce16795
Update History.md with miscellaneous changes in Meteor 1.5.3.
2017-11-05 15:13:43 +02:00
Ben Newman
e0c2849ed3
Merge pull request #8728 from meteor/release-1.6
...
Release 1.6
2017-10-27 14:45:26 -04:00
Ben Newman
0cef7e4895
Fix v1.6 version typo in History.md. 🤦♂️
2017-10-27 13:18:09 -04:00
Ben Newman
0bff81f0b4
Bump package versions for the official 1.6 release.
release/METEOR@1.6
2017-10-27 13:00:43 -04:00
Ben Newman
2004873909
Final tweaks to History.md. 🎉 ✨
2017-10-27 12:58:12 -04:00
Ben Newman
b63ab27986
Bump package versions for 1.6-rc.18 release.
release/METEOR@1.6-rc.18
2017-10-26 11:37:15 -04:00
Ben Newman
e89879383b
Bump $BUNDLE_VERSION to 8.8.1 before rebuilding dev bundle.
2017-10-26 11:18:25 -04:00
Ben Newman
4a2f0fb69a
Upgrade Node to version 8.8.1.
...
https://nodejs.org/en/blog/release/v8.8.1/
2017-10-26 11:17:55 -04:00
Ben Newman
66afec2563
Tweaks to History.md.
2017-10-26 11:16:56 -04:00
Ben Newman
f449552c0e
Update various package shrinkwraps for npm 5.
2017-10-24 19:03:20 -04:00
Ben Newman
24c80da9ef
Bump package versions for 1.6-rc.17 release.
release/METEOR@1.6-rc.17
2017-10-24 18:45:30 -04:00
Ben Newman
b4a8b8c5e6
Bump $BUNDLE_VERSION to 8.8.0 before rebuilding dev bundle.
2017-10-24 18:26:01 -04:00
Ben Newman
f1e87ddae4
Upgrade Node to version 8.8.0.
...
https://nodejs.org/en/blog/release/v8.8.0/
https://nodejs.org/en/blog/vulnerability/oct-2017-dos/
2017-10-24 18:25:39 -04:00
Jesse Rosenberger
7707029644
Throw an error when any external command fails during test preparation.
...
Even with $ErrorActionPreference, PowerShell won't automatically fail
when an external command fails with an error code. This explicitly
checks those exit codes and throws an error when that occurs.
Hopefully prevents false successes like that shown in this AppVeyor
test run: https://goo.gl/xxRsF9 .
2017-10-23 17:55:30 -07:00
Ben Newman
0fddc26a2e
Adjust npm update notifier opt-out environment variable.
...
https://github.com/zkat/npx/issues/98#issuecomment-316936135
https://www.npmjs.com/package/update-notifier#user-settings
2017-10-23 19:37:44 -04:00
Ben Newman
888ea97b2e
Bump $BUNDLE_VERSION to 8.7.6 before rebuilding dev bundle.
2017-10-23 19:00:27 -04:00
Ben Newman
ac341c79a4
Mention meteor npx and choco install meteor in History.md.
2017-10-23 18:59:37 -04:00
Ben Newman
101a1bc0f6
Remove dev_bundle/.npm (-30MB due to .npm/_cacache).
2017-10-23 18:57:47 -04:00
Ben Newman
d317c29319
Bump package versions for 1.6-rc.16 release.
release/METEOR@1.6-rc.16
2017-10-20 16:13:31 -04:00
Ben Newman
1f6488b408
Update minifier-js shrinkwrap for npm 5.
2017-10-20 16:13:29 -04:00
Ben Newman
1389db4631
Increase garbage collection throttling delay.
...
May help with this problem, which seems to stem from too much GC:
https://github.com/meteor/meteor/pull/8728#issuecomment-337636773
If this isn't enough, we could include this commit in 1.6.1:
5d212926e7
2017-10-19 11:31:23 -04:00
Ben Newman
fa3b4e1ef8
Bump $BUNDLE_VERSION to 8.7.5 before rebuilding dev bundle.
2017-10-19 10:18:29 -04:00
Ben Newman
a49a8dc12f
Update our fork of pacote to ensure gitOpts.cwd exists.
...
4e58fa55e2
cc @abernix
2017-10-19 10:18:02 -04:00
Ben Newman
6d528e334f
Bump package versions for 1.6-rc.15 release.
release/METEOR@1.6-rc.15
2017-10-18 21:52:17 -04:00
Ben Newman
9c1745f161
Update meteor-node-stubs to 0.3.2 everywhere else.
2017-10-18 21:52:16 -04:00
Ben Newman
301c1fe616
Update modules test app to use meteor-node-stubs@0.3.2.
2017-10-18 21:52:14 -04:00
Ben Newman
9949236670
Bump $BUNDLE_VERSION to 8.7.4 before rebuilding dev bundle.
2017-10-18 21:52:13 -04:00
Ben Newman
f9f7965587
Use a fork of pacote to work around Windows git.exe issues.
...
Should finally fix https://github.com/meteor/meteor/issues/9243 .
Additional commits:
64ff47a875
f381754a0f
Previously: 3431b5b81f
2017-10-18 21:52:11 -04:00
Jesse Rosenberger
e2a0540540
Use YAML config for Appveyor settings, rather than their UI.
...
These take precedence over the UI, and I'm not sure the UI is taking
effect at the moment.
We don't need to build branches which start with 'dev-bundle-' since
those dev bundles won't be built yet when the tests are kicked off.
2017-10-17 16:50:21 -04:00