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: BSStudio/bss-web-graphql-backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.4
Choose a base ref
...
head repository: BSStudio/bss-web-graphql-backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.5
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 18, 2025

  1. fix(deps): update dependency koa to v3.0.3 (#257)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [koa](https://koajs.com)
    ([source](https://redirect.github.com/koajs/koa)) | [`3.0.2` ->
    `3.0.3`](https://renovatebot.com/diffs/npm/koa/3.0.2/3.0.3) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/koa/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/koa/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/koa/3.0.2/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/koa/3.0.2/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>koajs/koa (koa)</summary>
    
    ###
    [`v3.0.3`](https://redirect.github.com/koajs/koa/compare/v3.0.2...ffd497a1903ff4df54f14b3d1763813d5c7d10fc)
    
    [Compare
    Source](https://redirect.github.com/koajs/koa/compare/v3.0.2...v3.0.3)
    
    </details>
    
    ---
    
    ### Configuration
    
    πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone
    Europe/Dublin.
    
    🚦 **Automerge**: Enabled.
    
    β™» **Rebasing**: Whenever PR is behind base branch, 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/BSStudio/bss-web-graphql-backend).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    dbaec4c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency graphql-request to v7.3.0 (#258)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [graphql-request](https://redirect.github.com/jasonkuhrt/graphql-request)
    | [`7.2.0` ->
    `7.3.0`](https://renovatebot.com/diffs/npm/graphql-request/7.2.0/7.3.0)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/graphql-request/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/graphql-request/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/graphql-request/7.2.0/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/graphql-request/7.2.0/7.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>jasonkuhrt/graphql-request (graphql-request)</summary>
    
    ###
    [`v7.3.0`](https://redirect.github.com/graffle-js/graffle/releases/tag/v7.3.0):
    graphql-request v7.3.0
    
    [Compare
    Source](https://redirect.github.com/jasonkuhrt/graphql-request/compare/7.2.0...v7.3.0)
    
    #### What's Changed
    
    ##### Features
    
    - **CommonJS Support**: Added CommonJS module format () alongside ESM
    for better compatibility with Jest and other testing environments that
    aren't fully ESM-ready
    - **Improved Type Defaults**: Default type parameters to `any` for
    easier migration and reduced type friction
    
    ##### Pull Requests
    
    - feat(graphql-request): default types any and support common js
    [#&#8203;1396](https://redirect.github.com/jasonkuhrt/graphql-request/issues/1396)
    
    #### Contributors
    
    Thanks to [@&#8203;Moumouls](https://redirect.github.com/Moumouls)
    (Antoine Cormouls) for the contribution! πŸš€
    
    ***
    
    **Installation:**
    
    ```bash
    npm install graphql-request@7.3.0
    ```
    
    **Package:** <https://www.npmjs.com/package/graphql-request/v/7.3.0>
    
    </details>
    
    ---
    
    ### Configuration
    
    πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone
    Europe/Dublin.
    
    🚦 **Automerge**: Enabled.
    
    β™» **Rebasing**: Whenever PR is behind base branch, 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/BSStudio/bss-web-graphql-backend).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    e540270 View commit details
    Browse the repository at this point in the history
Loading