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
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
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
Jan Küster
4f39ab90bb
tools list fix unwanted pretty-print of json output
2020-09-23 14:31:07 +02:00
Jan Küster
8937648742
tools list command simplified attaching details
2020-09-23 14:29:32 +02:00
Filipe Névola
2377ebe879
Merge pull request #11166 from meteor/enable-browserstack-tests
2020-09-21 12:12:57 -04:00
denyhs
2c57504398
-Trying to run Browserstack inside Circle CI
2020-09-19 19:32:38 -04:00
denyhs
2ec3f13e6f
-Trying to run Browserstack inside Circle CI
2020-09-19 19:14:08 -04:00
denyhs
525896b7a8
-Trying to run Browserstack inside Circle CI
2020-09-19 19:03:57 -04:00
denyhs
571cc01ca3
-Trying to run Browserstack inside Circle CI
2020-09-19 18:46:26 -04:00
denyhs
51a822bf69
-Trying to run Browserstack inside Circle CI
2020-09-19 18:23:24 -04:00
denyhs
5c34456e6a
-Trying to run Browserstack inside Circle CI
2020-09-19 18:01:31 -04:00
denyhs
8d88f59639
-Trying to run Browserstack inside Circle CI
2020-09-19 17:36:46 -04:00
denyhs
27e6d32e2e
- Inserting the word modules in the header part on the function _getClosureHeader
...
- Testing Safari in the version 11
2020-09-18 09:58:14 -04:00
denyhs
2d93158aa7
Adjusting command to run group test 11
2020-09-16 19:24:44 -04:00
Jan Dvorak
5230bde6cd
Merge remote-tracking branch 'meteor/devel' into update-skelets
2020-09-16 10:03:39 +02:00
denyhs
745c3971c1
Adding new test group to try to understand why browserstack is crashing to Safari
2020-09-15 17:31:35 -04:00
denyhs
75c86e1249
Reapplying changes from the commit ff0d85d391 leaving just the changes on the file tools/isobuild/linker.js
2020-09-15 16:01:14 -04:00
denyhs
6e2011c011
Revert "Avoid unnecessary Buffer allocations in minifyJs."
...
This reverts commit ff0d85d391 .
2020-09-14 16:34:28 -04:00
Filipe Névola
f43d2b5faf
Merge pull request #11174 from chris-visser/feature/proper-vue-structure
2020-09-14 11:34:26 -04:00
Chris Visser
2306628598
Fixes #11153 to proper vue skel folder structure
2020-09-13 20:51:04 +02: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
filipenevola
a07c993ea5
Merge branch 'devel' into enable-browserstack-tests
2020-09-11 17:15:56 -04:00
Jan Küster
095f1523ca
tools list command update help text with json flag
2020-09-08 23:06:29 +02:00
Jan Küster
6803b50def
tools list command added mising local entry to pacakge entry in json mode
2020-09-08 23:05:37 +02:00
Jan Küster
982193a48a
tool list command added json flag to output packages in json format
...
Implements feature request #406 by allowing to type a --json option
and let the tree output be in JSON format. The entries consist of
the package name as key and either String value (version number +
top-level or expanded-above) or an Object with the following
properties:
- version (String) - always
- local (Boolean) - only if true when package is built from source
- weak (Boolean) - only if true
- newerVersion (String) - only if exists
- dependencies (Object) - only if > 0 and not all weak
In order to also support a more detailed output, there is a --details
option. If it's active, the following properties are added, too:
- earliestCompatibleVersion (String) - always
- debugOnly (Boolean) - only if true
- prodOnly (Boolean) - only if true
- testOnly (Boolean) - only if true
- containsPlugins (Boolean) - only if true
- lastUpdated (Date-String) - always
- published (Date-String) - always
2020-09-08 22:39:31 +02:00
Till
b190c5edbc
Fixed: Client required a Cache to be setup
2020-08-22 12:12:32 +02:00
filipenevola
f6f7751e54
#11064 App broken on iOS Safari 9 due to SyntaxError
...
- replaces the user to run Browserstack
2020-08-11 16:24:57 -04: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
1b7ea63384
Merge branch 'release-1.10.3' into apollo-skeleton
2020-07-30 19:59:52 +02:00
filipenevola
c40748b146
Improves the message on --cache-build option when there is no valid cache build
2020-07-28 08:07:58 -04:00
filipenevola
fbb62ca9cf
Merge branch 'release-1.10.3' into cache-build-before-deploy
2020-07-27 13:27:53 -04:00
filipenevola
bb42fa8137
Adds the option to cache the build on deploy
2020-07-27 11:23:38 -04:00
filipenevola
5ea682449e
fixes ts error on files.ts
2020-07-27 11:22:25 -04:00
filipenevola
d01c859cd3
fixes ts error on files.ts
2020-07-24 07:43:35 -04:00
Jan Dvorak
e2dfd42016
Use Apollo Client v3
...
Co-authored-by: Filipe Névola <filipe@quave.com.br >
2020-07-17 23:44:06 +09:00
Jan Dvorak
1900561c49
Upgrade to Apollo Client 3.0
2020-07-16 23:13:30 +09:00
abhishek maurya
8947be9ea2
Cleanup.
2020-07-14 08:13:36 +05:30
Jan Dvorak
c7ae92e70a
Add Apollo skeleton & update dependencies on all skeletons
2020-07-12 10:15:07 +09:00