Skip to content

Commit

Permalink
fix(deps): update dependency astro to v4.15.3 (#689)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [astro](https://astro.build)
([source](https://github.com/withastro/astro/tree/HEAD/packages/astro))
| [`4.15.2` ->
`4.15.3`](https://renovatebot.com/diffs/npm/astro/4.15.2/4.15.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/4.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/astro/4.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/astro/4.15.2/4.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/4.15.2/4.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v4.15.3`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4153)

[Compare
Source](https://github.com/withastro/astro/compare/astro@4.15.2...astro@4.15.3)

##### Patch Changes

-
[#&#8203;11902](https://github.com/withastro/astro/pull/11902)
[`d63bc50`](https://github.com/withastro/astro/commit/d63bc50d9940c1107e0fee7687e5c332549a0eff)
Thanks [@&#8203;ascorbic](https://github.com/ascorbic)! - Fixes
case where content layer did not update during clean dev builds on Linux
and Windows

-
[#&#8203;11886](https://github.com/withastro/astro/pull/11886)
[`7ff7134`](https://github.com/withastro/astro/commit/7ff7134b8038a3b798293b2218bbf6dd02d2ac32)
Thanks [@&#8203;matthewp](https://github.com/matthewp)! - Fixes
a missing error message when actions throws during `astro sync`

-
[#&#8203;11904](https://github.com/withastro/astro/pull/11904)
[`ca54e3f`](https://github.com/withastro/astro/commit/ca54e3f819fad009ac3c3c8b57a26014a2652a73)
Thanks [@&#8203;wtchnm](https://github.com/wtchnm)! -
perf(assets): avoid downloading original image when using cache

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Johannes-Andersen/Johannes).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 5, 2024
1 parent 0e21b9f commit b61c173
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@astrojs/cloudflare": "11.0.4",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"astro": "4.15.2",
"astro": "4.15.3",
"astro-icon": "1.1.1",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
Expand Down

0 comments on commit b61c173

Please sign in to comment.