From 0351ed9d425457ae26f820a676f6808f1a02a9fd Mon Sep 17 00:00:00 2001 From: Vylpes <8274970+Vylpes@users.noreply.github.com> Date: Mon, 2 Nov 2020 20:28:03 +0000 Subject: [PATCH 1/9] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 5222ace..7cd0d36 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,7 +1,7 @@ # These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username +patreon: vylpes open_collective: # Replace with a single Open Collective username ko_fi: vylpes tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel From 70ef646f39d94e33e7f0b95ccd2ce07e78da4be4 Mon Sep 17 00:00:00 2001 From: Vylpes <8274970+Vylpes@users.noreply.github.com> Date: Tue, 3 Nov 2020 18:08:19 +0000 Subject: [PATCH 2/9] Update FUNDING.yml --- .github/FUNDING.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7cd0d36..56cf7b9 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,9 +1,9 @@ # These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: vylpes +patreon: # Replace with a single patreon username open_collective: # Replace with a single Open Collective username -ko_fi: vylpes +ko_fi: gravitysoftware tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username From 6be00356c6f0b8556e5893e7a7a1d0fc18e9e528 Mon Sep 17 00:00:00 2001 From: Vylpes Date: Wed, 30 Dec 2020 18:34:01 +0000 Subject: [PATCH 3/9] Add new directory --- .gitlab/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitlab/.gitkeep diff --git a/.gitlab/.gitkeep b/.gitlab/.gitkeep new file mode 100644 index 0000000..e69de29 From 02e3726692216e9c6cdac20deafa703bbb6599c2 Mon Sep 17 00:00:00 2001 From: Vylpes Date: Wed, 30 Dec 2020 18:34:12 +0000 Subject: [PATCH 4/9] Add new directory --- .gitlab/merge_request_templates/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitlab/merge_request_templates/.gitkeep diff --git a/.gitlab/merge_request_templates/.gitkeep b/.gitlab/merge_request_templates/.gitkeep new file mode 100644 index 0000000..e69de29 From e948540d80a09a6f9b6751242688df9b6b25b694 Mon Sep 17 00:00:00 2001 From: Vylpes Date: Wed, 30 Dec 2020 18:34:20 +0000 Subject: [PATCH 5/9] Upload New File --- .gitlab/merge_request_templates/default.md | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitlab/merge_request_templates/default.md diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 0000000..74b363d --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,29 @@ +# Description + +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. + +Fixes # (issue) + +## Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +# How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration + +# Checklist + +- [ ] My code follows the style guidelines of this project +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation +- [ ] My changes generate no new warnings +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] New and existing unit tests pass locally with my changes +- [ ] Any dependant changes have been merged and published in downstream modules \ No newline at end of file From 86b8f3e35184369ee248b9d65d0611b65bf6f12f Mon Sep 17 00:00:00 2001 From: Vylpes Date: Fri, 15 Jan 2021 18:15:59 +0000 Subject: [PATCH 6/9] Update default.md --- .gitlab/merge_request_templates/default.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md index 74b363d..f49bd50 100644 --- a/.gitlab/merge_request_templates/default.md +++ b/.gitlab/merge_request_templates/default.md @@ -8,10 +8,10 @@ Fixes # (issue) Please delete options that are not relevant. -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] This change requires a documentation update +- Bug fix (non-breaking change which fixes an issue) +- New feature (non-breaking change which adds functionality) +- Breaking change (fix or feature that would cause existing functionality to not work as expected) +- This change requires a documentation update # How Has This Been Tested? @@ -26,4 +26,4 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes -- [ ] Any dependant changes have been merged and published in downstream modules \ No newline at end of file +- [ ] Any dependant changes have been merged and published in downstream modules From 6e38214df3af89d2e6381b7fada7fdceebeeeccf Mon Sep 17 00:00:00 2001 From: Vylpes Date: Sun, 18 Apr 2021 15:32:47 +0100 Subject: [PATCH 7/9] Update FUNDING.yml --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 56cf7b9..c2f99ae 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -3,7 +3,7 @@ github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single patreon username open_collective: # Replace with a single Open Collective username -ko_fi: gravitysoftware +ko_fi: vylpes tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username From b2058262197efb8a8c78efa25018386789873281 Mon Sep 17 00:00:00 2001 From: Vylpes Date: Mon, 10 May 2021 21:51:29 +0100 Subject: [PATCH 8/9] Update FUNDING.yml --- .github/FUNDING.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c2f99ae..664a0d1 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,7 +1,7 @@ # These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single patreon username +github: [vylpes] +patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: vylpes tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel From 1e578728c704381e7e6b66bfcea6a52c2909b2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 02:58:03 +0000 Subject: [PATCH 9/9] Bump ws from 7.3.1 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.3.1...7.4.6) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d232b75..5d29bbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -99,9 +99,9 @@ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "ws": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", - "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" } } }