Reaches Meteor 2.3 building + running against Mongo 3.2, REST smoke test
byte-identical to the 1.6.1.1 baseline (all 12 Flutter endpoints green).
Dead/abandoned Atmosphere packages removed or replaced (the upgrade blockers):
- arkham:comments-ui (no Meteor 2.x build; pinned accounts-password@1.x):
reimplemented the fire-page comments as a React feature:
imports/api/Comments/ (collection, server methods, publication, media
analyzers, new-fire-comment email) + imports/ui/components/Comments/CommentsBox.
Comment text now rendered as safe plain text + image/youtube embed (was
markdown-to-HTML). Wired into Fires.js; sitemaps.js + migration v11 updated
to the new collection. Old Blaze/startup comments files deleted.
- nimble:restivus (REST API; pinned accounts-password@1.3.3, CoffeeScript source
that crashes this build host): vendored as a local package
packages/nimble-restivus with the .coffee precompiled to plain JS and the
accounts-password constraint loosened to 2.x. REST behavior unchanged
(verified by smoke test). This also dropped the entire iron:router stack.
- maximum:server-transform (+ peerlibrary:*, meteorhacks:zones/inject-initial):
unused; removal broke Meteor.publishTransformed in FalsePositives publications
-> replaced with plain Meteor.publish (no transform was configured).
- less, markdown (no source files), and the dead test stack
(meteortesting:mocha, practicalmeteor:chai, xolvio:cleaner) which transitively
pulled coffeescript@1.0.17 — the build plugin that crashed meteor-tool
(node_contextify assertion) on this machine. Removing it unblocked the build.
- fourseven:scss 4.5.4 -> 4.14.1 (node-sass 4.5.3 doesn't build on node 12).
npm-mongo driver at 2.3 is 3.9.x — still compatible with the production Mongo
3.2 replica set.
60 lines
2.1 KiB
Text
60 lines
2.1 KiB
Text
# Meteor packages used by this project, one per line.
|
|
# Check this file (and the other files in this directory) into your repository.
|
|
#
|
|
# 'meteor add' and 'meteor remove' will edit this file for you,
|
|
# but you can also edit it by hand.
|
|
|
|
meteor-base@1.5.0 # Packages every Meteor app needs to have
|
|
mobile-experience@1.1.0 # Packages for a great mobile UX
|
|
mongo@1.12.0 # The database Meteor supports right now
|
|
reactive-var@1.0.11 # Reactive variable for tracker
|
|
tracker@1.2.0 # Meteor's client-side reactive programming library
|
|
|
|
standard-minifier-css@1.7.2 # CSS minifier run for production mode
|
|
standard-minifier-js@2.6.0 # JS minifier run for production mode
|
|
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
|
|
ecmascript@0.15.2 # Enable ECMAScript2015+ syntax in app code
|
|
shell-server@0.5.0 # Server-side component of the `meteor shell` command
|
|
|
|
react-meteor-data
|
|
alanning:roles
|
|
fourseven:scss@4.14.1
|
|
accounts-base@2.0.0
|
|
accounts-password@2.0.0
|
|
service-configuration@1.1.0
|
|
accounts-facebook@1.3.3
|
|
accounts-github@1.5.0
|
|
accounts-google@1.4.0
|
|
themeteorchef:bert
|
|
fortawesome:fontawesome
|
|
aldeed:collection2-core@2.0.1
|
|
audit-argument-checks@1.0.7
|
|
ddp-rate-limiter@1.1.0
|
|
dynamic-import@0.7.0
|
|
static-html
|
|
alexwine:bootstrap-4
|
|
|
|
selaias:cookie-consent # Cookie consent
|
|
gadicc:blaze-react-component # Add braze to react
|
|
255kb:meteor-status # Connect status
|
|
# mixmax:smart-disconnect # Disconnect on lost focus (disabled to get notif)
|
|
flowkey:raven # js errors
|
|
vjrj:piwik # Stats
|
|
mdg:geolocation
|
|
natestrauser:publish-performant-counts
|
|
mys:fonts # fonst in npm
|
|
ostrio:mailer # mailer
|
|
# babrahams:constellation # dev utility
|
|
percolate:migrations # db migrations
|
|
ostrio:meteor-root
|
|
aldeed:schema-deny
|
|
dburles:collection-helpers
|
|
mongo-livedata@1.0.12
|
|
reywood:publish-composite
|
|
facts@1.0.9
|
|
gadicohen:sitemaps
|
|
nspangler:autoreconnect
|
|
saucecode:timezoned-synced-cron
|
|
# lmachens:kadira
|
|
nimble:restivus@0.8.12
|
|
underscore@1.0.10
|