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: typegoose/mongodb-memory-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.3.0
Choose a base ref
...
head repository: typegoose/mongodb-memory-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.4.0
Choose a head ref
  • 12 commits
  • 22 files changed
  • 3 contributors

Commits on Oct 31, 2025

  1. chore(CHANGELOG): fix type from commit message

    meant 4.4 instead of 4.2
    hasezoey committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    006de44 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. chore(deps): bump actions/checkout from 5 to 6 (#955)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    d36405d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /website (#956)

    Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.
    - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
    - [Commits](digitalbazaar/forge@v1.3.1...v1.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: node-forge
      dependency-version: 1.3.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    0174bc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /website (

    #959)
    
    Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1.
    - [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
    - [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mdast-util-to-hast
      dependency-version: 13.2.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    7ae025b View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump express from 4.21.2 to 4.22.1 in /website (#960)

    Bumps [express](https://github.com/expressjs/express) from 4.21.2 to 4.22.1.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md)
    - [Commits](expressjs/express@4.21.2...v4.22.1)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-version: 4.22.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    955904f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Configuration menu
    Copy the full SHA
    e4be65b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753dceb View commit details
    Browse the repository at this point in the history
  3. feat(resolveConfig): stabilize "RESUME_DOWNLOAD" option

    Though default it to "false"
    hasezoey committed Dec 3, 2025
    2 Configuration menu
    Copy the full SHA
    3fa975f View commit details
    Browse the repository at this point in the history
  4. test(MongoBinaryDownloadUrl): add tests for 8.2.0

    And 8.0.0 where missing
    hasezoey committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    f7531f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    328c201 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec3eea9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbe7bc7 View commit details
    Browse the repository at this point in the history
Loading