Skip to content

Update astro monorepo - autoclosed#38

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astro-monorepo
Closed

Update astro monorepo - autoclosed#38
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astro-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/rss (source) 4.0.9 -> 4.0.11 age adoption passing confidence
@astrojs/sitemap (source) 3.2.1 -> 3.4.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/rss)

v4.0.11

Compare Source

Patch Changes

v4.0.10

Compare Source

Patch Changes
withastro/astro (@​astrojs/sitemap)

v3.4.0

Compare Source

Minor Changes
  • #​13753 90293de Thanks @​mattyoho! - Customize the filenames of sitemap XML files generated by the @astro/sitemap integration by setting filenameBase in the integration configuration settings. This may be useful when deploying an Astro site at a path on a domain with preexisting sitemap files.

    Generated sitemap files will appear at /sitemap-0.xml and /sitemap-index.xml by default, which may conflict with preexisting files. Set filenameBase to a custom value to avoid that if so:

    import { defineConfig } from 'astro/config';
    import sitemap from '@​astrojs/sitemap';
    
    export default defineConfig({
      site: 'https://example.com',
      integrations: [
        sitemap({
          filenameBase: 'astronomy-sitemap',
        }),
      ],
    });

    This will yield sitemap and index files as https://example.com/astronomy-sitemap-0.xml and https://example.com/astronomy-sitemap-index.xml.

v3.3.1

Patch Changes

v3.3.0

Minor Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.

👻 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.

@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-renovate_astro-monorepo

(execution #11957336913 / attempt 1)

@renovate renovate Bot changed the title Update dependency astro to v4.16.14 Update dependency astro to v4.16.15 Nov 26, 2024
@renovate renovate Bot changed the title Update dependency astro to v4.16.15 Update dependency astro to v4.16.16 Nov 27, 2024
@renovate renovate Bot changed the title Update dependency astro to v4.16.16 Update astro monorepo Dec 5, 2024
@renovate renovate Bot changed the title Update astro monorepo Update astro monorepo - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate renovate Bot deleted the renovate/astro-monorepo branch December 8, 2024 18:49
@renovate renovate Bot changed the title Update astro monorepo - autoclosed Update astro monorepo Dec 8, 2024
@renovate renovate Bot reopened this Dec 8, 2024
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from ad82975 to 460a628 Compare December 8, 2024 22:03
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 8, 2024

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-renovate_astro-monorepo

(execution #12225619913 / attempt 1)

@renovate renovate Bot changed the title Update astro monorepo Update dependency @astrojs/rss to v4.0.10 Dec 18, 2024
@renovate renovate Bot changed the title Update dependency @astrojs/rss to v4.0.10 Update dependency @astrojs/rss to v4.0.11 Jan 2, 2025
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 460a628 to 7e36211 Compare January 23, 2025 21:17
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-renovate_astro-monorepo

(execution #12938233451 / attempt 1)

@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 7e36211 to dc91a82 Compare March 3, 2025 12:07
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 3, 2025

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-38

(execution #13630504798 / attempt 1)

@renovate renovate Bot changed the title Update dependency @astrojs/rss to v4.0.11 Update astro monorepo Mar 18, 2025
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from dc91a82 to d145fab Compare March 18, 2025 18:47
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-38

(execution #13931132946 / attempt 1)

@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from d145fab to dda2d0a Compare April 23, 2025 13:11
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-38

(execution #14619015253 / attempt 1)

@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from dda2d0a to 13194f8 Compare May 12, 2025 12:45
@github-actions
Copy link
Copy Markdown

Site preview deployed to: https://block.github.io/ospo/projects-dashboard-preview-pr-38

(execution #14972575489 / attempt 1)

@renovate renovate Bot changed the title Update astro monorepo Update astro monorepo - autoclosed May 16, 2025
@renovate renovate Bot closed this May 16, 2025
@github-project-automation github-project-automation Bot moved this from 🆕 New to ✅ Done in Open Source Program Office May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

0 participants