Blaze 3 is out!

Hello everyone, with the Meteor 3 official release, we just dropped the official for Blaze as well:

image

14 Likes

Great, fantastic work @denyhs.

Thank you for all the effort for more than a year :slight_smile:

3 Likes

Is it possible to only update Blaze to 3.0 or are there dependencies on Meteor 3.0?

Hello! What’s changed about it?

You can update them individually by running meteor add blaze@3.0.0, which should update the ones you have in your project related to Blaze.

By the way, if you were already using the RC, this official release didn’t add anything new. We just made it official.

Hi, if you mean from version 2, this version 3 is compatible with Meteor 3!

According to the changelog:

  • #373 Remove fibers from codebase
  • #378 [spacebars-compiler] Update uglify-js to 3.16.1
  • #351 Eliminate whitespace in Template.dynamic
  • #334 Faster fragment parsing by retaining a reference to the current document context
  • All packages were bumped to be compatible with Meteor 3.0

https://www.blazejs.org/changelog#v30020240716

1 Like

The changelog is what I wanted thanks. What is the status on removing Jquery from Blaze?

Blaze v4? :stuck_out_tongue:

I think some progress has already been made on that.

1 Like

@user1173747849 Blaze has jQuery not simply as a dependency but its baked into its very core. The DOM backend in Blaze uses a special jQuery event extension that allows to “listen” to DOM changes in combination with Tracker allowing the reactive rendering in Blaze. I’m even unsure if jQuery 4 (which is currently beta) will still support these special event features!

This is on the one hand a problem but on the other hand a big chance for Blaze to reinvent itself.

2 Likes

Tried this today and it threw a lot of error message. I already have Blaze installed (version 2.8 actually).

I’ve also tried

meteor update blaze

But it only update to 2.9.0 but not 3.0.0

I see. Could you open an issue on GitHub - meteor/blaze: 🔥 Meteor Blaze is a powerful library for creating live-updating user interfaces detailing the issue with a screenshot of the errors you’re getting? I think it’ll be easier to help you this way.

Done: Updating to version 3.0.0 from 2.9.0 is throwing errors · Issue #466 · meteor/blaze · GitHub

Here’s the log file for your reference (and others):

meteor add blaze@3.0.0
 => Errors while adding packages:

While selecting package versions:
error: Conflict: Constraint blaze@2.5.0 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.5.0 <- spacebars 1.3.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2
* blaze@2.1.3 <- meteorhacks:ssr 2.2.0

Conflict: Constraint observe-sequence@2.0.0 is not satisfied by observe-sequence 1.0.22.
Constraints on package "observe-sequence":
* observe-sequence@2.0.0 <- blaze 3.0.0
* observe-sequence@1.0.16 <- spacebars 1.3.0 <- blaze-html-templates 1.2.1

Conflict: Constraint ordered-dict@1.2.0 is not satisfied by ordered-dict 1.1.0.
Constraints on package "ordered-dict":
* ordered-dict@~1.1.0 <- top level
* ordered-dict@1.1.0 <- minimongo 1.9.4 <- allow-deny 1.1.1 <- mongo 1.16.10
* ordered-dict@1.1.0 <- minimongo 1.9.4 <- mongo 1.16.10
* ordered-dict@1.2.0 <- blaze 3.0.0

