Skip to content

Update ajv-keywords to the latest version 🚀#39

Closed
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/ajv-keywords-3.2.0
Closed

Update ajv-keywords to the latest version 🚀#39
greenkeeper[bot] wants to merge 2 commits into
masterfrom
greenkeeper/ajv-keywords-3.2.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented Apr 28, 2018

Copy link
Copy Markdown
Contributor

Version 3.2.0 of ajv-keywords was just published.

Dependency ajv-keywords
Current Version 3.1.0
Type devDependency

The version 3.2.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ajv-keywords.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.2.0

Keyword "transform" (@willfarrell, #64)

Commits

The new version differs by 10 commits.

  • 97c8570 3.2.0
  • 85011ec Merge branch 'willfarrell-feature/coerce'
  • e9789e3 remove ignored "schema" parameter from definition
  • 9416073 docs: update readme to reflect ajv-pack usage
  • 604c8cf refactor: change name to transform
  • 8d3fc30 docs: write docs for coerce keyword
  • 46ee25e test: add test for compile errors
  • bca7627 feat: add in new keyword coerce
  • 847c781 Merge pull request #49 from epoberezkin/greenkeeper/mocha-5.0.0
  • 6c85513 chore(package): update mocha to version 5.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper greenkeeper Bot added the greenkeeper Automated dependency update label Apr 28, 2018
@gregswindle gregswindle self-requested a review April 29, 2018 02:44
@gregswindle gregswindle added priority: low Product enhancement status: accepted Defect confirmed or feature endorsed for work type: fix Defect repairs. ⇧ Bumps the PATCH semver. type: build Changes that affect the build system or external dependencies. type: test type: dependency Update or pin a third-party library. ⇧ Bump the PATCH semver: commit with change type "fix". labels May 1, 2018
@gregswindle gregswindle removed the type: build Changes that affect the build system or external dependencies. label May 3, 2018
gregswindle added a commit that referenced this pull request Sep 20, 2018
Closes GH-39
Closes GH-41
Closes GH-43
Closes GH-44
Closes GH-47
Closes GH-48
Closes GH-49
Closes GH-50
Closes GH-51
Closes GH-52
Closes GH-53
Closes GH-54
Closes GH-55
Closes GH-56
Closes GH-57
Closes GH-58
Closes GH-59
Closes GH-60
Closes GH-61
Closes GH-62
Closes GH-63
Closes GH-64
Closes GH-65
Closes GH-66
Closes GH-67
gregswindle pushed a commit that referenced this pull request Sep 20, 2018
Update all modules.

GH-68

docs(csv): add sample CSV

docs(csv): add sample CSV

From `gregswindle/eslint-plugin-crc` Issues.

feat(analytics): add yeomon/insight

Prompts consumers to allow for tracking on Google Analytics

GH-20

ci(travis): clarify release step

GH-20

docs(contribute): update toc & scripts

GH-20

chore(dependencies): update outdated npms

Closes GH-39
Closes GH-41
Closes GH-43
Closes GH-44
Closes GH-47
Closes GH-48
Closes GH-49
Closes GH-50
Closes GH-51
Closes GH-52
Closes GH-53
Closes GH-54
Closes GH-55
Closes GH-56
Closes GH-57
Closes GH-58
Closes GH-59
Closes GH-60
Closes GH-61
Closes GH-62
Closes GH-63
Closes GH-64
Closes GH-65
Closes GH-66
Closes GH-67

ci(node): update engine

Enfore >= 9.0.0

ci(node): update engine

Use 10.0.0 or higher.
gregswindle added a commit that referenced this pull request Sep 20, 2018
## Description of change

Update all node_modules.

### Associated issue(s)

Closes #39
Closes #41
Closes #43
Closes #44
Closes #47
Closes #48
Closes #49
Closes #50
Closes #51
Closes #52
Closes #53
Closes #54
Closes #55
Closes #56
Closes #57
Closes #58
Closes #59
Closes #60
Closes #61
Closes #62
Closes #63
Closes #64
Closes #65
Closes #66
Closes #67

### Acceptance criteria/task completion

* [x] The acceptance criteria for all associated issues have been completed, tested, and validated.

## PR check-list

> **:white_check_mark: Please review and check the appropriate items.**

#### 1. **Code standards compliance**

[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

* [x] `ESLint` passes.

#### 2. **Code quality** [![Quality Gate][sonar-gate-img]][sonar-gate-url]

* [x] The quality gateways pass with an "A" grade.

| Measure               | Scores                                                                                                                                                                                                                                                                                                                                                                                                   |
| :-------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`Complexity`**      | [![Complexity][sonar-complexity-img]][sonar-complexity-url]<br>[![Cognitive complexity][sonar-cognitive-img]][sonar-cognitive-url]<br>[![Complexity per Class][sonar-complexity-class-img]][sonar-complexity-class-img]<br>[![Complexity per file][sonar-complexity-file-img]][sonar-complexity-file-img] <br>[![Complexity per Function][sonar-complexity-function-img]][sonar-complexity-function-url] |
| **`Duplications`**    | [![Duplications][sonar-duplications-img]][sonar-duplications-url]                                                                                                                                                                                                                                                                                                                                        |
| **`Issues`**          | [![Issues][sonar-issues-img]][sonar-issues-url]                                                                                                                                                                                                                                                                                                                                                          |
| **`Maintainability`** | [![Code smells][sonar-code-smells-img]][sonar-code-smells-url]<br>[![Maintainability][sonar-maintainability-img]][sonar-maintainability-url]<br>[![Technical debt][sonar-tech-debt-img]][sonar-tech-debt-url]                                                                                                                                                                                            |
| **`Reliability`**     | [![Reliability][sonar-reliability-img]][sonar-reliability-url]                                                                                                                                                                                                                                                                                                                                           |
| **`Security`**        | [![Security][sonar-security-img]][sonar-security-url]                                                                                                                                                                                                                                                                                                                                                    |

#### 3. **Test coverage** [![Coverage Status][sonar-coverage-img]][sonar-coverage-url]

* [x] The source code is 100% covered with passing specs.

> ** These tasks are not required to open a PR, and may be addresses while the PR is open.**

[coveralls-img]: https://coveralls.io/repos/github/commonality/architecture-decision-records/badge.svg
[coveralls-url]: https://coveralls.io/github/commonality/architecture-decision-records
[sonar-code-smells-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=code_smells
[sonar-code-smells-url]: https://sonarcloud.io/component_measures/metric/code_smells/list?id=gregswindle-github-resource-converter&metric=code_smells
[sonar-cognitive-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=cognitive_complexity
[sonar-cognitive-url]: https://sonarcloud.io/component_measures/metric/cognitive_complexity/list?id=gregswindle-github-resource-converter&metric=cognitive_complexity
[sonar-complexity-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=complexity
[sonar-complexity-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=complexity
[sonar-complexity-function-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=function_complexity
[sonar-complexity-function-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=function_complexity
[sonar-complexity-file-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=file_complexity
[sonar-complexity-file-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=file_complexity
[sonar-complexity-class-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=class_complexity
[sonar-complexity-class-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=class_complexity
[sonar-coverage-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=coverage
[sonar-coverage-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=coverage
[sonar-duplications-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=duplicated_line_density
[sonar-duplications-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=duplicated_lines_density
[sonar-gate-img]: http://sonarcloud.io/api/badges/gate?project=gregswindle-github-resource-converter
[sonar-gate-url]: https://sonarcloud.io/dashboard?id=gregswindle-github-resource-converter
[sonar-issues-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=blocker_violations
[sonar-issues-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=violations
[sonar-maintainability-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=new_maintainability_rating
[sonar-maintainability-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=new_maintainability_rating
[sonar-reliability-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=new_reliability_rating
[sonar-reliability-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=new_reliability_rating
[sonar-security-img]: http://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=vulnerabilities
[sonar-security-url]: https://sonarcloud.io/component_measures?id=gregswindle-github-resource-converter&metric=vulnerabilities
[sonar-tech-debt-img]: https://sonarcloud.io/api/badges/measure?project=gregswindle-github-resource-converter&metric=sqale_debt_ratio
[sonar-tech-debt-url]: https://sonarcloud.io/component_measures/metric/sqale_index/list?id=gregswindle-github-resource-converter&metric=sqale_debt_ratio
@greenkeeper greenkeeper Bot deleted the greenkeeper/ajv-keywords-3.2.0 branch September 20, 2018 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

greenkeeper Automated dependency update priority: low Product enhancement status: accepted Defect confirmed or feature endorsed for work type: dependency Update or pin a third-party library. ⇧ Bump the PATCH semver: commit with change type "fix". type: fix Defect repairs. ⇧ Bumps the PATCH semver. type: test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant