-
-
Notifications
You must be signed in to change notification settings - Fork 15
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) #119
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-octokit-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/major-octokit-monorepo
branch
from
January 11, 2024 00:24
7af0109
to
ea467ed
Compare
renovate
bot
force-pushed
the
renovate/major-octokit-monorepo
branch
3 times, most recently
from
February 25, 2024 19:20
b68c18d
to
82d2096
Compare
renovate
bot
force-pushed
the
renovate/major-octokit-monorepo
branch
from
April 30, 2024 17:23
82d2096
to
e3cafd6
Compare
renovate
bot
force-pushed
the
renovate/major-octokit-monorepo
branch
2 times, most recently
from
June 21, 2024 01:28
089c3e5
to
e35585f
Compare
renovate
bot
force-pushed
the
renovate/major-octokit-monorepo
branch
from
December 10, 2024 03:58
e35585f
to
a56fb46
Compare
renovate
bot
force-pushed
the
renovate/major-octokit-monorepo
branch
4 times, most recently
from
January 16, 2025 00:04
2ce32ac
to
d41ceba
Compare
renovate
bot
force-pushed
the
renovate/major-octokit-monorepo
branch
from
January 19, 2025 07:26
d41ceba
to
42f5578
Compare
Test
e2e/helpers/webhook.ts(1,22): error TS2307: Cannot find module '@octokit/webhooks-methods' or its corresponding type declarations. There are types at '/mnt/ephemeral/output/publish-to-bcr/__main__/sandbox/linux-sandbox/701/execroot/_main/bazel-out/k8-fastbuild/bin/node_modules/@octokit/webhooks-methods/dist-types/index.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'.
src/application/release-event-handler.ts(38,48): error TS2345: Argument of type '{ action: "published"; installation?: { id: number; node_id: string; }; organization?: { login: string; id: number; node_id: string; url: string; repos_url: string; events_url: string; hooks_url: string; ... 4 more ...; description: string; }; release: { ...; }; repository: { ...; }; sender?: { ...; }; } & { ...; }' is not assignable to parameter of type 'ReleasePublishedEvent'. Types of property 'release' are incompatible. Type '{ assets: { browser_download_url: string; content_type: string; created_at: string; download_count: number; id: number; label: string; name: string; node_id: string; size: number; state: "uploaded"; updated_at: string; uploader?: { ...; }; url: string; }[]; ... 18 more ...; zipball_url: string; }' is not assignable to type 'Release & { published_at: string; }'. Type '{ assets: { browser_download_url: string; content_type: string; created_at: string; download_count: number; id: number; label: string; name: string; node_id: string; size: number; state: "uploaded"; updated_at: string; uploader?: { ...; }; url: string; }[]; ... 18 more ...; zipball_url: string; }' is not assignable to type 'Release'. Types of property 'author' are incompatible. Type '{ avatar_url?: string; deleted?: boolean; email?: string; events_url?: string; followers_url?: string; following_url?: string; gists_url?: string; gravatar_id?: string; html_url?: string; id: number; login: string; ... 9 more ...; url?: string; }' is not assignable to type 'User'. Property 'node_id' is optional in type '{ avatar_url?: string; deleted?: boolean; email?: string; events_url?: string; followers_url?: string; following_url?: string; gists_url?: string; gravatar_id?: string; html_url?: string; id: number; login: string; ... 9 more ...; url?: string; }' but required in type 'User'. Failed tests (1)//src/domain:test [k8-fastbuild] 🔗 💡 To reproduce the build failures, run
💡 To reproduce the test failures, run
Lint.0 issues require fixes Buildifier Format |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.4
->^7.0.0
^4.0.4
->^6.0.0
^19.0.3
->^21.0.0
^10.0.0
->^13.0.0
^10.0.8
->^13.0.0
^4.0.0
->^5.0.0
^3.0.0
->^5.0.0
^6.2.4
->^7.0.0
Release Notes
octokit/auth-app.js (@octokit/auth-app)
v7.1.3
Compare Source
Bug Fixes
v7.1.2
Compare Source
Bug Fixes
lru-cache
to fix type errors (#651) (3c259fd)v7.1.1
Compare Source
Bug Fixes
baseUrl
passed as part of request parameters (#641) (8478cac)v7.1.0
Compare Source
Features
appId
argument can be set to Client ID string (#606) (7dc08e5)v7.0.0
Compare Source
Features
BREAKING CHANGES
v6.1.3
Compare Source
Bug Fixes
lru-cache
to fix type errors (#651) (c0931e6)v6.1.2
Compare Source
Bug Fixes
baseUrl
passed as part of request parameters (#642) (e0ecf3b)v6.1.1
Compare Source
Bug Fixes
@octokit/types
to v13 (#596) (8e46539)v6.1.0
Compare Source
Features
v6.0.5
Compare Source
Bug Fixes
v6.0.4
Compare Source
Bug Fixes
v6.0.3
Compare Source
Bug Fixes
v6.0.2
Compare Source
Bug Fixes
Cache#get
to allowPromise
return type (#557) (f5e57aa)v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
@octokit/types
to v11,@octokit/request
to v8v5.0.6
Compare Source
Bug Fixes
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
v5.0.0
Compare Source
Continuous Integration
BREAKING CHANGES
octokit/core.js (@octokit/core)
v6.1.2
Compare Source
Bug Fixes
default
fallback andtypes
export (#673) (af3d390), closes #665 #667v6.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
v5.2.0
Compare Source
Features
v5.1.1
Compare Source
Bug Fixes
@octokit/types
to v13 (260e360)v5.1.0
Compare Source
Features
OctokitOptions
fromindex.ts
(#646) (d41fe5d)v5.0.2
Compare Source
Bug Fixes
v5.0.1
Compare Source
Bug Fixes
v5.0.0
Compare Source
Features
BREAKING CHANGES
octokit/rest.js (@octokit/rest)
v21.0.2
Compare Source
Bug Fixes
v21.0.1
Compare Source
Bug Fixes
v21.0.0
Compare Source
Features
BREAKING CHANGES
v20.1.1
Compare Source
Bug Fixes
v20.1.0
Compare Source
Features
v20.0.2
Compare Source
Bug Fixes
v20.0.1
Compare Source
Bug Fixes
v20.0.0
Compare Source
Features
BREAKING CHANGES
octokit.request()
octokit/types.ts (@octokit/types)
v13.6.2
Compare Source
Bug Fixes
@types/node
from generated types (#656) (730a26d), closes /github.com/octokit/octokit.js/issues/2762#issuecomment-2486997620v13.6.1
Compare Source
Bug Fixes
v13.6.0
Compare Source
Features
request.request.signal
(#649) (78173c7)v13.5.1
Compare Source
Bug Fixes
v13.5.0
Compare Source
Features
v13.4.1
Compare Source
Bug Fixes
v13.4.0
Compare Source
Features
v13.3.0
Compare Source
Features
redirect
option inRequestRequestOptions
(#630) (9c58158)v13.2.0
Compare Source
Features
v13.1.0
Compare Source
Features
v13.0.0
Compare Source
Features
BREAKING CHANGES
v12.6.0
Compare Source
Features
v12.5.0
Compare Source
Features
v12.4.0
Compare Source
Features
v12.3.0
Compare Source
Features
[@octokit-next](https://redirect.github.com/octokit-next)
(#595) (0eebf54)v12.2.0
Compare Source
Features
OctokitResponse
an interface (#594) (7269dcc)v12.1.1
Compare Source
Bug Fixes
v12.1.0
Compare Source
Features
/orgs/{org}/properties/schema/{custom_property_name
,GET /orgs/{org}/properties/schema
,GET /orgs/{org}/properties/values
,GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}
,GET /orgs/{org}/rulesets/rule-suites
,GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}
,POST /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel
endpoints (#590) (decdf84)v12.0.1
Compare Source
Bug Fixes
v12.0.0
Compare Source
Features
/repos/{owner}/{repo}/lfs
endpoint now only acceptsPUT
, remove required workflow endpoints (#582) (d70c858)BREAKING CHANGES
/repos/{owner}/{repo}/lfs
endpoint now only acceptsPUT
v11.1.0
Compare Source
Features
parseSuccessResonseBody
option for requests (#563) (f70144e)v11.0.0
Compare Source
Features
BREAKING CHANGES
octokit/webhooks.js (@octokit/webhooks)
v13.4.1
Compare Source
Bug Fixes
v13.4.0
Compare Source
Features
projects_v2_status_update
,sub_issues
events (#1073) (555f42c)v13.3.0
Compare Source
Features
v13.2.8
Compare Source
Bug Fixes
@octokit/openapi-webhooks-types
(#1032) (836a8bb)v13.2.7
Compare Source
Bug Fixes
request.body
is a string (#1010) (c9b988d)v13.2.6
Compare Source
Bug Fixes
@octokit/openapi-webhooks-types
v8.2.1 (#1008) (88595a9)v13.2.5
Compare Source
Bug Fixes
@octokit/openapi-webhooks-types
to v8.2.0 (#1006) (ee06df5)v13.2.4
Compare Source
Bug Fixes
exports
field for ESM exports (#1004) (c4a44e2)v13.2.3
Compare Source
Bug Fixes
@octokit/openapi-types
to v8.1.1 - No relevant changes (#1002) (9635fd9)v13.2.2
Compare Source
Bug Fixes
custom_property.created
event types (#998) (fdfd062)v13.2.1
Compare Source
Bug Fixes
@octokit/openapi-webhook-types
(#996) (d160d2b)v13.2.0
Compare Source
Features
v13.1.1
Compare Source
Bug Fixes
v13.1.0
Compare Source
Features
platform_chat
,cli
, renamescopilot_chat
>ide_chat
incopilot-organization-details
, updates docs (#982) (25db027)v13.0.2
Compare Source
Bug Fixes
v13.0.1
Compare Source
Bug Fixes
v13.0.0
Compare Source
Features
BREAKING CHANGES
@octokit/webhooks-types
to@octokit/openapi-webhooks-types
due to the transition to using GitHub's OpenAPI schemav12.3.1
Compare Source
Bug Fixes
@octokit/webhooks-types
v7.6.1 (a54faa4)v12.3.0
Compare Source
Features
merge_group.destroyed
event (c1cedbb)v12.2.0
Compare Source
Features
@octokit/webhooks-schemas
update tov7.4.0
(#985) (9de507d)v12.1.2
Compare Source
Bug Fixes
@octokit/webhooks-methods
(#973) (d17d59c)v12.1.1
Compare Source
Bug Fixes
v12.1.0
Compare Source
Features
v12.0.11
Compare Source
Bug Fixes
.js
extension instead of.ts
(#949) (a00257a)v12.0.10
Compare Source
Bug Fixes
req.body
is the parsed JSON payload (#937) (adcfa21)v12.0.9
Compare Source
Bug Fixes
getPayload()
(#939) (fe00834)v12.0.8
Compare Source
Bug Fixes
v12.0.7
Compare Source
Bug Fixes
TTransformed
toonAny
andonError
(#924) (6ead0b7)v12.0.6
Compare Source
Bug Fixes
aggregate-error
type export (#923) (4875a74)v12.0.5
Compare Source
Bug Fixes
v12.0.4
Compare Source
Bug Fixes
verify
method (#914) (449b159)v12.0.3
Compare Source
Bug Fixes
v12.0.2
Compare Source
Bug Fixes
@octokit/webhooks-types
(#868) (1410bfe)v12.0.1
Compare Source
Bug Fixes
v12.0.0
Compare Source
Continuous Integration
BREAKING CHANGES
Drop support for NodeJS v14, v16
build: set minimal node version in build script to v14
v11.1.2
Compare Source
Bug Fixes
v11.1.1
Compare Source
Bug Fixes
secret_scanning_alert
(#861) (9cfc37b)v11.1.0
Compare Source
Features
deyployment_status
eventsecret_scanning_alert
secret_scanning_alert_location
eventworkflow_job.waiting
eventbranch_protection_rule.requested
eventrequire_last_push_approval
rule forbranch_protection_rule
Fixes
queued
to possible statuses forworkflow_job
inworkflow_job.in_progress
eventv11.0.0
Compare Source
Features
onUnhandledRequest
middleware option (#740) (cfd77ad)webhooks.sign()
(#794) (855cefa)webhooks.verify()
andwebhooks.verifyAndReceive()
and the middleware (#793) (7cc4068)Bug Fixes
package.json
entries for better browser and ESM compat (ffbf0ac)BREAKING CHANGES
path
webhooks.verify()
andwebhooks.verifyAndReceive()
request.body
webhooks.verify()
octokit/webhooks-methods.js (@octokit/webhooks-methods)
v5.1.0
Compare Source
Features
v5.0.0
Compare Source
Features
BREAKING CHANGES
verify()
andsign()
methods no longer accept an options objectoctokit/webhooks (@octokit/webhooks-types)
v7.6.1
Compare Source
Bug Fixes
category.node_id
todiscussion
anddiscussion_comment
(#960) (049c104)v7.6.0
Compare Source
Features
merge_group
destroyed event (#962) (524ed0d)v7.5.1
Compare Source
Bug Fixes
v7.5.0
Compare Source
Features
v7.4.0
Compare Source
Features
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.
This PR was generated by Mend Renovate. View the repository job log.