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

build(deps): bump githubkit from 0.11.14 to 0.12.5 in /server #4855

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps githubkit from 0.11.14 to 0.12.5.

Release notes

Sourced from githubkit's releases.

Release 0.12.5

What's Changed

Full Changelog: yanyongyu/githubkit@v0.12.4...v0.12.5

Release 0.12.4

What's Changed

Full Changelog: yanyongyu/githubkit@v0.12.3...v0.12.4

Release 0.12.3

What's Changed

Full Changelog: yanyongyu/githubkit@v0.12.2...v0.12.3

Release 0.12.2

What's Changed

Full Changelog: yanyongyu/githubkit@v0.12.1...v0.12.2

Release 0.12.1

What's Changed

  • Fix: typevar with default cause error in typing-extensions<4.11.0 by @​gouzil in yanyongyu/githubkit#170
  • re-generate openapi models and apis (including the lastest sub-issue apis)

Full Changelog: yanyongyu/githubkit@v0.12.0...v0.12.1

Release 0.12.0

Breakings

  • Drop Python 3.8 support
  • query, header, cookie params in Rest API functions are now keyword only

New Features

  • add cache strategy option, including in-memory and redis cache
  • add basic throttling logic. By default, githubkit will limit the request concurrency to 100.

... (truncated)

Commits
  • c7154c6 🔖 bump version 0.12.5
  • 74a44eb 👽 re-generate openapi models
  • 204aa7b ✨ Feature: use arbitrary dict type for object with extra properties ...
  • a3287df 🐛 Fix: deployment payload object allow additional property (#181)
  • 840b068 👽 re-generate openapi models
  • 5446a12 📝 Docs: fix example code highlight lines
  • 302984f 📝 Docs: update response types for json type inspect (#180)
  • 2268d93 ✨ Feature: support sequence and mapping input (#176)
  • 8f44dc0 🔖 bump version 0.12.4
  • fffdba6 👽 re-generate openapi models
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [githubkit](https://github.com/yanyongyu/githubkit) from 0.11.14 to 0.12.5.
- [Release notes](https://github.com/yanyongyu/githubkit/releases)
- [Commits](yanyongyu/githubkit@v0.11.14...v0.12.5)

---
updated-dependencies:
- dependency-name: githubkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2025
Copy link

vercel bot commented Jan 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
polar ⬜️ Ignored (Inspect) Visit Preview Jan 20, 2025 5:27am
polar-sandbox ⬜️ Ignored (Inspect) Visit Preview Jan 20, 2025 5:27am

Copy link
Contributor

📦 Next.js Bundle Analysis for web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 154.81 KB (-1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/(main)/(landing)/(mdx)/blog/(header)/better-pricing/page 33.58 KB 188.39 KB 53.83% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants