haxibami / haxibami.net

haxibami's website.
https://www.haxibami.net
17 stars 0 forks source link

fix(deps): update dependencies (minor update) #357

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/check (source) 0.5.4 -> 0.5.5 age adoption passing confidence
@astrojs/sitemap (source) 3.0.5 -> 3.1.1 age adoption passing confidence
astro (source) 4.4.0 -> 4.4.4 age adoption passing confidence

Release Notes

withastro/language-tools (@​astrojs/check) ### [`v0.5.5`](https://togithub.com/withastro/language-tools/blob/HEAD/packages/astro-check/CHANGELOG.md#055) [Compare Source](https://togithub.com/withastro/language-tools/compare/@astrojs/check@0.5.4...@astrojs/check@0.5.5) ##### Patch Changes - [`1436e6e`](https://togithub.com/withastro/language-tools/commit/1436e6e): Fixes mapping from compiler location to LSP range. - Updated dependencies \[[`7c4c1f2`](https://togithub.com/withastro/language-tools/commit/7c4c1f2)] - Updated dependencies \[[`1436e6e`](https://togithub.com/withastro/language-tools/commit/1436e6e)] - [@​astrojs/language-server](https://togithub.com/astrojs/language-server)[@​2](https://togithub.com/2).7.5
withastro/astro (@​astrojs/sitemap) ### [`v3.1.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#311) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/sitemap@3.1.0...@astrojs/sitemap@3.1.1) ##### Patch Changes - [#​10179](https://togithub.com/withastro/astro/pull/10179) [`6343f6a438d790fa16a0dd268f4a51def4fa0f33`](https://togithub.com/withastro/astro/commit/6343f6a438d790fa16a0dd268f4a51def4fa0f33) Thanks [@​ematipico](https://togithub.com/ematipico)! - Revert [https://github.com/withastro/astro/pull/9846](https://togithub.com/withastro/astro/pull/9846) The feature to customize the file name of the sitemap was reverted due to some internal issues with one of the dependencies. With an non-deterministic behaviour, the sitemap file was sometime emitted with incorrect syntax. - [#​9975](https://togithub.com/withastro/astro/pull/9975) [`ec7d2ebbd96b8c2dfdadaf076bbf7953007536ed`](https://togithub.com/withastro/astro/commit/ec7d2ebbd96b8c2dfdadaf076bbf7953007536ed) Thanks [@​moose96](https://togithub.com/moose96)! - Fixes URL generation for routes that rest parameters and start with `/` ### [`v3.1.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#310) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/sitemap@3.0.5...@astrojs/sitemap@3.1.0) ##### Minor Changes - [#​9846](https://togithub.com/withastro/astro/pull/9846) [`9b78c992750cdb99c40a89a00ea2a0d1c00877d7`](https://togithub.com/withastro/astro/commit/9b78c992750cdb99c40a89a00ea2a0d1c00877d7) Thanks [@​ktym4a](https://togithub.com/ktym4a)! - Adds a new configuration option `prefix` that allows you to change the default `sitemap-*.xml` file name. By default, running `astro build` creates both `sitemap-index.xml` and `sitemap-0.xml` in your output directory. To change the names of these files (e.g. to `astrosite-index.xml` and `astrosite-0.xml`), set the `prefix` option in your `sitemap` integration configuration: import { defineConfig } from 'astro/config'; import sitemap from '@​astrojs/sitemap'; export default defineConfig({ site: 'https://example.com', integrations: [ sitemap({ prefix: 'astrosite-', }), ], }); This option is useful when Google Search Console is unable to fetch your default sitemap files, but can read renamed files.
withastro/astro (astro) ### [`v4.4.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#444) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.3...astro@4.4.4) ##### Patch Changes - [#​10195](https://togithub.com/withastro/astro/pull/10195) [`903eace233033998811b72e27a54c80d8e59ff37`](https://togithub.com/withastro/astro/commit/903eace233033998811b72e27a54c80d8e59ff37) Thanks [@​1574242600](https://togithub.com/1574242600)! - Fix build failure caused by read-only files under /public (in the presence of client-side JS). - [#​10205](https://togithub.com/withastro/astro/pull/10205) [`459f74bc71748279fe7dce0688f38bd74b51c5c1`](https://togithub.com/withastro/astro/commit/459f74bc71748279fe7dce0688f38bd74b51c5c1) Thanks [@​martrapp](https://togithub.com/martrapp)! - Adds an error message for non-string transition:name values - [#​10208](https://togithub.com/withastro/astro/pull/10208) [`8cd38f02456640c063552aef00b2b8a216b3935d`](https://togithub.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d) Thanks [@​log101](https://togithub.com/log101)! - Fixes custom headers are not added to the Node standalone server responses in preview mode ### [`v4.4.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#443) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.2...astro@4.4.3) ##### Patch Changes - [#​10143](https://togithub.com/withastro/astro/pull/10143) [`7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab`](https://togithub.com/withastro/astro/commit/7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab) Thanks [@​bluwy](https://togithub.com/bluwy)! - Improves the default `optimizeDeps.entries` Vite config to avoid globbing server endpoints, and respect the `srcDir` option - [#​10197](https://togithub.com/withastro/astro/pull/10197) [`c856c729404196900a7386c8426b81e79684a6a9`](https://togithub.com/withastro/astro/commit/c856c729404196900a7386c8426b81e79684a6a9) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fixes errors being logged twice in some cases - [#​10166](https://togithub.com/withastro/astro/pull/10166) [`598f30c7cd6c88558e3806d9bc5a15d426d83992`](https://togithub.com/withastro/astro/commit/598f30c7cd6c88558e3806d9bc5a15d426d83992) Thanks [@​bluwy](https://togithub.com/bluwy)! - Improves Astro style tag HMR when updating imported styles - [#​10194](https://togithub.com/withastro/astro/pull/10194) [`3cc20109277813ccb9578ca87a8b0d680a73c35c`](https://togithub.com/withastro/astro/commit/3cc20109277813ccb9578ca87a8b0d680a73c35c) Thanks [@​matthewp](https://togithub.com/matthewp)! - Fixes an issue related to content collections usage in browser context caused by `csssec` ### [`v4.4.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#442) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.1...astro@4.4.2) ##### Patch Changes - [#​10169](https://togithub.com/withastro/astro/pull/10169) [`a46249173edde66b03c19441144272baa8394fb4`](https://togithub.com/withastro/astro/commit/a46249173edde66b03c19441144272baa8394fb4) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes an issue with the `i18n.routing` types, where an internal transformation was causing the generation of incorrect types for integrations. ### [`v4.4.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#441) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.0...astro@4.4.1) ##### Patch Changes - [#​9795](https://togithub.com/withastro/astro/pull/9795) [`5acc3135ba5309a566def466fbcbabd23f70cd68`](https://togithub.com/withastro/astro/commit/5acc3135ba5309a566def466fbcbabd23f70cd68) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Refactors internals relating to middleware, endpoints, and page rendering. - [#​10105](https://togithub.com/withastro/astro/pull/10105) [`1f598b372410066c6fcd41cba9915f6aaf7befa8`](https://togithub.com/withastro/astro/commit/1f598b372410066c6fcd41cba9915f6aaf7befa8) Thanks [@​negativems](https://togithub.com/negativems)! - Fixes an issue where some astro commands failed if the astro config file or an integration used the global `crypto` object. - [#​10165](https://togithub.com/withastro/astro/pull/10165) [`d50dddb71d87ce5b7928920f10eb4946a5339f86`](https://togithub.com/withastro/astro/commit/d50dddb71d87ce5b7928920f10eb4946a5339f86) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes an issue where the `i18n.routing` object had all its fields defined as mandatory. Now they all are optionals and shouldn't break when using `astro.config.mts`. - [#​10132](https://togithub.com/withastro/astro/pull/10132) [`1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c`](https://togithub.com/withastro/astro/commit/1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c) Thanks [@​bluwy](https://togithub.com/bluwy)! - Simplifies internal Vite preview server teardown - [#​10163](https://togithub.com/withastro/astro/pull/10163) [`b92d35f1026f3e99abb888d1a845bdda4efdc327`](https://togithub.com/withastro/astro/commit/b92d35f1026f3e99abb888d1a845bdda4efdc327) Thanks [@​mingjunlu](https://togithub.com/mingjunlu)! - Fixes an issue where audit fails to initialize when encountered `` inside `` - [#​10079](https://togithub.com/withastro/astro/pull/10079) [`80f8996514e6d0546e94bd927650cd4ab2f1fa2f`](https://togithub.com/withastro/astro/commit/80f8996514e6d0546e94bd927650cd4ab2f1fa2f) Thanks [@​ktym4a](https://togithub.com/ktym4a)! - Fix integrationData fetch to always be called even if View Transition is enabled. - [#​10139](https://togithub.com/withastro/astro/pull/10139) [`3c73441eb2eaba767d6dad1b30c0353195d28791`](https://togithub.com/withastro/astro/commit/3c73441eb2eaba767d6dad1b30c0353195d28791) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fixes style-only change detection for Astro files if both the markup and styles are updated

Configuration

📅 Schedule: Branch creation - "after 9am on monday,before 12am on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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