-
Notifications
You must be signed in to change notification settings - Fork 166
chore: bump @octokit/rest from 19.0.13 to 22.0.0 #4774
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
base: master
Are you sure you want to change the base?
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Deploying orbit with
|
| Latest commit: |
c50b9e7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://77a0cf77.orbit.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-octo.orbit.pages.dev |
|
Storybook staging is available at https://kiwicom-orbit-dependabot-npm-and-yarn-octokit-rest-22-0-0.surge.sh Playroom staging is available at https://kiwicom-orbit-dependabot-npm-and-yarn-octokit-rest-22-0-0.surge.sh/playroom |
|
Size Change: +3 B (0%) Total Size: 471 kB
ℹ️ View Unchanged
|
440ea19 to
c9ddb2a
Compare
c9ddb2a to
254d5fe
Compare
254d5fe to
fddc70d
Compare
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.13 to 22.0.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v19.0.13...v22.0.0) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-version: 22.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
fddc70d to
c50b9e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Key Issues
The constrainRangeValue function may allow values outside the valid range before constraints are applied, necessitating a call to alignValue afterward to ensure proper range and step alignment. The LoadingProps type can lead to runtime errors by allowing a state where loading: true exists without loadingTitle or loadingHidden being set, which the component might depend on.
Bumps @octokit/rest from 19.0.13 to 22.0.0.
Release notes
Sourced from
@octokit/rest's releases.... (truncated)
Commits
77530abfix(deps): update octokit monorepo (major) (#504)d07b719build(deps): Bump vite from 6.2.5 to 6.3.4 (#509)61b76dabuild(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9 (#505)1710669chore(deps): update dependency undici to v6.21.2 [security] (#513)8ef1473build(deps): Bump vite from 6.0.11 to 6.2.5 (#503)1e8306bbuild(deps): Bump webpack-dev-middleware and gatsby in /docs (#497)3db0595build(deps): Bump send and express in /docs (#490)27f09ddbuild(deps-dev): Bump webpack from 5.93.0 to 5.98.0 in /docs (#494)005b147chore(deps): update dependency prismjs to v1.30.0 [security] (#493)3517730chore(deps): update dependency semantic-release-plugin-update-version-in-file...You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)✨
Description by Callstackai
This PR updates the
@octokit/restpackage from version 19.0.5 to 22.0.0.Diagrams of code changes
sequenceDiagram participant App participant Octokit participant GitHub API Note over App,GitHub API: New dependency: @octokit/rest v22.0.0 App->>Octokit: Initialize Octokit client Octokit->>GitHub API: Make REST API calls GitHub API-->>App: Return API responsesFiles Changed
@octokit/restdependency.This PR includes files in programming languages that we currently do not support. We have not reviewed files with the extensions
.json. See list of supported languages.