Skip to content

Update @octokit/rest to the latest version 🚀#50

Closed
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/@octokit/rest-15.4.0
Closed

Update @octokit/rest to the latest version 🚀#50
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/@octokit/rest-15.4.0

Conversation

@greenkeeper

@greenkeeper greenkeeper Bot commented May 8, 2018

Copy link
Copy Markdown
Contributor

Version 15.4.0 of @octokit/rest was just published.

Dependency @octokit/rest
Current Version 15.2.7
Type dependency

The 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.0

15.4.0 (2018-05-08)

Features

Commits

The new version differs by 59 commits.

  • 631cd12 build(package): publish as latest
  • a346e8a build: routes for API docs
  • c7a68ed feat: checks APIs
  • 9455dc9 build(api docs): fix parameter member labels
  • 66c627f build(routes): ignore undocumented .getById() endpoint methods
  • ad5d7f5 build(package): update @octokit/routes to version 7.2.0
  • 2050cfd build(package): publish with @next dist-tag
  • d70ecc1 fix: various fixes
  • 87197df test: 100% coverage
  • 70bec4d build(typescript): support nested parameters
  • 42a7a49 fix: throw "cannot be null" error correctly
  • ad64b02 ci(travis): updating routes.json when GK updates @octokit/rest
  • b9608a8 deprecate: client.activiy.getEventsForRepoIssues()
  • 191a554 feat: support deprecation and aliasing of method names
  • a428fa7 test: 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 🌴

@greenkeeper greenkeeper Bot added the greenkeeper Automated dependency update label May 8, 2018
greenkeeper Bot added a commit that referenced this pull request May 11, 2018
@greenkeeper

greenkeeper Bot commented May 11, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.4.1 just got published.

Update to this version instead 🚀

Release Notes v15.4.1

15.4.1 (2018-05-11)

Bug Fixes

  • validate: default to empty member array if optional parent parameter is not set (72bd9af)
  • validate: default to empty member array if optional parent parameter is not set (2a69a3a)
Commits

The new version differs by 15 commits.

  • 72bd9af fix(validate): default to empty member array if optional parent parameter is not set
  • 2a69a3a fix(validate): default to empty member array if optional parent parameter is not set
  • 8ad8919 build: routes
  • b665a2b chore(package): update @octokit/routes to version 7.2.6
  • d29eb23 chore(package): update @octokit/routes to version 7.2.5
  • ef9dd1e ci(travis): fix syntax
  • b716c30 build: routes
  • 23510d8 chore(package): update @octokit/routes to version 7.2.4
  • def5bca ci(travis): don’t fail if the greenkeeper script does not emit any changes
  • 46d2396 ci(travis): don’t fail if the greenkeeper script does not emit any changes
  • 4a227b4 ci(travis): set author when commiting changes in greenkeeper script
  • a398df4 ci(travis): adapt greenkeeper script for routes updates
  • 65c3a29 build: routes
  • beef653 chore(package): update @octokit/routes to version 7.2.3
  • 3aa8901 ci(travis): fix git push command for greenkeeper-routes-update

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 14, 2018
@greenkeeper

greenkeeper Bot commented May 14, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.5.0 just got published.

Update to this version instead 🚀

Release Notes v15.5.0

15.5.0 (2018-05-14)

