Update @octokit/rest to the latest version 🚀#50
Conversation
Version 15.4.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 15 commits.
See the full diff |
Version 15.5.0 just got published.Update to this version instead 🚀 Release Notesv15.5.015.5.0 (2018-05-14)Bug Fixes
Features
CommitsThe new version differs by 14 commits.
See the full diff |
Version 15.5.1 just got published. |
Version 15.6.0 just got published. |
Version 15.6.1 just got published. |
Version 15.6.2 just got published. |
Version 15.7.0 just got published.Update to this version instead 🚀 Release Notesv15.7.015.7.0 (2018-05-24)Features
CommitsThe new version differs by 20 commits.
There are 20 commits in total. See the full diff |
Version 15.8.0 just got published.Update to this version instead 🚀 Release Notesv15.8.015.8.0 (2018-05-27)Bug Fixes
FeaturesCommitsThe new version differs by 20 commits.
There are 20 commits in total. See the full diff |
Version 15.8.1 just got published. |
Version 15.8.2 just got published.Update to this version instead 🚀 CommitsThe new version differs by 8 commits.
See the full diff |
Version 15.9.0 just got published.Update to this version instead 🚀 Release Notesv15.9.015.9.0 (2018-06-17)Bug Fixes
FeaturesCommitsThe new version differs by 10 commits.
See the full diff |
Version 15.9.1 just got published. |
Version 15.9.2 just got published.Update to this version instead 🚀 Release Notesv15.9.215.9.2 (2018-06-23)Bug Fixes
CommitsThe new version differs by 5 commits.
See the full diff |
Version 15.9.3 just got published. |
Version 15.9.4 just got published. |
Version 15.9.5 just got published.Update to this version instead 🚀 CommitsThe new version differs by 4 commits.
See the full diff |
Version 15.9.6 just got published.Update to this version instead 🚀 CommitsThe new version differs by 7 commits.
See the full diff |
Version 15.11.0 just got published.Update to this version instead 🚀 Release Notesv15.11.015.11.0 (2018-09-04)Bug Fixes
FeaturesCommitsThe new version differs by 5 commits.
See the full diff |
Version 15.11.1 just got published. |
Version 15.11.2 just got published. |
Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 5 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v15.12.015.12.0 (2018-09-19)Features
CommitsThe new version differs by 4 commits.
See the full diff |
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
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.
## 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** [](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
Version 15.4.0 of @octokit/rest was just published.
@octokit/restThe version 15.4.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 @octokit/rest.
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
v15.4.015.4.0 (2018-05-08)
Features
Commits
The new version differs by 59 commits.
631cd12build(package): publish as latesta346e8abuild: routes for API docsc7a68edfeat: checks APIs9455dc9build(api docs): fix parameter member labels66c627fbuild(routes): ignore undocumented .getById() endpoint methodsad5d7f5build(package): update @octokit/routes to version 7.2.02050cfdbuild(package): publish with@nextdist-tagd70ecc1fix: various fixes87197dftest: 100% coverage70bec4dbuild(typescript): support nested parameters42a7a49fix: throw "cannot be null" error correctlyad64b02ci(travis): updating routes.json when GK updates @octokit/restb9608a8deprecate: client.activiy.getEventsForRepoIssues()191a554feat: support deprecation and aliasing of method namesa428fa7test: deprecate client.activity.getEventsForRepoIssues()There are 59 commits in total.
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 🌴