Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update astro monorepo #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update astro monorepo #15

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/mdx (source) 3.1.5 -> 3.1.7 age adoption passing confidence
astro (source) 4.15.4 -> 4.15.9 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/mdx)

v3.1.7

Compare Source

Patch Changes

v3.1.6

Compare Source

Patch Changes
withastro/astro (astro)

v4.15.9

Compare Source

Patch Changes
  • #​12034 5b3ddfa Thanks @​ematipico! - Fixes an issue where the middleware wasn't called when a project uses 404.astro.

  • #​12042 243ecb6 Thanks @​ematipico! - Fixes a problem in the Container API, where a polyfill wasn't correctly applied. This caused an issue in some environments where crypto isn't supported.

  • #​12038 26ea5e8 Thanks @​ascorbic! - Resolves image paths in content layer with initial slash as project-relative

    When using the image() schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.

v4.15.8

Compare Source

Patch Changes

v4.15.7

Compare Source

Patch Changes

v4.15.6

Compare Source

Patch Changes

v4.15.5

Compare Source

Patch Changes
  • #​11939 7b09c62 Thanks @​bholmesdev! - Adds support for Zod discriminated unions on Action form inputs. This allows forms with different inputs to be submitted to the same action, using a given input to decide which object should be used for validation.

    This example accepts either a create or update form submission, and uses the type field to determine which object to validate against.

    import { defineAction } from 'astro:actions';
    import { z } from 'astro:schema';
    
    export const server = {
      changeUser: defineAction({
        accept: 'form',
        input: z.discriminatedUnion('type', [
          z.object({
            type: z.literal('create'),
            name: z.string(),
            email: z.string().email(),
          }),
          z.object({
            type: z.literal('update'),
            id: z.number(),
            name: z.string(),
            email: z.string().email(),
          }),
        ]),
        async handler(input) {
          if (input.type === 'create') {
            // input is { type: 'create', name: string, email: string }
          } else {
            // input is { type: 'update', id: number, name: string, email: string }
          }
        },
      }),
    };

    The corresponding create and update forms may look like this:


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.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 71d20e0 to 873a97e Compare July 18, 2024 16:19
@renovate renovate bot changed the title Update dependency astro to v4.11.6 Update astro monorepo Jul 18, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 8f43f6a to 374c4e6 Compare July 21, 2024 13:48
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 374c4e6 to 2e77124 Compare July 30, 2024 18:16
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 2e77124 to d776f1e Compare August 1, 2024 10:47
@renovate renovate bot changed the title Update astro monorepo Update astro monorepo - autoclosed Aug 1, 2024
@renovate renovate bot closed this Aug 1, 2024
@renovate renovate bot deleted the renovate/astro-monorepo branch August 1, 2024 11:17
@renovate renovate bot changed the title Update astro monorepo - autoclosed Update astro monorepo Aug 2, 2024
@renovate renovate bot restored the renovate/astro-monorepo branch August 2, 2024 13:55
@renovate renovate bot reopened this Aug 2, 2024
@renovate renovate bot changed the title Update astro monorepo Update dependency astro to v4.13.1 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from d776f1e to 05b87ad Compare August 2, 2024 13:55
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 05b87ad to 2a36626 Compare August 8, 2024 14:09
@renovate renovate bot changed the title Update dependency astro to v4.13.1 Update dependency astro to v4.13.2 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 2a36626 to e59c58e Compare August 9, 2024 22:45
@renovate renovate bot changed the title Update dependency astro to v4.13.2 Update dependency astro to v4.13.3 Aug 9, 2024
@renovate renovate bot changed the title Update dependency astro to v4.13.3 Update dependency astro to v4.13.4 Aug 14, 2024
@renovate renovate bot changed the title Update dependency astro to v4.13.4 Update dependency astro to v4.14.0 Aug 15, 2024
@renovate renovate bot changed the title Update astro monorepo Update astro monorepo - autoclosed Aug 23, 2024
@renovate renovate bot closed this Aug 23, 2024
@renovate renovate bot deleted the renovate/astro-monorepo branch August 23, 2024 02:07
@renovate renovate bot changed the title Update astro monorepo - autoclosed Update astro monorepo Aug 28, 2024
@renovate renovate bot reopened this Aug 28, 2024
@renovate renovate bot restored the renovate/astro-monorepo branch August 28, 2024 13:38
@renovate renovate bot changed the title Update astro monorepo Update astro monorepo - autoclosed Sep 11, 2024
@renovate renovate bot closed this Sep 11, 2024
@renovate renovate bot deleted the renovate/astro-monorepo branch September 11, 2024 14:12
@renovate renovate bot changed the title Update astro monorepo - autoclosed Update astro monorepo Sep 13, 2024
@renovate renovate bot restored the renovate/astro-monorepo branch September 13, 2024 13:22
@renovate renovate bot reopened this Sep 13, 2024
| datasource | package      | from   | to     |
| ---------- | ------------ | ------ | ------ |
| npm        | @astrojs/mdx | 3.1.5  | 3.1.6  |
| npm        | astro        | 4.15.4 | 4.15.5 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants