Skip to content

Commit f6b708e

Browse files
greenkeeper[bot]gregswindle
authored andcommitted
fix(ajv-keywords): update to version 3.2.0
* fix(ajv-keywords): update to v3.2.0 Closes GH-30
1 parent 7a2a515 commit f6b708e

File tree

66 files changed

+22210
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+22210
-21
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
| [@semantic-release/git@4.0.2](https://github.com/semantic-release/git#readme) | Set of semantic-release plugins to publish to a git repository | 4.0.2 | MIT | dev |
638638
| [@semantic-release/npm@3.2.4](https://github.com/semantic-release/npm#readme) | Set of semantic-release plugins to publish to a npm registry | 3.2.4 | MIT | dev |
639639
| [ajv@6.4.0](https://github.com/epoberezkin/ajv) | Another JSON Schema Validator | 6.4.0 | MIT | dev |
640-
| [ajv-keywords@3.1.0](https://github.com/epoberezkin/ajv-keywords#readme) | Custom JSON-Schema keywords for Ajv validator | 3.1.0 | MIT | dev |
640+
| [ajv-keywords@3.2.0](https://github.com/epoberezkin/ajv-keywords#readme) | Custom JSON-Schema keywords for Ajv validator | 3.1.0 | MIT | dev |
641641
| [codacy-coverage@3.0.0](https://github.com/codacy/node-codacy-coverage) | Code Coverage reporter for Codacy.com | 2.1.1 | MIT | dev |
642642
| [commitplease@3.2.0](https://github.com/jzaefferer/commitplease#readme) | Validates strings as commit messages | 3.2.0 | MIT | dev |
643643
| [coveralls@3.0.0](https://github.com/nickmerwin/node-coveralls#readme) | takes json-cov output into stdin and POSTs to coveralls.io | 3.0.0 | BSD-2-Clause | dev |

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jdk:
1212
- oraclejdk8
1313
language: node_js
1414
node_js:
15+
- 10
1516
- 9
1617
- 8
1718
- 7

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.0.6"></a>
6+
7+
## [2.0.6](https://github.com/commonality/readme-inspector/compare/v2.0.5...v2.0.6) (2018-05-01)
8+
9+
### Dependency Updates
10+
11+
* **ajv-keywords:** update to version 3.2.0 ([8be7236](https://github.com/commonality/readme-inspector/commit/8be7236))
12+
513
<a name="2.0.5"></a>
614

715
## [2.0.5](https://github.com/commonality/readme-inspector/compare/v2.0.4...v2.0.5) (2018-04-27)
816

9-
### Bug Fixes
17+
### Dependency Updates
1018

1119
* **codacy-coverage:** update to v3.0.0 ([3892fc5](https://github.com/commonality/readme-inspector/commit/3892fc5))
1220
* **codacy-coverage:** update to version 3.0.0 ([6990e17](https://github.com/commonality/readme-inspector/commit/6990e17))
@@ -16,7 +24,7 @@ All notable changes to this project will be documented in this file. See [standa
1624

1725
## [2.0.2](https://github.com/commonality/readme-inspector/compare/v2.0.3...v2.0.2) (2018-04-26)
1826

19-
### Bug Fixes
27+
### Dependency Updates
2028

2129
* **lint-staged:** update to version 7.0.5 ([5c257cd](https://github.com/commonality/readme-inspector/commit/5c257cd))
2230

@@ -32,9 +40,12 @@ All notable changes to this project will be documented in this file. See [standa
3240

3341
## [2.0.0](https://github.com/commonality/readme-inspector/compare/v1.0.2...v2.0.0) (2018-04-21)
3442

35-
### Bug Fixes
43+
### Dependency Updates
3644

3745
* **@semantic-release/git:** update to version 4.0.2 ([ad96ea5](https://github.com/commonality/readme-inspector/commit/ad96ea5))
46+
47+
### Bug Fixes
48+
3849
* **score:** verify appraisal initialization ([fd87a8b](https://github.com/commonality/readme-inspector/commit/fd87a8b)), closes [#18](https://github.com/commonality/readme-inspector/issues/18) [#21](https://github.com/commonality/readme-inspector/issues/21)
3950

4051
### BREAKING CHANGES

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ environment:
66
GITHUB_ACCESS_TOKEN:
77
secure: 1nsZPoMsZopgW0XtFNZdjuzxWvw8EcheaCS6H3B8zYM1ihueWRMc1hdUdeHyg9TM
88
matrix:
9+
- nodejs_version: '10'
910
- nodejs_version: '9'
1011
- nodejs_version: '8'
1112
- nodejs_version: '7.6.0'

docs/api/readme-inspector/2.0.5/ReadmeAppraisal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ <h5>Example</h5>
472472
<br class="clear">
473473

474474
<footer>
475-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Apr 27 2018 16:30:29 GMT-0500 (CDT) using the Minami theme.
475+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Apr 30 2018 20:14:32 GMT-0500 (CDT) using the Minami theme.
476476
</footer>
477477

478478
<script>prettyPrint();</script>

docs/api/readme-inspector/2.0.5/appraisal-data.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h1 class="page-title">appraisal-data.js</h1>
177177
<br class="clear">
178178

179179
<footer>
180-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Apr 27 2018 16:30:29 GMT-0500 (CDT) using the Minami theme.
180+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Apr 30 2018 20:14:32 GMT-0500 (CDT) using the Minami theme.
181181
</footer>
182182

183183
<script>prettyPrint();</script>

docs/api/readme-inspector/2.0.5/external-Contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h3>Example</h3>
161161
<br class="clear">
162162

163163
<footer>
164-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Apr 27 2018 16:30:29 GMT-0500 (CDT) using the Minami theme.
164+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Apr 30 2018 20:14:32 GMT-0500 (CDT) using the Minami theme.
165165
</footer>
166166

167167
<script>prettyPrint();</script>

docs/api/readme-inspector/2.0.5/external-Octokit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2>
139139
<br class="clear">
140140

141141
<footer>
142-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Apr 27 2018 16:30:29 GMT-0500 (CDT) using the Minami theme.
142+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Apr 30 2018 20:14:32 GMT-0500 (CDT) using the Minami theme.
143143
</footer>
144144

145145
<script>prettyPrint();</script>

docs/api/readme-inspector/2.0.5/external-Promise.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2>
139139
<br class="clear">
140140

141141
<footer>
142-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Apr 27 2018 16:30:29 GMT-0500 (CDT) using the Minami theme.
142+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Apr 30 2018 20:14:32 GMT-0500 (CDT) using the Minami theme.
143143
</footer>
144144

145145
<script>prettyPrint();</script>

docs/api/readme-inspector/2.0.5/external-URL.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2>
139139
<br class="clear">
140140

141141
<footer>
142-
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Apr 27 2018 16:30:29 GMT-0500 (CDT) using the Minami theme.
142+
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Apr 30 2018 20:14:32 GMT-0500 (CDT) using the Minami theme.
143143
</footer>
144144

145145
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)