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: graphql-compose/graphql-compose-mongoose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0dcc2c2
Choose a base ref
...
head repository: graphql-compose/graphql-compose-mongoose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32bb8e5
Choose a head ref
  • 5 commits
  • 31 files changed
  • 2 contributors

Commits on Mar 2, 2023

  1. build(deps): bump minimatch from 3.0.4 to 3.1.2

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and nodkz committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0728d0c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump minimist from 1.2.5 to 1.2.8

    Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and nodkz committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    5697b5e View commit details
    Browse the repository at this point in the history
  3. build(deps): bump qs from 6.5.2 to 6.5.3

    Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
    - [Release notes](https://github.com/ljharb/qs/releases)
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.5.2...v6.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and nodkz committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    31fba9d View commit details
    Browse the repository at this point in the history
  4. build(deps): bump ansi-regex from 5.0.0 to 5.0.1

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and nodkz committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    05ccdf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. feat: add mongoose v8 support (@meabed, #439)

    BREAKING CHANGE: drop support for mongoose v5 & v4. Node v16 is a minimal required version.
    meabed authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    32bb8e5 View commit details
    Browse the repository at this point in the history
Loading