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

fix(deps): update octokit monorepo (major) - autoclosed #2481

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/app ^13.1.5 -> ^14.0.0 age adoption passing confidence
@octokit/core ^4.2.1 -> ^5.0.0 age adoption passing confidence
@octokit/oauth-app ^4.2.1 -> ^6.0.0 age adoption passing confidence
@octokit/plugin-paginate-rest ^6.1.0 -> ^8.0.0 age adoption passing confidence
@octokit/plugin-rest-endpoint-methods ^7.1.1 -> ^9.0.0 age adoption passing confidence
@octokit/plugin-retry ^4.1.3 -> ^6.0.0 age adoption passing confidence
@octokit/plugin-throttling ^5.2.2 -> ^7.0.0 age adoption passing confidence
@octokit/request-error ^v3.0.3 -> ^5.0.0 age adoption passing confidence
@octokit/types ^9.2.2 -> ^11.0.0 age adoption passing confidence

Release Notes

octokit/app.js (@​octokit/app)

v14.0.0

Compare Source

Features
BREAKING CHANGES
  • onUnhandledRequest middleware option is removed
  • Drop support for NodeJS v14, v16
  • Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead (via @octokit/request)
  • Remove ability to pass custom request options, except from method, headers, body, signal (via @octokit/request)

v13.1.8

Compare Source

Bug Fixes

v13.1.7

Compare Source

Bug Fixes

v13.1.6

Compare Source

Bug Fixes
octokit/core.js (@​octokit/core)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • Drop support for NodeJS v14, v16
  • Remove previews support for the REST API
  • remove agent option from octokit.request()

v4.2.4

Compare Source

Bug Fixes

v4.2.3

Compare Source

Bug Fixes

v4.2.2

Compare Source

Bug Fixes
octokit/oauth-app.js (@​octokit/oauth-app)

v6.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • deps: bump @octokit/core to v5

v5.0.0

Compare Source

BREAKING CHANGES
  • Drop support for NodeJS v14, v16
  • drop onUnhandledRequest middleware option
  • returns a 404 response for unknown routes

Co-authored-by: Baoshan Sheng sheng@icmd.org
Co-authored-by: wolfy1339 <4595477+wolfy1339@​users.noreply.github.com>
Co-authored-by: Keegan Campbell me@kfcampbell.com

v4.2.4

Compare Source

Reverts

v4.2.3

Compare Source

Bug Fixes
octokit/plugin-paginate-rest.js (@​octokit/plugin-paginate-rest)

v8.0.0

Compare Source

chore
BREAKING CHANGES
  • deps: Bump peerDependency of @octokit/core to v5
  • deps: Bump @octokit/types to v11

v7.1.2

Compare Source

Bug Fixes

v7.1.1

Compare Source

Bug Fixes

v7.1.0

Compare Source

Features
  • new endpoints for rulesets, update template to use type imports (#​533) (ac4adf5)

v7.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v14, v16
octokit/plugin-rest-endpoint-methods.js (@​octokit/plugin-rest-endpoint-methods)

v9.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • deps: require @octokit/core > 5
  • deps: bump @octokit/types to v11

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • Drop support for NodeJS v14, v16

v7.2.3

Compare Source

Bug Fixes
  • performance: pre-compute and lazily initialize endpoint methods (#​622) (a7887d0)

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
  • bump version of @octokit/types, update template to use type imports (#​647) (4308c1c)

v7.2.0

Compare Source

Features
  • new /orgs/{org}/actions/runners/generate-jitconfig endpoint, and documentation updates (#​645) (e94662f)

v7.1.3

Compare Source

Bug Fixes
  • build: switch to esbuild and tsc instead of pika (#​644) (917af29)
octokit/plugin-retry.js (@​octokit/plugin-retry)

v6.0.0

Compare Source

chore
BREAKING CHANGES
  • deps: require @octokit/core > 5
  • deps: bump @octokit/types to v11

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes
  • typescript: mark import of @octokit/request-error as type (#​437) (711e7a6)

v5.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v14, v16
octokit/plugin-throttling.js (@​octokit/plugin-throttling)

v7.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • deps: require @octokit/core > 5
  • deps: bump @octokit/types to v11

Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes
  • build: switch to esbuild and tsc instead of pika (#​603) (52f74d8)

v6.0.0

Compare Source

BREAKING CHANGES
  • Drop support for NodeJS v14, v16
  • remove deprecated options.throttle.minimalSecondaryRateRetryAfter
  • remove deprecated options.throttle.onAbuseLimit
Features
octokit/request-error.js (@​octokit/request-error)

v5.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • deps: upgrade @octokit/types to v11

v4.0.2

Compare Source

Bug Fixes

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v14, v16

  • ci: stop testing against NodeJS v14, v16

  • ci: stop testing against NodeJS v14, v16

  • ci: stop testing against NodeJS v14, v16

  • ci: stop testing against NodeJS v14, v16

  • ci: stop testing against NodeJS v14, v16

octokit/types.ts (@​octokit/types)

v11.1.0

Compare Source

Features

v11.0.0

Compare Source

Features
BREAKING CHANGES
  • Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead

v10.0.0

Compare Source

Features
BREAKING CHANGES
  • remove previews

v9.3.2

Compare Source

Bug Fixes
  • build: use typescript to produce declaration files (#​550) (9953e34)

v9.3.1

Compare Source

Bug Fixes
  • remove all potentially undefined parameter types (#​555) (d7ad4ba)

v9.3.0

Compare Source

Features
  • new /orgs/{org}/actions/runners/generate-jitconfig endpoint, type description updates (#​552) (4741ef6)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

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

@renovate renovate bot added the Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR label Jun 18, 2023
@wolfy1339 wolfy1339 changed the base branch from main to beta June 18, 2023 13:59
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 92f3669 to 1791edf Compare June 18, 2023 18:15
@renovate renovate bot changed the base branch from beta to main June 18, 2023 18:15
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 1bfeab1 to 9d976c2 Compare June 20, 2023 23:48
Copy link
Member

@kfcampbell kfcampbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes should happen as part of #2456.

@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 6 times, most recently from 8e56ee8 to 8f7a37d Compare July 10, 2023 22:45
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 8f7a37d to 031caa9 Compare July 11, 2023 01:04
@renovate renovate bot changed the title fix(deps): update octokit monorepo (major) fix(deps): update octokit monorepo (major) - autoclosed Jul 11, 2023
@renovate renovate bot closed this Jul 11, 2023
@renovate renovate bot deleted the renovate/major-octokit-monorepo branch July 11, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant