From c53927f39145b755644dd88eb42628560c6c856a Mon Sep 17 00:00:00 2001
From: Nicholas Rayburn <52075362+nrayburn-tech@users.noreply.github.com>
Date: Tue, 19 Mar 2024 04:30:03 -0500
Subject: [PATCH] Update tap to version 18 (#29)

---
 .github/dependabot.yml | 3 ---
 .gitignore             | 6 +++---
 package.json           | 6 +++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0005790..dfa7fa6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -11,6 +11,3 @@ updates:
     schedule:
       interval: "weekly"
     open-pull-requests-limit: 10
-    ignore:
-      - dependency-name: tap
-        update-types: [ "version-update:semver-major" ]
diff --git a/.gitignore b/.gitignore
index 78c9ef5..d8a5ca2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -138,9 +138,6 @@ dist
 # macOS files
 .DS_Store
 
-# Clinic
-.clinic
-
 # lock files
 bun.lockb
 package-lock.json
@@ -150,3 +147,6 @@ yarn.lock
 # editor files
 .vscode
 .idea
+
+# tap files
+.tap/
diff --git a/package.json b/package.json
index d9eb67a..6006217 100644
--- a/package.json
+++ b/package.json
@@ -24,13 +24,13 @@
     "url": "https://github.com/fastify/fast-content-type-parse.git"
   },
   "devDependencies": {
-    "@fastify/pre-commit": "^2.0.2",
+    "@fastify/pre-commit": "^2.1.0",
     "benchmark": "^2.1.4",
     "busboy": "^1.6.0",
     "content-type": "^1.0.4",
     "standard": "^17.0.0",
-    "tap": "16.3.9",
-    "tsd": "^0.29.0"
+    "tap": "^18.7.1",
+    "tsd": "^0.30.7"
   },
   "pre-commit": [
     "lint",