community-plugins
community-plugins copied to clipboard
fix(deps): update octokit monorepo (major)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @octokit/graphql | dependencies | major | ^5.0.0 -> ^8.0.0 |
| @octokit/rest | dependencies | major | ^19.0.3 -> ^20.0.0 |
| octokit | dependencies | major | ^3.0.0 -> ^4.0.0 |
Release Notes
octokit/graphql.js (@octokit/graphql)
v8.1.1
Bug Fixes
v8.1.0
Features
v8.0.2
Bug Fixes
- deps: update dependency @octokit/types to v13 (ce3f6c9)
v8.0.1
Bug Fixes
-
pkg: add
mainentry point (#551) (d3ada54), closes octokit/core.js#662
v8.0.0
Features
BREAKING CHANGES
-
this package is now ESM
-
fix: add missing file extension in relative file path import
v7.1.0
Bug Fixes
- upgrade
@octokit/types(981171f)
Features
v7.0.2
Bug Fixes
- deps: update dependency @octokit/types to v12 (#508) (2a72b63)
v7.0.1
Bug Fixes
v7.0.0
Bug Fixes
BREAKING CHANGES
- deps: Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead
- deps: Remove ability to pass custom request options, except from method, headers, body, signal, data
v6.0.1
Bug Fixes
-
deps: bump
@octokit/requestto get fixed version of@octokit/endpoint(#486) (c067d9c), closes #485
v6.0.0
Features
BREAKING CHANGES
- Drop support for NodeJS v14, v16
octokit/rest.js (@octokit/rest)
v20.1.1
Bug Fixes
v20.1.0
Features
v20.0.2
Bug Fixes
v20.0.1
Bug Fixes
- deps: update dependency @octokit/plugin-request-log to v4 (#322) (688f86a)
v20.0.0
Features
BREAKING CHANGES
- Drop support for NodeJS v14, v16
- Remove previews support for the REST API
- remove agent option from
octokit.request()
octokit/octokit.js (octokit)
v4.0.2
Bug Fixes
v4.0.1
Bug Fixes
v4.0.0
BREAKING CHANGES
- package is now ESM
- remove authentication type "oauth" that was previously deprecated
- Switch from
@octokit/webhooks-typesto@octokit/openapi-webhooks-typesdue to the transition to using GitHub's OpenAPI schema
v3.2.1
Bug Fixes
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
Changed Packages
| Package Name | Package Path | Changeset Bump | Current Version |
|---|---|---|---|
| @backstage-community/plugin-git-release-manager | workspaces/git-release-manager/plugins/git-release-manager | patch | v0.3.47 |
| @backstage-community/plugin-github-actions | workspaces/github-actions/plugins/github-actions | patch | v0.6.16 |
| @backstage-community/plugin-github-deployments | workspaces/github-deployments/plugins/github-deployments | patch | v0.1.66 |
| @backstage-community/plugin-github-issues | workspaces/github-issues/plugins/github-issues | patch | v0.4.2 |
| @backstage-community/plugin-github-pull-requests-board | workspaces/github-pull-requests-board/plugins/github-pull-requests-board | patch | v0.2.2 |
Closing as ESM only for now