Conflict: Constraint ecmascript@0.16.9 is not satisfied by ecmascript 0.16.8.
Constraints on package "ecmascript":
* ecmascript@0.16.8 <- top level
* ecmascript@~0.16.8 <- top level
* ecmascript@0.16.8 <- webapp 1.13.8 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- webapp 1.13.8 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- logging 1.3.4 <- email 2.2.6 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- logging 1.3.4 <- mongo 1.16.10
* ecmascript@0.16.3 <- ejson 1.1.3 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- ejson 1.1.3 <- accounts-password 2.4.0
* ecmascript@0.12.0 <- base64 1.0.12 <- ejson 1.1.3 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.12.0 <- base64 1.0.12 <- ejson 1.1.3 <- accounts-password 2.4.0
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- webapp 1.13.8 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- boilerplate-generator 1.7.2 <- webapp 1.13.8 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- boilerplate-generator 1.7.2 <- webapp 1.13.8 <- meteor-base 1.5.1
* ecmascript@0.16.3 <- webapp-hashing 1.1.1 <- webapp 1.13.8 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.16.3 <- webapp-hashing 1.1.1 <- webapp 1.13.8 <- meteor-base 1.5.1
* ecmascript@0.16.7 <- callback-hook 1.5.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.7 <- callback-hook 1.5.1 <- mongo 1.16.10
* ecmascript@0.16.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- check 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- check 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- random 1.2.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- random 1.2.1 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- tracker 1.3.3
* ecmascript@0.10.0 <- retry 1.1.0 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.10.0 <- retry 1.1.0 <- ddp-common 1.4.1 <- montiapm:agent 2.49.4
* ecmascript@0.15.1 <- id-map 1.1.1 <- binary-heap 1.0.11 <- mongo 1.16.10
* ecmascript@0.16.8 <- ddp-common 1.4.1 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-common 1.4.1 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-common 1.4.1 <- montiapm:agent 2.49.4
* ecmascript@0.14.4 <- reload 1.3.1 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.14.4 <- reload 1.3.1 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.14.4 <- reload 1.3.1 <- reactive-dict 1.3.1
* ecmascript@0.16.8 <- socket-stream-client 0.5.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- socket-stream-client 0.5.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- mongo 1.16.10
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- mongo 1.16.10
* ecmascript@0.16.8 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.0 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- mongo 1.16.10
* ecmascript@0.16.1 <- allow-deny 1.1.1 <- mongo 1.16.10
* ecmascript@0.16.8 <- minimongo 1.9.4 <- allow-deny 1.1.1 <- mongo 1.16.10
* ecmascript@0.16.8 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.10.0 <- ordered-dict 1.1.0 <- blaze 3.0.0
* ecmascript@0.16.2 <- mongo-decimal 0.1.3 <- minimongo 1.9.4 <- allow-deny 1.1.1 <- mongo 1.16.10
* ecmascript@0.16.2 <- mongo-decimal 0.1.3 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.16.2 <- mongo-decimal 0.1.3 <- mongo 1.16.10
* ecmascript@0.12.0 <- binary-heap 1.0.11 <- mongo 1.16.10
* ecmascript@0.16.9 <- blaze 3.0.0
* ecmascript@0.13.2 <- observe-sequence 1.0.22 <- blaze 3.0.0
* ecmascript@0.15.1 <- htmljs 1.2.1 <- blaze 3.0.0
* ecmascript@0.15.1 <- spacebars-compiler 1.3.2 <- meteorhacks:ssr 2.2.0
* ecmascript@0.15.1 <- html-tools 1.1.4 <- spacebars-compiler 1.3.2 <- meteorhacks:ssr 2.2.0
* ecmascript@0.15.1 <- blaze-tools 1.1.4 <- spacebars-compiler 1.3.2 <- meteorhacks:ssr 2.2.0
* ecmascript@0.15.1 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.14.0 <- caching-compiler 1.2.2 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.14.0 <- caching-compiler 1.2.2 <- coffeescript 2.7.0 <- simonsimcity:job-collection 1.6.1
* ecmascript@0.14.0 <- caching-compiler 1.2.2 <- less 4.0.0
* ecmascript@0.15.1 <- templating-tools 1.2.3 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.15.1 <- templating-tools 1.2.3 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.15.1 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.16.7 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.16.7 <- standard-minifier-css 1.9.2
* ecmascript@0.16.7 <- minifier-css 1.6.4 <- standard-minifier-css 1.9.2
* ecmascript@0.14.2 <- shell-server 0.5.0
* ecmascript@0.16.3 <- reactive-dict 1.3.1
* ecmascript@0.15.2 <- less 4.0.0
* ecmascript@0.16.8 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-rate-limiter 1.2.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.7 <- rate-limit 1.1.1 <- ddp-rate-limiter 1.2.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- email 2.2.6 <- accounts-password 2.4.0
* ecmascript@0.12.7 <- coffeescript 2.7.0 <- simonsimcity:job-collection 1.6.1
* ecmascript@0.12.4 <- coffeescript-compiler 2.4.1 <- coffeescript 2.7.0 <- simonsimcity:job-collection 1.6.1
* ecmascript@0.15.3 || 0.16.8-beta300.0 <- useraccounts:core 1.17.2
* ecmascript@0.16.8 <- service-configuration 1.3.4 <- useraccounts:core 1.17.2
* ecmascript@0.9.0 <- simonsimcity:job-collection 1.6.1
* ecmascript@0.5.7 <- ostrio:flow-router-extra 3.4.5
* ecmascript@0.5.7 <- montiapm:agent 2.49.4

