Closed dependabot[bot] closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
endless-chat | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 15, 2024 4:29pm |
free-chat | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 15, 2024 4:29pm |
此拉取请求将 Astro 依赖项从版本 4.16.3 更新到 4.16.4。更新包括一些小的错误修复和改进,主要集中在可访问性、国际化和边缘中间件功能上。
未生成图表,因为更改看起来简单,不需要视觉表示。
更改 | 详情 | 文件 |
---|---|---|
将 Astro 依赖项更新到版本 4.16.4 |
|
pnpm-lock.yaml |
Name | Link |
---|---|
Latest commit | 4de437cc8d80551d448719a6da5cf08525a01117 |
Latest deploy log | https://app.netlify.com/sites/promplate-demo/deploys/670e97d3f3276c0008216237 |
Deploy Preview | https://deploy-preview-94--promplate-demo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 46 Accessibility: 56 Best Practices: 83 SEO: 84 PWA: 100 View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
Looks like astro is up-to-date now, so this is no longer needed.
Bumps astro from 4.16.3 to 4.16.4.
Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
6df5bba
[ci] release (#12225)64bb796
Use real filesystem for unit testing (#12172)5ab2d98
fix(deps): update all non-major dependencies (#12218)79ffa5d
fix(dev-toolbar): false positive in Audit with a11y check on labels (#12223)fb55695
fix(middleware): compute client address (#12222)d6f03e4
[ci] formatc351352
fix(i18n): correctly compute the current locale (#12199)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
Summary by Sourcery
将astro依赖从版本4.16.3升级到4.16.4,解决了几个错误修复,包括开发工具栏Audit应用中的误报、Astro.currentLocale计算中的回归问题,以及边缘中间件客户端IP地址计算的问题。
错误修复:
杂项:
Original summary in English
## Summary by Sourcery Bump the astro dependency from version 4.16.3 to 4.16.4, addressing several bug fixes including a false positive in the dev toolbar Audit app, a regression in Astro.currentLocale computation, and an issue with edge middleware client IP address computation. Bug Fixes: - Fix a false positive in the dev toolbar Audit app where a label was incorrectly reported as missing when associated with a button. - Fix a regression in the computation of Astro.currentLocale. - Fix an issue where the edge middleware couldn't correctly compute the client IP address when calling ctx.clientAddress(). Chores: - Bump astro dependency from version 4.16.3 to 4.16.4.