Ben Newman
fc2bdd6ddf
Attempt to fix @babel/runtime/helpers/esm/* import test.
...
CircleCI tests will fail for this commit, since these changes do not
address the problem that the module.useNode() stub imports the ESM code
using require. I will fix the tests properly in a later commit.
2020-02-19 13:13:32 -05:00
Ben Newman
b6320119d4
Update @babel/* dependencies of modules test app.
2020-02-19 11:07:29 -05:00
filipenevola
c9ea1f427c
Bump package versions for 1.10-beta.6 release
2020-02-19 11:07:29 -05:00
Ben Newman
8ff7eed55c
Merge branch 'devel' into release-1.10
2020-02-19 09:41:44 -05:00
filipenevola
fca6c62d43
Bump $BUNDLE_VERSION to 12.16.0.1 before rebuilding dev bundle.
2020-02-19 09:26:25 -05:00
Tsegaselassie Tadesse
d3dd0a1756
Update Roadmap to nominate lead for Vue.js
2020-02-19 09:26:22 -05:00
filipenevola
d7bb478a41
Merge branch 'master' into devel
2020-02-19 09:26:16 -05:00
Filipe Névola
17eb5ba846
Merge pull request #10922 from meteor/release-1.9.1
...
Release 1.9.1
2020-02-19 07:13:13 -04:00
filipenevola
2a8f8d3c80
Bump package versions for 1.9.1 release
release/METEOR@1.9.1
2020-02-18 21:06:07 -04:00
filipenevola
1b1e9cd4af
Bump package versions for 1.9.1-rc.1 release
release/METEOR@1.9.1-rc.1
2020-02-18 14:40:27 -04:00
filipenevola
eb527fded2
Bump $BUNDLE_VERSION to 12.16.0.0 before rebuilding dev bundle.
2020-02-18 14:37:43 -04:00
filipenevola
29c243fb6d
V8 updated to v7.8 in History
2020-02-18 14:10:10 -04:00
filipenevola
268d8ff7f6
Adjusts 1.9 release date in History
2020-02-18 14:10:10 -04:00
filipenevola
68a85d78e7
Bump package versions for 1.9.1-rc.0 release
2020-02-18 14:10:10 -04:00
Manuel Saelices
3192364217
Fix race condition in the facts-base package tests as the Facts list may not be resetted between tests
...
Fixes #10749
2020-02-12 11:42:50 -04:00
filipenevola
4629295643
bump appcache version to 1.2.5 (1.2.4 was published without publishing the version here)
2020-02-12 11:33:21 -04:00
Filipe Névola
aa13a4b838
Merge pull request #10901 from povesteam/devel
...
Add enableCallback option for appcache
2020-02-12 11:30:28 -04:00
Filipe Névola
055214c793
Merge pull request #10696 from mitar/update-optimization
...
A small optimization when updating documents
2020-02-12 11:22:16 -04:00
Filipe Névola
323a4eba58
Merge pull request #10726 from osminushkin/sparse_index_1_to_true
...
change sparse and unique index options values from 1 to true
2020-02-12 11:20:49 -04:00
Filipe Névola
f03834d1e9
Merge pull request #10856 from meteor/fix/10733
...
Add hash to runtime config file url
2020-02-12 10:40:35 -04:00
Filipe Névola
925d6e15ad
Merge pull request #10738 from StorytellerCZ/facebook-api-update
...
Update Facebook API calls to v5
2020-02-12 10:27:57 -04:00
claudiosdc
924b5e8c3c
Improve Node.js built-in modules detection to fix #10892 ( #10896 )
2020-02-07 17:45:20 -05:00
Jesse Rosenberger
fd0bd1ec59
Bump package version of accounts-github in preparation for publishing.
...
Bumping this to make sure it brings in the correct dependency of
`github-oauth` and the fix included in the references below.
Ref: 4228dcbd03
Ref: https://github.com/meteor/meteor/pull/10899
2020-02-05 18:53:18 +02:00
Jan Dvorak
4228dcbd03
Switch google-oauth to pass token in headers. ( #10899 )
...
Update API calls for authentication due to depracation: https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/
https://developer.github.com/v3/auth/#basic-authentication
2020-02-05 18:21:14 +02:00
Ruben Sainiuc
61deae5068
Add enableCallback option for appcache
2020-02-05 15:21:27 +02:00
Ben Newman
6b4d429e5d
Bump package versions for 1.10-beta.5 release.
release/METEOR@1.10-beta.5
2020-02-01 15:14:50 -05:00
Ben Newman
6f083942b8
Merge branch 'devel' into release-1.10
2020-02-01 14:16:56 -05:00
Ben Newman
c20c0dc017
Bump socket-stream-client patch version after PR #10741 .
2020-02-01 14:11:41 -05:00
Frederick Stark
ad1b160fbc
Remove redundant dynamic-import from socket-stream-client ( #10741 )
2020-02-01 14:10:32 -05:00
Ben Newman
ec8190a4fe
Bump mongo package patch version after PR #10889 .
2020-02-01 13:51:56 -05:00
Ben Newman
b3b5fee25f
Add missing lazyFinalizer parameter to InputFile#addHtml.
...
Fixes #10883 .
2020-02-01 13:47:47 -05:00
François Fournier
5be354b10f
Fix bug #10880 "[1.9] bundle-visualizer crashes app" ( #10886 )
...
The updated babel-based minifiers must be more tight on some syntax. This
trailing coma has been there for a while but it's now causing issue when
minimizing to view the bundle size. Tests on a local app show a resolution
just by deleting the coma.
2020-02-01 13:42:57 -05:00
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
Jan Dvorak
2e013c62b1
Update Facebook API calls to v5
2020-01-26 10:34:32 +09:00
Jan Dvorak
d044f05881
Merge branch 'devel' into facebook-api-update
2020-01-26 10:18:22 +09:00
Christian Klaussner
daa8e98923
Make sure source map consumer exists before destroying it. ( #10874 )
2020-01-17 10:32:15 -05:00
Ben Newman
266b9af20c
Bump package versions for 1.10-beta.4 release
release/METEOR@1.10-beta.4
2020-01-16 13:05:07 -05:00
Ben Newman
80cb6451e9
Merge branch 'devel' into release-1.10
2020-01-16 13:03:32 -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
ea14956a45
Bump minor version of webapp package to 1.9.0-beta110.3.
2020-01-16 11:30:11 -05:00