PixivNow icon indicating copy to clipboard operation
PixivNow copied to clipboard

fix(deps): update framework

Open renovate[bot] opened this issue 7 months ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) 1.8.4 -> 1.9.0 age adoption passing confidence
vue-router 4.5.0 -> 4.5.1 age adoption passing confidence

Release Notes

axios/axios (axios)

v1.9.0

Compare Source

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 getSetCookie by 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
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release
vuejs/router (vue-router)

v4.5.1

Compare Source

Please refer to CHANGELOG.md for details.


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.

renovate[bot] avatar Apr 24 '25 22:04 renovate[bot]

好的,这是将审查指南翻译成中文的结果:

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 版本。
  • 更新了 dependencies 部分中的 axios 版本。
  • 更新了 packages 部分中的 axios 版本。
  • 更新了 axios 完整性哈希值。
  • 更新了 snapshots 部分中的 axios 版本。
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 摘要、审查者指南等。
  • 更改审查语言。
  • 添加、删除或编辑自定义审查说明。
  • 调整其他审查设置。

获取帮助

  • 联系我们的支持团队 提出问题或反馈。
  • 访问我们的 文档 获取详细的指南和信息。
  • 通过在 X/TwitterLinkedInGitHub 上关注我们,与 Sourcery 团队保持联系。
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.
  • Updated the axios version in the dependencies section.
  • Updated the axios version in the packages section.
  • Updated the axios integrity hash.
  • Updated the axios version in the snapshots section.
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 review on 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 issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull request title to generate a title at any time. You can also comment @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in the pull request body to generate a PR summary at any time exactly where you want it. You can also comment @sourcery-ai summary on the pull request to (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on 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 dismiss on 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 review to 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.

sourcery-ai[bot] avatar Apr 24 '25 22:04 sourcery-ai[bot]

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

vercel[bot] avatar Apr 24 '25 22:04 vercel[bot]

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.

renovate[bot] avatar May 02 '25 07:05 renovate[bot]