fix(deps): update astro monorepo - #2881
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/astro-monorepo
branch
from
August 31, 2026 22:18
382c09f to
6fa70de
Compare
Contributor
|
Triggered from #2881 by @renovate[bot]. Checking if we can fast forward Target branch ( 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 ( 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 monorepoCan't fast forward * 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 |
|
Tick the box to add this pull request to the merge queue (same as
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
14.2.5→14.2.6^7.2.4→^7.3.07.2.9→7.2.10Release Notes
withastro/astro (@astrojs/cloudflare)
v14.2.6Compare Source
Patch Changes
#17854
07b919fThanks @ematipico! - Added@astrojs/prismto the list of dependencies to optimise. The dev server is now faster for sites that use Prism as code highlighter.#17850
1301c37Thanks @matthewp! - Fixes React SSR failures on the first Cloudflare dev request when JSON logging is enabledUpdated dependencies [
f8e9458]:withastro/astro (@astrojs/markdown-remark)
v7.3.0Compare Source
Minor Changes
#17262
f8e9458Thanks @Princesseuh! - Adds MDX rendering to theunified()andsatteri()processors.Both processors now compile
.mdxfiles themselves. You still need to install@astrojs/mdxto add MDX support to your project.#17262
f8e9458Thanks @Princesseuh! - Adds arecmaPluginsoption tounified()for adding recma (estree/JSX) plugins to the MDX compiler.Patch Changes
f8e9458]:withastro/astro (astro)
v7.2.10Compare Source
Patch Changes
#17262
f8e9458Thanks @Princesseuh! - Fixes@astrojs/markdown-remarkbeing pinned to an exact version.#17874
10c7e63Thanks @astro-factory! - Fixes SSR manifest placeholder not being replaced when the server build is minified, which caused a runtimeInvalid URLcrash at server boot#17869
2548abfThanks @ematipico! - Fixes a case where the logger was improperly initialized at runtime in dev.#17878
76eff3dThanks @ematipico! - Fixes browser heuristic caching for cached responses that includeLast-ModifiedorETagvalidators#17833
413a6e7Thanks @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
f7191ccThanks @jx-grxf! - Fixes Markdown images in content collections rendering an emptysrcsetattribute when no responsive candidates are generated.#17755
157c500Thanks @matthewp! - Fixes a bug where editing a content collection entry duringastro devon 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)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.