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.0.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.0.1
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 3, 2024

  1. fix(getport): check new port against cache

    this is to workaround the VM potentially executing another instance's getport
    before the other one could start the binary.
    
    re #883
    hasezoey committed Aug 3, 2024
    Copy the full SHA
    b70d868 View commit details
  2. Copy the full SHA
    a332b49 View commit details
  3. Copy the full SHA
    c089f17 View commit details
  4. test: update out-of-date binary versions

    that dont match the globalSetup values and actually start a binary
    hasezoey committed Aug 3, 2024
    Copy the full SHA
    8a989a3 View commit details

Commits on Aug 31, 2024

  1. chore(deps): bump webpack from 5.88.2 to 5.94.0 in /website (#885)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.88.2...v5.94.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      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 Aug 31, 2024
    Copy the full SHA
    154794b View commit details
  2. chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /website (#886)

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      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 Aug 31, 2024
    Copy the full SHA
    7fe3d59 View commit details

Commits on Sep 21, 2024

  1. chore(deps): bump express from 4.19.2 to 4.21.0 in /website (#887)

    Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
    - [Commits](expressjs/express@4.19.2...4.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: express
      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 Sep 21, 2024
    Copy the full SHA
    6e68ddf View commit details
  2. Merge branch 'beta'

    hasezoey committed Sep 21, 2024
    Copy the full SHA
    d0968d8 View commit details
  3. release: v10.0.1

    semantic-release-bot committed Sep 21, 2024
    Copy the full SHA
    7e19f20 View commit details
Loading