From 35c6b51a3f7fe878983620e6755ea35a1cf670c8 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 18 Jul 2016 17:51:41 +0200 Subject: [PATCH] Meteor and Meteor packages updates Meteor was updated to 1.3.4.4, though we haven't modified the code base to organize it around the new module system, we will still benefit from the possibility of importing NPM packages dirrectly. From my tests, it also improves the build time. Also as https://github.com/meteor/meteor/pull/5841 was merged in Meteor 1.3.4.2, \#385 is now fixed. We updated the following packages in the process: aldeed:collection2 upgraded from 2.8.0 to 2.9.1 aldeed:collection2-core upgraded from 1.0.0 to 1.1.1 alethes:pages upgraded from 1.8.4 to 1.8.6 arillo:flow-router-helpers upgraded from 0.4.7 to 0.5.2 blaze-html-templates removed from your project cfs:http-methods upgraded from 0.0.30 to 0.0.32 cosmos:browserify removed from your project cottz:publish-relations upgraded from 2.0.0 to 2.0.6 kadira:dochead upgraded from 1.4.0 to 1.5.0 kadira:flow-router upgraded from 2.10.1 to 2.12.1 kenton:accounts-sandstorm upgraded from 0.1.8 to 0.5.1 meteorhacks:fast-render upgraded from 2.11.0 to 2.14.0 meteorhacks:inject-data* upgraded from 1.4.1 to 2.0.0 meteorhacks:meteorx added, version 1.4.1 meteorhacks:subs-manager upgraded from 1.6.3 to 1.6.4 mquandalle:jade upgraded from 0.4.8 to 0.4.9 softwarerero:accounts-t9n upgraded from 1.1.7 to 1.3.4 tap:i18n upgraded from 1.7.0 to 1.8.2 templates:tabs upgraded from 2.2.0 to 2.2.2 useraccounts:core upgraded from 1.13.1 to 1.14.2 useraccounts:flow-routing upgraded from 1.13.1 to 1.14.2 useraccounts:unstyled upgraded from 1.13.1 to 1.14.2 --- .meteor/.finished-upgraders | 1 + .meteor/.gitignore | 1 + .meteor/packages | 3 +- .meteor/release | 2 +- .meteor/versions | 199 ++++++++++++++++++------------------ 5 files changed, 107 insertions(+), 99 deletions(-) diff --git a/.meteor/.finished-upgraders b/.meteor/.finished-upgraders index 61ee31323..dacc2c0d7 100644 --- a/.meteor/.finished-upgraders +++ b/.meteor/.finished-upgraders @@ -10,3 +10,4 @@ notices-for-facebook-graph-api-2 1.2.0-meteor-platform-split 1.2.0-cordova-changes 1.2.0-breaking-changes +1.3.0-split-minifiers-package diff --git a/.meteor/.gitignore b/.meteor/.gitignore index 408303742..501f92e4b 100644 --- a/.meteor/.gitignore +++ b/.meteor/.gitignore @@ -1 +1,2 @@ +dev_bundle local diff --git a/.meteor/packages b/.meteor/packages index f6e11fcf2..e57bdb194 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -8,7 +8,8 @@ meteor-base # Build system ecmascript stylus -standard-minifiers +standard-minifier-css +standard-minifier-js mquandalle:jade # Polyfills diff --git a/.meteor/release b/.meteor/release index aa93b69d1..e5b4dc180 100644 --- a/.meteor/release +++ b/.meteor/release @@ -1 +1 @@ -METEOR@1.2.2-faster-rebuilds.0 +METEOR@1.3.4.4 diff --git a/.meteor/versions b/.meteor/versions index 6c8051a7c..843cd1381 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -1,26 +1,26 @@ 3stack:presence@1.0.5 -accounts-base@1.2.2 -accounts-password@1.1.4 -aldeed:collection2@2.8.0 -aldeed:collection2-core@1.0.0 +accounts-base@1.2.8 +accounts-password@1.1.12 +aldeed:collection2@2.9.1 +aldeed:collection2-core@1.1.1 aldeed:schema-deny@1.0.1 aldeed:schema-index@1.0.1 aldeed:simple-schema@1.5.3 -alethes:pages@1.8.4 -arillo:flow-router-helpers@0.4.7 -audit-argument-checks@1.0.4 -autoupdate@1.2.4 -babel-compiler@5.8.25-faster-rebuild.0 -babel-runtime@0.1.4 -base64@1.0.4 -binary-heap@1.0.4 -blaze@2.1.3 -blaze-html-templates@1.0.1 -blaze-tools@1.0.4 -boilerplate-generator@1.0.4 -caching-compiler@1.0.1-faster-rebuild.0 -caching-html-compiler@1.0.2 -callback-hook@1.0.4 +alethes:pages@1.8.6 +allow-deny@1.0.5 +arillo:flow-router-helpers@0.5.2 +audit-argument-checks@1.0.7 +autoupdate@1.2.11 +babel-compiler@6.8.4 +babel-runtime@0.1.9_1 +base64@1.0.9 +binary-heap@1.0.9 +blaze@2.1.8 +blaze-tools@1.0.9 +boilerplate-generator@1.0.9 +caching-compiler@1.0.6 +caching-html-compiler@1.0.6 +callback-hook@1.0.9 cfs:access-point@0.1.49 cfs:base-package@0.0.30 cfs:collection@0.5.5 @@ -28,7 +28,7 @@ cfs:collection-filters@0.2.4 cfs:data-man@0.0.6 cfs:file@0.1.17 cfs:gridfs@0.0.33 -cfs:http-methods@0.0.30 +cfs:http-methods@0.0.32 cfs:http-publish@0.0.13 cfs:power-queue@0.9.11 cfs:reactive-list@0.0.9 @@ -38,115 +38,120 @@ cfs:storage-adapter@0.2.3 cfs:tempstore@0.1.5 cfs:upload-http@0.0.20 cfs:worker@0.1.4 -check@1.1.0 +check@1.2.3 chuangbo:cookie@1.1.0 -coffeescript@1.0.12-faster-rebuild.0 -cosmos:browserify@0.9.3 -cottz:publish-relations@2.0.0 +coffeescript@1.1.3 +cottz:publish-relations@2.0.6 dburles:collection-helpers@1.0.4 -ddp@1.2.2 -ddp-client@1.2.2-faster-rebuild.0 -ddp-common@1.2.2 -ddp-rate-limiter@1.0.0 -ddp-server@1.2.3-faster-rebuild.0 -deps@1.0.9 -diff-sequence@1.0.1 -ecmascript@0.1.7-faster-rebuild.0 -ecmascript-runtime@0.2.6 -ejson@1.0.7 -email@1.0.9-faster-rebuild.0 -es5-shim@4.1.14 -fastclick@1.0.7 +ddp@1.2.5 +ddp-client@1.2.9 +ddp-common@1.2.6 +ddp-rate-limiter@1.0.5 +ddp-server@1.2.9 +deps@1.0.12 +diff-sequence@1.0.6 +ecmascript@0.4.7 +ecmascript-runtime@0.2.12 +ejson@1.0.12 +email@1.0.15 +es5-shim@4.5.13 +fastclick@1.0.12 fortawesome:fontawesome@4.5.0 -geojson-utils@1.0.4 -hot-code-push@1.0.0 -html-tools@1.0.5 -htmljs@1.0.5 -http@1.1.2-faster-rebuild.0 -id-map@1.0.4 +geojson-utils@1.0.9 +hot-code-push@1.0.4 +html-tools@1.0.10 +htmljs@1.0.10 +http@1.1.8 +id-map@1.0.8 idmontie:migrations@1.0.1 -jquery@1.11.4 +jquery@1.11.9 kadira:blaze-layout@2.3.0 -kadira:dochead@1.4.0 -kadira:flow-router@2.10.1 -kenton:accounts-sandstorm@0.1.8 -launch-screen@1.0.4 -livedata@1.0.15 -localstorage@1.0.5 -logging@1.0.9-faster-rebuild.0 +kadira:dochead@1.5.0 +kadira:flow-router@2.12.1 +kenton:accounts-sandstorm@0.5.1 +launch-screen@1.0.12 +livedata@1.0.18 +localstorage@1.0.11 +logging@1.0.14 matb33:collection-hooks@0.8.1 matteodem:easy-search@1.6.4 mdg:validation-error@0.2.0 -meteor@1.1.11-faster-rebuild.0 -meteor-base@1.0.1 -meteor-platform@1.2.3 +meteor@1.1.16 +meteor-base@1.0.4 +meteor-platform@1.2.6 meteorhacks:aggregate@1.3.0 meteorhacks:collection-utils@1.2.0 -meteorhacks:fast-render@2.11.0 -meteorhacks:inject-data@1.4.1 +meteorhacks:fast-render@2.14.0 +meteorhacks:inject-data@2.0.0 +meteorhacks:meteorx@1.4.1 meteorhacks:picker@1.0.3 -meteorhacks:subs-manager@1.6.3 +meteorhacks:subs-manager@1.6.4 meteorspark:util@0.2.0 +minifier-css@1.1.13 +minifier-js@1.1.13 minifiers@1.1.8-faster-rebuild.0 -minimongo@1.0.10 -mobile-status-bar@1.0.6 -mongo@1.1.4-faster-rebuild.0 -mongo-id@1.0.1 -mongo-livedata@1.0.9 +minimongo@1.0.17 +mobile-status-bar@1.0.12 +modules@0.6.5 +modules-runtime@0.6.5 +mongo@1.1.9_1 +mongo-id@1.0.5 +mongo-livedata@1.0.12 mousetrap:mousetrap@1.4.6_1 mquandalle:autofocus@1.0.0 mquandalle:collection-mutations@0.1.0 -mquandalle:jade@0.4.8 +mquandalle:jade@0.4.9 mquandalle:jade-compiler@0.4.5 mquandalle:jquery-textcomplete@0.8.0_1 mquandalle:jquery-ui-drag-drop-sort@0.2.0 mquandalle:moment@1.0.1 mquandalle:mousetrap-bindglobal@0.0.1 mquandalle:perfect-scrollbar@0.6.5_2 -npm-bcrypt@0.7.8_2 -npm-mongo@1.4.40-faster-rebuild.0 -observe-sequence@1.0.7 +npm-bcrypt@0.8.6_2 +npm-mongo@1.4.45 +observe-sequence@1.0.12 ongoworks:speakingurl@1.1.0 -ordered-dict@1.0.4 +ordered-dict@1.0.8 peerlibrary:assert@0.2.5 peerlibrary:base-component@0.14.0 peerlibrary:blaze-components@0.15.1 peerlibrary:computed-field@0.3.1 peerlibrary:reactive-field@0.1.0 perak:markdown@1.0.5 -promise@0.5.2-faster-rebuild.0 +promise@0.7.3 raix:eventemitter@0.1.3 raix:handlebar-helpers@0.2.5 -random@1.0.5 -rate-limit@1.0.0 -reactive-dict@1.1.3 -reactive-var@1.0.6 -reload@1.1.4 -retry@1.0.4 -routepolicy@1.0.6 +random@1.0.10 +rate-limit@1.0.5 +reactive-dict@1.1.8 +reactive-var@1.0.10 +reload@1.1.10 +retry@1.0.8 +routepolicy@1.0.11 seriousm:emoji-continued@1.4.0 -service-configuration@1.0.5 -session@1.1.1 -sha@1.0.4 +service-configuration@1.0.10 +session@1.1.6 +sha@1.0.8 simple:json-routes@1.0.4 -softwarerero:accounts-t9n@1.1.7 -spacebars@1.0.7 -spacebars-compiler@1.0.7 -srp@1.0.4 -standard-minifiers@1.0.3-faster-rebuild.0 -stylus@2.511.2-faster-rebuild.0 -tap:i18n@1.7.0 -templates:tabs@2.2.0 -templating@1.1.6-faster-rebuild.0 -templating-tools@1.0.0 -tracker@1.0.9 -ui@1.0.8 -underscore@1.0.4 -url@1.0.5 -useraccounts:core@1.13.1 -useraccounts:flow-routing@1.13.1 -useraccounts:unstyled@1.13.1 +softwarerero:accounts-t9n@1.3.4 +spacebars@1.0.12 +spacebars-compiler@1.0.12 +srp@1.0.9 +standard-minifier-css@1.0.8 +standard-minifier-js@1.0.8 +stylus@2.512.4 +tap:i18n@1.8.2 +templates:tabs@2.2.2 +templating@1.1.13 +templating-tools@1.0.4 +tracker@1.0.14 +ui@1.0.11 +underscore@1.0.9 +url@1.0.10 +useraccounts:core@1.14.2 +useraccounts:flow-routing@1.14.2 +useraccounts:unstyled@1.14.2 verron:autosize@3.0.8 -webapp@1.2.4-faster-rebuild.0 -webapp-hashing@1.0.5 +webapp@1.2.10 +webapp-hashing@1.0.9 zimme:active-route@2.3.2