Commit Graph

10231 Commits

Author SHA1 Message Date
Ben Newman
80b4e4d1c2 Bump package versions for 1.9-rc.3 release. 2020-01-07 21:06:10 -05:00
filipenevola
8bf018f19b Merge branch 'devel' into release-1.9 2020-01-07 10:52:48 -05:00
Ben Newman
4ce94e8b1f Bump package versions for 1.9-rc.2 release. 2020-01-02 11:01:25 -05:00
Ben Newman
ed214002e0 Bump package versions for 1.9-rc.1 release.
This release contains a potential mitigation for the excessive garbage
collection discussed here: https://github.com/meteor/meteor/pull/10527#issuecomment-567982128
2019-12-30 12:11:46 -05:00
filipenevola
096641b084 Bump ejson package version to 1.1.1 2019-12-20 08:15:27 -04:00
filipenevola
0fd5614def Bump ejson package version to 1.1.1 2019-12-20 08:15:08 -04:00
Ben Newman
e48dbc6d1c Bump package versions for 1.9-rc.0 release. 🎉
With Node.js 8.x nearing end-of-life status at the end of this year, and
Node.js 12 now in LTS, we think it makes sense to finalize Meteor 1.9
sooner rather than later, and continue working to take advantage of all
the great features of Node 12 in future 1.9.x releases.

As usual, the meaning of "release candidate" is that we can still fix bugs
before the final release, but there will be no new features added.
2019-12-19 09:11:29 -05:00
filipenevola
c687f01afe Merge remote-tracking branch 'lamhieu-vk/ImproveEJSONPackage' into feature/improve-ejson 2019-12-19 09:42:10 -04:00
Ben Newman
49a2fe3bae Merge branch 'devel' into release-1.9 2019-12-18 21:55:50 -05:00
Ben Newman
18b4b633fe Bump package versions for the official 1.8.3 release. 2019-12-18 18:32:16 -05:00
Ben Newman
2e56080541 Bump package versions for 1.8.3-rc.2 release. 2019-12-18 17:09:43 -05:00
Ben Newman
67a35473d1 Automatically use Meteor jquery package with test-in-browser.
When we run 'meteor test-packages' as part of our Circle CI test rotation,
we happen to be testing the Meteor `jquery` package along with all of our
other packages, so it has a chance to define `window.jQuery` globally, so
everything seems to work.

