Commit Graph

12130 Commits

Author SHA1 Message Date
Gabriel Grubba
b7da96fdf6 Update blaze 2023-01-06 13:53:36 -03:00
Gabriel Grubba
fdc2bd1c25 Revert "[test-in-browser] Update blaze submodule"
This reverts commit 46f001ebe9.
2023-01-06 13:45:14 -03:00
Gabriel Grubba
2d0cb940bb Meteor version to 2.10.0-beta.0 ☄️ 2023-01-06 13:33:13 -03:00
Gabriel Grubba
09f3bd59e1 Merge pull request #12294 from meteor/async-tracker-explicit
Implemented async Tracker with explicit values.
2023-01-06 11:20:06 -03:00
Gabriel Grubba
09fa9bf751 Merge pull request #12419 from meteor/feature/react18-skelets
Update skeletons to use React 18
2023-01-06 09:21:39 -03:00
Radosław Miernik
bc9b53795f Merge branch 'devel' into async-tracker-explicit 2023-01-06 12:53:22 +01:00
Gabriel Grubba
82baf4a390 Revert "tests: added tests for on login"
This reverts commit 88b61119b0.
2023-01-05 14:10:48 -03:00
Gabriel Grubba
df982206dc Revert "tests: created test for onLoginFailture"
This reverts commit 05b39ad7e9.
2023-01-05 14:10:45 -03:00
Gabriel Grubba
3d7ced61d0 Revert "tests: reverted changes"
This reverts commit 8c6f5bbb8e.
2023-01-05 14:10:40 -03:00
Gabriel Grubba
95ac8a9a30 Revert "chore: turned hooks into async"
This reverts commit 629303484b.
2023-01-05 14:10:31 -03:00
Gabriel Grubba
8c6f5bbb8e tests: reverted changes 2023-01-05 14:10:18 -03:00
Gabriel Grubba
05b39ad7e9 tests: created test for onLoginFailture 2023-01-05 11:02:43 -03:00
Gabriel Grubba
88b61119b0 tests: added tests for on login 2023-01-05 10:53:02 -03:00
Gabriel Grubba
629303484b chore: turned hooks into async 2023-01-05 10:24:15 -03:00
Gabriel Grubba
4582675078 docs: added docs to forEachAsync in hook.js 2023-01-05 10:06:48 -03:00
Gabriel Grubba
f3950ff881 cherry picked from e6efc44c2e 2023-01-05 09:58:50 -03:00
Gabriel Grubba
90f6006c94 Merge pull request #12426 from ebroder/multiple-runtime-config-hooks
Allow multiple runtime config and updated runtime hooks
2023-01-05 09:34:24 -03:00
Jan Dvorak
9a87c3562b Update react-fast-refresh dependencies 2023-01-05 15:54:33 +09:00
Evan Broder
7eed486800 Allow multiple runtime config and updated runtime hooks
The forEach method on Hook will stop iterating unless the iterator
function returns a truthy value. Previously, this meant that only the
first registered runtime config hook would be called.
2023-01-04 14:16:41 -08:00
Gabriel Grubba
b323b2abd9 Merge pull request #12384 from harryadel/update-test-in-browser-dependencies
Update test-in-browser dependencies
2023-01-04 17:47:05 -03:00
Gabriel Grubba
59f4d15c90 Merge pull request #12409 from ebroder/mongo-type-fixes
Fix errors in Mongo types
2023-01-04 17:46:55 -03:00
Gabriel Grubba
cc6627bcc4 Merge pull request #12415 from ref-app/devel
Use mongodb driver types for Selector=>Filter, Modifier=>UpdateFilter, SortSpecifier=>Sort instead of homebuilt types
2023-01-04 17:46:41 -03:00
Per Bergland
b1507e0325 export one more 2023-01-04 17:13:49 +01:00
Per Bergland
fa23757abd remove unused types, export more types 2023-01-04 17:13:49 +01:00
Per Bergland
12be986301 copy over fix from definitelytyped 2023-01-04 17:13:49 +01:00
Per Bergland
2fca78bf43 Use native driver types instead of homebuilt 2023-01-04 17:13:49 +01:00
harryadel
46f001ebe9 [test-in-browser] Update blaze submodule 2023-01-03 11:48:09 +02:00
harryadel
59e7fedccf [test-in-browser] Import diff_match_patch instead of global import 2023-01-03 11:25:36 +02:00
Evan Broder
d4042b2cc8 Fix errors in Mongo types
Both the synchronous and asynchronous iterators for Mongo.Cursor are
defined to have a "next" argument type of never. However, TypeScript
will reject using such an iterator in a for-of loop with:

