Commit Graph

51 Commits

Author SHA1 Message Date
Jan Dvorak
80252c11d8 Update elliptic
Based on NPM audit warning
2024-08-22 20:24:02 +02:00
denihs
2fb7ccc5cf Remove pinned version for the package react-meteor-data from our skeletons 2024-07-18 13:15:03 -04:00
denihs
badbeb701a - update skeletons that use react-meteor-data to force the version 3.0.0-beta300.1 2024-03-04 11:31:10 -04:00
Jan Dvorak
da5bf91186 Update meteor-node-stubs in skeletons & tests
Also update jQuery and @babel packages to the latest version.
2023-11-30 13:30:21 +01:00
Jan Dvorak
117e5ba7b2 Update meteor-node-stubs usage across the board 2023-11-28 17:32:19 +01: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
vitor
a4eb86605a fix(skell): update old react tutorial link 2023-07-19 19:53:26 -03:00
Frederico Maia
346629330f chore: Setting The Viewport meta tag on skeletons 2023-05-16 08:18:49 -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
Jan Dvorak
fe1602c957 Update skeletons to use React 18 2023-01-03 11:11:47 +09: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
Gabriel Grubba
401ff9c53f feat: updated skels to use ~prototype~ flag 2022-10-13 17:25:04 -03:00
denihs
b42b7cdc2d - using countAsync() instead of count() in the skeletons 2022-08-02 17:26:23 -04:00
Gabriel Grubba
7abe8df134 Fix(skel-links): adjusted https links & adjusted tutorial links 2022-07-29 10:33:44 -03:00
denihs
26af968177 - Update the skeletons to use the new mongo async api 2022-07-27 03:34:56 -04:00
Jan Dvorak
045f53a336 Update skeleton dependencies 2022-04-18 10:34:46 -04:00
Frederico Maia Arantes
560707824a Bump packages for release 2022-03-17 18:52:26 -03:00
Frederico Maia Arantes
7fc0c0055b Bump packages for release 2022-03-14 12:12:19 -03:00
Jan Dvorak
6c67a06c8f Update skeleton dependencies for 2.5 2021-10-19 08:10:12 +02:00
Jan Dvorak
0f338410e3 Update babel to 7.15.3 to potentially fix d3 array error #11525 2021-08-11 10:45:56 +02:00
Jan Dvorak
d5c79c10f9 Dev bundle 14.17.4.2 2021-08-02 14:50:41 +02:00
Jan Dvorak
4cf853cca2 Update babel to 7.14.9 per #11525 2021-08-02 14:36:01 +02:00
Jan Dvorak
8b7c7eb3f7 Update babel runtime and skelets 2021-06-28 17:32:00 +02:00
Jan Dvorak
8c8b720a18 Merge branch 'release-2.3' into hot-code-push-skelet-minimal 2021-06-11 22:11:46 +02:00
Jan Dvorak
d840808c1d Update skelets dependencies 2021-05-27 16:13:01 +02:00
Jan Dvorak
b8d41a0992 Skelets dependencies updates 2021-04-23 19:14:35 +02:00
zodern
85709c6e8a Add HMR to react skeletons 2021-01-14 21:04:16 -06:00
Jan Dvorak
d33ec13a87 Update dependencies & improvements for Apollo skeleton
All dependencies accross skeletons have been updated to the latest versions.
Apollo skeleton has been updated with improved cache and authorization technique.
2020-09-13 10:57:16 +02:00
Filipe Névola
7dc191567d Merge branch 'release-1.10.3' into apollo-skeleton 2020-08-10 17:46:26 -04:00
filipenevola
aae80530e0 Bump meteor-node-stubs package version to 1.0.1 2020-08-05 17:52:32 -04:00
Jan Dvorak
23b5172fb0 Update skeletons npm dependencies 2020-07-30 20:02:57 +02:00
Jan Dvorak
c7ae92e70a Add Apollo skeleton & update dependencies on all skeletons 2020-07-12 10:15:07 +09:00
filipenevola
23b8bd142e Updates skel-typescript
- meteor create --typescript app now uses useTracker hook instead of withTracker HOC, it also uses function components instead of classes
2020-02-28 16:05:38 -04:00
filipenevola
356f0a4d79 Updates skel-react
- meteor create --react app now uses useTracker hook instead of withTracker HOC, it also uses function components instead of classes
2020-02-28 15:44:01 -04:00
filipenevola
234145c803 Updates skel-react dependencies 2020-01-16 00:17:36 -05:00
Ben Newman
bb96f38d9b Update meteor-babel and typescript to latest versions.
Babel releases included in this update:
- https://github.com/babel/babel/releases/tag/v7.7.6
- https://github.com/babel/babel/releases/tag/v7.7.7
- https://github.com/babel/babel/releases/tag/v7.8.0
- https://github.com/babel/babel/releases/tag/v7.8.1
- https://github.com/babel/babel/releases/tag/v7.8.2
- https://github.com/babel/babel/releases/tag/v7.8.3

Although some of these changes won't take effect until the next Meteor
release, I intend to publish the babel-compiler, ecmascript, and
typescript changes using Meteor 1.9, so that applications can update
without waiting for Meteor 1.10.
2020-01-14 13:03:59 -05:00
Ben Newman
ebdaa230d5 Update meteor-babel to version 7.7.5. 2019-12-18 12:39:57 -05:00
Ben Newman
2468d17fec Allow creating Meteor apps with --typescript skeleton.
Just as developers can run

  meteor create --react my-react-app
  meteor create --minimal my-minimal-app
  meteor create --bare my-bare-app
  meteor create --full my-full-app

they can now run

  meteor create --typescript my-typescript-app

to produce a new TypeScript application, based on the --react application,
configured using a recommended tsconfig.json file.

This app represents the current best/simplest-known way to set up a
Meteor-compatible TypeScript application, but it is still very much a work
in progress. Please feel free to submit pull requests to improve it, or
create issues to discuss how it should work.

For example, the community-maintained @types/meteor package covers all the
core packages used by this starter application, but it has not been
updated in a while, so there will no doubt be meteor/* packages with
missing types. In future versions, Meteor should ideally generate the
appropriate .d.ts files from TypeScript package source code, so that no
separate @types/meteor/* declarations need to be maintained.
2019-09-19 09:27:23 -04:00
Ben Newman
7bf1b3cbc5 Update 'meteor create --react' react[-dom] versions to 16.9.0. 2019-09-06 18:45:04 -04:00
Ben Newman
cf5db3626e Update meteor-babel to version 7.6.0. 2019-09-06 18:40:50 -04:00
Ben Newman
e497085474 Update meteor-babel and @babel/{runtime,parser} to latest versions.
Among other benefits, this should address #10622.
2019-07-30 14:03:58 -04:00
Ben Newman
01fb509fff Implement an official typescript compiler plugin. 2019-07-07 19:29:34 -04:00
Ben Newman
101eea015f Update meteor-node-stubs npm dependency to v1.0.0. 2019-07-04 16:36:27 -04:00
Ben Newman
c632542a04 Update meteor-babel to version 7.5.0. 2019-07-04 15:57:25 -04:00
Ben Newman
83ec5e9ff8 Update meteor-babel to version 7.3.4. 2019-02-26 19:09:43 -05:00
Ben Newman
4294414506 Update meteor-babel to version 7.1.5. 2018-11-12 19:35:47 -05:00
Ben Newman
9a0ab62850 Update package.json dependencies of --react skeleton app. 2018-09-13 11:53:23 -04:00
Ben Newman
465f6ad02d Style and application layout tweaks for React starter app. 2018-09-13 11:53:22 -04:00