Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency astro to v4.11.3 (#40)
[![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.3`](https://renovatebot.com/diffs/npm/astro/4.11.1/4.11.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/astro/4.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/astro/4.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/astro/4.11.1/4.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/4.11.1/4.11.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v4.11.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4113) ##### Patch Changes - [#​11347](https://togithub.com/withastro/astro/pull/11347) [`33bdc54`](https://togithub.com/withastro/astro/commit/33bdc5472929f72fa8e39624598bf929c48e60c0) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fixes installed packages detection when running `astro check` - [#​11327](https://togithub.com/withastro/astro/pull/11327) [`0df8142`](https://togithub.com/withastro/astro/commit/0df81422a81c8f8900684d100e9b8f26365fa0b1) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes an issue with the container APIs where a runtime error was thrown during the build, when using `pnpm` as package manager. ### [`v4.11.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4112) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.11.1...astro@4.11.2) ##### Patch Changes - [#​11335](https://togithub.com/withastro/astro/pull/11335) [`4c4741b`](https://togithub.com/withastro/astro/commit/4c4741b42dc531403f7b9647bd51951d0cdb8f5b) Thanks [@​ematipico](https://togithub.com/ematipico)! - Reverts [#​11292](https://togithub.com/withastro/astro/pull/11292), which caused a regression to the input type - [#​11326](https://togithub.com/withastro/astro/pull/11326) [`41121fb`](https://togithub.com/withastro/astro/commit/41121fbe00e144d4d93835811e1c4349664d9003) Thanks [@​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 - [#​11338](https://togithub.com/withastro/astro/pull/11338) [`9752a0b`](https://togithub.com/withastro/astro/commit/9752a0b27526270fd0066f3db7049e9ae6af1ef8) Thanks [@​zaaakher](https://togithub.com/zaaakher)! - Fixes svg icon margin in devtool tooltip title to look coherent in `rtl` and `ltr` layouts - [#​11331](https://togithub.com/withastro/astro/pull/11331) [`f1b78a4`](https://togithub.com/withastro/astro/commit/f1b78a496034d53b0e9dfc276a4a1b1d691772c4) Thanks [@​bluwy](https://togithub.com/bluwy)! - Removes `resolve` package and simplify internal resolve check - [#​11339](https://togithub.com/withastro/astro/pull/11339) [`8fdbf0e`](https://togithub.com/withastro/astro/commit/8fdbf0e45beffdae3da1e7f36797575c92f8a0ba) Thanks [@​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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/nhitz/nealhitzfield.com). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information