Conflict: Constraint htmljs@2.0.1 is not satisfied by htmljs 1.2.1.
Constraints on package "htmljs":
* htmljs@2.0.1 <- blaze 3.0.0
* htmljs@1.1.1 <- spacebars 1.3.0 <- blaze-html-templates 1.2.1
* htmljs@1.2.0 <- spacebars-compiler 1.3.2 <- meteorhacks:ssr 2.2.0
* htmljs@1.2.0 <- html-tools 1.1.4 <- spacebars-compiler 1.3.2 <- meteorhacks:ssr 2.2.0
* htmljs@1.2.0 <- blaze-tools 1.1.4 <- spacebars-compiler 1.3.2 <- meteorhacks:ssr 2.2.0

Conflict: Constraint blaze@2.3.2 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.5.0 <- spacebars 1.3.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2
* blaze@2.1.3 <- meteorhacks:ssr 2.2.0

Conflict: Constraint blaze@2.8.0 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.5.0 <- spacebars 1.3.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2
* blaze@2.1.3 <- meteorhacks:ssr 2.2.0

Conflict: Constraint blaze@2.0.3 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.5.0 <- spacebars 1.3.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2
* blaze@2.1.3 <- meteorhacks:ssr 2.2.0

Conflict: Constraint blaze@2.7.1 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.5.0 <- spacebars 1.3.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2
* blaze@2.1.3 <- meteorhacks:ssr 2.2.0

Conflict: Constraint blaze@2.1.3 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.5.0 <- spacebars 1.3.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2
* blaze@2.1.3 <- meteorhacks:ssr 2.2.0

@storyteller was writing:

This is not an issue with Blaze, this is an issue with meteorhacks:ssr which doesn’t allow Blaze v3.

Is that package ready for Meteor 3.x in general or is it just somehow an issue with Blaze 3.x?

@jkuester - did you run into this problem when you updated to Blaze 3.x?

Thanks, all help appreciated

That is your problem. meteorhacks:ssr has been discontinued for years. Last update in 2016 when @arunoda moved away from Meteor. This affects all packages under the meteorhacks and kadira name space. There is nothing that I can do to fix that.
For some you can migrate to newer versions. Flow router extra, can probably fix your issues with kadira:blaze-layout, maybe even with the SSR package (but you will have to look for a maintained branch or something similar):


Answered and explained during my help desk session.
You can sponsor me on GitHub and/or schedule a consultation with me.

1 Like

I have removed meteorhacks:ssr in the meantime however there are still dependencies that are holding me back from moving Blaze to 3.x (and also to upgrade to Meteor 3.x as well, tried both).

Here’s the log file:

meteor add blaze@3.0.0
 => Errors while adding packages:

