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: mercurius-js/mercurius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.3.2
Choose a base ref
...
head repository: mercurius-js/mercurius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.3.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 18, 2023

  1. build(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#1062)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.29.0 to 0.30.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.29.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 18, 2023
    Copy the full SHA
    e2bf8fe View commit details

Commits on Dec 26, 2023

  1. pin undici v5.28.1 because it supports Node.js v16

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Dec 26, 2023
    Copy the full SHA
    ffa2a37 View commit details
Showing with 5 additions and 3 deletions.
  1. +2 −0 .github/dependabot.yml
  2. +3 −3 package.json
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -11,3 +11,5 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
- dependency-name: "undici"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercurius",
"version": "13.3.2",
"version": "13.3.3",
"description": "Fastify GraphQL adapter with subscription support",
"main": "index.js",
"types": "index.d.ts",
@@ -53,7 +53,7 @@
"split2": "^4.0.0",
"standard": "^17.0.0",
"tap": "^16.3.0",
"tsd": "^0.29.0",
"tsd": "^0.30.0",
"typescript": "^5.0.2",
"wait-on": "^7.0.1"
},
@@ -70,7 +70,7 @@
"secure-json-parse": "^2.7.0",
"single-user-cache": "^0.6.0",
"tiny-lru": "^11.0.0",
"undici": "^6.0.1",
"undici": "5.28.1",
"ws": "^8.2.2"
},
"tsd": {