> Cannot iterate value because the 'next' method of its iterator expects
> type 'never', but for-of will always send 'undefined'.ts(2763)

This changes back to the default (undefined), which is acceptable, since
the iterators ignore any arguments passed into next() anyway.

It also correctly declares the return type of dropIndexAsync, which
should return a Promise, not void.
2022-12-28 13:12:37 -08:00
Gabriel Grubba
bc3d27e022 Meteor version to 2.9.1 ☄️ 2022-12-27 13:59:41 -03:00
Gabriel Grubba
f094515825 Meteor version to 2.9.1-rc.0 ☄️ 2022-12-22 10:28:48 -03:00
Gabriel Grubba
986de31ccb Meteor version to 2.9.1-beta.4 ☄️ 2022-12-19 16:56:06 -03:00
denihs
8cc18f8897 chore: changing the methods resetPassword and verifyEmail to no longer sign in the user automatically if they have 2fa enabled 2022-12-16 15:05:29 -04:00
harryadel
fb35643ca6 [test-in-browser] Update diff match patch library 2022-12-16 15:26:10 +02:00
harryadel
70248a1330 [test-in-browser] Update Blaze package 2022-12-16 14:39:39 +02:00
Gabriel Grubba
c9ee57ceb0 Meteor version to 2.9.1-beta.3 ☄️ 2022-12-15 12:11:02 -03:00
Gabriel Grubba
5eb91aab9f Meteor version to 2.9.1-beta.2 ☄️ 2022-12-15 11:33:58 -03:00
Gabriel Grubba
dfaf5aebf0 Meteor version to 2.9.1-beta.1 ☄️ 2022-12-14 20:07:05 -03:00
Gabriel Grubba
89fbfa5bf1 Meteor version to 2.9.1-beta.0 ☄️ 2022-12-13 17:16:00 -03:00
Gabriel Grubba
cde0d0998e Meteor version to 2.9.1-beta.0 ☄️ 2022-12-13 15:49:22 -03:00
Gabriel Grubba
d6828bf4c7 Merge pull request #12352 from zarvox/zarvox-fix-fetch-typing
Fix fetch() type declaration
2022-12-13 11:17:08 -03:00
Gabriel Grubba
2baa715de6 chore: reverted missing types 2022-12-13 11:06:29 -03:00
Gabriel Grubba
94087a3c15 Merge branch 'devel' into zarvox-fix-fetch-typing 2022-12-12 12:05:09 -03:00
denihs
f60bfc7f75 Revert "Revert "Merge pull request #12273 from meteor/release-2.9""
This reverts commit 5d19fec09b.
2022-12-12 10:17:42 -04:00
denihs
5d19fec09b Revert "Merge pull request #12273 from meteor/release-2.9"
This reverts commit 19e9e2082e, reversing
changes made to 644592cedc.
2022-12-12 09:53:19 -04:00
Drew Fisher
e7808b3a55 Fix fetch() type declaration
`fetch()` is the type of `globalThis.fetch`; it is not a function which
returns a `globalThis.fetch`.

Fixes #12351.
2022-12-10 13:30:17 -08:00
Gabriel Grubba
48b6e9ca46 Meteor version to 2.9.0 ☄️ 2022-12-07 10:28:32 -03:00
Gabriel Grubba
c5a81188c6 test: formated code and adjusted codestyle 2022-12-07 00:30:26 -03:00
Gabriel Grubba
908d29b266 test: update to solution 2022-12-07 00:09:40 -03:00
Gabriel Grubba
582377be50 tests: testing something in the CI 2022-12-06 23:14:17 -03:00