From 9013cde7add9171e48caff49a715e73308334915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 00:53:23 +0000 Subject: [PATCH 1/3] build(deps-dev): bump tsd from 0.31.2 to 0.32.0 (#71) Bumps [tsd](https://github.com/tsdjs/tsd) from 0.31.2 to 0.32.0. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](https://github.com/tsdjs/tsd/compare/v0.31.2...v0.32.0) --- updated-dependencies: - dependency-name: tsd dependency-version: 0.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc104b7..0215c45 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "fastify": "^5.0.0", "neostandard": "^0.12.0", "sanitize-filename": "^1.6.3", - "tsd": "^0.31.0" + "tsd": "^0.32.0" }, "pre-commit": [ "lint", From a9448017bb8cc5aceb8bd3cd96c9604cc127c789 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 23 Jun 2025 12:29:13 +0100 Subject: [PATCH 2/3] chore(license): update date ranges; standardise style (#72) --- LICENSE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 5559f4f..1d7c1ee 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,8 @@ MIT License -Copyright (c) 2022 Fastify +Copyright (c) 2022-present The Fastify team + +The Fastify team members are listed at https://github.com/fastify/fastify#team. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 22cc169fc452470ad64bdb7f3b866c3f93fcb840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:03:57 +0000 Subject: [PATCH 3/3] build(deps-dev): bump tsd from 0.32.0 to 0.33.0 (#73) Bumps [tsd](https://github.com/tsdjs/tsd) from 0.32.0 to 0.33.0. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](https://github.com/tsdjs/tsd/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: tsd dependency-version: 0.33.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0215c45..accd10d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "fastify": "^5.0.0", "neostandard": "^0.12.0", "sanitize-filename": "^1.6.3", - "tsd": "^0.32.0" + "tsd": "^0.33.0" }, "pre-commit": [ "lint",