While selecting package versions:
error: Conflict: Constraint blaze@2.5.0 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.9.0 <- spacebars 1.6.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2

Conflict: Constraint observe-sequence@2.0.0 is not satisfied by observe-sequence 1.0.22.
Constraints on package "observe-sequence":
* observe-sequence@2.0.0 <- blaze 3.0.0
* observe-sequence@1.0.16 <- spacebars 1.6.0 <- blaze-html-templates 1.2.1

Conflict: Constraint ordered-dict@1.2.0 is not satisfied by ordered-dict 1.1.0.
Constraints on package "ordered-dict":
* ordered-dict@~1.1.0 <- top level
* ordered-dict@1.1.0 <- minimongo 1.9.4 <- allow-deny 1.1.1 <- mongo 1.16.10
* ordered-dict@1.1.0 <- minimongo 1.9.4 <- mongo 1.16.10
* ordered-dict@1.2.0 <- blaze 3.0.0

Conflict: Constraint ecmascript@0.16.9 is not satisfied by ecmascript 0.16.8.
Constraints on package "ecmascript":
* ecmascript@0.16.8 <- top level
* ecmascript@~0.16.8 <- top level
* ecmascript@0.16.8 <- webapp 1.13.8 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- webapp 1.13.8 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- logging 1.3.4 <- email 2.2.6 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- logging 1.3.4 <- mongo 1.16.10
* ecmascript@0.16.3 <- ejson 1.1.3 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- ejson 1.1.3 <- accounts-password 2.4.0
* ecmascript@0.12.0 <- base64 1.0.12 <- ejson 1.1.3 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.12.0 <- base64 1.0.12 <- ejson 1.1.3 <- accounts-password 2.4.0
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- webapp 1.13.8 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- boilerplate-generator 1.7.2 <- webapp 1.13.8 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- boilerplate-generator 1.7.2 <- webapp 1.13.8 <- meteor-base 1.5.1
* ecmascript@0.16.3 <- webapp-hashing 1.1.1 <- webapp 1.13.8 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.16.3 <- webapp-hashing 1.1.1 <- webapp 1.13.8 <- meteor-base 1.5.1
* ecmascript@0.16.7 <- callback-hook 1.5.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.7 <- callback-hook 1.5.1 <- mongo 1.16.10
* ecmascript@0.16.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- check 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- check 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- random 1.2.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- random 1.2.1 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- tracker 1.3.3
* ecmascript@0.10.0 <- retry 1.1.0 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.10.0 <- retry 1.1.0 <- ddp-common 1.4.1 <- montiapm:agent 2.49.4
* ecmascript@0.15.1 <- id-map 1.1.1 <- binary-heap 1.0.11 <- mongo 1.16.10
* ecmascript@0.16.8 <- ddp-common 1.4.1 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-common 1.4.1 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-common 1.4.1 <- montiapm:agent 2.49.4
* ecmascript@0.14.4 <- reload 1.3.1 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.14.4 <- reload 1.3.1 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.14.4 <- reload 1.3.1 <- reactive-dict 1.3.1
* ecmascript@0.16.8 <- socket-stream-client 0.5.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- socket-stream-client 0.5.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- mongo 1.16.10
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- mongo 1.16.10
* ecmascript@0.16.8 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.0 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- mongo 1.16.10
* ecmascript@0.16.1 <- allow-deny 1.1.1 <- mongo 1.16.10
* ecmascript@0.16.8 <- minimongo 1.9.4 <- allow-deny 1.1.1 <- mongo 1.16.10
* ecmascript@0.16.8 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.10.0 <- ordered-dict 1.1.0 <- blaze 3.0.0
* ecmascript@0.16.2 <- mongo-decimal 0.1.3 <- minimongo 1.9.4 <- allow-deny 1.1.1 <- mongo 1.16.10
* ecmascript@0.16.2 <- mongo-decimal 0.1.3 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.16.2 <- mongo-decimal 0.1.3 <- mongo 1.16.10
* ecmascript@0.12.0 <- binary-heap 1.0.11 <- mongo 1.16.10
* ecmascript@0.16.9 <- blaze 3.0.0
* ecmascript@0.13.2 <- observe-sequence 1.0.22 <- blaze 3.0.0
* ecmascript@0.15.1 <- htmljs 1.2.1 <- blaze 3.0.0
* ecmascript@0.15.1 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates
1.2.1
* ecmascript@0.15.1 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.15.1 <- html-tools 1.1.4 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <-
blaze-html-templates 1.2.1
* ecmascript@0.15.1 <- html-tools 1.1.4 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.15.1 <- blaze-tools 1.1.4 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <-
blaze-html-templates 1.2.1
* ecmascript@0.15.1 <- blaze-tools 1.1.4 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.15.1 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.14.0 <- caching-compiler 1.2.2 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.14.0 <- caching-compiler 1.2.2 <- coffeescript 2.7.0 <- simonsimcity:job-collection 1.6.1
* ecmascript@0.14.0 <- caching-compiler 1.2.2 <- less 4.0.0
* ecmascript@0.15.1 <- templating-tools 1.2.3 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.15.1 <- templating-tools 1.2.3 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.15.1 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.16.7 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* ecmascript@0.16.7 <- standard-minifier-css 1.9.2
* ecmascript@0.16.7 <- minifier-css 1.6.4 <- standard-minifier-css 1.9.2
* ecmascript@0.14.2 <- shell-server 0.5.0
* ecmascript@0.16.3 <- reactive-dict 1.3.1
* ecmascript@0.15.2 <- less 4.0.0
* ecmascript@0.16.8 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-rate-limiter 1.2.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.7 <- rate-limit 1.1.1 <- ddp-rate-limiter 1.2.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- email 2.2.6 <- accounts-password 2.4.0
* ecmascript@0.12.7 <- coffeescript 2.7.0 <- simonsimcity:job-collection 1.6.1
* ecmascript@0.12.4 <- coffeescript-compiler 2.4.1 <- coffeescript 2.7.0 <- simonsimcity:job-collection 1.6.1
* ecmascript@0.15.3 || 0.16.8-beta300.0 <- useraccounts:core 1.17.2
* ecmascript@0.16.8 <- service-configuration 1.3.4 <- useraccounts:core 1.17.2
* ecmascript@0.9.0 <- simonsimcity:job-collection 1.6.1
* ecmascript@0.5.7 <- ostrio:flow-router-extra 3.4.5
* ecmascript@0.5.7 <- montiapm:agent 2.49.4
* ecmascript@0.7.3||1.0.0-alpha300.10 <- montiapm:meteorx 2.3.1 <- montiapm:agent 2.49.4

