From 319fdb44e7ea2df355a36cc87ebcfb5e71c42a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 17:29:12 +0200 Subject: [PATCH 1/4] Bump vite from 4.5.3 to 4.5.5 (#290) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56cced0..5cd13fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.1.0", "tippy.js": "^6.3.7", - "vite": "^4.5.3" + "vite": "^4.5.5" } }, "node_modules/@alloc/quick-lru": { @@ -2234,9 +2234,9 @@ "dev": true }, "node_modules/vite": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", - "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz", + "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/package.json b/package.json index 0e8c395..d75454e 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.1.0", "tippy.js": "^6.3.7", - "vite": "^4.5.3" + "vite": "^4.5.5" } } From f0e7faa0e7799681d3e8c0ff7f81b67751741438 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:28:21 +0200 Subject: [PATCH 2/4] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..c1d0d10 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Feature request + url: https://github.com/vitodeploy/vito/discussions/new?category=ideas + about: Share ideas for new features + - name: Support + url: https://github.com/vitodeploy/vito/discussions/new?category=q-a + about: Ask the community for help + - name: Discord + url: https://discord.gg/uZeeHZZnm5 + about: Join the community From e06d23b31a5cb94d82a925bede0df13c1a720d44 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:30:10 +0200 Subject: [PATCH 3/4] delete feature request template --- .github/ISSUE_TEMPLATE/feature_request.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 5d38a5d..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: feature -assignees: '' - ---- - -To request a feature or suggest an idea please add it to the feedback boards - -https://vitodeploy.featurebase.app/ From 82c1f36ef6a2f06fc369e66eda9d4a45d61979a8 Mon Sep 17 00:00:00 2001 From: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:35:18 +0200 Subject: [PATCH 4/4] Update README.md (#295) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 51cc36a..cb18e2c 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ ## Useful Links - [Documentation](https://vitodeploy.com) - [Install on Server](https://vitodeploy.com/introduction/installation.html#install-on-vps-recommended) - [Install via Docker](https://vitodeploy.com/introduction/installation.html#install-via-docker) -- [Feedbacks](https://vitodeploy.featurebase.app) -- [Roadmap](https://vitodeploy.featurebase.app/roadmap) +- [Roadmap](https://github.com/orgs/vitodeploy/projects/5) - [Video Demo](https://youtu.be/AbmUOBDOc28) - [Discord](https://discord.gg/uZeeHZZnm5) - [Contribution](/CONTRIBUTING.md)