openaddresses / submit-service

Middleware service that samples and submits OA PRs
MIT License
3 stars 3 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

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

🚨 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 - βœ… **ci/circleci:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/openaddresses/submit-service/416?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/openaddresses/submit-service/builds/499099885?utm_source=github_status&utm_medium=notification)).

Release Notes for v16.16.2

16.16.2 (2019-02-27)

Bug Fixes

  • paginate search results (8373934)
Commits

The new version differs by 2 commits.

  • 8373934 fix: paginate search results
  • 74d8577 test: paginate search results

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

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/create-or-update-pull-request-action@v1.x
  • 98c9b75 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.0.2
  • 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[bot] commented 5 years ago

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/create-or-update-pull-request-action@v1.x
  • 98c9b75 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.0.2

There are 88 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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[bot] commented 4 years ago

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 2 commits.

  • 8eb5136 ci: version -> node-version
  • 6e2051b fix(typescript): Include done callback in Paginate interface

See the full diff

greenkeeper[bot] commented 4 years ago

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 10 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

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.35.1

16.35.1 (2019-12-13)

Bug Fixes

Commits

The new version differs by 14 commits.

  • b4e5f67 fix: submitted_at for pr review (#1519)
  • 2f95be5 build(package): npm audit fix
  • 8a71942 ci(routes-update): set VERSION environment variable for correct step
  • 1ac9830 build(docs): update to latest octokit/routes
  • 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

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.35.2

16.35.2 (2019-12-13)

Bug Fixes

Commits

The new version differs by 15 commits.

  • 2bd7da9 fix: correct typo in test/util.js (#1523)
  • b4e5f67 fix: submitted_at for pr review (#1519)
  • 2f95be5 build(package): npm audit fix
  • 8a71942 ci(routes-update): set VERSION environment variable for correct step
  • 1ac9830 build(docs): update to latest octokit/routes
  • 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

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.36.0

16.36.0 (2019-12-24)

Features

Commits

The new version differs by 26 commits.

  • 0ce7f60 feat(typescript): deprecate client options (#1538)
  • 9805086 chore(package): update lockfile package-lock.json
  • 45c1619 chore(package): update @types/node to version 13.1.0
  • f91d169 chore(package): update lockfile package-lock.json
  • e608612 chore(package): update sinon to version 8.0.0
  • e33cc6b chore(package): update lockfile package-lock.json
  • f6c925f chore(package): update nyc to version 15.0.0
  • afa2a96 build(package): lock file
  • 71a40fc chore(package): update http-proxy-agent to version 3.0.0
  • e7a789f build(deps): bump npm from 6.11.3 to 6.13.4 (#1529)
  • 98aa629 Update marked in group default to the latest version πŸš€ (#1527)
  • 2bd7da9 fix: correct typo in test/util.js (#1523)
  • b4e5f67 fix: submitted_at for pr review (#1519)
  • 2f95be5 build(package): npm audit fix
  • 8a71942 ci(routes-update): set VERSION environment variable for correct step

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.37.0

16.37.0 (2020-01-18)

Bug Fixes

  • graduated previews removed: barred-rock, echo, hagar (53b8021)

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

The new version differs by 43 commits.

  • 514cf23 build: TypeScript
  • c5632ff feat: new parameters for .repos.updateBranchProtection(): allow_deletions, allow_force_pushes, required_linear_history
  • 9c71d18 feat: .repos.listForOrg()'s type parameter can now be set to "internal" (GitHub Enterprise Cloud only)
  • 31b094b feat: visibility parameter for .repos.createForAuthenticatedUser() and .repos.createInOrg()
  • c783249 feat: new delete_branch_on_merge parameter for .repos.createForAuthenticatedUser(), .repos.createInOrg(), .repos.update()
  • faecc99 feat: 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.
  • 7be5174 feat: new parameters for .orgs.update(): members_can_create_internal_repositories, members_can_create_private_repositories, members_can_create_public_repositories
  • 8777073 feat: .migrations.listReposForOrg(), .migrations.listReposForUser()
  • 53b8021 fix: graduated previews removed: barred-rock, echo, hagar
  • ed31137 feat: .apps.revokeInstallationToken()
  • 29b4d3e build: update endpoints.json
  • d880b5d build: add new team legacy endpoints
  • 55b7c13 ci(test): match Greenkeeper branches for scoped packages
  • 195a58f chore(package): update lockfile package-lock.json
  • ff0a4c4 chore(package): update mustache to version 4.0.0

There are 43 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.38.0

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

The new version differs by 53 commits.

  • 1445d3e ci(folder-size): allow node_moduls folder to be to 3MB
  • d005322 build(package): lock file
  • 4573ee2 feat: use @octokit/auth for authentication strategies, deprecate previous auth options
  • db35ac8 test: use @octokit/auth for authentication strategies other than token authentication, deprecate previews auth options
  • c0c6fbc build(package): lock file
  • e20e0c2 build(package): @octokit/auth-token for production, @octokit/auth for development
  • 422c8e0 test: rename authentication-test.js to deprecated-authentication-test.js
  • 22374d8 test: deprecations for auth constructor options
  • ae88cbb docs: use @octokit/auth for authentication strategies other than token authentication
  • 83fe7e4 build: npm audit fix
  • 514cf23 build: TypeScript
  • c5632ff feat: new parameters for .repos.updateBranchProtection(): allow_deletions, allow_force_pushes, required_linear_history
  • 9c71d18 feat: .repos.listForOrg()'s type parameter can now be set to "internal" (GitHub Enterprise Cloud only)
  • 31b094b feat: visibility parameter for .repos.createForAuthenticatedUser() and .repos.createInOrg()
  • c783249 feat: new delete_branch_on_merge parameter for .repos.createForAuthenticatedUser(), .repos.createInOrg(), .repos.update()

There are 53 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.38.2

16.38.2 (2020-01-24)

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

The new version differs by 70 commits.

  • e130aee build(package): lock file
  • 9701151 fix: add .endpoint() method to all deprecated endpoint methods
  • dadfe9a fix: bring back `octokit.teams.removeMembership()
  • a7caaeb build(Typescript): update types
  • ea57e20 build: update endpoints.json
  • d439ca7 fix: bring back octokit.teams.removeMember()
  • 248a47f build(typescript): types updates
  • 441c452 fix: everest preview graduated
  • 5f5e62e fix: correct deprecation message for octokit.apps.* OAuth authorization methods'
  • 992de8f build: update endpoints.json for octokit/routse v26.18.0
  • 79153ba test: missing methods after v16.37.0
  • 9b39305 chore(package): update lockfile package-lock.json
  • 99ea210 chore(package): update http-proxy-agent to version 4.0.0
  • 2a671f6 chore(package): update lockfile package-lock.json
  • 41f3c08 chore(package): update mkdirp to version 1.0.0

There are 70 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.38.3

16.38.3 (2020-01-25)

Bug Fixes

Commits

The new version differs by 71 commits.

  • 39cdce8 fix(typescript): .git.getTree types (#1556)
  • e130aee build(package): lock file
  • 9701151 fix: add .endpoint() method to all deprecated endpoint methods
  • dadfe9a fix: bring back `octokit.teams.removeMembership()
  • a7caaeb build(Typescript): update types
  • ea57e20 build: update endpoints.json
  • d439ca7 fix: bring back octokit.teams.removeMember()
  • 248a47f build(typescript): types updates
  • 441c452 fix: everest preview graduated
  • 5f5e62e fix: correct deprecation message for octokit.apps.* OAuth authorization methods'
  • 992de8f build: update endpoints.json for octokit/routse v26.18.0
  • 79153ba test: missing methods after v16.37.0
  • 9b39305 chore(package): update lockfile package-lock.json
  • 99ea210 chore(package): update http-proxy-agent to version 4.0.0
  • 2a671f6 chore(package): update lockfile package-lock.json

There are 71 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.39.0

16.39.0 (2020-01-27)

Features

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

The new version differs by 80 commits.

  • 1a04154 build(package): remove update-endpoints:code script
  • 9bc957e ci: bump allowed node_folder size to account for external plugins
  • 68d1abf refactor: use external plagins for logs & endpoint methods
  • 3caa24a feat: accessing response.data[namespacekey] in .paginate(options, mapFn) map function now logs a deprecation
  • e164d12 test: accessing response.data[namespacekey] in .paginate(options, mapFn) map function now logs a deprecation
  • a7d8ce3 build(package): lock file
  • 7c66c69 build(package): @octokit/plugin-paginate-rest,@octokit/plugin-request-log,@octokit/plugin-rest-endpoint-methods
  • 26b7ce9 chore(package): update lockfile package-lock.json
  • 85af833 chore(package): update mocha to version 7.0.1
  • 39cdce8 fix(typescript): .git.getTree types (#1556)
  • e130aee build(package): lock file
  • 9701151 fix: add .endpoint() method to all deprecated endpoint methods
  • dadfe9a fix: bring back `octokit.teams.removeMembership()
  • a7caaeb build(Typescript): update types
  • ea57e20 build: update endpoints.json

There are 80 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.40.0

16.40.0 (2020-01-28)

Features

  • Actions endpoint methdos (a706b0d)
Commits

The new version differs by 86 commits.

  • a706b0d feat: Actions endpoint methdos
  • fbde74e chore(package): update lockfile package-lock.json
  • 07e50f2 chore(package): update semantic-release to version 17.0.0
  • 88d27f1 build(package): lock file
  • 1eabce4 build(package): bump @octokit/plugin-rest-endpoint-methods version to 2.1.0
  • 0096a70 WIP octokit/routes updated
  • 1a04154 build(package): remove update-endpoints:code script
  • 9bc957e ci: bump allowed node_folder size to account for external plugins
  • 68d1abf refactor: use external plagins for logs & endpoint methods
  • 3caa24a feat: accessing response.data[namespacekey] in .paginate(options, mapFn) map function now logs a deprecation
  • e164d12 test: accessing response.data[namespacekey] in .paginate(options, mapFn) map function now logs a deprecation
  • a7d8ce3 build(package): lock file
  • 7c66c69 build(package): @octokit/plugin-paginate-rest,@octokit/plugin-request-log,@octokit/plugin-rest-endpoint-methods
  • 26b7ce9 chore(package): update lockfile package-lock.json
  • 85af833 chore(package): update mocha to version 7.0.1

There are 86 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.40.1

16.40.1 (2020-01-29)

Bug Fixes

  • typescript: descripion & response types fixes (#1561) (7c64d9c)
Commits

The new version differs by 87 commits.

  • 7c64d9c fix(typescript): descripion & response types fixes (#1561)
  • a706b0d feat: Actions endpoint methdos
  • fbde74e chore(package): update lockfile package-lock.json
  • 07e50f2 chore(package): update semantic-release to version 17.0.0
  • 88d27f1 build(package): lock file
  • 1eabce4 build(package): bump @octokit/plugin-rest-endpoint-methods version to 2.1.0
  • 0096a70 WIP octokit/routes updated
  • 1a04154 build(package): remove update-endpoints:code script
  • 9bc957e ci: bump allowed node_folder size to account for external plugins
  • 68d1abf refactor: use external plagins for logs & endpoint methods
  • 3caa24a feat: accessing response.data[namespacekey] in .paginate(options, mapFn) map function now logs a deprecation
  • e164d12 test: accessing response.data[namespacekey] in .paginate(options, mapFn) map function now logs a deprecation
  • a7d8ce3 build(package): lock file
  • 7c66c69 build(package): @octokit/plugin-paginate-rest,@octokit/plugin-request-log,@octokit/plugin-rest-endpoint-methods
  • 26b7ce9 chore(package): update lockfile package-lock.json

There are 87 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.40.2

16.40.2 (2020-01-30)

Bug Fixes

  • typescript: new auth strategy options (0c7b109)
Commits

The new version differs by 93 commits.

  • 0c7b109 fix(typescript): new auth strategy options
  • 2f4287f build(package): lock file
  • d61ed61 test: app auth typescript validation
  • 9994fac test: app auth strategy
  • e661f60 build(package): lolex
  • f54f638 build: cached endpoints update (#1564)
  • 7c64d9c fix(typescript): descripion & response types fixes (#1561)
  • a706b0d feat: Actions endpoint methdos
  • fbde74e chore(package): update lockfile package-lock.json
  • 07e50f2 chore(package): update semantic-release to version 17.0.0
  • 88d27f1 build(package): lock file
  • 1eabce4 build(package): bump @octokit/plugin-rest-endpoint-methods version to 2.1.0
  • 0096a70 WIP octokit/routes updated
  • 1a04154 build(package): remove update-endpoints:code script
  • 9bc957e ci: bump allowed node_folder size to account for external plugins

There are 93 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.41.0

16.41.0 (2020-01-31)

Features

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

The new version differs by 95 commits.

  • 0758d61 feat(typescript): types for latest Action endpoint methods (#1567)
  • 4058d75 build(package): pin version of @octokit/plugin-rest-endpoint-methnods
  • 0c7b109 fix(typescript): new auth strategy options
  • 2f4287f build(package): lock file
  • d61ed61 test: app auth typescript validation
  • 9994fac test: app auth strategy
  • e661f60 build(package): lolex
  • f54f638 build: cached endpoints update (#1564)
  • 7c64d9c fix(typescript): descripion & response types fixes (#1561)
  • a706b0d feat: Actions endpoint methdos
  • fbde74e chore(package): update lockfile package-lock.json
  • 07e50f2 chore(package): update semantic-release to version 17.0.0
  • 88d27f1 build(package): lock file
  • 1eabce4 build(package): bump @octokit/plugin-rest-endpoint-methods version to 2.1.0
  • 0096a70 WIP octokit/routes updated

There are 95 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.41.1

16.41.1 (2020-01-31)

Bug Fixes

  • package: update @octokit/plugin-rest-endpoint-methods to version 2.2.0 (3539118)
  • Typescript: since parameter type is integer, not string (6285b6c)
  • TypeScript: file parameter is no data for .repos.uploadReleaseAsset() (dc2cc51)
Commits

The new version differs by 101 commits.

  • c657eee chore(package): update lockfile package-lock.json
  • 3539118 fix(package): update @octokit/plugin-rest-endpoint-methods to version 2.2.0
  • dc2cc51 fix(TypeScript): file parameter is no data for .repos.uploadReleaseAsset()
  • 463e4ff build: file parameter is no data for .repos.uploadReleaseAsset()
  • 6285b6c fix(Typescript): since parameter type is integer, not string
  • 4ab1a08 test: remove it.only
  • 0758d61 feat(typescript): types for latest Action endpoint methods (#1567)
  • 4058d75 build(package): pin version of @octokit/plugin-rest-endpoint-methnods
  • 0c7b109 fix(typescript): new auth strategy options
  • 2f4287f build(package): lock file
  • d61ed61 test: app auth typescript validation
  • 9994fac test: app auth strategy
  • e661f60 build(package): lolex
  • f54f638 build: cached endpoints update (#1564)
  • 7c64d9c fix(typescript): descripion & response types fixes (#1561)

There are 101 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.41.2

16.41.2 (2020-02-02)

Bug Fixes

  • package: update @octokit/plugin-rest-endpoint-methods to version 2.3.0 (a10ef70), closes #1571
Commits

The new version differs by 104 commits.

  • cb78528 chore(package): update lockfile package-lock.json
  • a10ef70 fix(package): update @octokit/plugin-rest-endpoint-methods to version 2.3.0
  • 2a3d953 WIP octokit/routes updated
  • c657eee chore(package): update lockfile package-lock.json
  • 3539118 fix(package): update @octokit/plugin-rest-endpoint-methods to version 2.2.0
  • dc2cc51 fix(TypeScript): file parameter is no data for .repos.uploadReleaseAsset()
  • 463e4ff build: file parameter is no data for .repos.uploadReleaseAsset()
  • 6285b6c fix(Typescript): since parameter type is integer, not string
  • 4ab1a08 test: remove it.only
  • 0758d61 feat(typescript): types for latest Action endpoint methods (#1567)
  • 4058d75 build(package): pin version of @octokit/plugin-rest-endpoint-methnods
  • 0c7b109 fix(typescript): new auth strategy options
  • 2f4287f build(package): lock file
  • d61ed61 test: app auth typescript validation
  • 9994fac test: app auth strategy

There are 104 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.42.0

16.42.0 (2020-02-03)

Features

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

The new version differs by 106 commits.

  • bbc3e48 feat: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")
  • d1ad161 test: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")
  • cb78528 chore(package): update lockfile package-lock.json
  • a10ef70 fix(package): update @octokit/plugin-rest-endpoint-methods to version 2.3.0
  • 2a3d953 WIP octokit/routes updated
  • c657eee chore(package): update lockfile package-lock.json
  • 3539118 fix(package): update @octokit/plugin-rest-endpoint-methods to version 2.2.0
  • dc2cc51 fix(TypeScript): file parameter is no data for .repos.uploadReleaseAsset()
  • 463e4ff build: file parameter is no data for .repos.uploadReleaseAsset()
  • 6285b6c fix(Typescript): since parameter type is integer, not string
  • 4ab1a08 test: remove it.only
  • 0758d61 feat(typescript): types for latest Action endpoint methods (#1567)
  • 4058d75 build(package): pin version of @octokit/plugin-rest-endpoint-methnods
  • 0c7b109 fix(typescript): new auth strategy options
  • 2f4287f build(package): lock file

There are 106 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.42.1

16.42.1 (2020-02-03)

Bug Fixes

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

The new version differs by 113 commits.

  • dec7334 fix: do not throw if using deprecated Octokit default export without options
  • 865433a test: do not throw if using deprecated Octokit default export without options
  • 3e47a92 docs: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • 5db4ffa test: address deprecation messages
  • 56aacd0 test: ignore coverage related to deprecation
  • 85fc111 test: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • c1d6c6a docs: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • bbc3e48 feat: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")
  • d1ad161 test: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")
  • cb78528 chore(package): update lockfile package-lock.json
  • a10ef70 fix(package): update @octokit/plugin-rest-endpoint-methods to version 2.3.0
  • 2a3d953 WIP octokit/routes updated
  • c657eee chore(package): update lockfile package-lock.json
  • 3539118 fix(package): update @octokit/plugin-rest-endpoint-methods to version 2.2.0
  • dc2cc51 fix(TypeScript): file parameter is no data for .repos.uploadReleaseAsset()

There are 113 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.42.2

16.42.2 (2020-02-03)

Bug Fixes

Commits

The new version differs by 116 commits.

  • 4d402c2 style: prettier
  • 7b316d8 fix: recover Octokit.plugin
  • b101e63 test: recover Octokit.plugin
  • dec7334 fix: do not throw if using deprecated Octokit default export without options
  • 865433a test: do not throw if using deprecated Octokit default export without options
  • 3e47a92 docs: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • 5db4ffa test: address deprecation messages
  • 56aacd0 test: ignore coverage related to deprecation
  • 85fc111 test: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • c1d6c6a docs: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • bbc3e48 feat: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")
  • d1ad161 test: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")
  • cb78528 chore(package): update lockfile package-lock.json
  • a10ef70 fix(package): update @octokit/plugin-rest-endpoint-methods to version 2.3.0
  • 2a3d953 WIP octokit/routes updated

There are 116 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.43.0

16.43.0 (2020-02-03)

Features

  • deprecate octokit.gitdata.*, octokit.pullRequests.* (#1585) (989afc1)
Commits

The new version differs by 118 commits.

  • 989afc1 feat: deprecate octokit.gitdata.*, octokit.pullRequests.* (#1585)
  • 6970226 test: remove .only
  • 4d402c2 style: prettier
  • 7b316d8 fix: recover Octokit.plugin
  • b101e63 test: recover Octokit.plugin
  • dec7334 fix: do not throw if using deprecated Octokit default export without options
  • 865433a test: do not throw if using deprecated Octokit default export without options
  • 3e47a92 docs: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • 5db4ffa test: address deprecation messages
  • 56aacd0 test: ignore coverage related to deprecation
  • 85fc111 test: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • c1d6c6a docs: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • bbc3e48 feat: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")
  • d1ad161 test: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")
  • cb78528 chore(package): update lockfile package-lock.json

There are 118 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.43.1

16.43.1 (2020-02-03)

Bug Fixes

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

The new version differs by 122 commits.

  • 486eadd fix(TypeScript): named { Octokit } export
  • c2fec67 TypeScript: named { Octokit } export
  • 9e7c4fc test(Typescript): name { Octokit } export
  • b539140 test: 100% test coverage
  • 989afc1 feat: deprecate octokit.gitdata.*, octokit.pullRequests.* (#1585)
  • 6970226 test: remove .only
  • 4d402c2 style: prettier
  • 7b316d8 fix: recover Octokit.plugin
  • b101e63 test: recover Octokit.plugin
  • dec7334 fix: do not throw if using deprecated Octokit default export without options
  • 865433a test: do not throw if using deprecated Octokit default export without options
  • 3e47a92 docs: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")
  • 5db4ffa test: address deprecation messages
  • 56aacd0 test: ignore coverage related to deprecation
  • 85fc111 test: const Octokit = require("@octokit/rest") is now const { Octokit } = require("@octokit/rest")

There are 122 commits in total.

See the full diff