Conflict: Constraint htmljs@2.0.1 is not satisfied by htmljs 1.2.1.
Constraints on package "htmljs":
* htmljs@2.0.1 <- blaze 3.0.0
* htmljs@1.2.1 <- spacebars 1.6.0 <- blaze-html-templates 1.2.1
* htmljs@1.2.0 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates
1.2.1
* htmljs@1.2.0 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* htmljs@1.2.0 <- html-tools 1.1.4 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <-
blaze-html-templates 1.2.1
* htmljs@1.2.0 <- html-tools 1.1.4 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* htmljs@1.2.0 <- blaze-tools 1.1.4 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <-
blaze-html-templates 1.2.1
* htmljs@1.2.0 <- blaze-tools 1.1.4 <- spacebars-compiler 1.3.2 <- templating-tools 1.2.3 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 1.2.1

Conflict: Constraint blaze@2.3.2 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.9.0 <- spacebars 1.6.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2

Conflict: Constraint blaze@2.9.0 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.9.0 <- spacebars 1.6.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2

Conflict: Constraint blaze@2.8.0 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.9.0 <- spacebars 1.6.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2

Conflict: Constraint blaze@2.0.3 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.9.0 <- spacebars 1.6.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2

Conflict: Constraint blaze@2.7.1 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.5.0 <- blaze-html-templates 1.2.1
* blaze@2.3.2 <- ui 1.0.13 <- blaze-html-templates 1.2.1
* blaze@2.9.0 <- spacebars 1.6.0 <- blaze-html-templates 1.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 1.2.1
* blaze@2.0.3 <- kadira:blaze-layout 2.0.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.5.0||3.0.0-alpha300.17 <- useraccounts:core 1.17.2

