Tuhura-Tech / wiki

Free and public resources for NZ schools
https://wiki.tuhuratech.org.nz
GNU Affero General Public License v3.0
3 stars 6 forks source link

fix(deps): update dependency astro to v4.8.6 #226

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro (source) 4.7.0 -> 4.8.6 age adoption passing confidence

Release Notes

withastro/astro (astro) ### [`v4.8.6`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#486) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.8.5...astro@4.8.6) ##### Patch Changes - [#​11084](https://togithub.com/withastro/astro/pull/11084) [`9637014`](https://togithub.com/withastro/astro/commit/9637014b1495a5a41cb384c7de4de410348f4cc0) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fixes regression when handling hoisted scripts from content collections ### [`v4.8.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#485) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.8.4...astro@4.8.5) ##### Patch Changes - [#​11065](https://togithub.com/withastro/astro/pull/11065) [`1f988ed`](https://togithub.com/withastro/astro/commit/1f988ed10f4737b5333c9978115ee531786eb539) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes a bug in the Astro rewrite logic, where rewriting the index with parameters - `next("/?foo=bar")` - didn't work as expected. - [#​10924](https://togithub.com/withastro/astro/pull/10924) [`3a0c02a`](https://togithub.com/withastro/astro/commit/3a0c02ae0357c267881b30454b5320075378894b) Thanks [@​Its-Just-Nans](https://togithub.com/Its-Just-Nans)! - Handle image-size errors by displaying a clearer message - [#​11058](https://togithub.com/withastro/astro/pull/11058) [`749a7ac`](https://togithub.com/withastro/astro/commit/749a7ac967146952450a4173dcb6a5494755460c) Thanks [@​matthewp](https://togithub.com/matthewp)! - Fix streaming in Node.js fast path - [#​11052](https://togithub.com/withastro/astro/pull/11052) [`a05ca38`](https://togithub.com/withastro/astro/commit/a05ca38c2cf327ae9130ee1c139a0e510b9da50a) Thanks [@​florian-lefebvre](https://togithub.com/florian-lefebvre)! - Fixes a case where rewriting would conflict with the actions internal middleware - [#​11062](https://togithub.com/withastro/astro/pull/11062) [`16f12e4`](https://togithub.com/withastro/astro/commit/16f12e426e5869721313bb771e2ec5b821c5452e) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes a bug where `astro build` didn't create custom `404.html` and `500.html` when a certain combination of i18n options was applied - [#​10965](https://togithub.com/withastro/astro/pull/10965) [`a8f0372`](https://togithub.com/withastro/astro/commit/a8f0372ea71479ef80c58e74201dea6a5a2b2ae4) Thanks [@​Elias-Chairi](https://togithub.com/Elias-Chairi)! - Update generator.ts to allow %23 (#) in dynamic urls - [#​11069](https://togithub.com/withastro/astro/pull/11069) [`240a70a`](https://togithub.com/withastro/astro/commit/240a70a29f8e11d161da021845c208f982d64e5c) Thanks [@​ematipico](https://togithub.com/ematipico)! - Improves debug logging for on-demand pages ### [`v4.8.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#484) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.8.3...astro@4.8.4) ##### Patch Changes - [#​11026](https://togithub.com/withastro/astro/pull/11026) [`8dfb1a2`](https://togithub.com/withastro/astro/commit/8dfb1a23cc5996c410f7e33211d132dac36c9f77) Thanks [@​bluwy](https://togithub.com/bluwy)! - Skips rendering script tags if it's inlined and empty when `experimental.directRenderScript` is enabled - [#​11043](https://togithub.com/withastro/astro/pull/11043) [`d0d1710`](https://togithub.com/withastro/astro/commit/d0d1710439ec281518b17d03126b5d9cd008a102) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Fixes minor type issues in actions component example - [#​10999](https://togithub.com/withastro/astro/pull/10999) [`5f353e3`](https://togithub.com/withastro/astro/commit/5f353e39b2b9fb15e6c9d193b5b5101457fef002) Thanks [@​bluwy](https://togithub.com/bluwy)! - The prefetch feature is updated to better support different browsers and different cache headers setup, including: 1. All prefetch strategies will now always try to use `` if supported, or will fall back to `fetch()`. 2. The `prefetch()` programmatic API's `with` option is deprecated in favour of an automatic approach that will also try to use `` element in the `` component so scoped styling can be applied to the `` element ### [`v4.8.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#480) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.7.1...astro@4.8.0) ##### Minor Changes - [#​10935](https://togithub.com/withastro/astro/pull/10935) [`ddd8e49`](https://togithub.com/withastro/astro/commit/ddd8e49d1a179bec82310fb471f822a1567a6610) Thanks [@​bluwy](https://togithub.com/bluwy)! - Exports `astro/jsx/rehype.js` with utilities to generate an Astro metadata object - [#​10625](https://togithub.com/withastro/astro/pull/10625) [`698c2d9`](https://togithub.com/withastro/astro/commit/698c2d9bb51e20b38de405b6076fd6488ddb5c2b) Thanks [@​goulvenclech](https://togithub.com/goulvenclech)! - Adds the ability for multiple pages to use the same component as an `entrypoint` when building an Astro integration. This change is purely internal, and aligns the build process with the behaviour in the development server. - [#​10906](https://togithub.com/withastro/astro/pull/10906) [`7bbd664`](https://togithub.com/withastro/astro/commit/7bbd66459dd29a338ac1dfae0e4c984cb08f73b3) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Adds a new radio checkbox component to the dev toolbar UI library (`astro-dev-toolbar-radio-checkbox`) - [#​10963](https://togithub.com/withastro/astro/pull/10963) [`61f47a6`](https://togithub.com/withastro/astro/commit/61f47a684235a049cbfc4f2cbb5edff3befeced7) Thanks [@​delucis](https://togithub.com/delucis)! - Adds support for passing an inline Astro configuration object to `getViteConfig()` If you are using `getViteConfig()` to configure the Vitest test runner, you can now pass a second argument to control how Astro is configured. This makes it possible to configure unit tests with different Astro options when using [Vitest’s workspaces](https://vitest.dev/guide/workspace.html) feature. ```js // vitest.config.ts import { getViteConfig } from 'astro/config'; export default getViteConfig( /* Vite configuration */ { test: {} }, /* Astro configuration */ { site: 'https://example.com', trailingSlash: 'never', } ); ``` - [#​10867](https://togithub.com/withastro/astro/pull/10867) [`47877a7`](https://togithub.com/withastro/astro/commit/47877a75404ccc8786bbea2171015fb088dc01a1) Thanks [@​ematipico](https://togithub.com/ematipico)! - Adds experimental rewriting in Astro with a new `rewrite()` function and the middleware `next()` function. The feature is available via an experimental flag in `astro.config.mjs`: ```js export default defineConfig({ experimental: { rewriting: true, }, }); ``` When enabled, you can use `rewrite()` to **render** another page without changing the URL of the browser in Astro pages and endpoints. ### [`v4.7.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#471) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.7.0...astro@4.7.1) ##### Patch Changes - [#​10911](https://togithub.com/withastro/astro/pull/10911) [`a86dc9d`](https://togithub.com/withastro/astro/commit/a86dc9d269fc4409c458cfa05dcfaeee12bade2f) Thanks [@​bluwy](https://togithub.com/bluwy)! - Skips adding CSS dependencies of CSS Vite modules as style tags in the HTML - [#​10900](https://togithub.com/withastro/astro/pull/10900) [`36bb3b6`](https://togithub.com/withastro/astro/commit/36bb3b6025eb51f6e027a76a514cc7ebb29deb10) Thanks [@​martrapp](https://togithub.com/martrapp)! - Detects overlapping navigation and view transitions and automatically aborts all but the most recent one. - [#​10933](https://togithub.com/withastro/astro/pull/10933) [`007d17f`](https://togithub.com/withastro/astro/commit/007d17fee072955d4acb846a06d9eb666e908ef6) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fixes `app.toggleState` not working correctly - [#​10931](https://togithub.com/withastro/astro/pull/10931) [`4ce5ced`](https://togithub.com/withastro/astro/commit/4ce5ced44d490f4c6df771995aef14e11910ec57) Thanks [@​ktym4a](https://togithub.com/ktym4a)! - Fixes `toggleNotification()`'s parameter type for the notification level not using the proper levels

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.



This PR has been generated by Mend Renovate. View repository job log here.

cloudflare-pages[bot] commented 2 months ago

Deploying wiki with  Cloudflare Pages  Cloudflare Pages

Latest commit: b51a6e6
Status: ✅  Deploy successful!
Preview URL: https://3a4ac785.wiki-752.pages.dev
Branch Preview URL: https://renovate-astro-monorepo.wiki-752.pages.dev

View logs