Commit Graph

8090 Commits

Author SHA1 Message Date
Gabriel Grubba
3b072c88d2 Merge pull request #12762 from salmanhasni/private-salman-HCP-fix
fixes #12761
2023-10-24 11:16:30 -03:00
Salman Hasni
2ac936c87d added test cases for cordova-plugin-meteor-webapp plugin for subdirectory urls 2023-10-20 16:27:04 -04:00
Jan Dvorak
838c4174ce Merge branch 'release-2.14' into fix/bugs-in-negated-in-and-instanceof-expressions 2023-10-16 16:43:26 +02:00
Gabriel Grubba
16f9881e75 Merge pull request #12814 from meteor/updating-vue3-with-other-bundler
Update vue3 skeleton to add jorgenvatle vite [sc-3115]'
2023-10-11 15:55:50 -03:00
Gabriel Grubba
526e2b0ca4 Merge pull request #12694 from meteor/fix-vue-3-skeleton
Updating Vue skeleton to remove build error
2023-10-10 20:29:14 -03:00
Gabriel Grubba
3b5f9844bb Merge pull request #12713 from vit0rr/fix-skell-react-url
Fix skell react url
2023-10-10 20:19:38 -03:00
Gabriel Grubba
7f822caec1 fix: updated vue 2023-10-06 14:05:54 -03:00
Gabriel Grubba
78b3d992b2 Revert "Update vue3 skeleton to add jorgenvatle vite [sc-3115]'"
This reverts commit 5e0c03a9e1.
2023-10-06 13:58:31 -03:00
Gabriel Grubba
5e0c03a9e1 Update vue3 skeleton to add jorgenvatle vite [sc-3115]' 2023-10-06 10:21:53 -03:00
Gabriel Grubba
8ca6187c8d Merge pull request #12698 from Torgen/spell-eacces-correctly
Fix: correct spelling of EACCES in rename
2023-10-04 17:01:38 -03:00
Jan Dvorak
8b04a11f58 Merge branch 'devel' into spell-eacces-correctly 2023-10-03 18:21:09 +02:00
BANSAL-NISHU
b411f0ecfa Fix: Bugs in negated “in” and “instanceof” expressions (#12781) 2023-09-26 16:36:58 +05:30
jamauro
0a497fef5f Remove console.log 2023-08-11 13:48:01 -05:00
jamauro
2f2dd33b34 Log fetch in test to debug 2023-08-11 10:11:41 -05:00
jamauro
bc4e0c90c1 Removing the version number from fetch 2023-08-11 09:45:41 -05:00
vitor
a4eb86605a fix(skell): update old react tutorial link 2023-07-19 19:53:26 -03:00
Dan Rosart
79048b5e62 Fix: correct spelling of EACCES in rename
On windows and WSL, renaming a file can fail because of EPERM or EACCES, so there's a special version of the rename function that retries those errors up to a time limit, then copies the file and deletes the old one instead. However, the decision to retry is based on the correct name of the code (EACCES), and the decision to copy and delete is based on a misspelling (EACCES_S_). This fixes the typo.
2023-07-02 15:49:52 -07:00
Gabriel Grubba
cfbc98d63a fix: #12403 2023-06-22 15:08:36 -03:00
Gabriel Grubba
3dddc7d52c Merge pull request #12637 from meteor/fix-solid-skeleton
Fix solid skeleton
2023-05-25 12:51:50 -03:00
Gabriel Grubba
cfd13bc296 Merge pull request #12636 from meteor/feature/responsive-viewport
chore: Setting The Viewport meta tag on skeletons
2023-05-25 12:51:24 -03:00
Frederico Maia
98d3979eab Fix solid skeleton 2023-05-16 08:41:51 -03:00
Frederico Maia
346629330f chore: Setting The Viewport meta tag on skeletons 2023-05-16 08:18:49 -03:00
Jan Dvorak
9656bd0dbd Update Apollo skeleton NPM dependencies 📦 2023-05-06 11:16:18 +02:00
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