You still have the kadira package that I mentioned before:

Thanks for your great effort, as always!

I’ve been waiting for a long time for jQuery to be removed from Blaze. However, recently I’ve been questioning if it’s really necessary. Technology trends tend to cycle, and jQuery remains a solid standalone library in certain contexts.

I think the key is to hide jQuery from the development environment to avoid conflicts with other frontend libraries, rather than removing it entirely, if possible.

Just my opinion :wink: I just want to see your remarkable efforts focused on more impactful areas.

1 Like

These are the errors I’m getting when I’m trying to update our Frontend app to Blaze 3.0.0:

âžś  frontend git:(master) meteor add blaze@3.0.0
 => Errors while adding packages:

While selecting package versions:
error: Conflict: Constraint blaze@2.8.0 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.8.0 <- blaze-html-templates 2.0.1
* blaze@2.7.1 <- spacebars 1.4.1 <- harry97:ssr 2.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* blaze@2.7.1 || 2.8.0 || 2.9.0 || 3.0.0-alpha300.0 <- ostrio:flow-router-extra 3.11.0-rc300.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.1.3 <- harry97:ssr 2.2.1
* blaze@2.5.0 <- useraccounts:core 1.16.2

Conflict: Constraint observe-sequence@2.0.0 is not satisfied by observe-sequence 1.0.22.
Constraints on package "observe-sequence":
* observe-sequence@2.0.0 <- blaze 3.0.0
* observe-sequence@1.0.16 <- spacebars 1.4.1 <- harry97:ssr 2.2.1

Conflict: Constraint ordered-dict@1.2.0 is not satisfied by ordered-dict 1.1.0.
Constraints on package "ordered-dict":
* ordered-dict@~1.1.0 <- top level
* ordered-dict@1.1.0 <- minimongo 1.9.4 <- allow-deny 1.1.1 <- mongo 1.16.10
* ordered-dict@1.1.0 <- minimongo 1.9.4 <- mongo 1.16.10
* ordered-dict@1.2.0 <- blaze 3.0.0