Bug Fixes

  • routes: default header for checks APIs (96a2f95)
  • amend accept header for github apps, keep custom accept headers intact (09e3c46)
  • workaround for github.activity.markNotificationsAsRead() (#694) (c1fc675)

Features

  • authentication type "app". "integration" is now deprecated (b56f0d2)
Commits

The new version differs by 14 commits.

  • c1fc675 fix: workaround for github.activity.markNotificationsAsRead() (#694)
  • 935c55c test: mark notifications as read
  • be0be42 test: correctly authenticate as app
  • 2f11117 refactor: remove obsolete application/vnd.github.machine-man-preview default header, it gets added automatically when authenticating as an app
  • 09e3c46 fix: amend accept header for github apps, keep custom accept headers intact
  • c614739 test: add machine preview header when authenticated as apps
  • 96a2f95 fix(routes): default header for checks APIs
  • 5c3d5a0 test: set default header for new checks API
  • cde9ac2 test: custom headers are case insensitive
  • 4eb46d8 test: case-insensitive accept header for #861
  • b56f0d2 feat: authentication type "app". "integration" is now deprecated
  • 2aa238b test: adapt app authentication test
  • c2371ba deprecate: authentication type "integration"
  • 726bf35 test: deprecate authentication type "integration"

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 15, 2018
@greenkeeper

greenkeeper Bot commented May 15, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.5.1 just got published.

Update to this version instead 🚀

Release Notes v15.5.1

15.5.1 (2018-05-15)

Bug Fixes

  • typescript definitions for "app" authentication (#873) (40c602c)
Commits

The new version differs by 1 commits.

  • 40c602c fix: typescript definitions for "app" authentication (#873)

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 16, 2018
@greenkeeper

greenkeeper Bot commented May 16, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.6.0 just got published.

Update to this version instead 🚀

Release Notes v15.6.0

15.6.0 (2018-05-16)

Features

  • .checks.createSuite() and .checks.requestSuites() (#876) (d71a3fe)
Commits

The new version differs by 2 commits.

  • d71a3fe feat: .checks.createSuite() and .checks.requestSuites() (#876)
  • 30aad08 docs(README): typo in browser example (#875)

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 19, 2018
@greenkeeper

greenkeeper Bot commented May 19, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.6.1 just got published.

Update to this version instead 🚀

Release Notes v15.6.1

15.6.1 (2018-05-19)

Bug Fixes

  • adds "machine-man" preview header when authenticated as installation (0a94098)
Commits

The new version differs by 3 commits.

  • 0a94098 fix: adds "machine-man" preview header when authenticated as installation
  • 1e81138 test: adds "machine-man" preview header when authenticated as installation
  • 23a2ce4 docs(README): authenticate, use 'app' for apps

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 22, 2018
@greenkeeper

greenkeeper Bot commented May 22, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.6.2 just got published.

Update to this version instead 🚀

Release Notes v15.6.2

15.6.2 (2018-05-22)

Bug Fixes

  • pagination with preview header (469991d)
Commits

The new version differs by 2 commits.

  • 469991d fix: pagination with preview header
  • 0911193 test: pagination with preview header

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 24, 2018
@greenkeeper

greenkeeper Bot commented May 24, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.7.0 just got published.

Update to this version instead 🚀

Release Notes v15.7.0

15.7.0 (2018-05-24)

Features

  • .orgs.createInvitation() (8a3399e)
  • .orgs.getInvitationTeams() (6d6371b)
  • .projects.addCollaborator() (578fb52)
  • .projects.getCollaborators() (f92029e)
  • .projects.getUserPermissionLevel() (4c90f3d)
  • .projects.removeCollaborator() (852899f)
  • .reactions.createForTeamDiscussion() (028eaab)
  • .reactions.createForTeamDiscussionComment() (f11fc3d)
  • .reactions.getForTeamDiscussion() (1287395)
  • .reactions.getForTeamDiscussionComment() (de62fed)
  • .repos.addProtectedBranchRequiredSignatures() (261e8c6)
  • .repos.getProtectedBranchRequiredSignatures() (29623d5)
  • .repos.removeProtectedBranchRequiredSignatures() (a34ebb4)
  • .repos.transfer() (9116866)
  • .search.labels() (236e401)
  • .search.topics() (9274f9e)
  • .users.getContextForUser() (c273788)
Commits

The new version differs by 20 commits.

  • 15d1f62 build(typescript): integer array type
  • c273788 feat: .users.getContextForUser()
  • 9274f9e feat: .search.topics()
  • 236e401 feat: .search.labels()
  • 9116866 feat: .repos.transfer()
  • a34ebb4 feat: .repos.removeProtectedBranchRequiredSignatures()
  • 29623d5 feat: .repos.getProtectedBranchRequiredSignatures()
  • 261e8c6 feat: .repos.addProtectedBranchRequiredSignatures()
  • 1287395 feat: .reactions.getForTeamDiscussion()
  • de62fed feat: .reactions.getForTeamDiscussionComment()
  • 028eaab feat: .reactions.createForTeamDiscussion()
  • f11fc3d feat: .reactions.createForTeamDiscussionComment()
  • 852899f feat: .projects.removeCollaborator()
  • f92029e feat: .projects.getCollaborators()
  • 4c90f3d feat: .projects.getUserPermissionLevel()

There are 20 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request May 27, 2018
@greenkeeper

greenkeeper Bot commented May 27, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.8.0 just got published.

Update to this version instead 🚀

Release Notes v15.8.0

15.8.0 (2018-05-27)

Bug Fixes

  • repository_id parameter is required for .search.labels() (b7e3add)
  • don’t log same deprecation message twice (c745f7e)

Features

  • actions{} parameter added to .checks.create() and .checks.update() (79925a1)
  • response.headers (deprecates response.meta) (7ec8a03)
  • response.status (5bf104c)
Commits

The new version differs by 20 commits.

  • 347b59d refactor: response.meta -> response.headers
  • 5bf104c feat: response.status
  • 7ec8a03 feat: response.headers (deprecates response.meta)
  • 244c7bf build: adapt typescript definitions for response.headers & response.data
  • 8c38374 docs(README): show response status & headers in code examples
  • 6b0f254 test: response.headers and response.status
  • e386e7a test: adopt for deprecated parameter names
  • 6584e60 build: routes for API docs
  • c62b2bc deprecate: id parameter renamed to <resource>_id for several methods
  • 59207cc deprecate: oldname parameter renamed to current_name for .issues.updateLabel()
  • 79925a1 feat: actions{} parameter added to .checks.create() and .checks.update()
  • b7e3add fix: repository_id parameter is required for .search.labels()
  • a1b5242 refactor: deviate deprecation message from alias
  • 82e6907 build(generate-routes): adapt from scope name change (migration -> migrations)
  • 3283733 build(package): update @octokit/routes to version 8.0.1

There are 20 commits in total.

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper

greenkeeper Bot commented Jun 2, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.8.1 just got published.

Update to this version instead 🚀

Release Notes v15.8.1

Bug Fixes

  • restore compatibility with v4 (#901)
Commits

The new version differs by 2 commits.

  • 65bc7f9 ci(travis): add smoke test for Node 4 while we still support it
  • ed154b6 fix: syntax error in latest with node v4

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 12, 2018
@greenkeeper

greenkeeper Bot commented Jun 12, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.8.2 just got published.

Update to this version instead 🚀

Release Notes v15.8.2

15.8.2 (2018-06-12)

Bug Fixes

  • don’t require "id" for webhook APIs (27f334f), closes #911
Commits

The new version differs by 8 commits.

  • 27f334f fix: don’t require "id" for webhook APIs
  • 216713a chore(package): update dotenv to version 6.0.0
  • bedaee3 chore(package): update nyc to version 12.0.1
  • da23646 build(package): update webpack-cli to version 3.0.0 (#905)
  • a5db496 ci(cypress): rename configuration for cypress v3
  • a8c139a chore(package): update cypress to version 3.0.0
  • 7dfe4d1 deprecate: :name property for getCommunityProfileMetrics is now :repo
  • d922228 chore(package): update @octokit/routes to version 9.0.0

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 17, 2018
@greenkeeper

greenkeeper Bot commented Jun 17, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.9.0 just got published.

Update to this version instead 🚀

Release Notes v15.9.0

15.9.0 (2018-06-17)

Bug Fixes

  • Define Accept header for all migration routes (3ae2673)

Features

  • .aps.find{Org,Repo,User}Installation (c4e5c45)
  • user migration methods (74dd274)
Commits

The new version differs by 10 commits.

  • 7e5c8a5 chore(package): update sinon to version 6.0.0
  • b1db41e build(package): @octokit/routes@^9.1.1
  • 7df925b build: routes for documentation
  • c4e5c45 feat: .aps.find{Org,Repo,User}Installation
  • f058498 chore(package): update @octokit/routes to version 9.1.0
  • 3ae2673 fix: Define Accept header for all migration routes
  • 8225347 build: routes for docs
  • 74dd274 feat: user migration methods
  • 0f31c5d build: routes
  • 0d71191 chore(package): update @octokit/routes to version 9.0.2

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 20, 2018
@greenkeeper

greenkeeper Bot commented Jun 20, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.9.1 just got published.

Update to this version instead 🚀

Release Notes v15.9.1

15.9.1 (2018-06-20)

Bug Fixes

  • "actions" parameter for .checks.{create,update}() is an array (663689d)
Commits

The new version differs by 4 commits.

  • f4ac567 build: routes for API docs
  • 663689d fix: "actions" parameter for .checks.{create,update}() is an array
  • bfd2b89 chore(package): update @octokit/routes to version 9.1.2
  • d4f9a80 test: create check with empty actions array (#922)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 23, 2018
@greenkeeper

greenkeeper Bot commented Jun 23, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.9.2 just got published.

Update to this version instead 🚀

Release Notes v15.9.2

15.9.2 (2018-06-23)

Bug Fixes

  • team_id parameter renamed to team_ids for client.repos.transfer(). team_id is now deprecated. (5833cf0)
Commits

The new version differs by 5 commits.

  • f540067 build: update routes for API docs
  • 5833cf0 fix: team_id parameter renamed to team_ids for client.repos.transfer(). team_id is now deprecated.
  • 3c2f596 build(generate-routes): helpful error message when parameter is missing on current method
  • 2ce2eaf chore(package): update @octokit/routes to version 11.0.1
  • b4841f9 docs: lowercase title for "Get a reference" endpoint (#929)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 28, 2018
@greenkeeper

greenkeeper Bot commented Jun 28, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.9.3 just got published.

Update to this version instead 🚀

Release Notes v15.9.3

15.9.3 (2018-06-28)

Bug Fixes

  • archive and archived_state parameter definitions (#935) (e2c5dcd)
Commits

The new version differs by 1 commits.

  • e2c5dcd fix: archive and archived_state parameter definitions (#935)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Jun 30, 2018
@greenkeeper

greenkeeper Bot commented Jun 30, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.9.4 just got published.

Update to this version instead 🚀

Release Notes v15.9.4

15.9.4 (2018-06-30)

Bug Fixes

Commits

The new version differs by 2 commits.

  • ef2b493 fix: lambda compatibility (#939)
  • 7bcaa4e build(package): update @octokit/routes to version 11.1.1 (#938)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Aug 1, 2018
@greenkeeper

greenkeeper Bot commented Aug 1, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.9.5 just got published.

Update to this version instead 🚀

Release Notes v15.9.5

15.9.5 (2018-08-01)

Bug Fixes

  • #950: mark deprecated properties as optional in typescript typings (bbb066b), closes #950
Commits

The new version differs by 4 commits.

  • bbb066b fix(#950): mark deprecated properties as optional in typescript typings
  • e8a786e docs(examples): update removeAssigneesFromIssue example
  • a2b9e35 refactor: remove obsolete workaround
  • fbc85b0 build(package): @octokit/fixtures-server@^2.1.5

See the full diff

greenkeeper Bot added a commit that referenced this pull request Aug 15, 2018
@greenkeeper

greenkeeper Bot commented Aug 15, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.9.6 just got published.

Update to this version instead 🚀

Release Notes v15.9.6

15.9.6 (2018-08-15)

Bug Fixes

  • archived_state enums, name no longer required for check run update (e6bd41a)
  • remove 'head_branch' from checks API validation (a1b1dd2)
Commits

The new version differs by 7 commits.

  • 8634542 build: routes for documentation
  • e6bd41a fix: archived_state enums, name no longer required for check run update
  • a1b1dd2 fix: remove 'head_branch' from checks API validation
  • 47a03a6 build(package): update @octokit/routes to version 11.4.2
  • e46c88d build(package): fix standard-markdown usage
  • 92d1056 docs(SSL testing): how to update self-signed certificates for testing
  • 3b76a7f test: update certificates for local SSL tests

See the full diff

greenkeeper Bot added a commit that referenced this pull request Aug 16, 2018
@greenkeeper

greenkeeper Bot commented Aug 16, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.10.0 just got published.

Update to this version instead 🚀

Release Notes v15.10.0

15.10.0 (2018-08-16)

Features

Commits

The new version differs by 1 commits.

  • 177faa4 feat(typescript): response types (#948)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 4, 2018
@greenkeeper

greenkeeper Bot commented Sep 4, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.11.0 just got published.

Update to this version instead 🚀

Release Notes v15.11.0

15.11.0 (2018-09-04)

Bug Fixes

  • routes: adapt Installation Access Token route (830088c)

Features

  • routes: annotation parameter renames (filename -> path, warning_level -> annotation_level, blob_href removed) (39ed9fd)
  • routes: checks.rerequestSuite() (1c608f5)
Commits

The new version differs by 5 commits.

  • 0f1aadb build: routes for docs
  • 830088c fix(routes): adapt Installation Access Token route
  • 1c608f5 feat(routes): checks.rerequestSuite()
  • 39ed9fd feat(routes): annotation parameter renames (filename -> path, warning_level -> annotation_level, blob_href removed)
  • e1399d0 chore(package): update @octokit/routes to version 12.0.0

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 5, 2018
@greenkeeper

greenkeeper Bot commented Sep 5, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.11.1 just got published.

Update to this version instead 🚀

Release Notes v15.11.1

15.11.1 (2018-09-05)

Bug Fixes

Commits

The new version differs by 2 commits.

  • ef31fac fix(typescript): add definitions for parameters that map to the request body root (#1007)
  • 81e5480 fix: move @gimenete/type-writer to devDependencies (#993)

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 12, 2018
@greenkeeper

greenkeeper Bot commented Sep 12, 2018

Copy link
Copy Markdown
Contributor Author

Version 15.11.2 just got published.

Update to this version instead 🚀

Release Notes v15.11.2

15.11.2 (2018-09-12)

Bug Fixes

  • typescript: add namespace to return types (#999) (8f62e06)
Commits

The new version differs by 2 commits.

  • 8f62e06 fix(typescript): add namespace to return types (#999)
  • e31181c chore(package): update webpack-bundle-analyzer to version 3.0.0

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 16, 2018
@greenkeeper

greenkeeper Bot commented Sep 16, 2018

Copy link
Copy Markdown
Contributor Author
  • The dependency @octokit/rest was updated from 15.2.7 to 15.11.3.

Update to this version instead 🚀

Release Notes for v15.11.3

15.11.3 (2018-09-16)

Bug Fixes

  • typescript: meta property in typings templates was replaced with headers. (#1015) (2ced82e)
  • pullRequests.createFromIssue parameter specifications (#1008) (92ae34b)
Commits

The new version differs by 5 commits.

  • 92ae34b fix: pullRequests.createFromIssue parameter specifications (#1008)
  • 2ced82e fix(typescript): meta property in typings templates was replaced with headers. (#1015)
  • cb386cf docs: update examples to latest standard
  • 97869a3 chore(package): update standard-markdown to version 5.0.1
  • f98c277 chore(package): update nock to version 10.0.0

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 18, 2018
@greenkeeper

greenkeeper Bot commented Sep 18, 2018

Copy link
Copy Markdown
Contributor Author
  • The dependency @octokit/rest was updated from 15.2.7 to 15.11.4.

Update to this version instead 🚀

Release Notes for v15.11.4

15.11.4 (2018-09-17)

Bug Fixes

Commits

The new version differs by 5 commits.

  • ff3fb7d chore(package): update compression-webpack-plugin to version 2.0.0
  • 295b652 style: standard
  • 5a8e435 chore(package): update standard to version 12.0.0
  • 7b58b34 fix(typescript): nullable params (#1024)
  • 34e6568 chore(package): update mustache to version 3.0.0

See the full diff

greenkeeper Bot added a commit that referenced this pull request Sep 20, 2018
@greenkeeper

greenkeeper Bot commented Sep 20, 2018

Copy link
Copy Markdown
Contributor Author
  • The dependency @octokit/rest was updated from 15.2.7 to 15.12.0.

Update to this version instead 🚀

Release Notes for v15.12.0

15.12.0 (2018-09-19)

Features

  • always send octokit/rest.js version in user-agent header (4efa7c3)
Commits

The new version differs by 4 commits.

  • 4efa7c3 feat: always send octokit/rest.js version in user-agent header
  • 34455b8 docs(endpoint): update example with custom user-agent and headers.user-agent default description
  • d102c9c test: always send octokit/rest.js version and environment in user-agent
  • 104f16b build(package): universal-user-agent

See the full diff

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/@octokit/rest-15.4.0 branch September 20, 2018 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

greenkeeper Automated dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant