apollographql / graphql-testing-library

Testing utilities that encourage good practices for apps built with GraphQL.
https://apollographql.github.io/graphql-testing-library/
MIT License
36 stars 1 forks source link

chore(deps): update dependency astro to v4.15.1 #112

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

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

Release Notes

withastro/astro (astro) ### [`v4.15.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4151) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.15.0...astro@4.15.1) ##### Patch Changes - [#​11872](https://togithub.com/withastro/astro/pull/11872) [`9327d56`](https://togithub.com/withastro/astro/commit/9327d56755404b481993b058bbfc4aa7880b2304) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fixes `astro add` importing adapters and integrations - [#​11767](https://togithub.com/withastro/astro/pull/11767) [`d1bd1a1`](https://togithub.com/withastro/astro/commit/d1bd1a11f7aca4d2141d1c4665f2db0440393d03) Thanks [@​ascorbic](https://togithub.com/ascorbic)! - Refactors content layer sync to use a queue ### [`v4.15.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4150) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.14.6...astro@4.15.0) ##### Minor Changes - [#​11729](https://togithub.com/withastro/astro/pull/11729) [`1c54e63`](https://togithub.com/withastro/astro/commit/1c54e633274ad47f6c83c9a16f375f0caa983fbe) Thanks [@​ematipico](https://togithub.com/ematipico)! - Adds a new variant `sync` for the `astro:config:setup` hook's `command` property. This value is set when calling the command `astro sync`. If your integration previously relied on knowing how many variants existed for the `command` property, you must update your logic to account for this new option. - [#​11743](https://togithub.com/withastro/astro/pull/11743) [`cce0894`](https://togithub.com/withastro/astro/commit/cce08945340312776a0480fc9ffe43929257639a) Thanks [@​ph1p](https://togithub.com/ph1p)! - Adds a new, optional property `timeout` for the `client:idle` directive. This value allows you to specify a maximum time to wait, in milliseconds, before hydrating a UI framework component, even if the page is not yet done with its initial load. This means you can delay hydration for lower-priority UI elements with more control to ensure your element is interactive within a specified time frame. ```astro ``` - [#​11677](https://togithub.com/withastro/astro/pull/11677) [`cb356a5`](https://togithub.com/withastro/astro/commit/cb356a5db6b1ec2799790a603f931a961883ab31) Thanks [@​ematipico](https://togithub.com/ematipico)! - Adds a new option `fallbackType` to `i18n.routing` configuration that allows you to control how fallback pages are handled. When `i18n.fallback` is configured, this new routing option controls whether to [redirect](https://docs.astro.build/en/guides/routing/#redirects) to the fallback page, or to [rewrite](https://docs.astro.build/en/guides/routing/#rewrites) the fallback page's content in place. The `"redirect"` option is the default value and matches the current behavior of the existing fallback system. The option `"rewrite"` uses the new [rewriting system](https://docs.astro.build/en/guides/routing/#rewrites) to create fallback pages that render content on the original, requested URL without a browser refresh. For example, the following configuration will generate a page `/fr/index.html` that will contain the same HTML rendered by the page `/en/index.html` when `src/pages/fr/index.astro` does not exist. ```js // astro.config.mjs export default defineConfig({ i18n: { locals: ['en', 'fr'], defaultLocale: 'en', routing: { prefixDefaultLocale: true, fallbackType: 'rewrite', }, fallback: { fr: 'en', }, }, }); ``` - [#​11708](https://togithub.com/withastro/astro/pull/11708) [`62b0d20`](https://togithub.com/withastro/astro/commit/62b0d20b974dc932769221d210b751627fb4bbc6) Thanks [@​martrapp](https://togithub.com/martrapp)! - Adds a new object `swapFunctions` to expose the necessary utility functions on `astro:transitions/client` that allow you to build custom swap functions to be used with view transitions. The example below uses these functions to replace Astro's built-in default `swap` function with one that only swaps the `
` part of the page: ```html ``` See the [view transitions guide](https://docs.astro.build/en/guides/view-transitions/#astrobefore-swap) for more information about hooking into the `astro:before-swap` lifecycle event and adding a custom swap implementation. - [#​11843](https://togithub.com/withastro/astro/pull/11843) [`5b4070e`](https://togithub.com/withastro/astro/commit/5b4070efef877a77247bb05a4806b75f22e557c8) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Exposes `z` from the new `astro:schema` module. This is the new recommended import source for all Zod utilities when using Astro Actions.

Configuration

šŸ“… Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

changeset-bot[bot] commented 2 weeks ago

āš ļø No Changeset found

Latest commit: 7be6605c7db88a684a6d6172115be6b34269518f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

netlify[bot] commented 2 weeks ago

Deploy Preview for graphql-testing-library ready!

Name Link
Latest commit 7be6605c7db88a684a6d6172115be6b34269518f
Latest deploy log https://app.netlify.com/sites/graphql-testing-library/deploys/66d3195a596b3600088f583d
Deploy Preview https://deploy-preview-112--graphql-testing-library.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.