Conflict: Constraint ecmascript@0.16.9 is not satisfied by ecmascript 0.16.8.
Constraints on package "ecmascript":
* ecmascript@~0.16.8 <- top level
* ecmascript@0.16.8 <- webapp 1.13.8
* ecmascript@0.16.8 <- logging 1.3.4 <- email 2.2.6
* ecmascript@0.16.3 <- ejson 1.1.3 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- ejson 1.1.3 <- accounts-password 2.4.0
* ecmascript@0.12.0 <- base64 1.0.12 <- ejson 1.1.3 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.12.0 <- base64 1.0.12 <- ejson 1.1.3 <- accounts-password 2.4.0
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- meteorhacks:inject-initial 1.0.5 <- utilities:avatar 0.9.2
* ecmascript@0.15.2 <- routepolicy 1.1.1 <- webapp 1.13.8
* ecmascript@0.16.8 <- boilerplate-generator 1.7.2 <- webapp 1.13.8
* ecmascript@0.16.3 <- webapp-hashing 1.1.1 <- webapp 1.13.8
* ecmascript@0.16.7 <- callback-hook 1.5.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.7 <- callback-hook 1.5.1 <- email 2.2.6
* ecmascript@0.16.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- check 1.4.1
* ecmascript@0.16.3 <- random 1.2.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- random 1.2.1 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- tracker 1.3.3
* ecmascript@0.10.0 <- retry 1.1.0 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.10.0 <- retry 1.1.0 <- ddp-common 1.4.1 <- montiapm:agent 2.49.4
* ecmascript@0.15.1 <- id-map 1.1.1 <- binary-heap 1.0.11 <- mongo 1.16.10
* ecmascript@0.16.8 <- ddp-common 1.4.1 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-common 1.4.1 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-common 1.4.1 <- montiapm:agent 2.49.4
* ecmascript@0.14.4 <- reload 1.3.1 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.14.4 <- reload 1.3.1 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.14.4 <- reload 1.3.1 <- reactive-dict 1.3.1
* ecmascript@0.16.8 <- socket-stream-client 0.5.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- socket-stream-client 0.5.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.16.3 <- diff-sequence 1.1.2 <- mongo 1.16.10
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- ddp-client 2.6.2 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.15.1 <- mongo-id 1.0.8 <- mongo 1.16.10
* ecmascript@0.16.8 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-server 2.7.1 <- ddp 1.4.1 <- accounts-password 2.4.0
* ecmascript@0.16.0 <- autoupdate 1.8.0 <- hot-code-push 1.0.4 <- meteor-base 1.5.1
* ecmascript@0.16.8 <- mongo 1.16.10
* ecmascript@0.16.1 <- allow-deny 1.1.1 <- mongo 1.16.10
* ecmascript@0.16.8 <- minimongo 1.9.4 <- allow-deny 1.1.1 <- mongo 1.16.10
* ecmascript@0.16.8 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.10.0 <- ordered-dict 1.1.0 <- blaze 3.0.0
* ecmascript@0.16.2 <- mongo-decimal 0.1.3 <- minimongo 1.9.4 <- allow-deny 1.1.1 <- mongo 1.16.10
* ecmascript@0.16.2 <- mongo-decimal 0.1.3 <- minimongo 1.9.4 <- mongo 1.16.10
* ecmascript@0.16.2 <- mongo-decimal 0.1.3 <- mongo 1.16.10
* ecmascript@0.12.0 <- binary-heap 1.0.11 <- mongo 1.16.10
* ecmascript@0.16.9 <- blaze 3.0.0
* ecmascript@0.13.2 <- observe-sequence 1.0.22 <- blaze 3.0.0
* ecmascript@0.15.1 <- htmljs 1.2.1 <- blaze 3.0.0
* ecmascript@0.15.1 <- spacebars-compiler 1.3.2 <- harry97:ssr 2.2.1
* ecmascript@0.15.1 <- html-tools 1.1.4 <- spacebars-compiler 1.3.2 <- harry97:ssr 2.2.1
* ecmascript@0.15.1 <- blaze-tools 1.1.4 <- spacebars-compiler 1.3.2 <- harry97:ssr 2.2.1
* ecmascript@0.15.1 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* ecmascript@0.14.0 <- caching-compiler 1.2.2 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* ecmascript@0.14.0 <- caching-compiler 1.2.2 <- coffeescript 1.0.17 <- lookback:tooltips 0.6.1
* ecmascript@0.15.1 <- templating-tools 1.2.3 <- caching-html-compiler 1.2.2 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* ecmascript@0.15.1 <- templating-tools 1.2.3 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* ecmascript@0.16.8 <- minifier-js 2.8.0 <- standard-minifier-js 2.8.1
* ecmascript@0.15.1 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* ecmascript@0.16.7 <- templating-compiler 1.4.2 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* ecmascript@0.16.3 <- session 1.2.1
* ecmascript@0.16.3 <- reactive-dict 1.3.1
* ecmascript@0.16.7 <- standard-minifier-css 1.9.2
* ecmascript@0.16.7 <- minifier-css 1.6.4 <- standard-minifier-css 1.9.2
* ecmascript@0.16.2 <- standard-minifier-js 2.8.1
* ecmascript@0.4.3 <- coffeescript 1.0.17 <- lookback:tooltips 0.6.1
* ecmascript@0.14.2 <- shell-server 0.5.0
* ecmascript@0.16.8 <- browser-policy-content 1.1.3 <- browser-policy 1.1.2
* ecmascript@0.5.7 || 0.16.8-rc300.0 <- ostrio:flow-router-extra 3.11.0-rc300.1
* ecmascript@0.5.7 <- montiapm:agent 2.49.4
* ecmascript@0.16.8 <- email 2.2.6
* ecmascript@0.13.0 <- mikkelking:slingshot 1.0.0
* ecmascript@0.16.8 <- accounts-passwordless 2.1.4
* ecmascript@0.16.8 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.8 <- ddp-rate-limiter 1.2.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.16.7 <- rate-limit 1.1.1 <- ddp-rate-limiter 1.2.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* ecmascript@0.15.3 <- useraccounts:core 1.16.2
* ecmascript@0.15.3 <- useraccounts:flow-routing-extra 1.1.0
* ecmascript@0.16.8 <- accounts-password 2.4.0

