Skip to content

Commit 42c834a

Browse files
committed
update deps, fix tests
1 parent 1254501 commit 42c834a

File tree

4 files changed

+31
-35
lines changed

4 files changed

+31
-35
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"coffee-coverage": "^2.0.1",
3434
"coffee-react-transform": "^5.0.0",
3535
"coffee-script": "^1.12.5",
36-
"coveralls": "^2.13.0",
36+
"coveralls": "^2.13.1",
3737
"css-parse": "^2.0.0",
38-
"csso": "^3.1.0",
38+
"csso": "^3.1.1",
3939
"dogescript": "^2.3.0",
4040
"dot": "^1.1.1",
4141
"eco": "^1.0.3",
4242
"ejs": "^2.5.6",
4343
"hamljs": "^0.6.2",
44-
"handlebars": "^4.0.6",
44+
"handlebars": "^4.0.8",
4545
"he": "^1.1.1",
4646
"hogan.js": "^3.0.2",
4747
"html-minifier": "^3.4.3",
@@ -58,7 +58,7 @@
5858
"polytest": "0.0.1",
5959
"postcss": "^5.2.17",
6060
"postcss-simple-vars": "^3.1.0",
61-
"pug": "^2.0.0-beta11",
61+
"pug": "^2.0.0-rc.1",
6262
"react-tools": "^0.13.3",
6363
"stylus": "^0.54.5",
6464
"swig": "^1.4.2",

test/fixtures/handlebars/expected/client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
var helper;
33

44
return "<h1>Under the "
5-
+ container.escapeExpression(((helper = (helper = helpers.body_of_water || (depth0 != null ? depth0.body_of_water : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"body_of_water","hash":{},"data":data}) : helper)))
5+
+ container.escapeExpression(((helper = (helper = helpers.body_of_water || (depth0 != null ? depth0.body_of_water : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"body_of_water","hash":{},"data":data}) : helper)))
66
+ "</h1>\n";
77
},"useData":true});

test/fixtures/handlebars/expected/cstring.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
var helper;
33

44
return "Here comes the "
5-
+ container.escapeExpression(((helper = (helper = helpers.thing || (depth0 != null ? depth0.thing : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"thing","hash":{},"data":data}) : helper)));
5+
+ container.escapeExpression(((helper = (helper = helpers.thing || (depth0 != null ? depth0.thing : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"thing","hash":{},"data":data}) : helper)));
66
},"useData":true});

yarn.lock

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,14 @@ acorn@^3.0.4, acorn@^3.1.0, acorn@^3.3.0:
5353
version "3.3.0"
5454
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
5555

56-
acorn@^4.0.4:
56+
acorn@^4.0.4, acorn@~4.0.2:
5757
version "4.0.11"
5858
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.11.tgz#edcda3bd937e7556410d42ed5860f67399c794c0"
5959

6060
acorn@^5.0.3:
6161
version "5.0.3"
6262
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.0.3.tgz#c460df08491463f028ccb82eab3730bf01087b3d"
6363

64-
acorn@~4.0.2:
65-
version "4.0.3"
66-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.3.tgz#1a3e850b428e73ba6b09d1cc527f5aaad4d03ef1"
67-
6864
align-text@^0.1.1, align-text@^0.1.3:
6965
version "0.1.4"
7066
resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
@@ -978,9 +974,9 @@ core-util-is@~1.0.0:
978974
version "1.0.2"
979975
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
980976

981-
coveralls@^2.13.0:
982-
version "2.13.0"
983-
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-2.13.0.tgz#df933876e8c6f478efb04f4d3ab70dc96b7e5a8e"
977+
coveralls@^2.13.1:
978+
version "2.13.1"
979+
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-2.13.1.tgz#d70bb9acc1835ec4f063ff9dac5423c17b11f178"
984980
dependencies:
985981
js-yaml "3.6.1"
986982
lcov-parse "0.0.10"
@@ -1050,9 +1046,9 @@ css@~1.0.8:
10501046
css-parse "1.0.4"
10511047
css-stringify "1.0.5"
10521048

1053-
csso@^3.1.0:
1054-
version "3.1.0"
1055-
resolved "https://registry.yarnpkg.com/csso/-/csso-3.1.0.tgz#1f95c8ea952b25526c3394983edd07f9d41f8bf2"
1049+
csso@^3.1.1:
1050+
version "3.1.1"
1051+
resolved "https://registry.yarnpkg.com/csso/-/csso-3.1.1.tgz#ab427584486c2e02e180327511b0b02a9179c272"
10561052
dependencies:
10571053
css-tree "1.0.0-alpha19"
10581054

