Skip to content

Conversation

@truecharts-admin
Copy link
Contributor

@truecharts-admin truecharts-admin commented Nov 27, 2025

This PR contains the following updates:

Package Change Age Confidence
astro (source) 5.16.1 -> 5.16.6 age confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

withastro/astro (astro)

v5.16.6

Compare Source

Patch Changes

v5.16.5

Compare Source

Patch Changes
  • #​14985 c016f10 Thanks @​florian-lefebvre! - Fixes a case where JSDoc annotations wouldn't show for fonts related APIs in the Astro config

  • #​14973 ed7cc2f Thanks @​amankumarpandeyin! - Fixes performance regression and OOM errors when building medium-sized blogs with many content entries. Replaced O(n²) object spread pattern with direct mutation in generateLookupMap.

  • #​14958 70eb542 Thanks @​ascorbic! - Gives a helpful error message if a user sets output: "hybrid" in their Astro config.

    The option was removed in Astro 5, but lots of content online still references it, and LLMs often suggest it. It's not always clear that the replacement is output: "static", rather than output: "server". This change adds a helpful error message to guide humans and robots.

  • #​14901 ef53716 Thanks @​Darknab! - Updates the glob() loader to log a warning when duplicated IDs are detected

  • Updated dependencies [d8305f8]:

v5.16.4

Compare Source

Patch Changes
  • #​14940 2cf79c2 Thanks @​ematipico! - Fixes a bug where Astro didn't properly combine CSP resources from the csp configuration with those added using the runtime API (Astro.csp.insertDirective()) to form grammatically correct CSP headers

    Now Astro correctly deduplicate CSP resources. For example, if you have a global resource in the configuration file, and then you add a
    a new one using the runtime APIs.

v5.16.3

Compare Source

Patch Changes
  • #​14889 4bceeb0 Thanks @​florian-lefebvre! - Fixes actions types when using specific TypeScript configurations

  • #​14929 e0f277d Thanks @​matthewp! - Fixes authentication bypass via double URL encoding in middleware

    Prevents attackers from bypassing path-based authentication checks using multi-level URL encoding (e.g., /%2561dmin instead of /%61dmin). Pathnames are now validated after decoding to ensure no additional encoding remains.

v5.16.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@github-actions
Copy link

github-actions bot commented Nov 27, 2025

🚧 Deploy Preview building...

Name Link
🔨 Latest commit 65279b4
🔍 Latest deploy log https:/github.com/trueforge-org/website/actions/runs/20266561393

@truecharts-admin truecharts-admin force-pushed the renovate/npm-patch-astro-monorepo branch from 5fae0b4 to b8e5e6d Compare November 29, 2025 19:43
@truecharts-admin truecharts-admin changed the title fix(npm): update astro 5.16.1 → 5.16.2 fix(npm): update astro 5.16.1 → 5.16.3 Nov 29, 2025
@truecharts-admin truecharts-admin force-pushed the renovate/npm-patch-astro-monorepo branch from b8e5e6d to 368fe2e Compare December 3, 2025 17:18
@truecharts-admin truecharts-admin changed the title fix(npm): update astro 5.16.1 → 5.16.3 fix(npm): update astro 5.16.1 → 5.16.4 Dec 3, 2025
@truecharts-admin truecharts-admin force-pushed the renovate/npm-patch-astro-monorepo branch from 368fe2e to 49b21a5 Compare December 10, 2025 14:50
@truecharts-admin truecharts-admin changed the title fix(npm): update astro 5.16.1 → 5.16.4 fix(npm): update astro 5.16.1 → 5.16.5 Dec 10, 2025
@truecharts-admin truecharts-admin force-pushed the renovate/npm-patch-astro-monorepo branch from 49b21a5 to d27dcb4 Compare December 16, 2025 11:36
@truecharts-admin truecharts-admin changed the title fix(npm): update astro 5.16.1 → 5.16.5 fix(npm): update astro 5.16.1 → 5.16.6 Dec 16, 2025
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.

2 participants