Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of @octokit/rest is breaking the build 🚨 #40

Open
greenkeeper bot opened this issue Jan 31, 2019 · 60 comments
Open

An in-range update of @octokit/rest is breaking the build 🚨 #40

greenkeeper bot opened this issue Jan 31, 2019 · 60 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jan 31, 2019

The dependency @octokit/rest was updated from 16.13.4 to 16.14.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v16.14.0

16.14.0 (2019-01-31)

Features

Commits

The new version differs by 2 commits.

  • cbb5c41 feat: custom logging (#1205)
  • eac7427 docs(README): fix installation authentication example

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
Copy link
Author

greenkeeper bot commented Jan 31, 2019

After pinning to 16.13.4 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 1, 2019

  • The dependency @octokit/rest was updated from 16.14.0 to 16.14.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.14.1

16.14.1 (2019-02-01)

Bug Fixes

  • typescript: reference esnext.asynciterable (#1229) (101a246)
Commits

The new version differs by 1 commits.

  • 101a246 fix(typescript): reference esnext.asynciterable (#1229)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 2, 2019

  • The dependency @octokit/rest was updated from 16.14.1 to 16.15.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.15.0

16.15.0 (2019-02-02)

Bug Fixes

  • name parameter no longer required for octokit.repos.createHook() (6e53694)

Features

  • sort and direction parameters for octokit.repos.listForOrg() (2f9f5df)
Commits

The new version differs by 4 commits.

  • 2f9f5df feat: sort and direction parameters for octokit.repos.listForOrg()
  • 6e53694 fix: name parameter no longer required for octokit.repos.createHook()
  • 329c78f build(package): @octokit/routes udate
  • 101a246 fix(typescript): reference esnext.asynciterable (#1229)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2019

  • The dependency @octokit/rest was updated from 16.15.0 to 16.15.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.15.1

16.15.1 (2019-02-19)

Bug Fixes

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

The new version differs by 20 commits.

  • 1b9ee6d ci: ignore errors from coveralls
  • 1a91248 fix: don’t swallow errors thrown in options.auth function
  • 6ffe174 test: options.auth function throws error
  • 4a80c27 ci(travis): only update routes file in "greenkeeper-routes-update" stage
  • 0f2ad54 build: routes
  • 7bc3101 chore(package): update lockfile package-lock.json
  • d6d3dfb chore(package): update @octokit/routes to version 18.6.0
  • cd183b8 chore(package): update lockfile package-lock.json
  • 3035332 chore(package): update mocha to version 6.0.0
  • 0000d13 chore(package): update lockfile package-lock.json
  • d64d22e chore(package): update sinon to version 7.2.4
  • 2adbe90 chore(package): update lockfile package-lock.json
  • ebd446d chore(package): update @types/node to version 11.9.0
  • dbd8f29 chore(package): update lockfile package-lock.json
  • c7817fb chore(package): update nyc to version 13.2.0

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2019

  • The dependency @octokit/rest was updated from 16.15.1 to 16.16.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.16.0

16.16.0 (2019-02-19)

Features

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

The new version differs by 21 commits.

  • 735d46f feat: .projects.createForAuthenticatedUser(), .projects.listForUser()
  • 1b9ee6d ci: ignore errors from coveralls
  • 1a91248 fix: don’t swallow errors thrown in options.auth function
  • 6ffe174 test: options.auth function throws error
  • 4a80c27 ci(travis): only update routes file in "greenkeeper-routes-update" stage
  • 0f2ad54 build: routes
  • 7bc3101 chore(package): update lockfile package-lock.json
  • d6d3dfb chore(package): update @octokit/routes to version 18.6.0
  • cd183b8 chore(package): update lockfile package-lock.json
  • 3035332 chore(package): update mocha to version 6.0.0
  • 0000d13 chore(package): update lockfile package-lock.json
  • d64d22e chore(package): update sinon to version 7.2.4
  • 2adbe90 chore(package): update lockfile package-lock.json
  • ebd446d chore(package): update @types/node to version 11.9.0
  • dbd8f29 chore(package): update lockfile package-lock.json

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2019

  • The dependency @octokit/rest was updated from 16.16.0 to 16.16.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.16.1

16.16.1 (2019-02-27)

Bug Fixes

Commits

The new version differs by 26 commits.

  • a8154c9 fix: "affiliation" is not an enum parameter (#1257)
  • ead2129 docs(README): update authentication examples (#1249)
  • d9bbcb0 build(package): update @octokit/routes to version 18.6.2 (#1253)
  • 460ff51 chore(package): update lockfile package-lock.json
  • 9bce0ba chore(package): update @octokit/routes to version 18.6.1
  • 735d46f feat: .projects.createForAuthenticatedUser(), .projects.listForUser()
  • 1b9ee6d ci: ignore errors from coveralls
  • 1a91248 fix: don’t swallow errors thrown in options.auth function
  • 6ffe174 test: options.auth function throws error
  • 4a80c27 ci(travis): only update routes file in "greenkeeper-routes-update" stage
  • 0f2ad54 build: routes
  • 7bc3101 chore(package): update lockfile package-lock.json
  • d6d3dfb chore(package): update @octokit/routes to version 18.6.0
  • cd183b8 chore(package): update lockfile package-lock.json
  • 3035332 chore(package): update mocha to version 6.0.0

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2019

  • The dependency @octokit/rest was updated from 16.16.1 to 16.16.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.16.2

16.16.2 (2019-02-27)

Bug Fixes

  • paginate search results (8373934)
Commits

The new version differs by 28 commits.

  • 8373934 fix: paginate search results
  • 74d8577 test: paginate search results
  • a8154c9 fix: "affiliation" is not an enum parameter (#1257)
  • ead2129 docs(README): update authentication examples (#1249)
  • d9bbcb0 build(package): update @octokit/routes to version 18.6.2 (#1253)
  • 460ff51 chore(package): update lockfile package-lock.json
  • 9bce0ba chore(package): update @octokit/routes to version 18.6.1
  • 735d46f feat: .projects.createForAuthenticatedUser(), .projects.listForUser()
  • 1b9ee6d ci: ignore errors from coveralls
  • 1a91248 fix: don’t swallow errors thrown in options.auth function
  • 6ffe174 test: options.auth function throws error
  • 4a80c27 ci(travis): only update routes file in "greenkeeper-routes-update" stage
  • 0f2ad54 build: routes
  • 7bc3101 chore(package): update lockfile package-lock.json
  • d6d3dfb chore(package): update @octokit/routes to version 18.6.0

There are 28 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2019

  • The dependency @octokit/rest was updated from 16.16.2 to 16.16.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.16.3

16.16.3 (2019-02-28)

Bug Fixes

Commits

The new version differs by 31 commits.

  • fc4f087 fix: redact credentails from error.request
  • 3cf7d47 fix(package): @octokit/request v2.4.0
  • b9423f2 test: redact credentials in error.request
  • 8373934 fix: paginate search results
  • 74d8577 test: paginate search results
  • a8154c9 fix: "affiliation" is not an enum parameter (#1257)
  • ead2129 docs(README): update authentication examples (#1249)
  • d9bbcb0 build(package): update @octokit/routes to version 18.6.2 (#1253)
  • 460ff51 chore(package): update lockfile package-lock.json
  • 9bce0ba chore(package): update @octokit/routes to version 18.6.1
  • 735d46f feat: .projects.createForAuthenticatedUser(), .projects.listForUser()
  • 1b9ee6d ci: ignore errors from coveralls
  • 1a91248 fix: don’t swallow errors thrown in options.auth function
  • 6ffe174 test: options.auth function throws error
  • 4a80c27 ci(travis): only update routes file in "greenkeeper-routes-update" stage

There are 31 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 4, 2019

  • The dependency @octokit/rest was updated from 16.16.3 to 16.16.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.16.4

16.16.4 (2019-03-04)

Bug Fixes

  • package: update before-after-hook (aa54fb8)
Commits

The new version differs by 35 commits.

  • 14d7299 build(package): lock file
  • f4c1b3f refactor: adapt to latest before-after-hook
  • aa54fb8 fix(package): update before-after-hook
  • 63e0c9d docs(README): typo (#1262)
  • fc4f087 fix: redact credentails from error.request
  • 3cf7d47 fix(package): @octokit/request v2.4.0
  • b9423f2 test: redact credentials in error.request
  • 8373934 fix: paginate search results
  • 74d8577 test: paginate search results
  • a8154c9 fix: "affiliation" is not an enum parameter (#1257)
  • ead2129 docs(README): update authentication examples (#1249)
  • d9bbcb0 build(package): update @octokit/routes to version 18.6.2 (#1253)
  • 460ff51 chore(package): update lockfile package-lock.json
  • 9bce0ba chore(package): update @octokit/routes to version 18.6.1
  • 735d46f feat: .projects.createForAuthenticatedUser(), .projects.listForUser()

There are 35 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2019

  • The dependency @octokit/rest was updated from 16.16.4 to 16.16.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.16.5

16.16.5 (2019-03-06)

Bug Fixes

Commits

The new version differs by 37 commits.

  • f794839 chore(package): update lockfile package-lock.json
  • 578d8ab fix(package): update @octokit/request to version 2.4.1
  • 14d7299 build(package): lock file
  • f4c1b3f refactor: adapt to latest before-after-hook
  • aa54fb8 fix(package): update before-after-hook
  • 63e0c9d docs(README): typo (#1262)
  • fc4f087 fix: redact credentails from error.request
  • 3cf7d47 fix(package): @octokit/request v2.4.0
  • b9423f2 test: redact credentials in error.request
  • 8373934 fix: paginate search results
  • 74d8577 test: paginate search results
  • a8154c9 fix: "affiliation" is not an enum parameter (#1257)
  • ead2129 docs(README): update authentication examples (#1249)
  • d9bbcb0 build(package): update @octokit/routes to version 18.6.2 (#1253)
  • 460ff51 chore(package): update lockfile package-lock.json

There are 37 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2019

  • The dependency @octokit/rest was updated from 16.16.5 to 16.17.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.17.0

16.17.0 (2019-03-07)

Features

Commits

The new version differs by 38 commits.

  • ca3ac5b feat: octokit.licenses.listCommonlyUsed() (#1268)
  • f794839 chore(package): update lockfile package-lock.json
  • 578d8ab fix(package): update @octokit/request to version 2.4.1
  • 14d7299 build(package): lock file
  • f4c1b3f refactor: adapt to latest before-after-hook
  • aa54fb8 fix(package): update before-after-hook
  • 63e0c9d docs(README): typo (#1262)
  • fc4f087 fix: redact credentails from error.request
  • 3cf7d47 fix(package): @octokit/request v2.4.0
  • b9423f2 test: redact credentials in error.request
  • 8373934 fix: paginate search results
  • 74d8577 test: paginate search results
  • a8154c9 fix: "affiliation" is not an enum parameter (#1257)
  • ead2129 docs(README): update authentication examples (#1249)
  • d9bbcb0 build(package): update @octokit/routes to version 18.6.2 (#1253)

There are 38 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2019

  • The dependency @octokit/rest was updated from 16.17.0 to 16.17.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.17.1

16.17.1 (2019-03-13)

Bug Fixes

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

The new version differs by 47 commits.

  • 547fe40 fix: log a deprecations only once, and not as Error
  • 7ec9c93 test: log deprecations once
  • 2500b7b build(package): +once, +deprecation
  • b2be62c fix: set machine-man preview for .apps.listRepos() and .apps.getBySlug()
  • d071c5f build(package): update @octokit/routes
  • 9931eff test: simplify memory tests
  • 2d2f842 build(package): update dependencies
  • b04904f chore(package): update lockfile package-lock.json
  • ad3abbe chore(package): update @octokit/routes to version 18.7.1
  • ca3ac5b feat: octokit.licenses.listCommonlyUsed() (#1268)
  • f794839 chore(package): update lockfile package-lock.json
  • 578d8ab fix(package): update @octokit/request to version 2.4.1
  • 14d7299 build(package): lock file
  • f4c1b3f refactor: adapt to latest before-after-hook
  • aa54fb8 fix(package): update before-after-hook

There are 47 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2019

  • The dependency @octokit/rest was updated from 16.17.1 to 16.18.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.18.0

16.18.0 (2019-03-14)

Bug Fixes

  • don’t swallow errors thrown in options.auth function (6660902)

Features

  • media type format and previews (6ac0b9f)
Commits

The new version differs by 54 commits.

  • 21e7a01 test: mediaType request option
  • 47ac6f5 build(package): lock file update
  • cd2d3b2 refactor: previews constructor option
  • 6660902 fix: don’t swallow errors thrown in options.auth function
  • 77a4dfe docs(README): mediaType.format and mediaType.previews
  • 6ac0b9f feat: media type format and previews
  • 81738d2 build(package): remove dotenv
  • 547fe40 fix: log a deprecations only once, and not as Error
  • 7ec9c93 test: log deprecations once
  • 2500b7b build(package): +once, +deprecation
  • b2be62c fix: set machine-man preview for .apps.listRepos() and .apps.getBySlug()
  • d071c5f build(package): update @octokit/routes
  • 9931eff test: simplify memory tests
  • 2d2f842 build(package): update dependencies
  • b04904f chore(package): update lockfile package-lock.json

There are 54 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2019

  • The dependency @octokit/rest was updated from 16.18.0 to 16.18.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.18.1

16.18.1 (2019-03-14)

Bug Fixes

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

The new version differs by 55 commits.

  • db6af77 fix(two-factor auth): persist one-time password header on subsequent requests (#1281)
  • 21e7a01 test: mediaType request option
  • 47ac6f5 build(package): lock file update
  • cd2d3b2 refactor: previews constructor option
  • 6660902 fix: don’t swallow errors thrown in options.auth function
  • 77a4dfe docs(README): mediaType.format and mediaType.previews
  • 6ac0b9f feat: media type format and previews
  • 81738d2 build(package): remove dotenv
  • 547fe40 fix: log a deprecations only once, and not as Error
  • 7ec9c93 test: log deprecations once
  • 2500b7b build(package): +once, +deprecation
  • b2be62c fix: set machine-man preview for .apps.listRepos() and .apps.getBySlug()
  • d071c5f build(package): update @octokit/routes
  • 9931eff test: simplify memory tests
  • 2d2f842 build(package): update dependencies

There are 55 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2019

  • The dependency @octokit/rest was updated from 16.18.1 to 16.19.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.19.0

16.19.0 (2019-03-15)

Bug Fixes

  • mister-fantastic preview not required for .repos.{getPages|updateInformationAboutPagesSite} (21f54ed)

Features

  • octokit.repos.enablePagesSite() and octokit.repos.disablePagesSite() (a91f162), closes #1284
Commits

The new version differs by 58 commits.

  • a91f162 feat: octokit.repos.enablePagesSite() and octokit.repos.disablePagesSite()
  • 21f54ed fix: mister-fantastic preview not required for .repos.{getPages|updateInformationAboutPagesSite}
  • a3629ed build(package): @octokit/routes update
  • db6af77 fix(two-factor auth): persist one-time password header on subsequent requests (#1281)
  • 21e7a01 test: mediaType request option
  • 47ac6f5 build(package): lock file update
  • cd2d3b2 refactor: previews constructor option
  • 6660902 fix: don’t swallow errors thrown in options.auth function
  • 77a4dfe docs(README): mediaType.format and mediaType.previews
  • 6ac0b9f feat: media type format and previews
  • 81738d2 build(package): remove dotenv
  • 547fe40 fix: log a deprecations only once, and not as Error
  • 7ec9c93 test: log deprecations once
  • 2500b7b build(package): +once, +deprecation
  • b2be62c fix: set machine-man preview for .apps.listRepos() and .apps.getBySlug()

There are 58 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2019

  • The dependency @octokit/rest was updated from 16.19.0 to 16.20.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.20.0

Deprecation

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

Bug Fixes

Commits

The new version differs by 68 commits.

  • d8d2b2a fix: don’t normalize non-paginating response with .total_count
  • f1f9877 test: don’t normalize non-paginating response with .total_count
  • e34a1df feat: deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results
  • 51d19a6 test: deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results
  • fff928d fix: normalize pagination results beyond search
  • 90711f0 test: normalize pagination results beyond search
  • b273efe chore(package): update lockfile package-lock.json
  • 9de01fb chore(package): update @octokit/routes to version 18.9.1
  • 19cca1b chore(package): update lockfile package-lock.json
  • 683dfa3 chore(package): update @octokit/routes to version 18.9.0
  • a91f162 feat: octokit.repos.enablePagesSite() and octokit.repos.disablePagesSite()
  • 21f54ed fix: mister-fantastic preview not required for .repos.{getPages|updateInformationAboutPagesSite}
  • a3629ed build(package): @octokit/routes update
  • db6af77 fix(two-factor auth): persist one-time password header on subsequent requests (#1281)
  • 21e7a01 test: mediaType request option

There are 68 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2019

  • The dependency @octokit/rest was updated from 16.20.0 to 16.21.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.21.0

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)
Commits

The new version differs by 75 commits.

  • 0e98b5b feat: draft argument for creating a pull request
  • 266f740 build(package): update @octokit/routes
  • dca2d51 feat: author.*, committer.*, signature parameters for .git.createCommit()
  • 8840bd9 chore(package): update lockfile package-lock.json
  • edcd4be chore(package): update @octokit/routes to version 18.10.0
  • eb1ebab fix: call auth.on2fa again if OTP becomes invalid
  • f76f12c test: call auth.on2fa again if OTP becomes invalid
  • d8d2b2a fix: don’t normalize non-paginating response with .total_count
  • f1f9877 test: don’t normalize non-paginating response with .total_count
  • e34a1df feat: deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results
  • 51d19a6 test: deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results
  • fff928d fix: normalize pagination results beyond search
  • 90711f0 test: normalize pagination results beyond search
  • b273efe chore(package): update lockfile package-lock.json
  • 9de01fb chore(package): update @octokit/routes to version 18.9.1

There are 75 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 30, 2019

  • The dependency @octokit/rest was updated from 16.21.0 to 16.21.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.21.1

16.21.1 (2019-03-28)

Bug Fixes

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

The new version differs by 79 commits.

  • 8ed1b9d fix: assure single object/array responses for .git.getRef()/.git.listRefs()
  • fddea7f docs(README): update TOC
  • d029c35 test: assure single object/array responses for .git.getRef()/.git.listRefs()
  • 185abd3 docs(README): small edits (#1295)
  • 0e98b5b feat: draft argument for creating a pull request
  • 266f740 build(package): update @octokit/routes
  • dca2d51 feat: author.*, committer.*, signature parameters for .git.createCommit()
  • 8840bd9 chore(package): update lockfile package-lock.json
  • edcd4be chore(package): update @octokit/routes to version 18.10.0
  • eb1ebab fix: call auth.on2fa again if OTP becomes invalid
  • f76f12c test: call auth.on2fa again if OTP becomes invalid
  • d8d2b2a fix: don’t normalize non-paginating response with .total_count
  • f1f9877 test: don’t normalize non-paginating response with .total_count
  • e34a1df feat: deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results
  • 51d19a6 test: deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results

There are 79 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 30, 2019

  • The dependency @octokit/rest was updated from 16.21.1 to 16.22.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.22.0

16.22.0 (2019-03-30)

Features

Commits

The new version differs by 80 commits.

  • 16a1a52 feat: .teams.getByName() (#1300)
  • 8ed1b9d fix: assure single object/array responses for .git.getRef()/.git.listRefs()
  • fddea7f docs(README): update TOC
  • d029c35 test: assure single object/array responses for .git.getRef()/.git.listRefs()
  • 185abd3 docs(README): small edits (#1295)
  • 0e98b5b feat: draft argument for creating a pull request
  • 266f740 build(package): update @octokit/routes
  • dca2d51 feat: author.*, committer.*, signature parameters for .git.createCommit()
  • 8840bd9 chore(package): update lockfile package-lock.json
  • edcd4be chore(package): update @octokit/routes to version 18.10.0
  • eb1ebab fix: call auth.on2fa again if OTP becomes invalid
  • f76f12c test: call auth.on2fa again if OTP becomes invalid
  • d8d2b2a fix: don’t normalize non-paginating response with .total_count
  • f1f9877 test: don’t normalize non-paginating response with .total_count
  • e34a1df feat: deprecate .total_count, .incomplete_results and .<namespace> properties from paginated results

There are 80 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 2, 2019

  • The dependency @octokit/rest was updated from 16.22.0 to 16.23.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.23.0

16.23.0 (2019-04-02)

Features

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

The new version differs by 87 commits.

  • 736174e feat: options.auth can be set to token without a prefix
  • 0e7ee78 build(package): atob-lite
  • a9e8fca docs(README): remove optional authorization prefixes from code examples
  • 7ec21b1 test: options.auth function returning string without basic/token/bearer prefix
  • 1a9d73a test: options.auth set to string without basic/token/bearer prefix
  • 1661493 build(package): lock file update
  • 48edead chore(package): update @octokit/routes to version 19.1.1
  • 16a1a52 feat: .teams.getByName() (#1300)
  • 8ed1b9d fix: assure single object/array responses for .git.getRef()/.git.listRefs()
  • fddea7f docs(README): update TOC
  • d029c35 test: assure single object/array responses for .git.getRef()/.git.listRefs()
  • 185abd3 docs(README): small edits (#1295)
  • 0e98b5b feat: draft argument for creating a pull request
  • 266f740 build(package): update @octokit/routes
  • dca2d51 feat: author.*, committer.*, signature parameters for .git.createCommit()

There are 87 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 2, 2019

  • The dependency @octokit/rest was updated from 16.23.0 to 16.23.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.23.1

16.23.1 (2019-04-02)

Bug Fixes

Commits

The new version differs by 89 commits.

  • a884b11 build(package): remove unused atob package
  • d46f12a fix(package): atob-lite
  • 736174e feat: options.auth can be set to token without a prefix
  • 0e7ee78 build(package): atob-lite
  • a9e8fca docs(README): remove optional authorization prefixes from code examples
  • 7ec21b1 test: options.auth function returning string without basic/token/bearer prefix
  • 1a9d73a test: options.auth set to string without basic/token/bearer prefix
  • 1661493 build(package): lock file update
  • 48edead chore(package): update @octokit/routes to version 19.1.1
  • 16a1a52 feat: .teams.getByName() (#1300)
  • 8ed1b9d fix: assure single object/array responses for .git.getRef()/.git.listRefs()
  • fddea7f docs(README): update TOC
  • d029c35 test: assure single object/array responses for .git.getRef()/.git.listRefs()
  • 185abd3 docs(README): small edits (#1295)
  • 0e98b5b feat: draft argument for creating a pull request

There are 89 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 2, 2019

  • The dependency @octokit/rest was updated from 16.23.1 to 16.23.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.23.2

16.23.2 (2019-04-02)

Bug Fixes

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

The new version differs by 91 commits.

  • 27dff8c fix: normalize pagination for responses with repository_selection property
  • 49ab383 test: normalize pagination for responses with repository_selection property
  • a884b11 build(package): remove unused atob package
  • d46f12a fix(package): atob-lite
  • 736174e feat: options.auth can be set to token without a prefix
  • 0e7ee78 build(package): atob-lite
  • a9e8fca docs(README): remove optional authorization prefixes from code examples
  • 7ec21b1 test: options.auth function returning string without basic/token/bearer prefix
  • 1a9d73a test: options.auth set to string without basic/token/bearer prefix
  • 1661493 build(package): lock file update
  • 48edead chore(package): update @octokit/routes to version 19.1.1
  • 16a1a52 feat: .teams.getByName() (#1300)
  • 8ed1b9d fix: assure single object/array responses for .git.getRef()/.git.listRefs()
  • fddea7f docs(README): update TOC
  • d029c35 test: assure single object/array responses for .git.getRef()/.git.listRefs()

There are 91 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2019

  • The dependency @octokit/rest was updated from 16.23.2 to 16.23.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.23.3

16.23.3 (2019-04-09)

Bug Fixes

Commits

The new version differs by 98 commits.

  • 87f11ab style: use prefix-increment operator
  • cd18520 fix(2fa): avoid caching bad 2fa token
  • 002ac81 test(2fa): prove new 2fa value is used
  • 6f7d901 chore(package): update lockfile package-lock.json
  • 3e55656 chore(package): update @octokit/routes to version 19.1.3
  • ac9e5d4 chore(package): update lockfile package-lock.json
  • 810d750 chore(package): update @octokit/routes to version 19.1.2
  • 27dff8c fix: normalize pagination for responses with repository_selection property
  • 49ab383 test: normalize pagination for responses with repository_selection property
  • a884b11 build(package): remove unused atob package
  • d46f12a fix(package): atob-lite
  • 736174e feat: options.auth can be set to token without a prefix
  • 0e7ee78 build(package): atob-lite
  • a9e8fca docs(README): remove optional authorization prefixes from code examples
  • 7ec21b1 test: options.auth function returning string without basic/token/bearer prefix

There are 98 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2019

  • The dependency @octokit/rest was updated from 16.23.3 to 16.23.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.23.4

16.23.4 (2019-04-09)

Bug Fixes

  • package: update @octokit/request to version 3.0.0 (a09060d)
Commits

The new version differs by 100 commits.

  • bb55d90 chore(package): update lockfile package-lock.json
  • a09060d fix(package): update @octokit/request to version 3.0.0
  • 87f11ab style: use prefix-increment operator
  • cd18520 fix(2fa): avoid caching bad 2fa token
  • 002ac81 test(2fa): prove new 2fa value is used
  • 6f7d901 chore(package): update lockfile package-lock.json
  • 3e55656 chore(package): update @octokit/routes to version 19.1.3
  • ac9e5d4 chore(package): update lockfile package-lock.json
  • 810d750 chore(package): update @octokit/routes to version 19.1.2
  • 27dff8c fix: normalize pagination for responses with repository_selection property
  • 49ab383 test: normalize pagination for responses with repository_selection property
  • a884b11 build(package): remove unused atob package
  • d46f12a fix(package): atob-lite
  • 736174e feat: options.auth can be set to token without a prefix
  • 0e7ee78 build(package): atob-lite

There are 100 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2019

  • The dependency @octokit/rest was updated from 16.23.4 to 16.23.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.23.5

16.23.5 (2019-04-14)

Bug Fixes

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

The new version differs by 103 commits.

  • 27e2977 fix: .paginate() with results namespace (GET /installation/repositories, single page response)
  • 706af24 test: .paginate() with results namespace (GET /installation/repositories, single page response)
  • a154f2d build: Issue Label Bot configuration (#1318)
  • bb55d90 chore(package): update lockfile package-lock.json
  • a09060d fix(package): update @octokit/request to version 3.0.0
  • 87f11ab style: use prefix-increment operator
  • cd18520 fix(2fa): avoid caching bad 2fa token
  • 002ac81 test(2fa): prove new 2fa value is used
  • 6f7d901 chore(package): update lockfile package-lock.json
  • 3e55656 chore(package): update @octokit/routes to version 19.1.3
  • ac9e5d4 chore(package): update lockfile package-lock.json
  • 810d750 chore(package): update @octokit/routes to version 19.1.2
  • 27dff8c fix: normalize pagination for responses with repository_selection property
  • 49ab383 test: normalize pagination for responses with repository_selection property
  • a884b11 build(package): remove unused atob package

There are 103 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2019

  • The dependency @octokit/rest was updated from 16.23.5 to 16.24.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.24.0

16.24.0 (2019-04-14)

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)
Commits

The new version differs by 127 commits.

  • d6918d9 test(typescript): parameter deprecation
  • 7634c59 build(generate-types): fix line breaks in JSDoc comments
  • 91b9b4f build(generate-types): add types for deprecated parameters
  • a7131ef refactor(generate-scripts): remove obsolete check
  • 3d6db69 build: ignore enterprise cloud endpoints
  • 4a74d40 feat: .repos.listPullRequestsAssociatedWithCommit()
  • 473642d feat: .repos.listBranchesForHeadCommit()
  • 1b98f9c feat: :commit_sha parameter for .git.getCommit(). Deprecates :sha
  • b081cd1 build(package): @octokit/[email protected]
  • 87dc7c6 feat: :issue_number, :milestone_number, :pull_number parameters. Deprecates :number
  • a5fded2 build(typescript): deprecate parameters
  • 0b6adcf test: deprecate parameters
  • b0cff5f build(generate-routes): handle deprecated parameters
  • c32a730 build: routes
  • 5ea23e8 build(package): @octokit/[email protected]

There are 127 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2019

  • The dependency @octokit/rest was updated from 16.24.0 to 16.24.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.24.1

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

Commits

The new version differs by 129 commits.

  • f1b9dea fix: parameter deprecation bug (#1323)
  • 65bd58b test: parameter deprecation bug (#1323)
  • d6918d9 test(typescript): parameter deprecation
  • 7634c59 build(generate-types): fix line breaks in JSDoc comments
  • 91b9b4f build(generate-types): add types for deprecated parameters
  • a7131ef refactor(generate-scripts): remove obsolete check
  • 3d6db69 build: ignore enterprise cloud endpoints
  • 4a74d40 feat: .repos.listPullRequestsAssociatedWithCommit()
  • 473642d feat: .repos.listBranchesForHeadCommit()
  • 1b98f9c feat: :commit_sha parameter for .git.getCommit(). Deprecates :sha
  • b081cd1 build(package): @octokit/[email protected]
  • 87dc7c6 feat: :issue_number, :milestone_number, :pull_number parameters. Deprecates :number
  • a5fded2 build(typescript): deprecate parameters
  • 0b6adcf test: deprecate parameters
  • b0cff5f build(generate-routes): handle deprecated parameters

There are 129 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 16, 2019

  • The dependency @octokit/rest was updated from 16.24.1 to 16.24.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.24.2

16.24.2 (2019-04-16)

Bug Fixes

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

The new version differs by 208 commits.

  • 8cebbfa fix: implement deprecation for parameters in .endpoint() and .endpoint.merge()
  • ca20a20 test: .endpoint method aliases deprecated paramters
  • 6369463 chore(package): update lockfile package-lock.json
  • 54f68c5 chore(package): update @octokit/routes to version 20.0.1
  • b000228 chore(package): update lockfile package-lock.json
  • 1689387 chore(package): update nyc to version 14.0.0
  • a03066f build(generate-routes): remove workarounds that have been moved to octokit/routes
  • 3107c5c chore(package): update lockfile package-lock.json
  • 3f9a724 chore(package): update @octokit/routes to version 20.0.0
  • e15df6b docs: fix navigation overlapping search results
  • 0b46fdf docs: avoid anchors being hidden behind sticky header
  • c5ca0d8 docs: fix order of static documentation sections
  • 53e75fb docs: Position sticky navigation below the header
  • 62089df ci(workflow): actually run docs deploy action :)
  • a4a0eeb ci(workflow): replace custom action with npm flags magic

There are 208 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 17, 2019

  • The dependency @octokit/rest was updated from 16.24.2 to 16.24.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.24.3

16.24.3 (2019-04-17)

Bug Fixes

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

The new version differs by 210 commits.

  • a102378 fix: throw 400 Bad Request error when octokit.issues.get() without parameters
  • e0824a8 test: throw 400 Bad Request error when octokit.issues.get() without parameters
  • 8cebbfa fix: implement deprecation for parameters in .endpoint() and .endpoint.merge()
  • ca20a20 test: .endpoint method aliases deprecated paramters
  • 6369463 chore(package): update lockfile package-lock.json
  • 54f68c5 chore(package): update @octokit/routes to version 20.0.1
  • b000228 chore(package): update lockfile package-lock.json
  • 1689387 chore(package): update nyc to version 14.0.0
  • a03066f build(generate-routes): remove workarounds that have been moved to octokit/routes
  • 3107c5c chore(package): update lockfile package-lock.json
  • 3f9a724 chore(package): update @octokit/routes to version 20.0.0
  • e15df6b docs: fix navigation overlapping search results
  • 0b46fdf docs: avoid anchors being hidden behind sticky header
  • c5ca0d8 docs: fix order of static documentation sections
  • 53e75fb docs: Position sticky navigation below the header

There are 210 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 30, 2019

  • The dependency @octokit/rest was updated from 16.25.0 to 16.25.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.25.1

16.25.1 (2019-04-30)

Bug Fixes

  • package: update @octokit/request to version 3.0.1 (53988ad)
Commits

The new version differs by 220 commits.

  • f6cdc58 chore(package): update lockfile package-lock.json
  • 53988ad fix(package): update @octokit/request to version 3.0.1
  • a0c73c6 docs: use GitHub theme for typography
  • 9e606a1 docs: move documentation from README.md to documentation website
  • d2a940f docs: add link to developer.github.com, show example first, simplify search styling
  • a1aba59 WIP
  • 2e695dc docs: make use of IntersectionObserver optional
  • 3d08a49 docs: do not list legacy endpoints
  • 5952a88 docs(README): typos (#1346)
  • 4045f1a feat: apps.deleteInstallation({ installation_id }) (#1342)
  • a102378 fix: throw 400 Bad Request error when octokit.issues.get() without parameters
  • e0824a8 test: throw 400 Bad Request error when octokit.issues.get() without parameters
  • 8cebbfa fix: implement deprecation for parameters in .endpoint() and .endpoint.merge()
  • ca20a20 test: .endpoint method aliases deprecated paramters
  • 6369463 chore(package): update lockfile package-lock.json

There are 220 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 4, 2019

  • The dependency @octokit/rest was updated from 16.25.1 to 16.25.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.25.2

16.25.2 (2019-05-04)

Bug Fixes

  • do not mutate options passedto endpoint methods (fe51f06)
Commits

The new version differs by 227 commits.

  • fe51f06 fix: do not mutate options passedto endpoint methods
  • 3db8a00 test: do not mutate options passed to endpoint methods
  • 9e4acd6 chore(package): update lockfile package-lock.json
  • df8e85f chore(package): update @types/node to version 12.0.0
  • 8a3bd37 docs: 3 column layout
  • aa4d7e4 docs: extended usage example
  • c6de81a docs: inline code styles as on github.com
  • f6cdc58 chore(package): update lockfile package-lock.json
  • 53988ad fix(package): update @octokit/request to version 3.0.1
  • a0c73c6 docs: use GitHub theme for typography
  • 9e606a1 docs: move documentation from README.md to documentation website
  • d2a940f docs: add link to developer.github.com, show example first, simplify search styling
  • a1aba59 WIP
  • 2e695dc docs: make use of IntersectionObserver optional
  • 3d08a49 docs: do not list legacy endpoints

There are 227 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2019

  • The dependency @octokit/rest was updated from 16.25.2 to 16.25.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.25.3

16.25.3 (2019-05-08)

Bug Fixes

  • package: update @octokit/request to version 3.0.2 (6a54819)
Commits

The new version differs by 235 commits.

  • f8c403a ci(travis): bump node_modules max size from 1mb to 2mb
  • 577f2bc chore(package): update lockfile package-lock.json
  • 6a54819 fix(package): update @octokit/request to version 3.0.2
  • 026a20b refactor: use string-to-jsdoc-comment
  • 57dbd0f build(package): lock file
  • 1ef9c91 build(package): string-to-jsdoc-comment
  • 6c32515 chore(package): update lockfile package-lock.json
  • 55e0ff5 chore(package): update sort-keys to version 3.0.0
  • fe51f06 fix: do not mutate options passedto endpoint methods
  • 3db8a00 test: do not mutate options passed to endpoint methods
  • 9e4acd6 chore(package): update lockfile package-lock.json
  • df8e85f chore(package): update @types/node to version 12.0.0
  • 8a3bd37 docs: 3 column layout
  • aa4d7e4 docs: extended usage example
  • c6de81a docs: inline code styles as on github.com

There are 235 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 12, 2019

  • The dependency @octokit/rest was updated from 16.25.3 to 16.25.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.25.4

16.25.4 (2019-05-12)

Bug Fixes

  • package: update @octokit/request to version 3.0.3 (0620584)
Commits

The new version differs by 237 commits.

  • b829a09 chore(package): update lockfile package-lock.json
  • 0620584 fix(package): update @octokit/request to version 3.0.3
  • f8c403a ci(travis): bump node_modules max size from 1mb to 2mb
  • 577f2bc chore(package): update lockfile package-lock.json
  • 6a54819 fix(package): update @octokit/request to version 3.0.2
  • 026a20b refactor: use string-to-jsdoc-comment
  • 57dbd0f build(package): lock file
  • 1ef9c91 build(package): string-to-jsdoc-comment
  • 6c32515 chore(package): update lockfile package-lock.json
  • 55e0ff5 chore(package): update sort-keys to version 3.0.0
  • fe51f06 fix: do not mutate options passedto endpoint methods
  • 3db8a00 test: do not mutate options passed to endpoint methods
  • 9e4acd6 chore(package): update lockfile package-lock.json
  • df8e85f chore(package): update @types/node to version 12.0.0
  • 8a3bd37 docs: 3 column layout

There are 237 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2019

  • The dependency @octokit/rest was updated from 16.25.4 to 16.25.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.25.5

16.25.5 (2019-05-15)

Bug Fixes

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

The new version differs by 240 commits.

  • 7601bd7 refactor: adapt for [email protected]
  • 0b2dc6d chore(package): update lockfile package-lock.json
  • 06af662 fix(package): update deprecation to version 2.0.0
  • b829a09 chore(package): update lockfile package-lock.json
  • 0620584 fix(package): update @octokit/request to version 3.0.3
  • f8c403a ci(travis): bump node_modules max size from 1mb to 2mb
  • 577f2bc chore(package): update lockfile package-lock.json
  • 6a54819 fix(package): update @octokit/request to version 3.0.2
  • 026a20b refactor: use string-to-jsdoc-comment
  • 57dbd0f build(package): lock file
  • 1ef9c91 build(package): string-to-jsdoc-comment
  • 6c32515 chore(package): update lockfile package-lock.json
  • 55e0ff5 chore(package): update sort-keys to version 3.0.0
  • fe51f06 fix: do not mutate options passedto endpoint methods
  • 3db8a00 test: do not mutate options passed to endpoint methods

There are 240 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 16, 2019

  • The dependency @octokit/rest was updated from 16.25.5 to 16.25.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.25.6

16.25.6 (2019-05-16)

Bug Fixes

  • package: update @octokit/request to version 4.0.1 (cf5efd8)
Commits

The new version differs by 244 commits.

  • 79651d9 refactor: adapt for @octokit/request v4
  • cf5efd8 fix(package): update @octokit/request to version 4.0.1
  • 7554c83 docs(README): installation (#1365)
  • f2a0b61 docs: fix plugins code example
  • 7601bd7 refactor: adapt for [email protected]
  • 0b2dc6d chore(package): update lockfile package-lock.json
  • 06af662 fix(package): update deprecation to version 2.0.0
  • b829a09 chore(package): update lockfile package-lock.json
  • 0620584 fix(package): update @octokit/request to version 3.0.3
  • f8c403a ci(travis): bump node_modules max size from 1mb to 2mb
  • 577f2bc chore(package): update lockfile package-lock.json
  • 6a54819 fix(package): update @octokit/request to version 3.0.2
  • 026a20b refactor: use string-to-jsdoc-comment
  • 57dbd0f build(package): lock file
  • 1ef9c91 build(package): string-to-jsdoc-comment

There are 244 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 17, 2019

  • The dependency @octokit/rest was updated from 16.25.6 to 16.26.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.26.0

16.26.0 (2019-05-17)

Features

  • .repos.{enableVulnerabilityAlerts|disableVulnerabilityAlerts}() (c0bd5c3)
Commits

The new version differs by 247 commits.

  • c0bd5c3 feat: .repos.{enableVulnerabilityAlerts|disableVulnerabilityAlerts}()
  • 2211bd8 build(package): lock file
  • 0a5d408 build(package): update to latest @octokit/routes
  • 79651d9 refactor: adapt for @octokit/request v4
  • cf5efd8 fix(package): update @octokit/request to version 4.0.1
  • 7554c83 docs(README): installation (#1365)
  • f2a0b61 docs: fix plugins code example
  • 7601bd7 refactor: adapt for [email protected]
  • 0b2dc6d chore(package): update lockfile package-lock.json
  • 06af662 fix(package): update deprecation to version 2.0.0
  • b829a09 chore(package): update lockfile package-lock.json
  • 0620584 fix(package): update @octokit/request to version 3.0.3
  • f8c403a ci(travis): bump node_modules max size from 1mb to 2mb
  • 577f2bc chore(package): update lockfile package-lock.json
  • 6a54819 fix(package): update @octokit/request to version 3.0.2

There are 247 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 23, 2019

  • The dependency @octokit/rest was updated from 16.26.0 to 16.27.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.27.0

16.27.0 (2019-05-23)

Features

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

The new version differs by 251 commits.

  • 9e0aeaf feat: octokit.repos.getCommitRefSha() is deprecated, use octokit.repos.getCommit() instead
  • 3b922e1 build: handle deprecations that are not renames
  • b98e2cf chore(package): update lockfile package-lock.json
  • b0f9717 chore(package): update @octokit/routes to version 20.4.0
  • c0bd5c3 feat: .repos.{enableVulnerabilityAlerts|disableVulnerabilityAlerts}()
  • 2211bd8 build(package): lock file
  • 0a5d408 build(package): update to latest @octokit/routes
  • 79651d9 refactor: adapt for @octokit/request v4
  • cf5efd8 fix(package): update @octokit/request to version 4.0.1
  • 7554c83 docs(README): installation (#1365)
  • f2a0b61 docs: fix plugins code example
  • 7601bd7 refactor: adapt for [email protected]
  • 0b2dc6d chore(package): update lockfile package-lock.json
  • 06af662 fix(package): update deprecation to version 2.0.0
  • b829a09 chore(package): update lockfile package-lock.json

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2019

  • The dependency @octokit/rest was updated from 16.27.0 to 16.27.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.27.1

16.27.1 (2019-05-29)

Bug Fixes

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

The new version differs by 258 commits.

  • ade2d00 fix: typo in deprecation message for .repos.getCommitRefSha()
  • 8f2d7d5 build(package): lock file
  • de94abf chore(package): update dependencies
  • 1855f06 chore: add Greenkeeper config file
  • 820f5eb docs: make search results scrollable (#1380)
  • 224f7ac build(package): lock file
  • e5bc143 build(package): @octokit/routes v20.4.2
  • 9e0aeaf feat: octokit.repos.getCommitRefSha() is deprecated, use octokit.repos.getCommit() instead
  • 3b922e1 build: handle deprecations that are not renames
  • b98e2cf chore(package): update lockfile package-lock.json
  • b0f9717 chore(package): update @octokit/routes to version 20.4.0
  • c0bd5c3 feat: .repos.{enableVulnerabilityAlerts|disableVulnerabilityAlerts}()
  • 2211bd8 build(package): lock file
  • 0a5d408 build(package): update to latest @octokit/routes
  • 79651d9 refactor: adapt for @octokit/request v4

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2019

  • The dependency @octokit/rest was updated from 16.27.1 to 16.27.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.27.2

16.27.2 (2019-05-31)

Bug Fixes

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

The new version differs by 259 commits.

  • 2155b1a fix: author.* and committer.* parameter validation for .repos.deleteFile() (#1384)
  • ade2d00 fix: typo in deprecation message for .repos.getCommitRefSha()
  • 8f2d7d5 build(package): lock file
  • de94abf chore(package): update dependencies
  • 1855f06 chore: add Greenkeeper config file
  • 820f5eb docs: make search results scrollable (#1380)
  • 224f7ac build(package): lock file
  • e5bc143 build(package): @octokit/routes v20.4.2
  • 9e0aeaf feat: octokit.repos.getCommitRefSha() is deprecated, use octokit.repos.getCommit() instead
  • 3b922e1 build: handle deprecations that are not renames
  • b98e2cf chore(package): update lockfile package-lock.json
  • b0f9717 chore(package): update @octokit/routes to version 20.4.0
  • c0bd5c3 feat: .repos.{enableVulnerabilityAlerts|disableVulnerabilityAlerts}()
  • 2211bd8 build(package): lock file
  • 0a5d408 build(package): update to latest @octokit/routes

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2019

  • The dependency @octokit/rest was updated from 16.27.2 to 16.27.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.27.3

16.27.3 (2019-05-31)

Bug Fixes

  • typescript: Octokit#plugin argument type for plugins (#1385) (05bc206)
Commits

The new version differs by 260 commits.

  • 05bc206 fix(typescript): Octokit#plugin argument type for plugins (#1385)
  • 2155b1a fix: author.* and committer.* parameter validation for .repos.deleteFile() (#1384)
  • ade2d00 fix: typo in deprecation message for .repos.getCommitRefSha()
  • 8f2d7d5 build(package): lock file
  • de94abf chore(package): update dependencies
  • 1855f06 chore: add Greenkeeper config file
  • 820f5eb docs: make search results scrollable (#1380)
  • 224f7ac build(package): lock file
  • e5bc143 build(package): @octokit/routes v20.4.2
  • 9e0aeaf feat: octokit.repos.getCommitRefSha() is deprecated, use octokit.repos.getCommit() instead
  • 3b922e1 build: handle deprecations that are not renames
  • b98e2cf chore(package): update lockfile package-lock.json
  • b0f9717 chore(package): update @octokit/routes to version 20.4.0
  • c0bd5c3 feat: .repos.{enableVulnerabilityAlerts|disableVulnerabilityAlerts}()
  • 2211bd8 build(package): lock file

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 7, 2019

  • The dependency @octokit/rest was updated from 16.27.3 to 16.28.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.28.0

16.28.0 (2019-06-07)

Features

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

The new version differs by 279 commits.

  • 94cada2 deprecation: repos.createFile() and repos.updateFile() (replaced by repos.createOrUpdateFile())
  • f67f389 deprecation: sha parameter for repos.createCommitComment() endpoint (renamed to commit_sha)
  • 382e8eb deprecation: ref parameter for repos.listCommentsForCommit() (renamed to commit_sha)
  • 63a5e99 feat: repos.createOrUpdateFile()
  • ebab182 feat: repos.enableAutomatedSecurityFixes() and repos.disableAutomatedSecurityFixes()
  • 5ba501e feat: repos.updateBranch()
  • 1e7c3a8 feat: commit_sha parameter for repos.listCommentsForCommit()andrepos.createCommitComment()`
  • ee04309 build: lock file update
  • f3b46ec build: routes
  • 8ab6334 chore(package): update lockfile package-lock.json
  • 46cfe5f chore(package): update @octokit/routes to version 20.5.0
  • 26859fb chore(package): update lockfile package-lock.json
  • 2d10216 chore(package): update compression-webpack-plugin to version 3.0.0
  • 890f3cf docs: change import statement to import only a debounce function
  • c5be3c1 docs: change magic numbers into constant declarations

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 10, 2019

  • The dependency @octokit/rest was updated from 16.28.0 to 16.28.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.28.1

16.28.1 (2019-06-10)

Bug Fixes

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

The new version differs by 286 commits.

  • 69462e0 fix: add "rocket" and "eyes" to set of supported reactions
  • a634fab build: routes
  • cd73eeb chore(package): update lockfile package-lock.json
  • 61dae8b chore(package): update @octokit/routes to version 20.6.1
  • a8aebf1 docs: typo in usage.md (#1392)
  • 261ac6e chore(package): update lockfile package-lock.json
  • fac059d chore(package): update @octokit/routes to version 20.6.0
  • 94cada2 deprecation: repos.createFile() and repos.updateFile() (replaced by repos.createOrUpdateFile())
  • f67f389 deprecation: sha parameter for repos.createCommitComment() endpoint (renamed to commit_sha)
  • 382e8eb deprecation: ref parameter for repos.listCommentsForCommit() (renamed to commit_sha)
  • 63a5e99 feat: repos.createOrUpdateFile()
  • ebab182 feat: repos.enableAutomatedSecurityFixes() and repos.disableAutomatedSecurityFixes()
  • 5ba501e feat: repos.updateBranch()
  • 1e7c3a8 feat: commit_sha parameter for repos.listCommentsForCommit()andrepos.createCommitComment()`
  • ee04309 build: lock file update

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 9, 2019

  • The dependency @octokit/rest was updated from 16.28.2 to 16.28.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.28.3

16.28.3 (2019-07-09)

Bug Fixes

  • package: before-after-hook at v2.0.0 (ac07de4)
  • package: update @octokit/request to version 5.0.0 (9685a71)
Commits

The new version differs by 306 commits.

  • 8406606 build(package): lock file
  • ac07de4 fix(package): before-after-hook at v2.0.0
  • 29dac12 chore(package): update lockfile package-lock.json
  • 9685a71 fix(package): update @octokit/request to version 5.0.0
  • 9a56e5d docs: make dependencies devDependencies
  • 3aa1e68 chore(package): update bundlesize to version 0.18.0
  • 64c6807 docs: fix broken link and typo (#1415)
  • 4ef9e21 docs(authentication): adapt example for latest @octokit/app (#1414)
  • a9365e3 build: routes
  • ccc5519 chore(package): update lockfile package-lock.json
  • d128474 chore(package): update @octokit/routes to version 20.8.1
  • f68da22 build: routes
  • d3fd8fb chore(package): update lockfile package-lock.json
  • 0416c39 chore(package): update @octokit/routes to version 20.8.0
  • a96f5d6 fix: typo in deprecation warnings (#1402)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 12, 2019

  • The dependency @octokit/rest was updated from 16.28.3 to 16.28.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.28.4

16.28.4 (2019-07-12)

Bug Fixes

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

The new version differs by 309 commits.

  • 41e8944 chore(package): update lockfile package-lock.json
  • a579ae5 fix(package): update universal-user-agent to version 3.0.0
  • b30951f build(deps-dev): bump lodash.merge from 4.6.1 to 4.6.2
  • 8406606 build(package): lock file
  • ac07de4 fix(package): before-after-hook at v2.0.0
  • 29dac12 chore(package): update lockfile package-lock.json
  • 9685a71 fix(package): update @octokit/request to version 5.0.0
  • 9a56e5d docs: make dependencies devDependencies
  • 3aa1e68 chore(package): update bundlesize to version 0.18.0
  • 64c6807 docs: fix broken link and typo (#1415)
  • 4ef9e21 docs(authentication): adapt example for latest @octokit/app (#1414)
  • a9365e3 build: routes
  • ccc5519 chore(package): update lockfile package-lock.json
  • d128474 chore(package): update @octokit/routes to version 20.8.1
  • f68da22 build: routes

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 18, 2019

  • The dependency @octokit/rest was updated from 16.28.4 to 16.28.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.28.5

16.28.5 (2019-07-18)

Bug Fixes

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

The new version differs by 315 commits.

  • fe605fe fix: "owner" parameter is no longer conflicting in octokit.repos.createUsingTemplate() (#1431)
  • 7eeecc7 feat: .repos.createUsingTemplate(), also fixes london & lydian preview header requirements (#1428)
  • a77c123 docs: request aborts using AbortController (#1427)
  • 6fe501d style: standard
  • 8544a86 chore(package): update lockfile package-lock.json
  • 0df552f chore(package): update standard to version 13.0.1
  • 41e8944 chore(package): update lockfile package-lock.json
  • a579ae5 fix(package): update universal-user-agent to version 3.0.0
  • b30951f build(deps-dev): bump lodash.merge from 4.6.1 to 4.6.2
  • 8406606 build(package): lock file
  • ac07de4 fix(package): before-after-hook at v2.0.0
  • 29dac12 chore(package): update lockfile package-lock.json
  • 9685a71 fix(package): update @octokit/request to version 5.0.0
  • 9a56e5d docs: make dependencies devDependencies
  • 3aa1e68 chore(package): update bundlesize to version 0.18.0

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 23, 2019

  • The dependency @octokit/rest was updated from 16.28.5 to 16.28.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.28.6

16.28.6 (2019-07-23)

Bug Fixes

  • name parameter is not required for .repos.update() (#1435) (494d75b)
Commits

The new version differs by 316 commits.

  • 494d75b fix: name parameter is not required for .repos.update() (#1435)
  • fe605fe fix: "owner" parameter is no longer conflicting in octokit.repos.createUsingTemplate() (#1431)
  • 7eeecc7 feat: .repos.createUsingTemplate(), also fixes london & lydian preview header requirements (#1428)
  • a77c123 docs: request aborts using AbortController (#1427)
  • 6fe501d style: standard
  • 8544a86 chore(package): update lockfile package-lock.json
  • 0df552f chore(package): update standard to version 13.0.1
  • 41e8944 chore(package): update lockfile package-lock.json
  • a579ae5 fix(package): update universal-user-agent to version 3.0.0
  • b30951f build(deps-dev): bump lodash.merge from 4.6.1 to 4.6.2
  • 8406606 build(package): lock file
  • ac07de4 fix(package): before-after-hook at v2.0.0
  • 29dac12 chore(package): update lockfile package-lock.json
  • 9685a71 fix(package): update @octokit/request to version 5.0.0
  • 9a56e5d docs: make dependencies devDependencies

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 26, 2019

  • The dependency @octokit/rest was updated from 16.28.6 to 16.28.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.28.7

16.28.7 (2019-07-26)

Bug Fixes

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

The new version differs by 318 commits.

  • 7b51cee fix: normalize pagination for "List installations for a user" endpoint (#1440)
  • cc8e65b Update docs/README.md
  • 494d75b fix: name parameter is not required for .repos.update() (#1435)
  • fe605fe fix: "owner" parameter is no longer conflicting in octokit.repos.createUsingTemplate() (#1431)
  • 7eeecc7 feat: .repos.createUsingTemplate(), also fixes london & lydian preview header requirements (#1428)
  • a77c123 docs: request aborts using AbortController (#1427)
  • 6fe501d style: standard
  • 8544a86 chore(package): update lockfile package-lock.json
  • 0df552f chore(package): update standard to version 13.0.1
  • 41e8944 chore(package): update lockfile package-lock.json
  • a579ae5 fix(package): update universal-user-agent to version 3.0.0
  • b30951f build(deps-dev): bump lodash.merge from 4.6.1 to 4.6.2
  • 8406606 build(package): lock file
  • ac07de4 fix(package): before-after-hook at v2.0.0
  • 29dac12 chore(package): update lockfile package-lock.json

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 3, 2019

  • The dependency @octokit/rest was updated from 16.28.7 to 16.28.8.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.28.8

16.28.8 (2019-09-03)

Bug Fixes

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

The new version differs by 329 commits.

  • 09769ca build(package): lock file
  • 484eccd fix(package): remove unused url-template dependency
  • 6b4a5d7 style: standard
  • 58f6a97 chore(package): update lockfile package-lock.json
  • 0322c3c chore(package): update standard to version 14.0.2
  • f07377c chore(package): update lockfile package-lock.json
  • 6540e82 chore(package): update sort-keys to version 4.0.0
  • 21d9c28 ci(workflow): attempt to fix curl action
  • 467b560 ci(travis): add libgconf addon for browser tests
  • 3fcad99 ci: update routes
  • 6ee202d test: octokit.repos.get.endpoint().request.validate
  • 7b51cee fix: normalize pagination for "List installations for a user" endpoint (#1440)
  • cc8e65b Update docs/README.md
  • 494d75b fix: name parameter is not required for .repos.update() (#1435)
  • fe605fe fix: "owner" parameter is no longer conflicting in octokit.repos.createUsingTemplate() (#1431)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 3, 2019

  • The dependency @octokit/rest was updated from 16.28.8 to 16.28.9.

Your tests are still failing with this version. Compare changes

Release Notes for v16.28.9

16.28.9 (2019-09-03)

Bug Fixes

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

The new version differs by 332 commits.

  • ee57e51 refactor: adapt for universal-user-agent@v4
  • 981597d chore(package): update lockfile package-lock.json
  • b5a96a9 fix(package): update universal-user-agent to version 4.0.0
  • 09769ca build(package): lock file
  • 484eccd fix(package): remove unused url-template dependency
  • 6b4a5d7 style: standard
  • 58f6a97 chore(package): update lockfile package-lock.json
  • 0322c3c chore(package): update standard to version 14.0.2
  • f07377c chore(package): update lockfile package-lock.json
  • 6540e82 chore(package): update sort-keys to version 4.0.0
  • 21d9c28 ci(workflow): attempt to fix curl action
  • 467b560 ci(travis): add libgconf addon for browser tests
  • 3fcad99 ci: update routes
  • 6ee202d test: octokit.repos.get.endpoint().request.validate
  • 7b51cee fix: normalize pagination for "List installations for a user" endpoint (#1440)

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 19, 2019

  • The dependency @octokit/rest was updated from 16.28.9 to 16.29.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.29.0

16.29.0 (2019-09-19)

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)
Commits

The new version differs by 43 commits.

There are 43 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 24, 2019

  • The dependency @octokit/rest was updated from 16.30.0 to 16.30.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.30.1

16.30.1 (2019-09-23)

Bug Fixes

Commits

The new version differs by 65 commits.

  • be7e388 fix(typescript): allow mediaType option in endpoint methods
  • f6c136b test: reproduce issue reported in probot/probot#1024
  • 323856c docs: fix search results and examples (#1481)
  • 38259d7 docs(usage): fix spaces of indented in code
  • 9b85cd6 build: commit index.d.ts
  • 6f939ad feat: octokit.pulls.createFromIssue()` is deprecated. Use octokit.pulls.create()` instead
  • afb11a4 build(generate-routes): deprecate octokit.pulls.createFromIssue()
  • 49b42d1 ci(update-routes): set WIP commit message
  • 7e73192 ci(bundlesize): use BUNDLESIZE_GITHUB_TOKEN secret
  • cb07149 docs(usage): minor typo
  • 06c2276 ci(release): don't run on greenkeeper/* branches
  • c416e81 test: adapt for nock@v11
  • 57e788f chore(package): update lockfile package-lock.json
  • 9a09376 chore(package): update nock to version 11.3.3
  • df8d7ee ci: add name to bundlesize workflow

There are 65 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 4, 2019

  • The dependency @octokit/rest was updated from 16.30.1 to 16.30.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.30.2

16.30.2 (2019-10-04)

Bug Fixes

  • search: remove extra octokit prefix (07514ae), closes #1481
Commits

The new version differs by 76 commits.

  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/[email protected]
  • 98c9b75 ci(update-endpoints): uses: gr2m/[email protected]
  • 07514ae fix(search): remove extra octokit prefix
  • 1f3d98b refator: add deprecation messages with links to URLs.
  • d9c55af refactor(update-endpoints): centralize workarounds
  • f97fa2c refactor(package): new generate-scripts-packages
  • faedcfa refactor: fetch endpoints once and cache it, require cached json to generate code, typescript, and docs
  • dbcb110 ci(update-endpoints): npm run update-endpoints before creating pull request
  • d250589 ci(update): use gr2m/create-or-update-pull-request-action
  • 492f7b6 docs(search): remove "octokit-" prefix from markdown searches (#1488)
  • be7e388 fix(typescript): allow mediaType option in endpoint methods
  • f6c136b test: reproduce issue reported in probot/probot#1024
  • 323856c docs: fix search results and examples (#1481)
  • 38259d7 docs(usage): fix spaces of indented in code

There are 76 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 5, 2019

  • The dependency @octokit/rest was updated from 16.30.2 to 16.31.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.31.0

16.31.0 (2019-10-05)

Bug Fixes

  • index.js: remove unused scope query field (58443cd)

Features

  • deprecated: Show a message for deprecated methods (453ebcc)
Commits

The new version differs by 80 commits.

  • 58443cd fix(index.js): remove unused scope query field
  • 453ebcc feat(deprecated): Show a message for deprecated methods
  • 831bb65 chore(package): update lockfile package-lock.json
  • 6b0d604 chore(package): update proxy to version 1.0.0
  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/[email protected]
  • 98c9b75 ci(update-endpoints): uses: gr2m/[email protected]
  • 07514ae fix(search): remove extra octokit prefix
  • 1f3d98b refator: add deprecation messages with links to URLs.
  • d9c55af refactor(update-endpoints): centralize workarounds
  • f97fa2c refactor(package): new generate-scripts-packages
  • faedcfa refactor: fetch endpoints once and cache it, require cached json to generate code, typescript, and docs
  • dbcb110 ci(update-endpoints): npm run update-endpoints before creating pull request
  • d250589 ci(update): use gr2m/create-or-update-pull-request-action
  • 492f7b6 docs(search): remove "octokit-" prefix from markdown searches (#1488)

There are 80 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 6, 2019

  • The dependency @octokit/rest was updated from 16.31.0 to 16.32.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.32.0

16.32.0 (2019-10-06)

Features

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

The new version differs by 83 commits.

  • a9f4c04 chore: build types
  • ffe9aaa feat(types): mark params deprecated if description has 'deprecated'
  • f7c31af feat(types): add deprecation jsdoc for deprecated methods
  • 58443cd fix(index.js): remove unused scope query field
  • 453ebcc feat(deprecated): Show a message for deprecated methods
  • 831bb65 chore(package): update lockfile package-lock.json
  • 6b0d604 chore(package): update proxy to version 1.0.0
  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/[email protected]
  • 98c9b75 ci(update-endpoints): uses: gr2m/[email protected]
  • 07514ae fix(search): remove extra octokit prefix
  • 1f3d98b refator: add deprecation messages with links to URLs.
  • d9c55af refactor(update-endpoints): centralize workarounds
  • f97fa2c refactor(package): new generate-scripts-packages
  • faedcfa refactor: fetch endpoints once and cache it, require cached json to generate code, typescript, and docs

There are 83 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2019

  • The dependency @octokit/rest was updated from 16.32.0 to 16.33.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.33.0

16.33.0 (2019-10-08)

Features

  • options: add timeZone option (8a1fb13)
Commits

The new version differs by 86 commits.

  • b44b2b8 docs(usage): add documentation for timeZone option
  • 15a9467 test(smoke): add test case for timeZone option
  • 8a1fb13 feat(options): add timeZone option
  • a9f4c04 chore: build types
  • ffe9aaa feat(types): mark params deprecated if description has 'deprecated'
  • f7c31af feat(types): add deprecation jsdoc for deprecated methods
  • 58443cd fix(index.js): remove unused scope query field
  • 453ebcc feat(deprecated): Show a message for deprecated methods
  • 831bb65 chore(package): update lockfile package-lock.json
  • 6b0d604 chore(package): update proxy to version 1.0.0
  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/[email protected]
  • 98c9b75 ci(update-endpoints): uses: gr2m/[email protected]
  • 07514ae fix(search): remove extra octokit prefix
  • 1f3d98b refator: add deprecation messages with links to URLs.

There are 86 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 12, 2019

  • The dependency @octokit/rest was updated from 16.33.0 to 16.33.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.33.1

16.33.1 (2019-10-12)

Bug Fixes

  • include details in server validation error (#1499) (1794917)
Commits

The new version differs by 88 commits.

  • 1794917 fix: include details in server validation error (#1499)
  • cedf5af refactor: 0.0.0-semantically-released -> 0.0.0-development
  • b44b2b8 docs(usage): add documentation for timeZone option
  • 15a9467 test(smoke): add test case for timeZone option
  • 8a1fb13 feat(options): add timeZone option
  • a9f4c04 chore: build types
  • ffe9aaa feat(types): mark params deprecated if description has 'deprecated'
  • f7c31af feat(types): add deprecation jsdoc for deprecated methods
  • 58443cd fix(index.js): remove unused scope query field
  • 453ebcc feat(deprecated): Show a message for deprecated methods
  • 831bb65 chore(package): update lockfile package-lock.json
  • 6b0d604 chore(package): update proxy to version 1.0.0
  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/[email protected]
  • 98c9b75 ci(update-endpoints): uses: gr2m/[email protected]

There are 88 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2019

  • The dependency @octokit/rest was updated from 16.33.1 to 16.34.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.34.0

16.34.0 (2019-10-23)

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)
Commits

The new version differs by 93 commits.

  • 723df79 test: remove obsolete test for git refs endpoints
  • 3933c24 fix: remove obsolete plugin to normalize git reference responses
  • fed9b50 build(package): npm audit
  • e891d4e feat: multi-line review comments, client_payload parameter for creating a repository dispatch event, listing installations for an organization
  • fbfd7ea build: endpoints.json cache updated
  • 1794917 fix: include details in server validation error (#1499)
  • cedf5af refactor: 0.0.0-semantically-released -> 0.0.0-development
  • b44b2b8 docs(usage): add documentation for timeZone option
  • 15a9467 test(smoke): add test case for timeZone option
  • 8a1fb13 feat(options): add timeZone option
  • a9f4c04 chore: build types
  • ffe9aaa feat(types): mark params deprecated if description has 'deprecated'
  • f7c31af feat(types): add deprecation jsdoc for deprecated methods
  • 58443cd fix(index.js): remove unused scope query field
  • 453ebcc feat(deprecated): Show a message for deprecated methods

There are 93 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 31, 2019

  • The dependency @octokit/rest was updated from 16.34.0 to 16.34.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.34.1

16.34.1 (2019-10-31)

Bug Fixes

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

The new version differs by 95 commits.

  • 8eb5136 ci: version -> node-version
  • 6e2051b fix(typescript): Include done callback in Paginate interface
  • 723df79 test: remove obsolete test for git refs endpoints
  • 3933c24 fix: remove obsolete plugin to normalize git reference responses
  • fed9b50 build(package): npm audit
  • e891d4e feat: multi-line review comments, client_payload parameter for creating a repository dispatch event, listing installations for an organization
  • fbfd7ea build: endpoints.json cache updated
  • 1794917 fix: include details in server validation error (#1499)
  • cedf5af refactor: 0.0.0-semantically-released -> 0.0.0-development
  • b44b2b8 docs(usage): add documentation for timeZone option
  • 15a9467 test(smoke): add test case for timeZone option
  • 8a1fb13 feat(options): add timeZone option
  • a9f4c04 chore: build types
  • ffe9aaa feat(types): mark params deprecated if description has 'deprecated'
  • f7c31af feat(types): add deprecation jsdoc for deprecated methods

There are 95 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 10, 2019

  • The dependency @octokit/rest was updated from 16.34.1 to 16.35.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v16.35.0

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
Commits

The new version differs by 103 commits.

  • d40b2e3 feat(typescript): definitions for new and deprecated Authorization APIs
  • debd2bf feat: feat: .apps.checkToken(), .apps.deleteAuthorization(), .apps.deleteToken(), .apps.resetToken()
  • 89a03ad build(update-endpoints): adapt code & typescript generation
  • fe51085 build(update-endpoints): GraphQL query response update
  • f31e5c5 script(update-endpoints): request JSON with version parameter
  • e0f4b30 ci(update-rest-endpoint-methods): pass version to request
  • 5636a95 build(package): lock file
  • 69d4198 docs: Fix typo getForOrg -> listForOrg
  • 8eb5136 ci: version -> node-version
  • 6e2051b fix(typescript): Include done callback in Paginate interface
  • 723df79 test: remove obsolete test for git refs endpoints
  • 3933c24 fix: remove obsolete plugin to normalize git reference responses
  • fed9b50 build(package): npm audit
  • e891d4e feat: multi-line review comments, client_payload parameter for creating a repository dispatch event, listing installations for an organization
  • fbfd7ea build: endpoints.json cache updated

There are 103 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants