Started adding async calls for upgrading to Meteor 3.0. Numerous other fixes.

This commit is contained in:
2025-07-02 11:18:09 -07:00
parent e1216741d6
commit 2e99ad007c
32 changed files with 549 additions and 373 deletions

View File

@@ -5,27 +5,26 @@
# but you can also edit it by hand.
meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.16.5 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
mobile-experience@1.1.1 # Packages for a great mobile UX
mongo@1.16.10 # The database Meteor supports right now
blaze-html-templates@2.0.1 # Compile .html files into Meteor Blaze views
reactive-var@1.0.12 # Reactive variable for tracker
tracker@1.3.1 # Meteor's client-side reactive programming library
tracker@1.3.3 # Meteor's client-side reactive programming library
tomwasd:history-polyfill # Adds IE 8/9 support for HTML5 history.
email@2.2.4 # Adds the Meteor/Email package for sending lost password emails
email@2.2.6 # Adds the Meteor/Email package for sending lost password emails
standard-minifier-css@1.9.0 # CSS minifier run for production mode
standard-minifier-css@1.9.2 # CSS minifier run for production mode
standard-minifier-js@2.8.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
poorvavyas:es6-shim
ecmascript@0.16.6 # Enable ECMAScript2015+ syntax in app code
ecmascript@0.16.8 # Enable ECMAScript2015+ syntax in app code
#accounts-ui
#accounts-base
accounts-password@2.3.4
accounts-password@2.4.0
useraccounts:core
useraccounts:unstyled
useraccounts:flow-routing # Configures email flows. Used for AccountsTemplates class.
alanning:roles # Adds roles to the user mix. https://atmospherejs.com/alanning/roles && https://github.com/alanning/meteor-roles/blob/master/examples/flow-router/
kadira:flow-router
arillo:flow-router-helpers # Provides various template helpers such as {{pathFor 'templateName'}}
@@ -34,14 +33,12 @@ kadira:blaze-layout
#shell-server@0.4.0 # ???
#meteortoys:allthings
stylus@2.513.13
session@1.2.1
##browser-policy # Adds support for specifying browser level security rules related to content and what's allowed to laod on the page.
check@1.3.2 # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
check@1.4.1 # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
#audit-argument-checks # Used in combination with the Check package for checking the structure and types of arguments passed to Meteor methods and publications. Automatically alerts when a method or publication does not use a check() call.
aldeed:simple-schema@1.5.3
aldeed:collection2
#aldeed:simple-schema@1.5.3 #Should now be included in collection2 v4+
#matb33:collection-hooks # Allows the collections to register handlers that run before or after database interactions.
#zimme:collection-softremovable
@@ -60,10 +57,13 @@ juliancwirko:s-alert # Client error/alert handling
jcbernack:reactive-aggregate # Allows us to create a new client collection (from the server) with the contents being an aggregate of server data. Note that aggregation can only be done on the server currently as mini-mongo does not support it.
ostrio:logger
ostrio:loggermongo
dynamic-import@0.7.2
markdown@1.0.12
dynamic-import@0.7.3
markdown@2.0.0
wcrisman:jquery-custom-scrollbar
underscore@1.0.12
underscore@1.6.1
meteorhacks:aggregate # Allows databaseName.aggragate(pipeline) calls the exact same way you would on the command line in the mongo tool.
#babrahams:constellation # Provides client side debugging when the server is not run in production mode.
jquery
aldeed:collection2
fourseven:scss
alanning:roles

View File

@@ -1 +1 @@
METEOR@2.11.0
METEOR@2.16

View File

