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 dependency astro to ^4.16.18 - autoclosed #52

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

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

Release Notes

withastro/astro (astro)

v4.16.18

Compare Source

Patch Changes

v4.16.17

Compare Source

Patch Changes

v4.16.16

Compare Source

Patch Changes

v4.16.15

Compare Source

Patch Changes

v4.16.14

Compare Source

Patch Changes

v4.16.13

Compare Source

Patch Changes
  • #​12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #​12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

v4.16.12

Compare Source

Patch Changes
  • #​12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

v4.16.11

Compare Source

Patch Changes

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 - "* 0-3 1 * *" (UTC), 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 dependencies This updates dependency files label Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/telescopium/-/pipelines/1594181233

Status: Passed
Duration: 1 minutes

Job summaries

build

Documentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/8675945950/artifacts/dist/index.html

@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 0f2368b to 53b0a55 Compare November 4, 2024 14:33
@renovate renovate bot changed the title Update dependency astro to ^4.16.8 Update dependency astro to ^4.16.9 Nov 4, 2024
@renovate renovate bot changed the title Update dependency astro to ^4.16.9 Update dependency astro to ^4.16.10 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 0dee96e to 98201af Compare November 13, 2024 01:54
@renovate renovate bot changed the title Update dependency astro to ^4.16.10 Update dependency astro to ^4.16.11 Nov 13, 2024
@renovate renovate bot changed the title Update dependency astro to ^4.16.11 Update dependency astro to ^4.16.12 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 98201af to ab5e3c6 Compare November 13, 2024 17:33
@renovate renovate bot changed the title Update dependency astro to ^4.16.12 Update dependency astro to ^4.16.13 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from ab5e3c6 to f397e6a Compare November 15, 2024 13:45
@renovate renovate bot changed the title Update dependency astro to ^4.16.13 Update dependency astro to ^4.16.14 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from f397e6a to 0927c21 Compare November 21, 2024 15:31
@renovate renovate bot changed the title Update dependency astro to ^4.16.14 Update dependency astro to ^4.16.15 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 07bfcb0 to facea35 Compare November 27, 2024 15:47
@renovate renovate bot changed the title Update dependency astro to ^4.16.15 Update dependency astro to ^4.16.16 Nov 27, 2024
@renovate renovate bot changed the title Update dependency astro to ^4.16.16 Update dependency astro to ^4.16.17 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from facea35 to 6ac235e Compare December 5, 2024 20:02
@renovate renovate bot changed the title Update dependency astro to ^4.16.17 Update dependency astro to ^4.16.18 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 6ac235e to d81a219 Compare December 18, 2024 13:15
@renovate renovate bot changed the title Update dependency astro to ^4.16.18 Update dependency astro to ^4.16.18 - autoclosed Dec 18, 2024
@renovate renovate bot closed this Dec 18, 2024
@renovate renovate bot deleted the renovate/astro-monorepo branch December 18, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This updates dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant