Christian Klaussner
dc148ae0fa
Remove deprecated MongoDB connection options. ( #10889 )
...
The `autoReconnect` and `reconnectTries` options are incompatible with the
unified topology: http://mongodb.github.io/node-mongodb-native/3.3/reference/unified-topology/
2020-02-01 13:36:34 -05:00
Christian Klaussner
018d5a9f4c
Update MongoDB driver to 3.5.2. ( #10895 )
2020-02-01 13:34:39 -05:00
filipenevola
6edd9d354b
Roadmap update Jan 31
2020-01-31 10:55:07 -04:00
Filipe Névola
11e44e3e9a
Roadmap update Jan 31
2020-01-31 10:51:35 -04:00
filipenevola
e046442278
Bump ddp-server package version to 2.3.1.
2020-01-30 21:58:22 -04:00
Filipe Névola
630822a26f
Fixes bug #10468 : ddp-server guards against null argument in s… ( #10891 )
...
Fixes bug #10468 : ddp-server guards against null argument in sockjs connection handler
2020-01-30 21:44:49 -04:00
Christian Klaussner
c9fb850b75
Don't use deprecated REPLServer.rli property. ( #10888 )
...
This property is deprecated since Node.js 12.
https://github.com/nodejs/node/pull/26260
2020-01-30 10:29:53 -05:00
Mark Reid
9bf98136d0
ddp-server/stream_server guards against null argument in sockjs server connection handler
2020-01-30 16:35:34 +11:00
Christian Klaussner
daa8e98923
Make sure source map consumer exists before destroying it. ( #10874 )
2020-01-17 10:32:15 -05:00
Ben Newman
9fb65ed81c
Merge pull request #10873 from meteor/fix-spurious-babel-es6-default-export-error
...
Fix spurious Babel ES6 default export error, once and for all.
2020-01-16 13:02:30 -05:00
Ben Newman
4fe8af4193
Use require("meteor-babel/register").excludeFile.
...
The excludeFile API was introduced in meteor-babel@7.8.1:
bfded57377
Modules that are evaluated before meteor-babel/register is configured
should not be transformed by meteor-babel, even if they are imported again
later, after meteor-babel/register has been configured.
If my analysis is correct, this change should prevent the dreaded
Must export a default export when using ES6 modules.
error, as seen most recently in
https://travis-ci.org/meteor/meteor/builds/638030190
and https://circleci.com/gh/meteor/meteor/40863 .
2020-01-16 12:33:54 -05:00
Ben Newman
f59ff7a2db
Bump $BUNDLE_VERSION to 12.14.1.2 before rebuilding dev bundle.
2020-01-16 12:23:50 -05:00
Ben Newman
9043cbc4a7
Update meteor-babel to version 7.8.1 in dev bundle.
...
The changes in 7.8.1 add a new method to the meteor-babel/register API,
which is only used internally, so there is no need to publish a new
version of babel-compiler, ecmascript, and typescript.
2020-01-16 12:22:00 -05:00
Ben Newman
20d2a9b4a4
Bump webapp version to 1.8.2, with same content as 1.8.0.
2020-01-16 11:18:39 -05:00
Ben Newman
7a6ee9e129
Revert changes to webapp package since version 1.8.0.
...
We accidentally published changes to webapp that should have been
restricted to Meteor 1.10 as part of the 1.8.1 version. This commit
reverts commits to packages/webapp since Meteor 1.9, so that we can
republish the 1.8.0 content as version 1.8.2. We will then bump the webapp
version to 1.9.0 on the release-1.10 branch and publish the new content
only on that branch.
Revert "Allow to exclude web architectures in development mode (#10824 )"
This reverts commit a205967186 .
Revert "Updates cordova-plugin-meteor-webapp to 1.7.1"
This reverts commit a1e4d27822 .
Revert "Update cordova-plugin-wkwebview-engine to 1.2.1."
This reverts commit 3f9a69d7c4 .
Revert "Update cordova-plugin-whitelist to 1.3.4."
This reverts commit 979273333b .
Revert "Update cordova-plugin-meteor-webapp to 1.7.1-beta.1."
This reverts commit 565c4254f1 .
Revert "Update accounts-password to version 1.5.2."
This reverts commit b827d1da2f .
2020-01-16 11:15:25 -05:00
filipenevola
234145c803
Updates skel-react dependencies
2020-01-16 00:17:36 -05:00
Ben Newman
058d1a2859
Depend on babel-compiler explicitly in typescript/package.js.
...
The ecmascript package does this, and it prevents `meteor publish` from
complaining that the compile-typescript compiler plugin needs to specify a
version constraint for its babel-compiler dependency.
2020-01-15 12:43:54 -05:00
Ben Newman
6f32e5795e
Merge pull request #10862 from meteor/update-meteor-babel-and-typescript
...
Update meteor-babel and typescript to latest versions.
2020-01-15 12:12:30 -05:00
Filipe Névola
486e8889d8
Roadmap - Update Blaze Tutorial ( #10870 )
...
Roadmap - Update Blaze Tutorial
2020-01-15 11:53:34 -05:00
Jan Küster
3844f976ff
Roadmap - Update Blaze Tutorial
...
Add Jan Küster and Harry Adel to take on the Blaze tutorials
2020-01-15 13:57:04 +01:00
Ben Newman
8565ba5623
Bump $BUNDLE_VERSION to 12.14.1.1 before rebuilding dev bundle.
2020-01-14 13:04:39 -05:00
Ben Newman
bb96f38d9b
Update meteor-babel and typescript to latest versions.
...
Babel releases included in this update:
- https://github.com/babel/babel/releases/tag/v7.7.6
- https://github.com/babel/babel/releases/tag/v7.7.7
- https://github.com/babel/babel/releases/tag/v7.8.0
- https://github.com/babel/babel/releases/tag/v7.8.1
- https://github.com/babel/babel/releases/tag/v7.8.2
- https://github.com/babel/babel/releases/tag/v7.8.3
Although some of these changes won't take effect until the next Meteor
release, I intend to publish the babel-compiler, ecmascript, and
typescript changes using Meteor 1.9, so that applications can update
without waiting for Meteor 1.10.
2020-01-14 13:03:59 -05:00
Ben Newman
d5814838df
Merge pull request #10858 from meteor/update-node-and-npm
...
Update Node.js to v12.14.1 and npm to v6.13.6.
2020-01-14 08:30:08 -05:00
Ben Newman
62b8b61d4e
Bump $BUNDLE_VERSION to 12.14.1.0 before rebuilding dev bundle.
2020-01-13 18:01:06 -05:00
Ben Newman
43d6971b62
Update npm to version 6.13.6 and pacote to version 9.5.12.
2020-01-13 18:01:06 -05:00
Ben Newman
fbbc36b6ef
Update Node.js to version 12.14.1.
2020-01-13 18:01:06 -05:00
Ben Newman
0e7a50b6ad
Bump Circle CI cache keys to fix spurious Babel error.
...
This error is becoming more common, which makes me think we should
investigate replacing our source-map-support system with the native
--enable-source-maps option that was introduced in Node 12.12.0.
2020-01-13 17:59:46 -05:00
Ben Newman
3bc53524dd
Merge pull request #10723 from klaussner/mongodb-4.2
...
Update MongoDB to 4.2
2020-01-13 17:39:55 -05:00
Seba Kerckhof
a205967186
Allow to exclude web architectures in development mode ( #10824 )
2020-01-13 16:24:50 -05:00
Ben Newman
6cc98ca85b
Mention MongoDB 4.2 update in History.md.
2020-01-13 16:24:19 -05:00
Ben Newman
e967e745a2
Don't wait for mongod to step down on shutdown.
2020-01-13 16:11:10 -05:00
Ben Newman
ae502d3528
Bump $BUNDLE_VERSION to 12.14.0.5 before rebuilding dev bundle.
2020-01-13 16:10:26 -05:00
Christian Klaussner
1a016f5c2b
Update download URLs for MongoDB 4.2.1.
2020-01-13 16:02:43 -05:00
Christian Klaussner
282b16ed16
Update MongoDB driver to 3.4.0.
2020-01-13 16:02:43 -05:00
Filipe Névola
ff2ecf22c3
Merge pull request #10857 from meteor/cordova-9
...
Rebase PR #10810 (Cordova 9) against current devel branch.
2020-01-13 15:48:32 -05:00
filipenevola
b8630cbdb3
Includes v1.10 in History.md
2020-01-13 15:34:46 -05:00
filipenevola
ad578721ca
Bump mobile package versions: launch-screen, mobile-experience and mobile-status-bar
2020-01-13 14:58:14 -05:00
filipenevola
a1e4d27822
Updates cordova-plugin-meteor-webapp to 1.7.1
2020-01-13 13:55:16 -05:00
filipenevola
b8e3d083c9
Beta versions for mobile packages.
2020-01-13 10:53:41 -05:00
filipenevola
b9f34201dd
Update cordova-plugin-statusbar from 2.3.0 to 2.4.3.
...
Included by mobile-experience > mobile-status-bar.
2020-01-13 10:53:30 -05:00
filipenevola
14a80e6507
Update cordova-plugin-splashscreen from 4.1.0 to 5.0.3.
...
Included by mobile-experience > launch-screen.
2020-01-13 10:53:13 -05:00
filipenevola
3f9a69d7c4
Update cordova-plugin-wkwebview-engine to 1.2.1.
2020-01-13 10:53:10 -05:00
filipenevola
979273333b
Update cordova-plugin-whitelist to 1.3.4.
2020-01-13 10:53:04 -05:00
filipenevola
565c4254f1
Update cordova-plugin-meteor-webapp to 1.7.1-beta.1.
2020-01-13 10:52:56 -05:00
renanccastro
b3c1700fdf
Use Cordova plugin info for checking plugin installation.
...
Avoid false missing error on git tarballs that were having their ids parsed
like https://github.com/pathable/cordova-plugin-appsettings.git#6ffc8fa844468495d09c2e46f68aad06017cd744
It's easier if the ID is just the plugin name like cordova-plugin-appsettings,
which we can get from config.xml as PluginInfo does.
2020-01-13 10:51:49 -05:00
filipenevola
2fb6b09c13
Update CircleCI docker image to Android 28.
2020-01-13 10:51:33 -05:00
renanccastro
3f5aa2d00d
Use cordova-lib api to run Cordova.
2020-01-13 10:51:00 -05:00
filipenevola
b827d1da2f
Update accounts-password to version 1.5.2.
...
Uses cordova-plugin-meteor-webapp@1.7.1-beta.0.
2020-01-13 10:50:42 -05:00
filipenevola
751369d845
Update Cordova to 9.0.1.
...
This is not a working version, it is just a base to test in real
application and fix issues.
2020-01-13 10:50:20 -05:00
Filipe Névola
dc53600e19
Fix #10815 - add email when user hasn't any email ( #10816 )
...
Fix #10815 - add email when user hasn't any email
2020-01-10 18:31:55 -05:00