PixivNow
PixivNow copied to clipboard
fix(deps): update framework
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| axios (source) | 1.8.4 -> 1.9.0 |
||||
| vue-router | 4.5.0 -> 4.5.1 |
Release Notes
axios/axios (axios)
v1.9.0
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookieby using 'get' method for caseless access; (#6874) (d4f7df4) - headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
- http: send minimal end multipart boundary (#6661) (987d2e2)
- types: fix autocomplete for adapter config (#6855) (e61a893)
Features
Contributors to this release
1.8.4 (2025-03-19)
Bug Fixes
Contributors to this release
1.8.3 (2025-03-10)
Bug Fixes
- add missing type for allowAbsoluteUrls (#6818) (10fa70e)
- xhr/fetch: pass
allowAbsoluteUrlstobuildFullPathinxhrandfetchadapters (#6814) (ec159e5)
Contributors to this release
1.8.2 (2025-03-07)
Bug Fixes
Contributors to this release
1.8.1 (2025-02-26)
Bug Fixes
- utils: move
generateStringto platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)
Contributors to this release
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
好的,这是将审查指南翻译成中文的结果:
Sourcery 审查者指南
此 Pull Request 将 pnpm-lock.yaml 文件中的 axios 依赖从 1.8.4 版本更新到 1.9.0 版本。这确保项目使用最新版本的 axios,包括错误修复和新功能。
AxiosHeaders 的更新类图
classDiagram
class AxiosHeaders {
+getSetCookie()
}
note for AxiosHeaders "添加了 getSetCookie 方法来检索 set-cookie 标头值"
文件级别变更
| 变更 | 详情 | 文件 |
|---|---|---|
| 将 axios 依赖从 1.8.4 版本更新到 1.9.0 版本。 |
|
pnpm-lock.yaml |
可能相关的 issue
- #198: 此 PR 将 axios 更新到 1.9.0,该版本在 issue 中被列为依赖项。
提示和命令
与 Sourcery 互动
- 触发新的审查: 在 Pull Request 上评论
@sourcery-ai review。 - 继续讨论: 直接回复 Sourcery 的审查评论。
- 从审查评论生成 GitHub issue: 通过回复审查评论,让 Sourcery 从审查评论创建一个 issue。您也可以回复审查评论并加上
@sourcery-ai issue来从中创建一个 issue。 - 生成 Pull Request 标题: 在 Pull Request 标题中的任何位置写入
@sourcery-ai以随时生成标题。您也可以在 Pull Request 上评论@sourcery-ai title以随时(重新)生成标题。 - 生成 Pull Request 摘要: 在 Pull Request 正文中的任何位置写入
@sourcery-ai summary以随时在您想要的位置生成 PR 摘要。您也可以在 Pull Request 上评论@sourcery-ai summary以随时(重新)生成摘要。 - 生成审查者指南: 在 Pull Request 上评论
@sourcery-ai guide以随时(重新)生成审查者指南。 - 解决所有 Sourcery 评论: 在 Pull Request 上评论
@sourcery-ai resolve以解决所有 Sourcery 评论。如果您已经处理了所有评论并且不想再看到它们,这将非常有用。 - 驳回所有 Sourcery 审查: 在 Pull Request 上评论
@sourcery-ai dismiss以驳回所有现有的 Sourcery 审查。如果您想重新开始一个新的审查,这将特别有用 - 不要忘记评论@sourcery-ai review以触发新的审查!
定制您的体验
访问您的 仪表板 以:
- 启用或禁用审查功能,例如 Sourcery 生成的 Pull Request 摘要、审查者指南等。
- 更改审查语言。
- 添加、删除或编辑自定义审查说明。
- 调整其他审查设置。
获取帮助
Original review guide in English
Reviewer's Guide by Sourcery
This pull request updates the axios dependency from version 1.8.4 to 1.9.0 in the pnpm-lock.yaml file. This ensures that the project uses the latest version of axios, including bug fixes and new features.
Updated class diagram for AxiosHeaders
classDiagram
class AxiosHeaders {
+getSetCookie()
}
note for AxiosHeaders "Added getSetCookie method to retrieve set-cookie headers values"
File-Level Changes
| Change | Details | Files |
|---|---|---|
| Updated the axios dependency from version 1.8.4 to 1.9.0. |
|
pnpm-lock.yaml |
Possibly linked issues
- #198: The PR updates axios to 1.9.0, which is listed as a dependency in the issue.
Tips and commands
Interacting with Sourcery
- Trigger a new review: Comment
@sourcery-ai reviewon the pull request. - Continue discussions: Reply directly to Sourcery's review comments.
- Generate a GitHub issue from a review comment: Ask Sourcery to create an
issue from a review comment by replying to it. You can also reply to a
review comment with
@sourcery-ai issueto create an issue from it. - Generate a pull request title: Write
@sourcery-aianywhere in the pull request title to generate a title at any time. You can also comment@sourcery-ai titleon the pull request to (re-)generate the title at any time. - Generate a pull request summary: Write
@sourcery-ai summaryanywhere in the pull request body to generate a PR summary at any time exactly where you want it. You can also comment@sourcery-ai summaryon the pull request to (re-)generate the summary at any time. - Generate reviewer's guide: Comment
@sourcery-ai guideon the pull request to (re-)generate the reviewer's guide at any time. - Resolve all Sourcery comments: Comment
@sourcery-ai resolveon the pull request to resolve all Sourcery comments. Useful if you've already addressed all the comments and don't want to see them anymore. - Dismiss all Sourcery reviews: Comment
@sourcery-ai dismisson the pull request to dismiss all existing Sourcery reviews. Especially useful if you want to start fresh with a new review - don't forget to comment@sourcery-ai reviewto trigger a new review!
Customizing Your Experience
Access your dashboard to:
- Enable or disable review features such as the Sourcery-generated pull request summary, the reviewer's guide, and others.
- Change the review language.
- Add, remove or edit custom review instructions.
- Adjust other review settings.
Getting Help
- Contact our support team for questions or feedback.
- Visit our documentation for detailed guides and information.
- Keep in touch with the Sourcery team by following us on X/Twitter, LinkedIn or GitHub.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| pixiv-now | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 30, 2025 3:07am |
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.