Skip to content

Commit 3ba7036

Browse files
committed
run update and upgrade deps with lint-deps
1 parent b437f03 commit 3ba7036

File tree

7 files changed

+77
-124
lines changed

7 files changed

+77
-124
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# always ignore files
22
*.DS_Store
3+
.idea
34
*.sublime-*
45

56
# test related, or directories generated by tests

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ os:
55
language: node_js
66
node_js:
77
- node
8+
- '9'
89
- '8'
910
- '7'
1011
- '6'
1112
- '5'
13+
- '4'
14+
- '0.12'
1215
before_script:
1316
- npm install -g gulp-cli
1417
script: gulp

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

bower.json

Lines changed: 32 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,32 @@
2424
"index.js"
2525
],
2626
"dependencies": {
27-
"arr-flatten": "^1.0.3",
28-
"array-sort": "^0.1.2",
27+
"arr-flatten": "^1.1.0",
28+
"array-sort": "^0.1.4",
2929
"create-frame": "^1.0.0",
3030
"define-property": "^1.0.0",
31-
"falsey": "^0.3.0",
31+
"falsey": "^0.3.2",
3232
"for-in": "^1.0.2",
3333
"for-own": "^1.0.0",
3434
"get-object": "^0.2.0",
3535
"get-value": "^2.0.6",
36-
"handlebars": "^4.0.10",
36+
"handlebars": "^4.0.11",
3737
"handlebars-helper-create-frame": "^0.1.0",
38-
"handlebars-utils": "^1.0.1",
38+
"handlebars-utils": "^1.0.6",
3939
"has-value": "^1.0.0",
40-
"helper-date": "^1.0.0",
41-
"helper-markdown": "^0.2.2",
40+
"helper-date": "^1.0.1",
41+
"helper-markdown": "^1.0.0",
4242
"helper-md": "^0.2.2",
43-
"html-tag": "^1.0.0",
43+
"html-tag": "^2.0.0",
4444
"is-even": "^1.0.0",
45-
"is-glob": "^3.1.0",
46-
"is-number": "^3.0.0",
47-
"kind-of": "^5.0.0",
45+
"is-glob": "^4.0.0",
46+
"is-number": "^4.0.0",
47+
"kind-of": "^6.0.0",
4848
"lazy-cache": "^2.0.2",
4949
"logging-helpers": "^1.0.0",
50-
"micromatch": "^3.0.3",
50+
"micromatch": "^3.1.4",
5151
"relative": "^3.0.2",
52-
"striptags": "^3.0.1",
52+
"striptags": "^3.1.0",
5353
"to-gfm-code-block": "^0.1.1",
5454
"year": "^0.2.1"
5555
},
@@ -66,49 +66,40 @@
6666
"helper-changelog": "^0.3.0",
6767
"helper-coverage": "^0.1.3",
6868
"is-valid-app": "^0.3.0",
69-
"js-yaml": "^3.8.4",
69+
"js-yaml": "^3.10.0",
7070
"markdown-link": "^0.1.1",
71-
"mocha": "^3.4.2",
71+
"mocha": "^3.5.2",
7272
"template-helpers": "^0.6.7",
73-
"templates": "^1.2.8",
73+
"templates": "^1.2.9",
7474
"through2": "^2.0.3",
7575
"verb-generate-readme": "^0.6.0",
7676
"vinyl": "^2.1.0"
7777
},
7878
"keywords": [
79+
"array",
7980
"assemble",
80-
"block",
81-
"code",
82-
"collections",
83-
"comparisons",
84-
"custom",
85-
"data",
86-
"dates",
87-
"escape",
88-
"example",
89-
"files",
81+
"collection",
82+
"comparison",
83+
"date",
9084
"handlebars",
9185
"helper",
92-
"helpers",
9386
"html",
94-
"i-n",
95-
"index",
96-
"inflections",
97-
"js",
98-
"library",
99-
"list",
87+
"i18n",
88+
"inflection",
89+
"log",
10090
"logging",
101-
"loop",
10291
"markdown",
10392
"math",
104-
"miscellaneous",
105-
"numbers",
93+
"number",
94+
"object",
10695
"path",
107-
"prettify",
10896
"repeat",
109-
"strings",
97+
"string",
11098
"template",
111-
"url"
99+
"time",
100+
"url",
101+
"util",
102+
"utility"
112103
],
113104
"ignore": [
114105
"actual",
@@ -121,52 +112,22 @@
121112
"tmp"
122113
],
123114
"contributors": [
124-
"(https://github.com/homersimpsons)",
125115
"Adrián Mugnolo (https://github.com/xymbol)",
126-
"Aleš Kotnik (www.draagle.com)",
127-
"Alex Hunt (https://alexhunt.io)",
128-
"Ali Sheehan-Dare (https://github.com/alisd23)",
129-
"Anders D. Johnson (https://andrz.me)",
130-
"Arthur Cinader (http://github.com/acinader)",
131116
"Brian Woodward (https://twitter.com/doowb)",
132-
"Dan Dascalescu (http://dandascalescu.com)",
133117
"Dan Gorby (https://plus.google.com/+GreenRaccoon23)",
134-
"Dane Petersen (https://thegreatsunra.com)",
135-
"Daniel Wabyick (https://github.com/dwabyick)",
136-
"Dennis Borisevich (https://github.com/DenSpirit)",
137118
"Foundy (http://foundy.io)",
138-
"GONZO (https://github.com/why2pac)",
139-
"GracefulLight (https://brendaniel.github.io)",
140119
"Hariadi Hinta (http://www.hariadi.org)",
141120
"Jan Stola (https://github.com/iamstolis)",
142-
"Jason Bellamy (http://jasonbellamy.com)",
143-
"Jeffrey Froom (http://jfroom.com)",
144-
"Jocelyn Jarvis Badgley (http://www.chipersoft.com)",
145-
"Joey Baker (https://www.byjoeybaker.com)",
121+
"Jocelyn Badgley (http://www.chipersoft.com)",
146122
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
147123
"Laurent Goderre (https://github.com/LaurentGoderre)",
148124
"Liam Moat (http://www.liammoat.com)",
149125
"Makoto Tateno (https://github.com/makotot)",
150-
"Marie Hogebrandt (http://mariehogebrandt.se)",
151-
"Mark Perkins (http://allmarkedup.com)",
152-
"Martyn Rushton (http://swapnull.co.uk)",
153-
"Max Albrecht (178.is)",
154-
"Michael Sheedy (michaelsheedy.com)",
155126
"Mikko Tapionlinna (http://mikko.tapionlinna.fi)",
156-
"Nathan Jessen (http://nathanjessen.github.io)",
157-
"Nathaniel Furniss (https://github.com/nlfurniss)",
158127
"Oleg Orlov (https://github.com/efender)",
159-
"Omesh (https://github.com/omeshp)",
160-
"Patrick Burtchaell (https://pburtchaell.com)",
161128
"Paul Welsh (paulwelsh.info)",
162-
"Raymond Camden (https://www.raymondcamden.com)",
163129
"Rob (https://github.com/robsilva)",
164-
"Sam Tiffin (https://samtiffin.com)",
165-
"Shannon Moeller (http://shannonmoeller.com)",
166-
"Spud Hsu (http://spud.in)",
167-
"Stephen Way (http://stephenway.net)",
168-
"Thomas Jaggi (http://responsive.ch)",
169-
"Tim Douglas (https://github.com/timdouglas)"
130+
"Stephen Way (http://stephenway.net)"
170131
],
171132
"lintDeps": {
172133
"devDependencies": {

package.json

Lines changed: 35 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121
"GONZO (https://github.com/why2pac)",
2222
"GracefulLight (https://brendaniel.github.io)",
2323
"Hariadi Hinta (http://www.hariadi.org)",
24+
"James Tsuyuki (https://github.com/jtsuyuki)",
2425
"Jan Stola (https://github.com/iamstolis)",
2526
"Jason Bellamy (http://jasonbellamy.com)",
2627
"Jeffrey Froom (http://jfroom.com)",
27-
"Jocelyn Jarvis Badgley (http://www.chipersoft.com)",
28+
"Jocelyn Badgley (http://www.chipersoft.com)",
2829
"Joey Baker (https://www.byjoeybaker.com)",
2930
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
31+
"Kevin Davis (kevindav.us)",
3032
"Laurent Goderre (https://github.com/LaurentGoderre)",
3133
"Liam Moat (http://www.liammoat.com)",
3234
"Makoto Tateno (https://github.com/makotot)",
@@ -63,38 +65,38 @@
6365
],
6466
"main": "index.js",
6567
"engines": {
66-
"node": ">=5"
68+
"node": ">=0.12.0"
6769
},
6870
"scripts": {
6971
"test": "mocha"
7072
},
7173
"dependencies": {
72-
"arr-flatten": "^1.0.3",
73-
"array-sort": "^0.1.2",
74+
"arr-flatten": "^1.1.0",
75+
"array-sort": "^0.1.4",
7476
"create-frame": "^1.0.0",
7577
"define-property": "^1.0.0",
76-
"falsey": "^0.3.0",
78+
"falsey": "^0.3.2",
7779
"for-in": "^1.0.2",
7880
"for-own": "^1.0.0",
7981
"get-object": "^0.2.0",
8082
"get-value": "^2.0.6",
81-
"handlebars": "^4.0.10",
83+
"handlebars": "^4.0.11",
8284
"handlebars-helper-create-frame": "^0.1.0",
83-
"handlebars-utils": "^1.0.1",
85+
"handlebars-utils": "^1.0.6",
8486
"has-value": "^1.0.0",
85-
"helper-date": "^1.0.0",
86-
"helper-markdown": "^0.2.2",
87+
"helper-date": "^1.0.1",
88+
"helper-markdown": "^1.0.0",
8789
"helper-md": "^0.2.2",
88-
"html-tag": "^1.0.0",
90+
"html-tag": "^2.0.0",
8991
"is-even": "^1.0.0",
90-
"is-glob": "^3.1.0",
91-
"is-number": "^3.0.0",
92-
"kind-of": "^5.0.0",
92+
"is-glob": "^4.0.0",
93+
"is-number": "^4.0.0",
94+
"kind-of": "^6.0.0",
9395
"lazy-cache": "^2.0.2",
9496
"logging-helpers": "^1.0.0",
95-
"micromatch": "^3.0.3",
97+
"micromatch": "^3.1.4",
9698
"relative": "^3.0.2",
97-
"striptags": "^3.0.1",
99+
"striptags": "^3.1.0",
98100
"to-gfm-code-block": "^0.1.1",
99101
"year": "^0.2.1"
100102
},
@@ -111,49 +113,41 @@
111113
"helper-changelog": "^0.3.0",
112114
"helper-coverage": "^0.1.3",
113115
"is-valid-app": "^0.3.0",
114-
"js-yaml": "^3.8.4",
116+
"js-yaml": "^3.10.0",
115117
"markdown-link": "^0.1.1",
116-
"mocha": "^3.4.2",
118+
"mocha": "^3.5.2",
117119
"template-helpers": "^0.6.7",
118-
"templates": "^1.2.8",
120+
"templates": "^1.2.9",
119121
"through2": "^2.0.3",
120122
"verb-generate-readme": "^0.6.0",
121123
"vinyl": "^2.1.0"
122124
},
123125
"keywords": [
126+
"array",
124127
"assemble",
125-
"block",
126-
"code",
127-
"collections",
128-
"comparisons",
129-
"custom",
130-
"data",
131-
"dates",
132-
"escape",
133-
"example",
134-
"files",
128+
"collection",
129+
"comparison",
130+
"date",
135131
"handlebars",
136132
"helper",
137133
"helpers",
138134
"html",
139-
"i-n",
140-
"index",
141-
"inflections",
142-
"js",
143-
"library",
144-
"list",
135+
"i18n",
136+
"inflection",
137+
"log",
145138
"logging",
146-
"loop",
147139
"markdown",
148140
"math",
149-
"miscellaneous",
150-
"numbers",
141+
"number",
142+
"object",
151143
"path",
152-
"prettify",
153144
"repeat",
154-
"strings",
145+
"string",
155146
"template",
156-
"url"
147+
"time",
148+
"url",
149+
"util",
150+
"utility"
157151
],
158152
"verb": {
159153
"run": true,
@@ -177,15 +171,9 @@
177171
]
178172
},
179173
"reflinks": [
180-
"assemble",
181174
"falsey",
182-
"handlebars",
183175
"helper-date",
184-
"moment",
185-
"remarkable",
186-
"template-helpers",
187-
"verb",
188-
"verb-readme-generator"
176+
"moment"
189177
],
190178
"helpers": [
191179
"helper-changelog",

test/fixtures/assets/js/one.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(function(){
1+
(function() {
22
process.env.HANDLEBARS_TEST_FOO = 'foo';
3-
})();
3+
})();

test/support/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var utils = module.exports;
1515
* @return {String}
1616
*/
1717

18-
utils.read = function (fp) {
18+
utils.read = function(fp) {
1919
return fs.readFileSync(fp, 'utf8');
2020
};
2121

@@ -28,7 +28,7 @@ utils.read = function (fp) {
2828
* @return {String}
2929
*/
3030

31-
utils.fixture = function (type) {
31+
utils.fixture = function(type) {
3232
return function(fp) {
3333
return utils.read('test/fixtures/' + type + '/' + fp);
3434
};
@@ -43,7 +43,7 @@ utils.fixture = function (type) {
4343
* @return {String}
4444
*/
4545

46-
utils.expected = function (type) {
46+
utils.expected = function(type) {
4747
return function(fp) {
4848
return utils.read('test/expected/' + type + '/' + fp);
4949
};

0 commit comments

Comments
 (0)