@@ -1,90 +1,87 @@
accounts-base@2.2.7
accounts-password@2.3.4
alanning:roles@1.3.0
aldeed:collection2@2.10.0
aldeed:collection2-core@1.2.0
aldeed:schema-deny@1.1.0
aldeed:schema-index@1.1.1
aldeed:simple-schema@1.5.4
accounts-base@2.2.11
accounts-password@2.4.0
alanning:roles@3.6.3
aldeed:collection2@4.0.2
aldeed:simple-schema@1.13.1
aldeed:template-extension@4.1.0
allow-deny@1.1.1
arillo:flow-router-helpers@0.5.2
autoupdate@1.8.0
babel-compiler@7.10.3
babel-compiler@7.10.5
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
blaze@2.5.0
blaze-html-templates@1.2.1
blaze-tools@1.1.3
boilerplate-generator@1.7.1
blaze@2.9.0
blaze-html-templates@2.0.1
blaze-tools@1.1.4
boilerplate-generator@1.7.2
caching-compiler@1.2.2
caching-html-compiler@1.2.0
callback-hook@1.5.0
check@1.3.2
caching-html-compiler@1.2.2
callback-hook@1.5.1
check@1.4.1
coffeescript@1.0.17
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-rate-limiter@1.1.1
ddp-server@2.6.0
ddp-client@2.6.2
ddp-common@1.4.1
ddp-rate-limiter@1.2.1
ddp-server@2.7.1
diff-sequence@1.1.2
dynamic-import@0.7.2
ecmascript@0.16.6
ecmascript-runtime@0.8.0
dynamic-import@0.7.3
ecmascript@0.16.8
ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
email@2.2.4
email@2.2.6
es5-shim@4.8.0
fetch@0.1.3
fetch@0.1.4
fortawesome:fontawesome@4.7.0
fourseven:scss@4.16.0
geojson-utils@1.0.11
hot-code-push@1.0.4
html-tools@1.1.3
htmljs@1.1.1
http@1.4.4
html-tools@1.1.4
htmljs@1.2.1
http@2.0.0
id-map@1.1.1
inter-process-messaging@0.1.1
jcbernack:reactive-aggregate@0.7.0
jcbernack:reactive-aggregate@1.0.0
jquery@1.11.11
juliancwirko:s-alert@3.2.0
kadira:blaze-layout@2.3.0
kadira:flow-router@2.12.1
launch-screen@1.3.0
launch-screen@2.0.0
localstorage@1.2.0
logging@1.3.2
markdown@1.0.14
mdg:validation-error@0.2.0
meteor@1.11.1
logging@1.3.4
markdown@2.0.0
meteor@1.11.5
meteor-base@1.5.1
meteorhacks:aggregate@1.3.0
meteorhacks:collection-utils@1.2.0
minifier-css@1.6.2
minifier-js@2.7.5
minimongo@1.9.2
mobile-experience@1.1.0
minifier-css@1.6.4
minifier-js@2.8.0
minimongo@1.9.4
mobile-experience@1.1.1
mobile-status-bar@1.1.0
modern-browsers@0.1.9
modules@0.19.0
modern-browsers@0.1.10
modules@0.20.0
modules-runtime@0.13.1
momentjs:moment@2.29.3
mongo@1.16.5
momentjs:moment@2.30.1
mongo@1.16.10
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
mongo-livedata@1.0.12
npm-mongo@4.14.0
observe-sequence@1.0.20
npm-mongo@4.17.2
observe-sequence@1.0.22
ordered-dict@1.1.0
ostrio:logger@2.1.1
ostrio:loggermongo@2.1.0
poorvavyas:es6-shim@0.21.1
promise@0.12.2
raix:eventemitter@0.1.3
raix:eventemitter@1.0.0
random@1.2.1
rate-limit@1.0.9
react-fast-refresh@0.2.6
rate-limit@1.1.1
react-fast-refresh@0.2.8
reactive-dict@1.3.1
reactive-var@1.0.12
reload@1.3.1
@@ -92,25 +89,26 @@ retry@1.1.0
routepolicy@1.1.1
session@1.2.1
sha@1.0.9
socket-stream-client@0.5.0
spacebars@1.2.0
spacebars-compiler@1.2.1
standard-minifier-css@1.9.0
socket-stream-client@0.5.2
spacebars@1.6.0
spacebars-compiler@1.3.2
standard-minifier-css@1.9.2
standard-minifier-js@2.8.1
stylus@2.513.14
templating@1.4.1
templating-compiler@1.4.1
templating-runtime@1.5.0
templating-tools@1.2.0
templating@1.4.3
templating-compiler@1.4.2
templating-runtime@1.6.4
templating-tools@1.2.3
tomwasd:history-polyfill@0.0.1
tracker@1.3.1
tracker@1.3.3
typescript@4.9.5
ui@1.0.13
underscore@1.0.12
underscore@1.6.1
url@1.3.2
useraccounts:core@1.16.2
useraccounts:flow-routing@1.15.0
useraccounts:unstyled@1.14.2
wcrisman:jquery-custom-scrollbar@3.0.0
webapp@1.13.4
webapp@1.13.8
webapp-hashing@1.1.1
zimme:active-route@2.3.2
zodern:types@1.0.13