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

fix(deps): update dependency astro to ^4.16.10 #114

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro (source) ^4.12.3 -> ^4.16.10 age adoption passing confidence

Release Notes

withastro/astro (astro)

v4.16.10

Compare Source

Patch Changes

v4.16.9

Compare Source

Patch Changes

v4.16.8

Compare Source

Patch Changes

v4.16.7

Compare Source

Patch Changes

v4.16.6

Compare Source

Patch Changes
  • #​11823 a3d30a6 Thanks @​DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component

  • #​12227 8b1a641 Thanks @​florian-lefebvre! - Fixes a case where environment variables would not be refreshed when using astro:env

  • #​12239 2b6daa5 Thanks @​ematipico! - BREAKING CHANGE to the experimental Container API only

    Changes the default page rendering behavior of Astro components in containers, and adds a new option partial: false to render full Astro pages as before.

    Previously, the Container API was rendering all Astro components as if they were full Astro pages containing <!DOCTYPE html> by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.

    To render the component as a full-fledged Astro page, pass a new option called partial: false to renderToString() and renderToResponse():

    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    import Card from '../src/components/Card.astro';
    
    const container = AstroContainer.create();
    
    await container.renderToString(Card); // the string will not contain `<!DOCTYPE html>`
    await container.renderToString(Card, { partial: false }); // the string will contain `<!DOCTYPE html>`

v4.16.5

Compare Source

Patch Changes

v4.16.4

Compare Source

Patch Changes
  • #​12223 79ffa5d Thanks @​ArmandPhilippot! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a button

    The button element can be used with a label (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of a label.

  • #​12199 c351352 Thanks @​ematipico! - Fixes a regression in the computation of Astro.currentLocale

  • #​12222 fb55695 Thanks @​ematipico! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when calling ctx.clientAddress()

v4.16.3

Compare Source

Patch Changes

v4.16.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 10am on the first day of the month" in timezone GMT, 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.


  • 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 added the renovate label Sep 1, 2024
Copy link

changeset-bot bot commented Sep 1, 2024

⚠️ No Changeset found

Latest commit: 77da44f

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

Copy link

netlify bot commented Sep 1, 2024

Deploy Preview for secco-cli ready!

Name Link
🔨 Latest commit 77da44f
🔍 Latest deploy log https://app.netlify.com/sites/secco-cli/deploys/672bf8119b790600089140db
😎 Deploy Preview https://deploy-preview-114--secco-cli.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.

Copy link
Contributor

github-actions bot commented Sep 1, 2024

Size Change: 0 B 🆕

Total Size: 0 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 5640392 to f3408d7 Compare October 1, 2024 00:26
@renovate renovate bot changed the title fix(deps): update dependency astro to ^4.15.1 fix(deps): update dependency astro to ^4.15.9 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from f3408d7 to f2651f8 Compare November 1, 2024 01:18
@renovate renovate bot changed the title fix(deps): update dependency astro to ^4.15.9 fix(deps): update dependency astro to ^4.16.8 Nov 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency astro to ^4.16.8 fix(deps): update dependency astro to ^4.16.8 - autoclosed Nov 1, 2024
@renovate renovate bot closed this Nov 1, 2024
@renovate renovate bot deleted the renovate/astro-monorepo branch November 1, 2024 04:12
@renovate renovate bot changed the title fix(deps): update dependency astro to ^4.16.8 - autoclosed fix(deps): update dependency astro to ^4.16.8 Nov 6, 2024
@renovate renovate bot reopened this Nov 6, 2024
@renovate renovate bot restored the renovate/astro-monorepo branch November 6, 2024 23:04
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from f2651f8 to 77da44f Compare November 6, 2024 23:13
@renovate renovate bot changed the title fix(deps): update dependency astro to ^4.16.8 fix(deps): update dependency astro to ^4.16.10 Nov 6, 2024
@LekoArts LekoArts merged commit 181cdba into main Nov 6, 2024
13 checks passed
@LekoArts LekoArts deleted the renovate/astro-monorepo branch November 6, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant