Skip to content

Commit

Permalink
chore(deps): update dependency astro to v4.11.4 (#76)
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://togithub.com/withastro/astro/tree/HEAD/packages/astro))
| [`4.11.3` ->
`4.11.4`](https://renovatebot.com/diffs/npm/astro/4.11.3/4.11.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/4.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/astro/4.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/astro/4.11.3/4.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/4.11.3/4.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v4.11.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4114)

[Compare
Source](https://togithub.com/withastro/astro/compare/[email protected]@4.11.4)

##### Patch Changes

- [#&#8203;11362](https://togithub.com/withastro/astro/pull/11362)
[`93993b7`](https://togithub.com/withastro/astro/commit/93993b77cf4915b4c0d245df9ecbf2265f5893e7)
Thanks [@&#8203;ematipico](https://togithub.com/ematipico)! - Fixes an
issue where creating manually the i18n middleware could break the logic
of the functions of the virtual module `astro:i18n`

- [#&#8203;11349](https://togithub.com/withastro/astro/pull/11349)
[`98d9ce4`](https://togithub.com/withastro/astro/commit/98d9ce41f20c8bf024c937e8bde80d3c3dbbed99)
Thanks [@&#8203;ematipico](https://togithub.com/ematipico)! - Fixes an
issue where Astro didn't throw an error when `Astro.rewrite` was used
without providing the experimental flag

- [#&#8203;11352](https://togithub.com/withastro/astro/pull/11352)
[`a55ee02`](https://togithub.com/withastro/astro/commit/a55ee0268e1ca22597e9b5e6d1f24b4f28ad978b)
Thanks [@&#8203;ematipico](https://togithub.com/ematipico)! - Fixes an
issue where the rewrites didn't update the status code when using manual
i18n routing.

- [#&#8203;11388](https://togithub.com/withastro/astro/pull/11388)
[`3a223b4`](https://togithub.com/withastro/astro/commit/3a223b4811708cc93ebb27706118c1723e1fc013)
Thanks [@&#8203;mingjunlu](https://togithub.com/mingjunlu)! - Adjusts
the color of punctuations in error overlay.

- [#&#8203;11369](https://togithub.com/withastro/astro/pull/11369)
[`e6de11f`](https://togithub.com/withastro/astro/commit/e6de11f4a941e29123da3714e5b8f17d25744f0f)
Thanks [@&#8203;bluwy](https://togithub.com/bluwy)! - Fixes attribute
rendering for non-boolean attributes with boolean values

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/SquiggleConf).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 6, 2024
1 parent 6312bd1 commit 923ef8c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 47 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@release-it/conventional-changelog": "8.0.1",
"@types/eslint-plugin-markdown": "2.0.2",
"accessible-astro-components": "2.3.6",
"astro": "4.11.3",
"astro": "4.11.4",
"cspell": "8.10.0",
"eslint": "9.6.0",
"eslint-plugin-jsdoc": "48.5.0",
Expand Down
97 changes: 51 additions & 46 deletions pnpm-lock.yaml

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

0 comments on commit 923ef8c

Please sign in to comment.