Skip to content

Commit

Permalink
fix(deps): update dependency astro to v4.14.5 (#680)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

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.14.4` ->
`4.14.5`](https://renovatebot.com/diffs/npm/astro/4.14.4/4.14.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/4.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/astro/4.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/astro/4.14.4/4.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/4.14.4/4.14.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

##### Patch Changes

- [#&#8203;11809](https://github.com/withastro/astro/pull/11809)
[`62e97a2`](https://github.com/withastro/astro/commit/62e97a20f72bacb017c633ddcb776abc89167660)
Thanks [@&#8203;bholmesdev](https://github.com/bholmesdev)! - Fixes
usage of `.transform()`, `.refine()`, `.passthrough()`, and other
effects on Action form inputs.

- [#&#8203;11812](https://github.com/withastro/astro/pull/11812)
[`260c4be`](https://github.com/withastro/astro/commit/260c4be050f91353bc5ba6af073e7bc17429d552)
Thanks [@&#8203;bholmesdev](https://github.com/bholmesdev)! - Exposes
`ActionAPIContext` type from the `astro:actions` module.

- [#&#8203;11813](https://github.com/withastro/astro/pull/11813)
[`3f7630a`](https://github.com/withastro/astro/commit/3f7630afd697809b1d4fbac6edd18153983c70ac)
Thanks [@&#8203;bholmesdev](https://github.com/bholmesdev)! - Fixes
unexpected `undefined` value when calling an action from the client
without a return value.

</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://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/Johannes-Andersen/Johannes).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 0ff1b97 commit 91e7ca5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.14.4",
"astro": "4.14.5",
"astro-icon": "1.1.1",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
Expand Down

0 comments on commit 91e7ca5

Please sign in to comment.