Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TryGhost/Ghost
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.130.2
Choose a base ref
...
head repository: TryGhost/Ghost
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.130.3
Choose a head ref
  • 10 commits
  • 15 files changed
  • 8 contributors

Commits on Jul 19, 2025

  1. Update dependency @types/node to v22.16.5 (#24445)

    This PR contains the following updates:
    
    | Package | Change | Age | Confidence |
    |---|---|---|---|
    |
    [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
    ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
    | [`22.16.4` ->
    `22.16.5`](https://renovatebot.com/diffs/npm/@types%2fnode/22.16.4/22.16.5)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.16.4/22.16.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - Between 05:00 PM and 11:59 PM, only on Friday ( * 17-23 * *
    5 ), Only on Sunday and Saturday ( * * * * 0,6, ), Between 12:00 AM and
    12:59 PM, only on Monday ( * 0-12 * * 1 ) (UTC).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/TryGhost/Ghost).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    585bef6 View commit details
    Browse the repository at this point in the history
  2. Changed theme i18n to use i18next (#23161)

    - i18n support was added to themes a _really_ long time ago, and at the time there weren't great libraries
    - Since then, i18n has been added to more parts of Ghost, but leveraging the awesome i18next library
    - This PR brings theme i18n into line with the rest of Ghost by swapping out the custom code with i18next 
    - The change exists behind a labs flag, with duplicated logic to make it easier to clean up later
    cathysarisky authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    36b3e1c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. Revert "Changed theme i18n to use i18next (#23161)"

    This reverts commit 36b3e1c.
    ErisDS committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    c157d82 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Disabled settings editing for Stripe Connect when limit is enabled (#…

    …24364)
    
    closes [BAE-330](https://linear.app/ghost/issue/BAE-330/ghost-implement-server-sid
      e-limit-validations)
    
    - Added `errorIfWouldGoOverLimit` check for 'limitStripeConnect' when editing
      Stripe settings
    - Prevents updating Stripe Connect settings when the limit is enabled
    - Added E2E tests to verify the limit enforcement works correctly
    - The limit check is performed when `stripeConnectData` is present during settings
       edit
    sam-lord authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    abc1ff7 View commit details
    Browse the repository at this point in the history
  2. 🔒 Prevented homograph attacks with punycode domains on member signin (#…

    …24457)
    
    ref https://linear.app/ghost/issue/ENG-2462
    
    Added normalization to email addresses for member signup / signin to
    prevent homograph attacks with punycode domains. This change should be
    backwards compatible with existing members using emails with unicode
    characters
    mike182uk authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    1f7f3e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a686a44 View commit details
    Browse the repository at this point in the history
  4. Re-added social accounts back to explore payload (#24455)

    closes https://linear.app/ghost/issue/PROD-1771/push-support-for-ghost-explore
    
    - The payload for explore was simplified because most properties could
    be gotten from the public site endpoint
    - But social accounts  are not available there yet
    - Adding these back to explore, in lieu of adding them to the site
    endpoint, maybe when we add the other socials
    - For now, this seems like a simpler change as it feels weird adding
    "twitter" to an endpont and documenting it, but we haven't entirely
    decided what to do about that because x is a weird property name
    ErisDS authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    b0d3b34 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Added handling for 5.x pipeline builds

    ref https://linear.app/ghost/issue/PRO-1490/prepare-fiveghostis-for-5x-ghost-version
    
    - We want to be able to test out 5.x in staging to be sure this is
    working properly
    - This change makes sure all builds of the 5.x branch get deployed
    correctly
    hadret committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    a233b79 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Updated 6.0 update CTA (#24563)

    ref
    5de4255
    
    - This is a refinement of the commit above. It adds a link to the 6.0
    landing page and updates the copy
    peterzimon authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    6eb52c5 View commit details
    Browse the repository at this point in the history
  2. v5.130.3

    github-actions[bot] committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    fcb129f View commit details
    Browse the repository at this point in the history
Loading