grunt-assemble icon indicating copy to clipboard operation
grunt-assemble copied to clipboard

Will upgrade in handlebars cause any issues with current grunt assemble module

Open pravinweb opened this issue 4 years ago • 2 comments

Dear team,

Below is my package json of project

"dependencies": {
    "grunt": "0.4.5",
    "grunt-assemble": "^0.5.0",
    "grunt-assemble-permalinks": "0.1.0"
    "handlebars": "3.0.3"
}

I want to upgrade handlebars to latest one - 4.7.6 in this case do I need to upgrade "grunt-assemble": "^0.5.0" package as well to "grunt-assemble": "^0.6.3" ? or would it be fine if I keep "grunt-assemble": "^0.5.0" as it is ?

Note: I am using npm-shrinkwrap.json to manage versions

pravinweb avatar Dec 14 '20 12:12 pravinweb

@pravinweb Thanks for the issue! If you're reporting a bug, please be sure to include:

  • The version of assemble you are using.
  • Your assemblefile.js (This can be in a gist)
  • The commandline output. (Screenshot or gist is fine)
  • What you expected to happen instead.

assemblebot avatar Dec 14 '20 12:12 assemblebot

grunt-assemble:0.6.3 uses assemble-handlebars:0.4.1 which uses "handlebars": "^4.0.6".

Maybe 4.0.6 is enough of a bump up for you? In that case an upgrade to grunt-assemble:0.6.3 would be sufficient.

kdekooter avatar Jan 20 '21 01:01 kdekooter