chore(deps): update dependency astro to v4.11.3 (#12)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro](https://astro.build) ([source](https://github.com/withastro/astro/tree/HEAD/packages/astro)) | dependencies | patch | [`4.11.1` -> `4.11.3`](https://renovatebot.com/diffs/npm/astro/4.11.1/4.11.3) | --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v4.11.3`](https://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4113) [Compare Source](https://github.com/withastro/astro/compare/astro@4.11.2...astro@4.11.3) ##### Patch Changes - [#​11347](https://github.com/withastro/astro/pull/11347) [`33bdc54`](33bdc54729
) Thanks [@​bluwy](https://github.com/bluwy)! - Fixes installed packages detection when running `astro check` - [#​11327](https://github.com/withastro/astro/pull/11327) [`0df8142`](0df81422a8
) Thanks [@​ematipico](https://github.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://github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4112) [Compare Source](https://github.com/withastro/astro/compare/astro@4.11.1...astro@4.11.2) ##### Patch Changes - [#​11335](https://github.com/withastro/astro/pull/11335) [`4c4741b`](4c4741b42d
) Thanks [@​ematipico](https://github.com/ematipico)! - Reverts [#​11292](https://github.com/withastro/astro/pull/11292), which caused a regression to the input type - [#​11326](https://github.com/withastro/astro/pull/11326) [`41121fb`](41121fbe00
) Thanks [@​florian-lefebvre](https://github.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://github.com/withastro/astro/pull/11338) [`9752a0b`](9752a0b275
) Thanks [@​zaaakher](https://github.com/zaaakher)! - Fixes svg icon margin in devtool tooltip title to look coherent in `rtl` and `ltr` layouts - [#​11331](https://github.com/withastro/astro/pull/11331) [`f1b78a4`](f1b78a4960
) Thanks [@​bluwy](https://github.com/bluwy)! - Removes `resolve` package and simplify internal resolve check - [#​11339](https://github.com/withastro/astro/pull/11339) [`8fdbf0e`](8fdbf0e45b
) Thanks [@​matthewp](https://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: #12 Co-authored-by: Renovate Bot <renovate@dzeio.com> Co-committed-by: Renovate Bot <renovate@dzeio.com>
This commit is contained in:
parent
18c672298d
commit
552f45e238
7
package-lock.json
generated
7
package-lock.json
generated
@ -2475,9 +2475,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "4.11.1",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.11.1.tgz",
|
||||
"integrity": "sha512-6e9/9nafmnxzaLSq2+9VNpi+7j0E4UoK2IJ7gkhyv1wk3XfciA6zHc3ESx7/Sk/rjenz9NSTTzAwcmVzWWHv/g==",
|
||||
"version": "4.11.3",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.11.3.tgz",
|
||||
"integrity": "sha512-SuZbB/71XVn+WqWNCe7XOfHuqhS+k4gj8+A3wluTZQrORGaHUFRn/f8F9Tu5yESQZB1q8UKhahvHwkTV3AdVsg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^2.8.1",
|
||||
@ -2529,7 +2529,6 @@
|
||||
"preferred-pm": "^3.1.3",
|
||||
"prompts": "^2.4.2",
|
||||
"rehype": "^13.0.1",
|
||||
"resolve": "^1.22.8",
|
||||
"semver": "^7.6.2",
|
||||
"shiki": "^1.9.0",
|
||||
"string-width": "^7.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user