Skip to content

chore(deps): update octokit monorepo (major) #480

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@octokit/core ^4.2.4 -> ^7.0.2 age adoption passing confidence
@octokit/request ^6.2.8 -> ^10.0.3 age adoption passing confidence
octokit ^2.1.0 -> ^5.0.3 age adoption passing confidence

Release Notes

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

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

v6.1.5

Compare Source

Bug Fixes

v6.1.4

Compare Source

Bug Fixes
  • deps: bump Octokit dependencies vulnerable to ReDos (#​723) (582d8bd)

v6.1.3

Compare Source

Bug Fixes
  • deps: bump Octokit dependencies to fix Deno compat (#​715) (e2b21bb)

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
  • You can no longer use the @octokit/core/dist-types/types.d import, instead migrate to @octokit/core/types

v5.2.1

Compare Source

Bug Fixes

v5.2.0

Compare Source

Features

v5.1.1

Compare Source

Bug Fixes
  • deps: upgrade @octokit/types to v13 (260e360)

v5.1.0

Compare Source

Features

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes

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()
octokit/request.js (@​octokit/request)

v10.0.3

Compare Source

Bug Fixes

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes
  • deps: update dependency fast-content-type-parse to v3 (#​747) (8cf6d84)

v10.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

v9.2.4

Compare Source

Bug Fixes

v9.2.3

Compare Source

Bug Fixes

v9.2.2

Compare Source

Bug Fixes

v9.2.1

Compare Source

Bug Fixes

v9.2.0

Compare Source

Features
  • correctly parse response bodies as JSON where the Content-Type is application/scim+json (#​731) (00bf316)

v9.1.4

Compare Source

Bug Fixes

v9.1.3

Compare Source

Bug Fixes

v9.1.2

Compare Source

Bug Fixes

v9.1.1

Compare Source

Bug Fixes

v9.1.0

Compare Source

Bug Fixes
Features

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • Output a single ESM bundle

v8.4.1

Compare Source

Bug Fixes

v8.4.0

Compare Source

Features

v8.3.1

Compare Source

Bug Fixes
  • upgrade @octokit/endpoint (4e7127c)

v8.3.0

Compare Source

Bug Fixes
Features

v8.2.0

Compare Source

Features

v8.1.6

Compare Source

Bug Fixes

v8.1.5

Compare Source

Bug Fixes

v8.1.4

Compare Source

Bug Fixes
  • error.cause from undici may be instance of Error (#​643) (c67f902)

v8.1.3

Compare Source

Bug Fixes

v8.1.2

Compare Source

Bug Fixes

v8.1.1

Compare Source

Bug Fixes
  • fetch-wrapper: improve error message when 'fetch' implementation is not present (#​617) (a83722c)

v8.1.0

Compare Source

Features

v8.0.4

Compare Source

Bug Fixes

v8.0.3

Compare Source

Bug Fixes

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead
  • Remove ability to pass custom request options, except from method, headers, body, signal, data

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • Drop support for NodeJS v14, v16

  • remove node-fetch in favor of global

  • docs: update ToC for README.md

octokit/octokit.js (octokit)

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v18

  • ci: stop testing against NodeJS v18

v4.1.4

Compare Source

Bug Fixes

v4.1.3

Compare Source

Bug Fixes

v4.1.2

Compare Source

Bug Fixes
  • deps: update Octokit dependencies to mitigate ReDos vulnerabilities [security] (#​2816) (28ff745)

v4.1.1

Compare Source

Bug Fixes

v4.1.0

Compare Source

Features
  • deps: bump Octokit deps to fix Deno compatibility, new endpoints via @octokit/plugin-rest-endpoint-methods (#​2788) (2107d79)

v4.0.3

Compare Source

Bug Fixes

v4.0.2

Compare Source

Bug Fixes

v4.0.1

Compare Source

Bug Fixes
  • docs: remove NodeJS 10 and add callout for conditional exports (#​2675) (c99ff62)

v4.0.0

Compare Source

BREAKING CHANGES
  • package is now ESM
  • remove authentication type "oauth" that was previously deprecated
  • Switch from @octokit/webhooks-types to @octokit/openapi-webhooks-types due to the transition to using GitHub's OpenAPI schema

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features

v3.1.2

Compare Source

Bug Fixes
  • updates app.js for the handling of an error being thrown by the verify method in webhooks.js (#​2576) (b59da80)

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features

v3.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()
  • 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 for method, headers, body, signal (via @​octokit/request)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from aa0a043 to d4be0f7 Compare June 21, 2023 04:28
@renovate renovate bot changed the title chore(deps): update dependency @octokit/request to v7 chore(deps): update dependency @octokit/request to v8 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from 4db037b to 727b1b7 Compare July 9, 2023 21:58
@renovate renovate bot changed the title chore(deps): update dependency @octokit/request to v8 chore(deps): update octokit monorepo (major) Jul 10, 2023
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from 383972a to c2647cf Compare July 11, 2023 23:10
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from cd08e33 to 1aa3810 Compare July 19, 2023 11:49
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 1aa3810 to 8495577 Compare July 26, 2023 19:07
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from fc835f3 to 5b5e3fd Compare August 13, 2023 21:24
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 5b5e3fd to 37ec88e Compare September 7, 2023 01:45
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 5 times, most recently from bdba1b4 to dadb018 Compare September 27, 2023 11:08
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 41dd33a to b2162a2 Compare October 9, 2023 22:52
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from 3d6fdd0 to 379e069 Compare October 20, 2023 19:39
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 379e069 to d5c6423 Compare October 25, 2023 12:40
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 24b3168 to dd245d5 Compare November 10, 2023 09:54
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 4 times, most recently from e2cd93c to 56e54f2 Compare July 10, 2024 21:30
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from fe3ef7a to ec8c701 Compare July 14, 2024 19:33
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from ec8c701 to 83666ca Compare August 3, 2024 12:40
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 4c32256 to 3bf4205 Compare August 28, 2024 13:28
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 3bf4205 to 1b11e9d Compare September 11, 2024 14:43
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 1b11e9d to 820a01a Compare November 19, 2024 16:21
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from af40ea3 to e4d7a5e Compare January 3, 2025 13:05
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from e4d7a5e to 2984c92 Compare January 8, 2025 21:41
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 2984c92 to eea6e99 Compare January 16, 2025 17:00
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from a112e74 to 72f5aea Compare February 7, 2025 01:59
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 3 times, most recently from c69cbb6 to 4473742 Compare February 15, 2025 03:00
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 4473742 to 42b828c Compare March 7, 2025 22:53
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 57ad76a to a2ce2b7 Compare April 10, 2025 16:12
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 013e077 to 65060a5 Compare May 10, 2025 22:15
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch 2 times, most recently from 6f7dc58 to b1a2f21 Compare May 20, 2025 19:09
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from b1a2f21 to 6c34da3 Compare May 27, 2025 22:22
@renovate renovate bot force-pushed the renovate/major-octokit-monorepo branch from 6c34da3 to cbe61d8 Compare June 20, 2025 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants