Skip to content

Commit 36b8852

Browse files
committed
minor #260 Bumping deps (weaverryan)
This PR was squashed before being merged into the master branch (closes #260). Discussion ---------- Bumping deps This doesn't affect end-users, it just makes sure that Encore works on the latest versions of things. Afaik, there is no way (like in PHP) to test agains the lowest version of the deps and also the highest. Instead, we're just testing against whatever is in the lock file, which we update from time to time. Edit: only 1 failing test actually :). Commits ------- 4f9f2af Bumping deps
2 parents 5ed5998 + 4f9f2af commit 36b8852

File tree

2 files changed

+1602
-824
lines changed

2 files changed

+1602
-824
lines changed

test/functional.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,9 @@ module.exports = {
940940
config.enableVueLoader();
941941

942942
testSetup.runWebpack(config, (webpackAssert, stats) => {
943-
expect(stats.toJson().errors[0]).to.contain('Cannot process lang="scss" inside');
943+
expect(stats.toJson().errors[0]).to.contain('Cannot process lang="less" inside');
944944
expect(stats.toJson().errors[1]).to.contain('Cannot process lang="sass" inside');
945-
expect(stats.toJson().errors[2]).to.contain('Cannot process lang="less" inside');
945+
expect(stats.toJson().errors[2]).to.contain('Cannot process lang="scss" inside');
946946
done();
947947
}, true);
948948
});

0 commit comments

Comments
 (0)