@@ -1511,9 +1507,9 @@ hamljs@^0.6.2:
15111507
version "0.6.2"
15121508
resolved "https://registry.yarnpkg.com/hamljs/-/hamljs-0.6.2.tgz#7b7116cf6dbe7278e42b3f6ef8725a33e177c8e3"
15131509

1514-
handlebars@^4.0.1, handlebars@^4.0.6:
1515-
version "4.0.6"
1516-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.6.tgz#2ce4484850537f9c97a8026d5399b935c4ed4ed7"
1510+
handlebars@^4.0.1, handlebars@^4.0.8:
1511+
version "4.0.8"
1512+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.8.tgz#22b875cd3f0e6cbea30314f144e82bc7a72ff420"
15171513
dependencies:
15181514
async "^1.4.0"
15191515
optimist "^0.6.1"
@@ -2750,7 +2746,7 @@ pug-error@^1.3.2:
27502746
version "1.3.2"
27512747
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-1.3.2.tgz#53ae7d9d29bb03cf564493a026109f54c47f5f26"
27522748

2753-
pug-filters@^2.1.0:
2749+
pug-filters@^2.1.2:
27542750
version "2.1.2"
27552751
resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-2.1.2.tgz#3590b41adb34749f71d3f1f1a9f745011119117b"
27562752
dependencies:
@@ -2762,22 +2758,22 @@ pug-filters@^2.1.0:
27622758
resolve "^1.1.6"
27632759
uglify-js "^2.6.1"
27642760

2765-
pug-lexer@^2.3.1:
2766-
version "2.3.2"
2767-
resolved "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-2.3.2.tgz#68b19d96ea5dc0e4a86148b01cb966c17815a614"
2761+
pug-lexer@^3.1.0:
2762+
version "3.1.0"
2763+
resolved "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-3.1.0.tgz#fd087376d4a675b4f59f8fef422883434e9581a2"
27682764
dependencies:
27692765
character-parser "^2.1.1"
27702766
is-expression "^3.0.0"
27712767
pug-error "^1.3.2"
27722768

2773-
pug-linker@^2.0.1:
2774-
version "2.0.3"
2775-
resolved "https://registry.yarnpkg.com/pug-linker/-/pug-linker-2.0.3.tgz#b331ffa25737dde69c127b56c10ff17fae766dca"
2769+
pug-linker@^3.0.0:
2770+
version "3.0.0"
2771+
resolved "https://registry.yarnpkg.com/pug-linker/-/pug-linker-3.0.0.tgz#2416f06aaa1a9720e3b3261d1e8ca72f6f5123d2"
27762772
dependencies:
27772773
pug-error "^1.3.2"
27782774
pug-walk "^1.1.2"
27792775

2780-
pug-load@^2.0.4:
2776+
pug-load@^2.0.6:
27812777
version "2.0.6"
27822778
resolved "https://registry.yarnpkg.com/pug-load/-/pug-load-2.0.6.tgz#86da4b31c4f76fd9a471982b9b3d00e6c8a3f945"
27832779
dependencies:
@@ -2805,15 +2801,15 @@ pug-walk@^1.1.2:
28052801
version "1.1.2"
28062802
resolved "https://registry.yarnpkg.com/pug-walk/-/pug-walk-1.1.2.tgz#debb24c070a95d5fc2aebf3589261833d2332e3b"
28072803

2808-
pug@^2.0.0-beta11:
2809-
version "2.0.0-beta9"
2810-
resolved "https://registry.yarnpkg.com/pug/-/pug-2.0.0-beta9.tgz#158ec6dbace5bb78f2b25e8825477d03ea6e14b0"
2804+
pug@^2.0.0-rc.1:
2805+
version "2.0.0-rc.1"
2806+
resolved "https://registry.yarnpkg.com/pug/-/pug-2.0.0-rc.1.tgz#723c08b3349bb9b96865b9ed7d3e379e247cd984"
28112807
dependencies:
28122808
pug-code-gen "^1.1.1"
2813-
pug-filters "^2.1.0"
2814-
pug-lexer "^2.3.1"
2815-
pug-linker "^2.0.1"
2816-
pug-load "^2.0.4"
2809+
pug-filters "^2.1.2"
2810+
pug-lexer "^3.1.0"
2811+
pug-linker "^3.0.0"
2812+
pug-load "^2.0.6"
28172813
pug-parser "^2.0.2"
28182814
pug-runtime "^2.0.3"
28192815
pug-strip-comments "^1.0.2"

0 commit comments

Comments
 (0)