Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

fix(deps): update all non-major dependencies#4

Open
renovate[bot] wants to merge 1 commit intodevfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#4
renovate[bot] wants to merge 1 commit intodevfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 28, 2018

This PR contains the following updates:

Package Type Update Change
@octokit/rest dependencies minor 16.2.0 -> 16.43.1
@semantic-release/changelog devDependencies patch 3.0.2 -> 3.0.6
@semantic-release/commit-analyzer devDependencies minor 6.1.0 -> 6.3.3
@semantic-release/git devDependencies patch 7.0.7 -> 7.0.18
@semantic-release/github devDependencies minor 5.2.8 -> 5.5.8
@semantic-release/release-notes-generator devDependencies minor 7.1.4 -> 7.3.5
apidoc (source) devDependencies minor 0.17.7 -> 0.20.0
bluebird dependencies minor 3.5.3 -> 3.7.2
netlify-lambda devDependencies minor 1.1.1 -> 1.6.3
semantic-release devDependencies minor 15.13.2 -> 15.14.0

Release Notes

octokit/rest.js

v16.43.1

Compare Source

Bug Fixes
  • TypeScript: named { Octokit } export (486eadd)

v16.43.0

Compare Source

Features

v16.42.2

Compare Source

Bug Fixes

v16.42.1

Compare Source

Bug Fixes
  • do not throw if using deprecated Octokit default export without options (dec7334)

v16.42.0

Compare Source

Features
  • deprecate const Octokit = require("@​octokit/rest") in favor of const { Octokit } = require("@​octokit/rest") (bbc3e48)

v16.41.2

Compare Source

Bug Fixes

v16.41.1

Compare Source

Bug Fixes

v16.41.0

Compare Source

