Commit Graph

8067 Commits

Author SHA1 Message Date
matheusccastro
343fa7f55a Add Assets async API and create findOneAsync on Mongo Connection API too 2023-04-19 19:44:13 -03:00
Gabriel Grubba
f5b4d16a20 testing making the test faster 2023-04-06 10:15:44 -03:00
Gabriel Grubba
133211123d tests: commenting typescript tests 2023-02-23 19:30:33 -03:00
Gabriel Grubba
ce75b877e7 trying something 2023-02-23 19:07:30 -03:00
Evan Broder
6b5896aec7 Switch typescript skeleton to zodern:types and test that it works
As type definitions are moved to be shipped directly with the core
Meteor packages, the @types/meteor NPM package is trending towards
deprecation, so we should steer people to use the preferred way of
pulling in type definitions.

Additionally, add a test to make sure we're not steering them too far
astray.
2023-02-09 15:41:38 -08:00
Gabriel Grubba
366e18117c Merge pull request #12506 from ebroder/typescript-missing-types
TypeScript skeleton fixes
2023-02-09 10:06:31 -03:00
Evan Broder
d2042ddfd8 Add missing types from typescript skeleton
The project's tsconfig.json has noImplicitAny: true, so we shouldn't
allow these to be implicitly any.
2023-02-08 16:05:36 -08:00
Evan Broder
22ca05b825 Add missing dependency to typescript skeleton
A TypeScript project with types: ['node'] in tsconfig.json will fail of
@types/node isn't included to provide those types.
2023-02-08 16:03:15 -08:00
Gabriel Grubba
edddba7ef4 Merge pull request #12482 from meteor/updating-react-skeletons
Updating react skeletons
2023-01-31 12:40:26 -03:00
Gabriel Grubba
2a1a4fa854 Merge pull request #12483 from meteor/updating-solid-skeleton
Updating solid skeleton
2023-01-31 12:40:13 -03:00
Gabriel Grubba
8de669b834 chore: updating vue2 app subscriptions 2023-01-30 17:20:13 -03:00
Gabriel Grubba
a0d2f57fa0 Chore: adding subscription to solid skeleton 2023-01-30 12:02:21 -03:00
Gabriel Grubba
53e1db25c5 Chore: adding publication to solid skeleton 2023-01-30 12:02:09 -03:00
Gabriel Grubba
72ade5dec8 chore: added publication to typescript skeleton 2023-01-30 11:22:24 -03:00
Gabriel Grubba
3397c778af chore: added useSubscribe typescript skeleton 2023-01-30 11:22:11 -03:00
Gabriel Grubba
42d6de8a12 chore: added publication to tailwind skeleton 2023-01-30 11:21:48 -03:00
Gabriel Grubba
c8fbbb679d chore: added useSubscribe to tailwind skeleton 2023-01-30 11:21:36 -03:00
Gabriel Grubba
8045ad9aac chore: added useSubscribe to react skeleton 2023-01-30 11:21:30 -03:00
Gabriel Grubba
c6bfed9c0a chore: added publication react skeleton 2023-01-30 11:21:16 -03:00
Gabriel Grubba
a60b4a9116 chore: added publication to chakra ui skeleton 2023-01-30 11:21:05 -03:00
Gabriel Grubba
486fc136b1 chore: updated chakra ui to useSubscription 2023-01-30 11:20:46 -03:00
Gabriel Grubba
839a57d0eb Merge pull request #12479 from meteor/feature/apollo-server-4-skelet
Upgrade Apollo starter to Apollo server v4
2023-01-30 09:46:20 -03:00
Jan Dvorak
86bc95626d Update Apollo starter to Apollo server v4 2023-01-27 22:22:14 +09:00
Gabriel Grubba
bd94b6b4a7 Merge pull request #12473 from meteor/updating-meteor-mongo-command
Updating meteor mongo command
2023-01-26 16:38:59 -03:00
Gabriel Grubba
c079ed9ba1 Merge pull request #12465 from Firfi/feature/typescript-4.9.4
Bump Typescript to v4.9.4
2023-01-26 16:00:26 -03:00
Gabriel Grubba
9fbbad4733 tests: tryied again 2023-01-26 15:40:57 -03:00
Gabriel Grubba
5c6b6f53d1 testes: fixed tests 2023-01-26 10:59:06 -03:00
Gabriel Grubba
18708d54e4 tests: updeted matcher text 2023-01-25 21:44:59 -03:00
Gabriel Grubba
e6537550d1 tests: updated match str 2023-01-25 17:05:56 -03:00
Gabriel Grubba
cc6c738f9d docs: updated meteor mongo to explain that uses mongosh 2023-01-25 15:30:48 -03:00
Gabriel Grubba
1ab510e83b chore: updated console colors and mongo shell to mongosh 2023-01-25 15:30:22 -03:00
Gabriel Grubba
e18d7cd3a5 chore: updated run mongo shell to use mongosh 2023-01-25 15:29:49 -03:00
Gabriel Grubba
66849e9c81 chore: updated console colors to use template literals 2023-01-25 15:29:25 -03:00
Igor Loskutov
f3e78bf892 Bump Typescript to v4.9.4 2023-01-21 10:54:59 +07:00
Sean Hayes
7c5c5b05b7 Fixes #12439 wrong tutorial link for vue
Fixes #12439
2023-01-17 15:48:48 +01:00
Sean Hayes
52054d0a13 Revert "Fixes vue tutorial link"
This reverts commit e15869e8f413cc15db1e34371b69d8a9be8e7e17.
2023-01-17 15:48:48 +01:00
Sean Hayes
1fcb67bc91 Fixes vue tutorial link 2023-01-17 15:48:48 +01:00
Gabriel Grubba
b510ddab9f Merge branch 'release-2.10' into feature/typescript-4.7.4 2023-01-06 10:27:09 -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
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
f46137a55e Merge branch 'devel' into feature/typescript-4.7.4 2023-01-04 16:33:29 -03:00
Gabriel Grubba
2554a46f83 Merge branch 'devel' into release-2.9.1 2023-01-04 13:41:47 -03:00
Gabriel Grubba
5bee48f936 Merge branch 'devel' into feature/react18-skelets 2023-01-04 12:46:22 -03:00
Gabriel Grubba
2c39f970bc Merge branch 'devel' into update-test-in-browser-dependencies 2023-01-04 12:46:19 -03:00
harryadel
2c726114c1 Merge branch 'devel' into update-test-in-browser-dependencies 2023-01-03 13:25:32 +02:00
harryadel
76c85ee0e4 [test-in-browser] Update blaze-html-templates version in dynamic-import 2023-01-03 13:24:50 +02:00
harryadel
a61bcc3951 Fix blaze-html-templates version constraint 2023-01-03 12:29:54 +02:00
Jan Dvorak
fe1602c957 Update skeletons to use React 18 2023-01-03 11:11:47 +09:00
Tim Gates
aaefcc9abf docs: Fix a few typos
There are small typos in:
- docs/source/commandline.md
- tools/isobuild/compiler-deprecated-compile-step.js
- tools/utils/buildmessage.js

Fixes:
- Should read `libraries` rather than `libaries`.
- Should read `file name` rather than `filenanme`.
- Should read `compatibility` rather than `compitability`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-12-30 11:24:39 +11:00
Gabriel Grubba
3fd99a4c16 fix: missing vue2 declaration 2022-12-21 14:17:04 -03:00