s3igo / blog

個人ブログ
https://blog.tsuki-yo.net
MIT License
3 stars 1 forks source link

fix(deps): update all non-major dependencies #600

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/sitemap (source) 3.1.4 -> 3.1.5 age adoption passing confidence
astro (source) 4.8.6 -> 4.8.7 age adoption passing confidence
wrangler (source) 3.57.0 -> 3.57.1 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/sitemap) ### [`v3.1.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#315) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/sitemap@3.1.4...@astrojs/sitemap@3.1.5) ##### Patch Changes - [#​10779](https://togithub.com/withastro/astro/pull/10779) [`cefeadf`](https://togithub.com/withastro/astro/commit/cefeadf0a4a51420130445b6dc5ab1e5b331732b) Thanks [@​adrianlyjak](https://togithub.com/adrianlyjak)! - Fixes false positives for status code routes like `404` and `500` when generating sitemaps.
withastro/astro (astro) ### [`v4.8.7`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#487) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.8.6...astro@4.8.7) ##### Patch Changes - [#​11073](https://togithub.com/withastro/astro/pull/11073) [`f5c8fee`](https://togithub.com/withastro/astro/commit/f5c8fee76c5e688ef23c18be79705b18f1750415) Thanks [@​matthewp](https://togithub.com/matthewp)! - Prevent cache content from being left in dist folder When `contentCollectionsCache` is enabled temporary cached content is copied into the `outDir` for processing. This fixes it so that this content is cleaned out, along with the rest of the temporary build JS. - [#​11054](https://togithub.com/withastro/astro/pull/11054) [`f6b171e`](https://togithub.com/withastro/astro/commit/f6b171ed50eed253b8ac005bd5e9d1841a8003dd) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Respect error status when handling Actions with a progressive fallback. - [#​11092](https://togithub.com/withastro/astro/pull/11092) [`bfe9c73`](https://togithub.com/withastro/astro/commit/bfe9c73536f0794e4f5ede5040adabbe0e705984) Thanks [@​duckycoding-dev](https://togithub.com/duckycoding-dev)! - Change `slot` attribute of `IntrinsicAttributes` to match the definition of `HTMLAttributes`'s own `slot` attribute of type `string | undefined | null` - [#​10875](https://togithub.com/withastro/astro/pull/10875) [`b5f95b2`](https://togithub.com/withastro/astro/commit/b5f95b2fb156152fabf2a22e150037a8255006f9) Thanks [@​W1M0R](https://togithub.com/W1M0R)! - Fixes a typo in a JSDoc annotation - [#​11111](https://togithub.com/withastro/astro/pull/11111) [`a5d79dd`](https://togithub.com/withastro/astro/commit/a5d79ddeb2d592de9eb2468471fdcf3eea5ef730) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Fix unexpected `headers` warning on prerendered routes when using Astro Actions. - [#​11081](https://togithub.com/withastro/astro/pull/11081) [`af42e05`](https://togithub.com/withastro/astro/commit/af42e0552054b3b4ac784ed78c60f80bfc38d8ca) Thanks [@​V3RON](https://togithub.com/V3RON)! - Correctly position inspection tooltip in RTL mode When RTL mode is turned on, the inspection tooltip tend to overflow the window on the left side. Additional check has been added to prevent that.
cloudflare/workers-sdk (wrangler) ### [`v3.57.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3571) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.57.0...wrangler@3.57.1) ##### Patch Changes - [#​5859](https://togithub.com/cloudflare/workers-sdk/pull/5859) [`f2ceb3a`](https://togithub.com/cloudflare/workers-sdk/commit/f2ceb3a5b993fa56782a6fdf39cd73dbe5c30c83) Thanks [@​w-kuhn](https://togithub.com/w-kuhn)! - fix: queue consumer max_batch_timeout should accept a 0 value - [#​5862](https://togithub.com/cloudflare/workers-sdk/pull/5862) [`441a05f`](https://togithub.com/cloudflare/workers-sdk/commit/441a05f4df10e73405a23031cd6a20073d0e15e6) Thanks [@​CarmenPopoviciu](https://togithub.com/CarmenPopoviciu)! - fix: `wrangler pages deploy` should fail if deployment was unsuccessful If a Pages project fails to deploy, `wrangler pages deploy` will log an error message, but exit successfully. It should instead throw a `FatalError`. - [#​5812](https://togithub.com/cloudflare/workers-sdk/pull/5812) [`d5e00e4`](https://togithub.com/cloudflare/workers-sdk/commit/d5e00e4a61a4232ebe01069a753ecb642c272b5d) Thanks [@​thomasgauvin](https://togithub.com/thomasgauvin)! - fix: remove Hyperdrive warning for local development. Hyperdrive bindings are now supported when developing locally with Hyperdrive. We should update our logs to reflect this. - [#​5626](https://togithub.com/cloudflare/workers-sdk/pull/5626) [`a12b031`](https://togithub.com/cloudflare/workers-sdk/commit/a12b031e4157728e9b6e70667c16481fa32f401e) Thanks [@​RamIdeas](https://togithub.com/RamIdeas)! - chore: ignore workerd output (error: CODE_MOVED) not intended for end-user devs

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone Asia/Tokyo, 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.

👻 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.

cloudflare-workers-and-pages[bot] commented 5 months ago

Deploying blog with  Cloudflare Pages  Cloudflare Pages

Latest commit: 90e67d6
Status: ✅  Deploy successful!
Preview URL: https://2c63495a.blog-5fi.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.blog-5fi.pages.dev

View logs