Features
  • typescript: types for latest Action endpoint methods (#​1567) (0758d61)

v16.40.2

Compare Source

Bug Fixes
  • typescript: new auth strategy options (0c7b109)

v16.40.1

Compare Source

Bug Fixes

v16.40.0

Compare Source

Features
  • Actions endpoint methdos (a706b0d)

v16.39.0

Compare Source

Features
  • accessing response.data[namespacekey] in .paginate(options, mapFn) map function now logs a deprecation (3caa24a)

v16.38.3

Compare Source

Bug Fixes

v16.38.2

Compare Source

Bug Fixes
  • everest preview graduated (441c452)
  • add .endpoint() method to all deprecated endpoint methods (9701151)
  • bring back octokit.teams.removeMember() (d439ca7)
  • bring back `octokit.teams.removeMembership() (dadfe9a)
  • correct deprecation message for octokit.apps.* OAuth authorization methods' (5f5e62e)

v16.38.1

Compare Source

Bug Fixes
  • typescript: authStrategy key in Octokit constructor options (fb19f11)

v16.38.0

Compare Source

Features

  • All authentication strategies from @octokit/auth are now supported. Setting auth to an object or a basic authentication string is now deprecated and will be removed in v17 (4573ee2)

v16.37.0

Compare Source

Features
  • .apps.revokeInstallationToken() (ed31137)
  • .migrations.listReposForOrg(), .migrations.listReposForUser() (8777073)
  • .repos.listForOrg()'s type parameter can now be set to "internal" (GitHub Enterprise Cloud only) (9c71d18)
  • visibility parameter for .repos.createForAuthenticatedUser() and .repos.createInOrg() (31b094b)
  • new delete_branch_on_merge parameter for .repos.createForAuthenticatedUser(), .repos.createInOrg(), .repos.update() (c783249)
  • new parameters for .orgs.update(): members_can_create_internal_repositories, members_can_create_private_repositories, members_can_create_public_repositories (7be5174)
  • new parameters for .repos.updateBranchProtection(): allow_deletions, allow_force_pushes, required_linear_history (c5632ff)
  • rename & deprecation of endpoint methods using /teams/:team_id* path internally. The are being replaced by *ForOrg methods that use /orgs/:org/teams/:team_slug* internally. With the next breaking version, the *ForOrg suffix will be removed using another deprecation. (faecc99)
Bug Fixes
  • graduated previews removed: barred-rock, echo, hagar (53b8021)

v16.36.0

Compare Source

Features

v16.35.2

Compare Source

Bug Fixes

v16.35.1

Compare Source

Bug Fixes

v16.35.0

Compare Source

Features
  • .apps.checkAuthorization()
  • .apps.checkToken()
  • .apps.deleteAuthorization()
  • .apps.deleteToken()
  • .apps.resetAuthorization()
  • .apps.resetToken()
  • .apps.revokeAuthorizationForApplication()
  • .apps.revokeGrantForApplication()
Deprecations
  • .apps.checkAuthorization()
  • .apps.resetAuthorization()
  • .apps.revokeAuthorizationForApplication()
  • .apps.revokeGrantForApplication()
  • .oauthAuthorizations.checkAuthorization
  • .oauthAuthorizations.createAuthorization
  • .oauthAuthorizations.deleteAuthorization
  • .oauthAuthorizations.deleteGrant
  • .oauthAuthorizations.getAuthorization
  • .oauthAuthorizations.getGrant
  • .oauthAuthorizations.getOrCreateAuthorizationForApp
  • .oauthAuthorizations.getOrCreateAuthorizationForAppAndFingerprint
  • .oauthAuthorizations.listAuthorizations
  • .oauthAuthorizations.listGrants
  • .oauthAuthorizations.resetAuthorization
  • .oauthAuthorizations.revokeAuthorizationForApplication
  • .oauthAuthorizations.revokeGrantForApplication
  • .oauthAuthorizations.updateAuthorization

See also: https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/

Fixes
  • .repos.listTopics() & .repos.replaceTopics(): required mercy preview header set by default

v16.34.1

Compare Source

Bug Fixes
  • typescript: Include done callback in Paginate interface (6e2051b)

v16.34.0

Compare Source

Bug Fixes
  • remove obsolete plugin to normalize git reference responses (3933c24)
Features
  • multi-line review comments, client_payload parameter for creating a repository dispatch event, listing installations for an organization (e891d4e)

v16.33.1

Compare Source

Bug Fixes

v16.33.0

Compare Source

Features
  • options: add timeZone option (8a1fb13)

v16.32.0

Compare Source

Features
  • types: add deprecation jsdoc for deprecated methods (f7c31af)
  • types: mark params deprecated if description has 'deprecated' (ffe9aaa)

v16.31.0

Compare Source

Bug Fixes
  • index.js: remove unused scope query field (58443cd)
Features
  • deprecated: Show a message for deprecated methods (453ebcc)

v16.30.2

Compare Source

Bug Fixes

v16.30.1

Compare Source

Bug Fixes

v16.30.0

Compare Source

Features
  • octokit.pulls.createFromIssue()` is deprecated. Useoctokit.pulls.create()` instead (6f939ad)

v16.29.0

Compare Source

Bug Fixes
  • luke-cage header is not required (9926988)
  • restrictions.teams and restrictions.users are required for `octokit.repos.updateBranchProtection() (d68aa77)
  • add deprecation messages for octokit.teams.{add,get,remove}Member() (f4e0a1b)
  • add enum for privacy parameter for octokit.teams.edit() (71ba2ae)
  • alias for "sha" is "ref" for octokit.repos.getCommit() (9164417)
  • remove incorrect page/per_page parameters from PATCh requests (6395735)
  • remove incorrect page/per_page parameters from POST requests (a7a45ac)
  • remove unused page and per_page parameters from octokit.repos.listProtectedBranchTeamRestrictions() (3c04006)
  • set "luke-cage" preview request for branch protection endpoint methods (6a3d318)
  • validate enum values always as strings (22fb9ab)
Features
  • octokit.pulls.createReviewCommentReply() (c7831d3)
  • deprecation: octokit.pulls.createCommentReply() has been renamed to octokit.pulls.createComment() (b59f0b5)
  • deprecation: octokit.repos.listProtectedBranchTeamRestrictions & octokit.repos.listTeamsWithAccessToProtectedBranch -> octokit.repos.getTeamsWithAccessToProtectedBranch (9e3b5b1)
  • deprecation: octokit.repos.listProtectedBranchUserRestrictions & octokit.repos.listUsersWithAccessToProtectedBranch -> octokit.repos.getUsersWithAccessToProtectedBranch (5896712)
  • octokit.repos.addProtectedBranchAppRestrictions(), octokit.repos.removeProtectedBranchAppRestrictions(), octokit.repos.replaceProtectedBranchAppRestrictions() (542c7e7)
  • octokit.repos.createDispatchEvent() (eee4ae6)
  • octokit.repos.listAppsWithAccessToProtectedBranch() -> octokit.repos.getAppsWithAccessToProtectedBranch() (4d4fe03)

v16.28.9

Compare Source

Bug Fixes
  • package: update universal-user-agent to version 4.0.0 (b5a96a9)

v16.28.8

Compare Source

Bug Fixes
  • package: remove unused url-template dependency (484eccd)

v16.28.7

Compare Source

Bug Fixes
  • normalize pagination for "List installations for a user" endpoint (#​1440) (7b51cee)

v16.28.6

Compare Source

Bug Fixes

v16.28.5

Compare Source

Bug Fixes
  • "owner" parameter is no longer conflicting in octokit.repos.createUsingTemplate() (#​1431) (fe605fe)

v16.28.4

Compare Source

Bug Fixes
  • package: update universal-user-agent to version 3.0.0 (a579ae5)

v16.28.3

Compare Source

Bug Fixes

v16.28.2

Compare Source

Bug Fixes

v16.28.1

Compare Source

Bug Fixes
  • add "rocket" and "eyes" to set of supported reactions (69462e0)

v16.28.0

Compare Source

Features
  • commit_sha parameter forrepos.listCommentsForCommit()andrepos.createCommitComment()` (1e7c3a8)
  • repos.createOrUpdateFile() (63a5e99)
  • repos.enableAutomatedSecurityFixes() and repos.disableAutomatedSecurityFixes() (ebab182)
  • repos.updateBranch() (5ba501e)

v16.27.3

Compare Source

Bug Fixes
  • typescript: Octokit#plugin argument type for plugins (#​1385) (05bc206)

v16.27.2

Compare Source

Bug Fixes
  • author.* and committer.* parameter validation for .repos.deleteFile() (#​1384) (2155b1a)

v16.27.1

Compare Source

Bug Fixes
  • typo in deprecation message for .repos.getCommitRefSha() (ade2d00)

v16.27.0

Compare Source

Features
  • octokit.repos.getCommitRefSha() is deprecated, use octokit.repos.getCommit() instead (9e0aeaf)

v16.26.0

Compare Source

Features
  • .repos.enableVulnerabilityAlerts()
  • .repos.disableVulnerabilityAlerts()
Fixes
  • source parameter for .repos.enablePagesSite()

v16.25.6

Compare Source

Bug Fixes

v16.25.5

Compare Source

Bug Fixes
  • package: update deprecation to version 2.0.0 (06af662)

v16.25.4

Compare Source

Bug Fixes

v16.25.3

Compare Source

Bug Fixes

v16.25.2

Compare Source

Bug Fixes
  • do not mutate options passed to endpoint methods (fe51f06)

v16.25.1

Compare Source

Bug Fixes

v16.25.0

Compare Source

Features

v16.24.3

Compare Source

Bug Fixes
  • throw 400 Bad Request error when octokit.issues.get() without parameters (a102378)

v16.24.2

Compare Source

Bug Fixes
  • implement deprecation for parameters in .endpoint() and .endpoint.merge() (8cebbfa)

v16.24.1

Compare Source

Features
  • :commit_sha parameter for .git.getCommit(). Deprecates :sha (1b98f9c)
  • :issue_number, :milestone_number, :pull_number parameters. Deprecates :number (87dc7c6)
  • .repos.listBranchesForHeadCommit() (473642d)
  • .repos.listPullRequestsAssociatedWithCommit() (4a74d40)
Bug Fixes

v16.24.0

Compare Source

⚠️ This release has a bug, see #​1323

Update to v16.24.1 instead.

v16.23.5

Compare Source

Bug Fixes
  • .paginate() with results namespace (GET /installation/repositories, single page response) (27e2977)

v16.23.4

Compare Source

Bug Fixes

v16.23.3

Compare Source

Bug Fixes

v16.23.2

Compare Source

Bug Fixes
  • normalize pagination for responses with repository_selection property (27dff8c)

v16.23.1

Compare Source

Bug Fixes

v16.23.0

Compare Source

Features
  • options.auth can be set to token without a prefix (736174e)

v16.22.0

Compare Source

Features

v16.21.1

Compare Source

Bug Fixes
  • assure single object/array responses for .git.getRef()/.git.listRefs() (8ed1b9d)

v16.21.0

Compare Source

Features
  • author.*, committer.*, signature parameters for .git.createCommit() (dca2d51)
  • draft argument for creating a pull request (0e98b5b)
Bug Fixes
  • call auth.on2fa again if OTP becomes invalid (eb1ebab)

v16.20.0

Compare Source

Deprecation
  • deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results (e34a1df)
Bug Fixes

v16.19.0

Compare Source

Features
  • octokit.repos.enablePagesSite() and octokit.repos.disablePagesSite() (a91f162), closes #​1284
Bug Fixes
  • mister-fantastic preview not required for .repos.{getPages|updateInformationAboutPagesSite} (21f54ed)

v16.18.1

Compare Source

Bug Fixes
  • two-factor auth: persist one-time password header on subsequent requests (#​1281) (db6af77)

v16.18.0

Compare Source

Features
  • media type format and previews (6ac0b9f)

    octokit.issues.get({
      owner, 
      repo, 
      number,
      mediaType: {
        format: 'full+json',
        previews: ['symmetra']
      }
    })
Bug Fixes
  • don’t swallow errors thrown in options.auth function (6660902)

v16.17.1

Compare Source

Bug Fixes
  • log a deprecations only once, and not as Error (547fe40)
  • set machine-man preview for .apps.listRepos() and .apps.getBySlug() (b2be62c)

v16.17.0

Compare Source

Features
Deprecations
  • octokit.licenses.list()

v16.16.5

Compare Source

Bug Fixes

v16.16.4

Compare Source

Bug Fixes
  • package: update before-after-hook (aa54fb8)

v16.16.3

Compare Source

Bug Fixes

v16.16.2

Compare Source

Bug Fixes
  • paginate search results (8373934)

v16.16.1

Compare Source

Bug Fixes

v16.16.0

Compare Source

Features
  • .projects.createForAuthenticatedUser(), .projects.listForUser() (735d46f)

v16.15.1

Compare Source

Bug Fixes
  • don’t swallow errors thrown in options.auth function (1a91248)

v16.15.0

Compare Source

Bug Fixes
  • name parameter no longer required for octokit.repos.createHook() (6e53694)
Features
  • sort and direction parameters for octokit.repos.listForOrg() (2f9f5df)

v16.14.1

Compare Source

Bug Fixes

v16.14.0

Compare Source

Features

This release adds 4 new methods

  1. octokit.log.debug()
  2. octokit.log.info()
  3. octokit.log.warn()
  4. octokit.log.error()

They can be configured using the log client option. By default, octokit.log.debug() and octokit.log.info() are no-ops, while the other two call console.warn() and console.error() respectively.

This can be used for debugging. The simplest way is to set the log option to console

const octokit = require("@&#8203;octokit/rest")({
  log: console
})

console.request("/")

This will log

request { method: "GET",
  baseUrl: "https://api.github.com",
  headers:
   { accept: "application/vnd.github.v3+json",
     "user-agent":
      "octokit.js/0.0.0-semantically-released Node.js/10.15.0 (macOS Mojave; x64)" },
  request: {},
  url: "/" }
GET / - 200 in 514ms

If you like to support a configurable log level, we recommend using the console-log-level module

const octokit = require("@&#8203;octokit/rest")({
  log: require("console-log-level")({ level: "info" })
})

console.request("/")

This will only log

GET / - 200 in 514ms

v16.13.4

Compare Source

Bug Fixes
  • typescript: auth.client_id, auth.client_secret → auth.clientId, auth.clientSecret (#​1227) (1ac39cd)

v16.13.3

Compare Source

Bug Fixes
  • typescript: accept { auth: () => } constructor option (0e11699)

v16.13.2

Compare Source

Bug Fixes
  • typescript: two-factor authentication is on2fa() not on2Fa() (#​1222) (28a6f32)

v16.13.1

Compare Source

Bug Fixes
  • typescript: update typings with new options for constructor (2b73d01)

v16.13.0

Compare Source

Features
  • "auth" constructor options (45a4836)

v16.12.0

Compare Source

Features
  • userAgent, previews and request options (8cf0d4d)

In preparation for v17, instead of

const octokit = new Octokit({
  headers: {
    accept: 'application/vnd.github.jean-grey-preview+json,application/vnd.github.symmetra-preview+json',
    'user-agent': 'octokit/rest.js v1.2.3' // v1.2.3 will be current version
  },
  timeout: 0,
  agent: undefined
})

the new options will be

const octokit = new Octokit({
  userAgent: 'myapp v1.2.3',
  previews: [
    'jean-grey-preview',
    'symmetra-preview'
  ],
  request: {
    timeout: 0,
    agent: undefined
  }
})

The old options will continue to work, but will be deprecated. The baseUrl option will remain the same.

v16.11.0

Compare Source

Bug Fixes
  • handle invalid otp for 2FA (d29ec5a)
Features
  • Resolve requsets with response.url (9517b47)

v16.10.0

Compare Source

Features
  • two-factor authentication (fb38885)

v16.9.0

Compare Source

Features
  • octokit.oauthAuthorizations.getOrCreateAuthorizationForAppAndFingerprint() - octokit.oauthAuthorizations.getOrCreateAuthorizationForAppFingerprint() is now deprecated (fe4d9fb)
  • octokit.repos.updateReview({owner,repo,number,review_id,body}) (6527b32)
  • octokit.search.issuesAndPullRequests() - octokit.search.issues() is now deprecated (a8e392a)
Bug Fixes
  • octokit.projects.update() - invalid public parameter replaced with private (fecabe5)
  • octokit.search.repos() - sort parameter now accepts 'help-wanted-issues' (d528c50)

v16.8.1

Compare Source

Bug Fixes
  • do not load the same plugin again (b4c38e2)

v16.8.0

Compare Source

Features
  • typescript: octokit.registerEndpoints() definitions (724f8f6)
  • typescript: complete .endpoint types (c068824)
Bug Fixes
  • allow to use octokit.registerEndpoints() to merge new endpoints into existing scope (2c672ca)

v16.7.0

Compare Source

v16.6.1

Compare Source

v16.6.0

Compare Source

v16.5.0

Compare Source

v16.4.0

Compare Source

v16.3.2

Compare Source

v16.3.1

Compare Source

v16.3.0

Compare Source

semantic-release/changelog

v3.0.6

Compare Source

Bug Fixes
  • use correct peerDependencies for semantic-release (d36ee06)

v3.0.5

Compare Source

Bug Fixes

v3.0.4

Compare Source

Bug Fixes
  • package: update fs-extra to version 8.0.0 (50ed752)

v3.0.3

Compare Source

Bug Fixes
  • package: update aggregate-error to version 3.0.0 (50789ef)
semantic-release/commit-analyzer

v6.3.3

Compare Source

Bug Fixes
  • package: update conventional-commits-parser to version 3.0.7 (4a929ca)

v6.3.2

Compare Source

Bug Fixes
  • ignore empty commit messages (595c81f)

v6.3.1

Compare Source

Bug Fixes

v6.3.0

Compare Source

Features
  • add support for conventionalcommits preset (edad14c)

v6.2.0

Compare Source

Features
  • allow to disable default release rules with release: false (a71866f)

v6.1.1

Compare Source

Bug Fixes
  • package: update import-from to version 3.0.0 (088819c)
semantic-release/git

v7.0.18

Compare Source

Bug Fixes
  • use correct debug scope (3323aac)

v7.0.17

Compare Source

Bug Fixes
  • package: update execa to version 3.2.0 (5132713)
  • require Node.js >=8.16 (7c9eb9a)

v7.0.16

Compare Source

Bug Fixes
  • package: update globby to version 10.0.0 (a93b846)

v7.0.15

Compare Source

Bug Fixes
  • package: update dir-glob to version 3.0.0 (2819d3b)

v7.0.14

Compare Source

Bug Fixes

v7.0.13

Compare Source

Bug Fixes
  • package: update execa to version 2.0.0 (39c4fd5)

v7.0.12

Compare Source

Bug Fixes
  • package: update fs-extra to version 8.0.0 (712d684)

v7.0.11

Compare Source

Bug Fixes
  • package: update aggregate-error to version 3.0.0 (239eba1)

v7.0.10

Compare Source

Bug Fixes
  • package: update micromatch to version 4.0.0 (94e9e12)

v7.0.9

Compare Source

Bug Fixes
  • package: update p-reduce to version 2.0.0 (7ee4af9)

v7.0.8

Compare Source

Bug Fixes
  • update globby to latest version Pierre Vanduynslager committed (71be783)
semantic-release/github

v5.5.8

Compare Source

Bug Fixes
  • package: update https-proxy-agent to version 4.0.0 (e2a069f)

v5.5.7

Compare Source

Bug Fixes
  • package: update http-proxy-agent to version 3.0.0 (e856c0f)

v5.5.6

Compare Source

Bug Fixes

v5.5.5

Compare Source

Bug Fixes

v5.5.4

Compare Source

Bug Fixes
  • fix parsing or GitHub URL with special character prefix (dea2edc)

v5.5.3

Compare Source

Bug Fixes
  • package: update issue-parser to version 5.0.0 (385fef9)

v5.5.2

Compare Source

Bug Fixes
  • do not fail if forbidden to aadd a comment to an issue (4fda336)

v5.5.1

Compare Source

Bug Fixes
  • package: update https-proxy-agent to version 3.0.0 (7e56da8)

v5.5.0

Compare Source

Features
  • allow to use context variables to generate assets label and name (8503939)

v5.4.4

Compare Source

Bug Fixes

v5.4.3

Compare Source

Bug Fixes

v5.4.2

Compare Source

Bug Fixes
  • package: update globby to version 10.0.0 (0231e7b)

v5.4.1

Compare Source

Bug Fixes
  • package: update dir-glob to version 3.0.0 (3a2da7a)

v5.4.0

Compare Source

Features

v5.3.5

Compare Source

Bug Fixes
  • package: update issue-parser to version 4.0.0 (543e7d6)

v5.3.4

[Compare Source](https://togit


Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot added Bot: Renovate dependencies upgrade from renovate Priority: Low Low priority Status: In Review Need to review a issue/pull-request Type: Dependency For make any change with dependency labels Dec 28, 2018
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 28, 2018

Automerge by [bot]

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f305651 to 2e5efae Compare December 29, 2018 11:51
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies fix(deps): update dependency @octokit/rest to v16.3.0 Dec 29, 2018
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2e5efae to 5674bee Compare January 21, 2019 18:51
@renovate renovate Bot changed the title fix(deps): update dependency @octokit/rest to v16.3.0 fix(deps): update all non-major dependencies Jan 21, 2019
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 5e2b279 to bfba7eb Compare January 26, 2019 22:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c18f7d5 to 475bd92 Compare February 3, 2019 08:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b2458cb to dab7387 Compare February 19, 2019 01:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 02b100b to fe9d0f6 Compare February 28, 2019 05:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 12b7923 to a8b114c Compare April 2, 2019 18:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6f0070d to 04ccec9 Compare April 9, 2019 19:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 04ccec9 to 0e7c768 Compare April 23, 2019 10:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0e7c768 to 08097d6 Compare May 4, 2019 16:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7bc0429 to 25f7908 Compare May 19, 2019 04:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8b7f3e0 to fbcbad6 Compare May 25, 2019 17:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fbcbad6 to 0460434 Compare June 1, 2019 09:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0460434 to 4930af1 Compare June 19, 2019 13:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 4930af1 to cc420ae Compare July 13, 2019 08:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cc420ae to 7193471 Compare August 10, 2019 11:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7193471 to bb001aa Compare August 20, 2019 19:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from bb001aa to 710d469 Compare September 5, 2019 04:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 710d469 to dc00716 Compare October 5, 2019 09:48
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from dc00716 to 58df8cb Compare November 10, 2019 21:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 58df8cb to d0a2304 Compare November 21, 2019 13:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d0a2304 to 0d12d36 Compare December 14, 2019 23:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0d12d36 to ea9463e Compare December 21, 2019 23:51
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ea9463e to 229001e Compare December 31, 2019 03:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 229001e to 72659a1 Compare January 18, 2020 20:53
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 72659a1 to 78f570f Compare February 8, 2020 23:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Bot: Renovate dependencies upgrade from renovate Priority: Low Low priority Status: In Review Need to review a issue/pull-request Type: Dependency For make any change with dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant