Skip to content

Commit

Permalink
chore(deps): update dependency astro to v4.11.2 (#68)
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.1` ->
`4.11.2`](https://renovatebot.com/diffs/npm/astro/4.11.1/4.11.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/4.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/astro/4.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/astro/4.11.1/4.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/4.11.1/4.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Patch Changes

- [#&#8203;11335](https://togithub.com/withastro/astro/pull/11335)
[`4c4741b`](https://togithub.com/withastro/astro/commit/4c4741b42dc531403f7b9647bd51951d0cdb8f5b)
Thanks [@&#8203;ematipico](https://togithub.com/ematipico)! - Reverts
[#&#8203;11292](https://togithub.com/withastro/astro/pull/11292), which
caused a regression to the input type

- [#&#8203;11326](https://togithub.com/withastro/astro/pull/11326)
[`41121fb`](https://togithub.com/withastro/astro/commit/41121fbe00e144d4d93835811e1c4349664d9003)
Thanks
[@&#8203;florian-lefebvre](https://togithub.com/florian-lefebvre)! -
Fixes a case where running `astro sync` when using the experimental
`astro:env` feature would fail if environment variables were missing

- [#&#8203;11338](https://togithub.com/withastro/astro/pull/11338)
[`9752a0b`](https://togithub.com/withastro/astro/commit/9752a0b27526270fd0066f3db7049e9ae6af1ef8)
Thanks [@&#8203;zaaakher](https://togithub.com/zaaakher)! - Fixes svg
icon margin in devtool tooltip title to look coherent in `rtl` and `ltr`
layouts

- [#&#8203;11331](https://togithub.com/withastro/astro/pull/11331)
[`f1b78a4`](https://togithub.com/withastro/astro/commit/f1b78a496034d53b0e9dfc276a4a1b1d691772c4)
Thanks [@&#8203;bluwy](https://togithub.com/bluwy)! - Removes `resolve`
package and simplify internal resolve check

- [#&#8203;11339](https://togithub.com/withastro/astro/pull/11339)
[`8fdbf0e`](https://togithub.com/withastro/astro/commit/8fdbf0e45beffdae3da1e7f36797575c92f8a0ba)
Thanks [@&#8203;matthewp](https://togithub.com/matthewp)! - Remove
non-fatal errors from telemetry

Previously we tracked non-fatal errors in telemetry to get a good idea
of the types of errors that occur in `astro dev`. However this has
become noisy over time and results in a lot of data that isn't
particularly useful. This removes those non-fatal errors from being
tracked.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent 50b39ae commit 0e3235b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 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.1",
"astro": "4.11.2",
"cspell": "8.9.1",
"eslint": "9.5.0",
"eslint-plugin-jsdoc": "48.4.0",
Expand Down
23 changes: 11 additions & 12 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 0e3235b

Please sign in to comment.