-
Notifications
You must be signed in to change notification settings - Fork 54
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 framework #163
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
我们跳过了对这个拉取请求的审查。看起来这是由机器人创建的(嘿,renovate[bot]!)。我们假设它知道自己在做什么!
Original comment in English
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Here's the translation to Chinese: 审阅者指南 by Sourcery此 PR 将 @vercel/node 依赖从版本 5.0.2 更新到 5.0.4。这包括修复了由于边缘函数开发服务器中存在 显示已修复的 Transfer-Encoding 标头处理的序列图sequenceDiagram
participant C as Client
participant D as DevServer
participant E as EdgeFunction
C->>D: HTTP Request
Note over D: Remove Transfer-Encoding header<br/>if present
D->>E: Forward Request
E->>D: Response
D->>C: HTTP Response
文件级变更
提示和命令与 Sourcery 交互
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis PR updates the @vercel/node dependency from version 5.0.2 to 5.0.4. This includes a fix for requests failing due to the presence of Sequence diagram showing fixed Transfer-Encoding header handlingsequenceDiagram
participant C as Client
participant D as DevServer
participant E as EdgeFunction
C->>D: HTTP Request
Note over D: Remove Transfer-Encoding header<br/>if present
D->>E: Forward Request
E->>D: Response
D->>C: HTTP Response
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
ead1f9c
to
045cb9c
Compare
045cb9c
to
d1cf814
Compare
d1cf814
to
2f5a6a1
Compare
2f5a6a1
to
37f4f6f
Compare
This PR contains the following updates:
5.0.2
->5.1.2
11.0.1
->11.1.0
Release Notes
vercel/vercel (@vercel/node)
v5.1.2
Compare Source
Patch Changes
5c404c56702ff8685628ffe0db8a90e8cb87568a
]:v5.1.1
Compare Source
Patch Changes
v5.1.0
Compare Source
Minor Changes
Patch Changes
5c696af2b40f0fc368e84cafa6d82b2ce998fc19
]:v5.0.5
Compare Source
Patch Changes
b52b7e3a8cd775d56149683cb809b7ad9c77a514
]:v5.0.4
Compare Source
Patch Changes
v5.0.3
Compare Source
Patch Changes
Fix requests failing due to the presence of
Transfer-Encoding
header in edge-function dev server. (#10701)Split
build()
,prepareCache()
andstartDevServer()
into separate files (#12872)Updated dependencies [
745404610a836fa6c2068c5c192d2f3e8b86918f
,3a5507fd1459c77b4491f1c9c3a64ad42e4ff009
]:intlify/vue-i18n (vue-i18n)
v11.1.0
Compare Source
What's Changed
🌟 Features
ComponentCustomProperties['$i18n']
type by @BobbieGoede in https://github.com/intlify/vue-i18n/pull/2094📝️ Documentations
Full Changelog: intlify/vue-i18n@v11.0.1...v11.1.0
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.