Skip to content

fix(deps): update astro monorepo - #2881

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/astro-monorepo
Open

fix(deps): update astro monorepo#2881
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/astro-monorepo

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@astrojs/cloudflare (source) 14.2.514.2.6 age confidence
@astrojs/markdown-remark (source) ^7.2.4^7.3.0 age confidence
astro (source) 7.2.97.2.10 age confidence

Release Notes

withastro/astro (@​astrojs/cloudflare)

v14.2.6

Compare Source

Patch Changes
withastro/astro (@​astrojs/markdown-remark)

v7.3.0

Compare Source

Minor Changes
  • #​17262 f8e9458 Thanks @​Princesseuh! - Adds MDX rendering to the unified() and satteri() processors.

    Both processors now compile .mdx files themselves. You still need to install @astrojs/mdx to add MDX support to your project.

  • #​17262 f8e9458 Thanks @​Princesseuh! - Adds a recmaPlugins option to unified() for adding recma (estree/JSX) plugins to the MDX compiler.

Patch Changes
withastro/astro (astro)

v7.2.10

Compare Source

Patch Changes
  • #​17262 f8e9458 Thanks @​Princesseuh! - Fixes @astrojs/markdown-remark being pinned to an exact version.

  • #​17874 10c7e63 Thanks @​astro-factory! - Fixes SSR manifest placeholder not being replaced when the server build is minified, which caused a runtime Invalid URL crash at server boot

  • #​17869 2548abf Thanks @​ematipico! - Fixes a case where the logger was improperly initialized at runtime in dev.

  • #​17878 76eff3d Thanks @​ematipico! - Fixes browser heuristic caching for cached responses that include Last-Modified or ETag validators

  • #​17833 413a6e7 Thanks @​astro-factory! - Fixes prerender conflict warnings to correctly identify the route that first rendered a duplicate pathname, instead of misattributing the conflict to an unrelated route that merely matches the URL pattern

  • #​17872 f7191cc Thanks @​jx-grxf! - Fixes Markdown images in content collections rendering an empty srcset attribute when no responsive candidates are generated.

  • #​17755 157c500 Thanks @​matthewp! - Fixes a bug where editing a content collection entry during astro dev on Windows kept serving stale content until the dev server was restarted. The data store now notifies the dev server directly after each write instead of relying only on the file watcher, which can miss the atomic rename that commits the write on some platforms.

  • Updated dependencies [f8e9458, f8e9458]:


Configuration

📅 Schedule: (UTC)

  • 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 requested a review from cameronraysmith as a code owner August 31, 2026 19:49
@renovate
renovate Bot force-pushed the renovate/astro-monorepo branch from 382c09f to 6fa70de Compare August 31, 2026 22:18
@github-actions

Copy link
Copy Markdown
Contributor

Triggered from #2881 by @​renovate[bot].

Checking if we can fast forward main (4ff7508) to renovate/astro-monorepo (6fa70de).

Target branch (main):

commit 4ff7508dff8d7d3959fc1eee4ee8afdfe78bbb06 (HEAD -> main, origin/main)
Author: Cameron Smith <cameron.ray.smith@gmail.com>
Date:   Mon Aug 31 18:06:15 2026 -0400

    users(cameron): enable systemd lingering on NixOS hosts
    
    The user manager stops with cameron's last login session and takes every
    user unit with it, moshi-hook.service among them. Session-scope processes
    are exempt -- magnetite runs KillUserProcesses=false -- so orphaned herdr
    sessions and the firstmate agents inside them keep running and keep posting
    hook events to a socket whose owner has exited.
    
    Lingering is user-manager-wide rather than moshi-specific: cameron's other
    enabled units (ssh-agent, the gpg-agent and podman sockets, sops-nix,
    rclone-config, the tmpfiles timer) now start at boot rather than at first
    login.
    
    Scoped with optionalAttrs rather than mkIf because linger is a NixOS option
    and this overlay also reaches argentum and rosegold.

Pull request (renovate/astro-monorepo):

commit 6fa70dec9fe1ccb9bcd624700e4d390321a0cdf2 (pull_request/renovate/astro-monorepo)
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Mon Aug 31 22:18:48 2026 +0000

    Update astro monorepo

Can't fast forward main (4ff7508) to renovate/astro-monorepo (6fa70de). main (4ff7508) is not a direct ancestor of renovate/astro-monorepo (6fa70de). Branches appear to have diverged at 6c27510:

* 6fa70dec9fe1ccb9bcd624700e4d390321a0cdf2 Update astro monorepo
| * 4ff7508dff8d7d3959fc1eee4ee8afdfe78bbb06 users(cameron): enable systemd lingering on NixOS hosts
|/  
* 6c27510df1ea99765eb97b3d94fc616ebdd951d2 no-mistakes: 1.45.4 -> 1.60.2

commit 6c27510df1ea99765eb97b3d94fc616ebdd951d2
Author: Cameron Smith <cameron.ray.smith@gmail.com>
Date:   Mon Aug 31 18:03:25 2026 -0400

    no-mistakes: 1.45.4 -> 1.60.2
    
    Produced by nix-update --flake --use-github-releases --build no-mistakes.
    
    --use-github-releases is required rather than optional here. Without it
    nix-update reads the releases atom feed and infers prerelease status from the
    version string alone, which would have selected v1.61.0; that tag is flagged
    prerelease upstream. The releases API carries the real flag, so the default
    --version=stable filter skips it and selects v1.60.2, the newest upstream
    release not marked prerelease. The previous pin, 1.45.4, was likewise a
    non-prerelease.
    
    vendorHash is unchanged. The build runs versionCheckHook, which confirmed
    the binary reports 1.60.2.

Rebase locally, and then force push to renovate/astro-monorepo.

@mergify

mergify Bot commented Aug 31, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@renovate renovate Bot changed the title Update astro monorepo fix(deps): update astro monorepo Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants