The resourceloader log is throwing the following issues in masses:
2016-11-04 12:54:19 phalaris 0210020150926-02100_: Unexpected general module "ext.smw.style" in styles queue.
2016-11-04 12:54:19 phalaris 0210020150926-02100_: Unexpected general module "ext.smw.tooltip.styles" in styles queue.
2016-11-04 12:54:19 phalaris 0210020150926-02100_: Unexpected general module "ext.semanticbreadcrumblinks" in styles queue.
2016-11-04 12:54:19 phalaris 0210020150926-02100_: Unexpected general module "ext.smw.style" in styles queue.
2016-11-04 12:54:19 phalaris 0210020150926-02100_: Unexpected general module "ext.smw.tooltip.styles" in styles queue.
This issue is present for quite some time so not restricted to the version combination mentioned above.
MediaWiki 1.28.0-rc.0
See https://phabricator.wikimedia.org/T142438.
Your module is seen as a general module instead of a style module because it has dependencies, which have never been supported on style modules. Things probably work fine for you because it either doesn't really depend on it, or because you're already loading that module.
Removing the dependencies property should fix the warning.
I have no immediate plans on fixing this but given the "... Removing the dependencies property ..." maybe only listed sources require a touch up:
Thanks to your insight on this. So it seems to be more of an code quality issue. Does not look utmost important to fix right now but good to keep in mind.
Does not look utmost important to fix right now but good to keep in mind.
Fixed with #2018 and came with the weekly tidy train.
Cool, not just my logs will much like this!
@mwjames I do not like to tell but the resourceloder log continues to issue these errors galore.
resourceloder log continues to issue these errors galore.
... with the same messages I guess.
2016-11-04 12:54:19 phalaris 0210020150926-02100_: Unexpected general module "ext.semanticbreadcrumblinks" in styles queue
This one isn't fixed.
Unexpected general module "ext.smw.style" in styles queue.
2016-11-04 12:54:19 phalaris 0210020150926-02100_: Unexpected general module "ext.smw.tooltip.styles" in styles queue.
Those two still appear?
This one isn't fixed.
This should be an issue at SBL. Will open to move it out of this issue.
Those two still appear?
Affirmative "Unexpected general module "ext.smw.tooltip.styles" in styles queue." is still out in the wild.
Affirmative "Unexpected general module "ext.smw.tooltip.styles" in styles queue." is still out in the wild.
Let's see whether https://github.com/SemanticMediaWiki/SemanticMediaWiki/commit/7f351b7620e4e5b2d9b9b2c3b467aca85c3529a6 fixes it or not.
Let's see whether 7f351b7 fixes it or not.
It does. No more unexpected general modules!
Let's see whether 7f351b7 fixes it or not.
I saw some out of place CSS, hopefully ee70e49f3b fixes it.

I saw some out of place CSS, hopefully ee70e49 fixes it.
Just looked around and tested some info bubbles. It appears to have done the job!