mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'release-2.2' into use-hmr-blaze
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
- Update Blaze skeleton to use HMR
|
||||
|
||||
* `npm-mongo@3.9.0`
|
||||
- Update MongoDB driver version to 3.6.5
|
||||
- Update MongoDB driver version to 3.6.6
|
||||
|
||||
* `mongo@1.11.0`
|
||||
- Using useUnifiedTopology as `true` by default to avoid the warning: `(node:59240) [MONGODB DRIVER] Warning: Current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor. You can still use it as false with `Mongo._connectionOptions` or `Meteor.settings?.packages?.mongo?.options`.
|
||||
|
||||
Submodule packages/non-core/blaze updated: 82c7667cfa...29fcf43a0b
@@ -8,7 +8,7 @@ Package.describe({
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
mongodb: "3.6.5"
|
||||
mongodb: "3.6.6"
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
|
||||
Reference in New Issue
Block a user