From 78a2934e3bcdd2140bd8e814a5050c7c37c4d112 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:54:36 -0400 Subject: [PATCH 1/3] docs: add tonyhallett as a contributor for bug (#615) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index ccc81ed1..04bb0c94 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -748,6 +748,15 @@ "contributions": [ "code" ] + }, + { + "login": "tonyhallett", + "name": "Tony Hallett", + "avatar_url": "https://avatars.githubusercontent.com/u/11292998?v=4", + "profile": "https://github.com/tonyhallett", + "contributions": [ + "bug" + ] } ], "repoHost": "https://github.com", diff --git a/README.md b/README.md index 3e9796af..6c3920cd 100644 --- a/README.md +++ b/README.md @@ -1544,6 +1544,7 @@ Thanks goes to these people ([emoji key][emojis]): Stephan Kรถninger
Stephan Kรถninger

๐Ÿ› ๐Ÿ’ป Michael Manzinger
Michael Manzinger

๐Ÿ› ๐Ÿ’ป โš ๏ธ Dennis Chen
Dennis Chen

๐Ÿ’ป + Tony Hallett
Tony Hallett

๐Ÿ› From faf534b6ffa20db8e3cad5824d8bc35bc2309965 Mon Sep 17 00:00:00 2001 From: David DOLCIMASCOLO Date: Tue, 23 Jul 2024 14:18:35 +0200 Subject: [PATCH 2/3] fix: Drop peerDependencies from package.json (#610) --- package.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/package.json b/package.json index 3fced2bd..3d496d7e 100644 --- a/package.json +++ b/package.json @@ -105,30 +105,6 @@ "typescript": "^5.1.6", "vitest": "^0.34.1" }, - "peerDependencies": { - "@jest/globals": ">= 28", - "@types/bun": "latest", - "@types/jest": ">= 28", - "jest": ">= 28", - "vitest": ">= 0.32" - }, - "peerDependenciesMeta": { - "@jest/globals": { - "optional": true - }, - "@types/bun": { - "optional": true - }, - "@types/jest": { - "optional": true - }, - "jest": { - "optional": true - }, - "vitest": { - "optional": true - } - }, "eslintConfig": { "extends": "./node_modules/kcd-scripts/eslint.js", "parserOptions": { From d02e80b1b7ed38090975bdfe49ab8063eec040f5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:20:40 -0400 Subject: [PATCH 3/3] docs: add ddolcimascolo as a contributor for maintenance (#616) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 04bb0c94..fdc5311a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -757,6 +757,15 @@ "contributions": [ "bug" ] + }, + { + "login": "ddolcimascolo", + "name": "David DOLCIMASCOLO", + "avatar_url": "https://avatars.githubusercontent.com/u/5468291?v=4", + "profile": "https://github.com/ddolcimascolo", + "contributions": [ + "maintenance" + ] } ], "repoHost": "https://github.com", diff --git a/README.md b/README.md index 6c3920cd..42614726 100644 --- a/README.md +++ b/README.md @@ -1545,6 +1545,7 @@ Thanks goes to these people ([emoji key][emojis]): Michael Manzinger
Michael Manzinger

๐Ÿ› ๐Ÿ’ป โš ๏ธ Dennis Chen
Dennis Chen

๐Ÿ’ป Tony Hallett
Tony Hallett

๐Ÿ› + David DOLCIMASCOLO
David DOLCIMASCOLO

๐Ÿšง