Commit Graph

7559 Commits

Author SHA1 Message Date
filipenevola
f4591900dc Updates link to /cloud 2021-01-19 11:00:39 -04:00
filipenevola
0918893c19 Merge branch 'hot-module-reload' into release-2.0
# Conflicts:
#	packages/modules-runtime-hot/package.js
#	packages/react-fast-refresh/README.md
2021-01-18 17:27:29 -04:00
zodern
8b1ba05b50 Only set hmr secret env var when HMR is enabled 2021-01-18 14:53:02 -06:00
filipenevola
03fd73fc03 Uses create --blaze while we don't have a final published version of hot-module-replacement 2021-01-17 21:45:35 -04:00
filipenevola
52e423082f Fixes minimal package json 2021-01-17 21:22:23 -04:00
filipenevola
b7a4231146 Changes meteor create default skeleton to use React
Moves blaze skeleton from skel to skel-blaze directory
2021-01-17 19:29:45 -04:00
filipenevola
f810a6f69e Adds --dry-run option on publish-release command 2021-01-17 12:09:44 -04:00
filipenevola
dd8181ce41 Merge branch 'devel' into release-2.0 2021-01-17 11:41:00 -04:00
filipenevola
0111ff7400 Fixes #11215 by adding nodeModulesToRecompile to the cacheKey 2021-01-17 09:30:09 -04:00
filipenevola
14049c57e7 Merge branch 'hot-module-reload' into release-2.0 2021-01-15 15:01:30 -04:00
Filipe Névola
e3accb2b3b Merge pull request #11053 from znewsham/respect-rootUrl-pathname 2021-01-15 14:55:26 -04:00
Filipe Névola
479c4de87a Merge pull request #10663 from jamesmillerburgess/npm-discards-ts 2021-01-15 14:53:54 -04:00
zodern
68447d7d5a Show build errors in client 2021-01-14 21:33:25 -06:00
zodern
85709c6e8a Add HMR to react skeletons 2021-01-14 21:04:16 -06:00
zodern
e3066fbd96 Clean up HMR code 2021-01-14 18:01:14 -06:00
zodern
64165aab0e Reduce HMR logs 2021-01-14 17:25:27 -06:00
zodern
59bf534baa Ignore changes to hash of files created as alias 2021-01-14 16:29:46 -06:00
filipenevola
c22e390934 Merge branch 'hot-module-reload' into release-2.0 2021-01-12 11:43:29 -04:00
denyhs
8118de58f0 #459 MongoDB provisioning
-new mongo flag
2021-01-12 11:35:16 -04:00
denyhs
95efea3ed4 #371 cold-start
-Introduce a flag --free to the clients already create apps running Tiny containers and in the free mode
2021-01-12 11:35:16 -04:00
zodern
c7677403aa Fix "list --json" command for unpublished packages 2021-01-11 20:45:58 -06:00
filipenevola
76fc319d5f Merge branch 'devel' into hot-module-reload
# Conflicts:
#	meteor
2021-01-06 10:59:39 -04:00
Filipe Névola
056e8ac3c1 Merge pull request #11189 from sgmheyhey/devel 2021-01-04 11:36:24 -04:00
Filipe Névola
8bc33ab75c Merge pull request #11244 from tchiers/isobuild-broken-symlink 2020-12-09 16:42:11 -04:00
Filipe Névola
539f50121f Merge branch 'devel' into devel 2020-12-09 16:13:38 -04:00
tchiers
0782a5f181 Re-work to avoid if/else per PR feedback. 2020-12-09 12:51:30 -06:00
filipenevola
1d7601c70e Updates jquery to 3.5.1 on test apps 2020-12-09 09:49:56 -04:00
filipenevola
123730bfa9 Updates puppeteer to 2.1.1 on test apps 2020-12-09 09:44:16 -04:00
Renan Castro
60b41c357b Update Typescript to 4.1.2 - fix breaking changes 2020-11-26 18:04:06 -03:00
Renan Castro
dbd79ed5ea Update Typescript to 4.1.2 - fix breaking changes 2020-11-26 17:59:50 -03:00
Renan Castro
e12fca2f80 Bump typescript package version 2020-11-26 17:20:49 -03:00
tchiers
1058d4d0e3 Change isWithinProdPackage() in isobuild/bundler.js to check for broken symlinks and throw a useful error. Fixes #11241. 2020-11-12 22:03:44 -06:00
Filipe Névola
5197b7feb7 Merge pull request #11225 from meteor/typescript-4 2020-10-31 12:13:49 -04:00
filipenevola
e71abcc63f Merge branch 'devel' into release-1.12 2020-10-31 12:05:54 -04:00
Filipe Névola
ab0affe98b Merge pull request #11165 from jankapunkt/list-tree-json 2020-10-31 11:45:21 -04:00
filipenevola
d0591d8093 modules test app was using a fixed version of typescript for no reason 2020-10-28 18:08:23 -04:00
filipenevola
0bcf0f9ec6 Fixes TS2783 on treeHash 2020-10-28 17:38:34 -04:00
Jan Küster
b30207bbe0 tools test list command added simple tests for tree and json mode
We want at least test, that there is a minimal integrity with these
commands when running the arguments parsing tests.
2020-10-17 15:09:29 +02:00
Jan Küster
7bc487421f tool list command uses same suffixes for different output modes
In order to avoid repitition we use a single source of suffixes
for the list --tree and list --json commands.
2020-10-17 15:07:45 +02:00
zodern
79529f518b Fix handling updates to dynamic imports with HMR 2020-10-15 12:06:54 -05:00
zodern
7b535de971 Fix using HMR with dynamic imports 2020-10-14 14:22:48 -05:00
zodern
0477a59978 Fix default value for onJsOutputFiles 2020-10-12 09:07:34 -05:00
filipenevola
167fb90744 Merge branch 'devel' into hot-module-reload 2020-10-11 19:36:57 -04:00
zodern
a15de3fed1 Clean up HMR code 2020-10-10 21:36:08 -05:00
zodern
01400b50eb Improve handling wrong HMR secret or different app 2020-10-10 20:52:25 -05:00
zodern
ab3d407d22 Integrate HMR into the meteor tool 2020-10-10 20:52:18 -05:00
filipenevola
f9aed3e2a6 When cordova add plugin fails using the id in the git URL we now retry using the plugin name.
- improve logs
2020-10-06 20:21:02 -04:00
filipenevola
9e962b40ad When cordova add plugin fails using the id in the git URL we now retry using the plugin name. Fixes #11199 2020-10-06 20:21:02 -04:00
sg
fb156d55fa [1.11.1] 'meteor create --help' command shows --vue and --apollo 2020-09-28 14:21:15 +09:00
Jan Küster
4f39ab90bb tools list fix unwanted pretty-print of json output 2020-09-23 14:31:07 +02:00