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 7, 2024 4:42pm |
free-chat | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 7, 2024 4:42pm |
此拉取请求将 Astro 依赖从版本 4.15.11 更新到 4.15.12。这是一个小的补丁更新,包含几个错误修复和小的改进。
未生成图表,因为更改看起来简单,不需要视觉表示。
更改 | 详情 | 文件 |
---|---|---|
将 Astro 从 4.15.11 更新到 4.15.12 |
|
pnpm-lock.yaml |
更新相关依赖 |
|
pnpm-lock.yaml |
Name | Link |
---|---|
Latest commit | fbd331857c74115d0c9e699c9df9235e87184a5f |
Latest deploy log | https://app.netlify.com/sites/promplate-demo/deploys/67040e8e2109e600085d185d |
Deploy Preview | https://deploy-preview-85--promplate-demo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 53 Accessibility: 66 Best Practices: 92 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.15.11 to 4.15.12.
Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
46cbf10
[ci] release (#12115)fef0b8c
fix(deps): update all non-major dependencies (#12140)de35daa
[CVE 2024-47764] Update package 'cookie' (#12132)c8baa38
chore(deps): update dependency expect-type to v1 (#12141)6e1dfeb
fix: clear content layer cache if astro version changes (#12126)e8e37fd
[ci] format499fbc9
fix): allow special characters in Action names (#12124)b8673df
fix: missing body type on content layer entries (#12123)8309d7f
[ci] format2490ceb
fix: correctly serialize Infinity as island props (#12121)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
Sourcery总结
将Astro从版本4.15.11升级到4.15.12,引入了增强功能,例如支持将Infinity值作为island属性,移除strip-ansi依赖项,以及在版本更改时清除缓存。修复了与内容层条目中缺少body属性相关的错误,并更新了依赖项以解决安全漏洞。
错误修复:
增强功能:
杂务:
Original summary in English
## Summary by Sourcery Bump Astro from version 4.15.11 to 4.15.12, introducing enhancements such as support for Infinity values as island props, removal of the strip-ansi dependency, and cache clearing on version changes. Fix a bug related to missing body properties in content layer entries and update dependencies to address a security vulnerability. Bug Fixes: - Fix missing body property on CollectionEntry types for content layer entries. Enhancements: - Support passing the values Infinity and -Infinity as island props. - Remove the strip-ansi dependency in favor of the native Node API. - Clear content layer cache when Astro version changes. - Allow special characters in Action names. - Add a helpful error when attempting to render an undefined collection entry. Chores: - Update Vite links to use their new domain. - Update the cookie dependency to avoid the CVE 2024-47764 vulnerability.