From 0fd7af6917f70a413d72f4246a610574527094bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 22:20:47 +0000 Subject: [PATCH 1/3] Bump vite in /scripts/python/lollms_installer/frontend Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../python/lollms_installer/frontend/package-lock.json | 8 ++++---- scripts/python/lollms_installer/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/python/lollms_installer/frontend/package-lock.json b/scripts/python/lollms_installer/frontend/package-lock.json index 04a764a5..6ede2daf 100644 --- a/scripts/python/lollms_installer/frontend/package-lock.json +++ b/scripts/python/lollms_installer/frontend/package-lock.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.5.2", - "vite": "^5.0.8" + "vite": "^5.0.12" } }, "node_modules/@alloc/quick-lru": { @@ -2299,9 +2299,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/vite": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.10.tgz", - "integrity": "sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/scripts/python/lollms_installer/frontend/package.json b/scripts/python/lollms_installer/frontend/package.json index b38540bc..bb5b9a80 100644 --- a/scripts/python/lollms_installer/frontend/package.json +++ b/scripts/python/lollms_installer/frontend/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.5.2", - "vite": "^5.0.8" + "vite": "^5.0.12" } } From 218972c70cb64451ddc0413ae8467db362b47b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 05:46:47 +0000 Subject: [PATCH 2/3] Bump vite from 4.5.1 to 4.5.2 in /web Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index b1f08425..cccb2e31 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -42,7 +42,7 @@ "prettier": "^2.8.4", "tailwind-scrollbar": "^3.0.1", "tailwindcss": "^3.3.1", - "vite": "^4.1.4" + "vite": "^4.5.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3826,9 +3826,9 @@ } }, "node_modules/vite": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", - "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", + "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/web/package.json b/web/package.json index 3fc92c68..cf3f3597 100644 --- a/web/package.json +++ b/web/package.json @@ -44,6 +44,6 @@ "prettier": "^2.8.4", "tailwind-scrollbar": "^3.0.1", "tailwindcss": "^3.3.1", - "vite": "^4.1.4" + "vite": "^4.5.2" } } From 8adc5e224688a1d9cd8627a1b4effb6570c36bbe Mon Sep 17 00:00:00 2001 From: Francois Le Fevre Date: Mon, 22 Jan 2024 19:37:58 +0100 Subject: [PATCH 3/3] Upgrade the uninstall script when using conda Fixes #483 --- scripts/linux/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/uninstall.sh b/scripts/linux/uninstall.sh index 872f696b..681d63d2 100644 --- a/scripts/linux/uninstall.sh +++ b/scripts/linux/uninstall.sh @@ -5,7 +5,7 @@ read choice if [[ "$choice" =~ [yY] ]]; then # Download Python installer printf "Removing lollms conda environment" - + conda remove --name lollms --all echo "OK" read -p "Press [Enter] to continue..." else