However, if you run `test-packages` with a subset of packages that does
not include or depend on `jquery`, there will be errors in the browser
console about `jQuery` not being defined, because the `test-in-browser`
package depends on `blaze`, which implicitly depends on `jquery`.
2019-12-18 16:37:05 -05:00
Ben Newman
6b646c6a8f Merge branch 'release-1.8.3' into release-1.9 2019-12-18 16:23:31 -05:00
Ben Newman
fede16c147 Bump package versions for 1.8.3-rc.1 release. 2019-12-18 15:10:22 -05:00
Ben Newman
24e02b7411 Avoid bundling jquery twice (#10498)
Although the Meteor jquery package is no long a core package (and thus is
not tied to the Meteor release), it seems like a good idea to nudge folks
towards installing jquery from npm, instead of relying on the very old
version (1.12.1) residing in meteor/packages/non-core/jquery/jquery.js.

Closes #10289.
2019-12-18 13:45:36 -05:00
Ben Newman
36824c1f4d Update package/non-core/blaze submodule to latest master version. 2019-12-18 13:45:25 -05:00
Ben Newman
aee0092f64 Merge branch 'release-1.8.3' into release-1.9 2019-12-18 13:19:31 -05:00
Ben Newman
9df769b6ea Bump package versions for 1.8.3-rc.0 release.
Note: bumping the ecmascript and typescript package versions is necessary
because they both register compiler plugins based on babel-compiler.
2019-12-18 13:01:21 -05:00
Ben Newman
ebdaa230d5 Update meteor-babel to version 7.7.5. 2019-12-18 12:39:57 -05:00
Kevin Newman
c3881579ae Mention build tools in native bcrypt message (#10813)
Adding native `bcrypt` to a project may require build tools be available on the system. This commit adds a note about that, and a link to the node-gyp documentation that best explains which tools to install. For more details, see this issue: https://github.com/meteor/meteor/issues/10113
2019-12-17 10:44:07 -05:00
filipenevola
43db8ed1c9 Bump appcache package version to 1.2.3 2019-12-13 09:27:19 -04:00
filipenevola
1a5d6fb5b6 - MDG => Meteor Software
- updates CONTRIBUTING.md
2019-12-13 08:05:14 -04:00
Lam Hieu
ef0bc60e8a Bump version of EJSON package 2019-12-13 09:02:02 +07:00
Lam Hieu
b80f2963e3 Add test case throw the friendly error for EJSON.stringify function 2019-12-13 09:02:02 +07:00
Lam Hieu
ef1b40b284 Make util to make the friendly error and wrap it for EJSON.stringify function 2019-12-13 09:02:02 +07:00
Lam Hieu
54911d5dbb Move helpers fn to utils file 2019-12-13 09:02:02 +07:00
Lam Hieu
48776afe59 Add keysOf and lengthOf based native function 2019-12-13 09:02:02 +07:00
Lam Hieu
9ca45c9dc3 Add and use isObject helper 2019-12-13 09:02:02 +07:00
Lam Hieu
a0a9e5f3ae Use map instead of object for list custom type and add isFunction helper 2019-12-13 09:02:02 +07:00
Miroslav Batchkarov
704aab3af5 Log error stack on exception in publication 2019-12-11 14:49:59 +00:00
filipenevola
9f4c2f02b7 Revert "Update accounts-password to version 1.5.2. - api versions from 1.8.1"
This reverts commit 63c53bea
2019-12-06 09:59:44 -04:00
filipenevola
63c53bea4f Update accounts-password to version 1.5.2.
- api versions from 1.8.1
2019-11-28 13:43:49 -04:00
Filipe Névola
51c15303b1 Merge pull request #10799 from sebakerckhof/patch-4
Bump accounts-password version
2019-11-28 13:32:20 -04:00
Ben Newman
398c68223f Bump @babel/runtime standard-minifier-js dependency to latest version. 2019-11-27 11:56:14 -05:00
Seba Kerckhof
9ceb214ace Update terser minifier to version 4.4.0 (#10797) 2019-11-27 11:39:46 -05:00
Ben Newman
c9e6225085 Bump package versions for 1.9-beta.4 release. 2019-11-26 17:52:03 -05:00
Ben Newman
c90246d55b Merge branch 'devel' into release-1.9 2019-11-26 15:46:38 -05:00
Ben Newman
c071e11032 Update meteor-babel to version 7.7.4.
Should help with #10795.

Also updating the meteor-babel and @babel/runtime versions in the dev
bundle, though there is no need to rebuild the dev bundle immediately.
2019-11-26 13:34:33 -05:00
Seba Kerckhof
eb0066e1c1 Remove jquery and bootstrap (deprecated) from test-in-browser package (#10773)
* remove jquery and deprecated bootstrap dependency in test-in-browser

Another step towards https://github.com/meteor/meteor/pull/10498

The direct jquery dependency was not necessary as far as I can tell. There was a second indirect dependency through the deprecated bootstrap package from which we only need the css.
So I replaced that one with bootstrap 4 css from npm

* Improve styling for test-in-browser
2019-11-26 13:07:33 -05:00
Seba Kerckhof
ec1df90400 Remove jquery dependency from test-helpers package (#10772) 2019-11-26 13:06:01 -05:00
Seba Kerckhof
dad1f4e563 Bump version to republish
Should be republished, since the published 1.5.1 is outdated and still contains underscore. https://github.com/meteor/meteor/issues/10788
2019-11-25 15:44:48 +01:00
Filipe Névola
216db74ea4 Small improvement to hashStampedToken (#10747)
Small improvement to hashStampedToken
2019-11-19 08:58:52 -04:00
Filipe Névola
963d90bf52 Merge pull request #10740 from gabrielmcoelho/patch-1
change success variable declaration
2019-11-19 08:54:39 -04:00
Ben Newman
3f88ccb387 Update packages/non-core/blaze submodule to latest master.
This version of Blaze includes https://github.com/meteor/blaze/pull/299 by
@sebakerckhof, which is an important prerequisite for #10498.
2019-11-15 14:05:44 -05:00
Ben Newman
d5a45c1f90 Bump package versions for 1.9-beta.3 release. 2019-11-14 16:43:57 -05:00
Ben Newman
14cb5fc026 Merge branch 'devel' into release-1.9 2019-11-14 16:30:42 -05:00
Ben Newman
97e1bba384 Bump package versions for the official 1.8.2 release. 2019-11-14 15:12:21 -05:00
Ben Newman
44d0f1f408 Bump package versions for 1.8.2-rc.10 release. 2019-11-12 18:06:25 -05:00
Ben Newman
c9904c3ed7 Bump package versions for 1.8.2-rc.9 release.
Note that publishing 1.8.2-rc.8 failed on all platforms due to EMFILE (too
many open files) errors, which necessitated reverting PR #10771.
2019-11-11 19:38:24 -05:00
Ben Newman
a367c9aef5 Bump package versions for 1.8.2-rc.8 release. 2019-11-11 19:12:13 -05:00