Conflict: Constraint htmljs@2.0.1 is not satisfied by htmljs 1.2.1.
Constraints on package "htmljs":
* htmljs@2.0.1 <- blaze 3.0.0
* htmljs@1.2.0 <- spacebars-compiler 1.3.2 <- harry97:ssr 2.2.1
* htmljs@1.2.0 <- html-tools 1.1.4 <- spacebars-compiler 1.3.2 <- harry97:ssr 2.2.1
* htmljs@1.2.0 <- blaze-tools 1.1.4 <- spacebars-compiler 1.3.2 <- harry97:ssr 2.2.1
* htmljs@1.1.1 <- spacebars 1.4.1 <- harry97:ssr 2.2.1

Conflict: Constraint blaze@2.7.1 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.8.0 <- blaze-html-templates 2.0.1
* blaze@2.7.1 <- spacebars 1.4.1 <- harry97:ssr 2.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* blaze@2.7.1 || 2.8.0 || 2.9.0 || 3.0.0-alpha300.0 <- ostrio:flow-router-extra 3.11.0-rc300.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.1.3 <- harry97:ssr 2.2.1
* blaze@2.5.0 <- useraccounts:core 1.16.2

Conflict: Constraint blaze@2.1.3 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.8.0 <- blaze-html-templates 2.0.1
* blaze@2.7.1 <- spacebars 1.4.1 <- harry97:ssr 2.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* blaze@2.7.1 || 2.8.0 || 2.9.0 || 3.0.0-alpha300.0 <- ostrio:flow-router-extra 3.11.0-rc300.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.1.3 <- harry97:ssr 2.2.1
* blaze@2.5.0 <- useraccounts:core 1.16.2

Conflict: Constraint blaze@2.5.0 is not satisfied by blaze 3.0.0.
Constraints on package "blaze":
* blaze@3.0.0 <- top level
* blaze@2.8.0 <- blaze-html-templates 2.0.1
* blaze@2.7.1 <- spacebars 1.4.1 <- harry97:ssr 2.2.1
* blaze@2.8.0 <- templating-runtime 1.6.4 <- templating 1.4.3 <- blaze-html-templates 2.0.1
* blaze@2.7.1 || 2.8.0 || 2.9.0 || 3.0.0-alpha300.0 <- ostrio:flow-router-extra 3.11.0-rc300.1
* blaze@2.7.1 <- accounts-base 2.2.11 <- accounts-password 2.4.0
* blaze@2.1.3 <- harry97:ssr 2.2.1
* blaze@2.5.0 <- useraccounts:core 1.16.2

Any help is appreciated how I can solve these constraints, thank you in advance!