Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/rss (source) 4.0.8 -> 4.0.9 age adoption passing confidence
astro (source) 4.16.3 -> 4.16.6 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/rss)

v4.0.9

Compare Source

Patch Changes
withastro/astro (astro)

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()


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 added the dependencies Does it update a dependency? label Oct 16, 2024
@renovate renovate bot requested a review from a team as a code owner October 16, 2024 01:18
Copy link

netlify bot commented Oct 16, 2024

Deploy Preview for tauri-v2 ready!

Name Link
🔨 Latest commit ba10480
🔍 Latest deploy log https://app.netlify.com/sites/tauri-v2/deploys/671273b9e4626f000811f4ec
😎 Deploy Preview https://deploy-preview-2871--tauri-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

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

Copy link

socket-security bot commented Oct 16, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@astrojs/rss@4.0.9 None +2 226 kB fredkschott
npm/astro@4.16.6 Transitive: environment, eval, filesystem, network, shell +224 48.7 MB fredkschott

🚮 Removed packages: npm/@astrojs/rss@4.0.8, npm/astro@4.16.3

View full report↗︎

@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 09f0623 to ba10480 Compare October 18, 2024 14:41
@vasfvitor vasfvitor requested review from vasfvitor and removed request for a team October 18, 2024 14:44
@vasfvitor vasfvitor merged commit 7bcd5af into v2 Oct 18, 2024
9 checks passed
@vasfvitor vasfvitor deleted the renovate/astro-monorepo branch October 18, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Does it update a dependency?
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

1 participant