From 4e91f339a2aff43330eb4d9c19482e70d20610be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:50:08 +0000 Subject: [PATCH 1/2] Bump vite from 5.1.5 to 5.1.7 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.5 to 5.1.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- 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 d03bba2..8859c38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "prettier-plugin-tailwindcss": "^0.5.2", "tailwindcss": "^3.3.1", "typescript": "^5.0.4", - "vite": "^5.0.10", + "vite": "^5.1.7", "vitepress": "^1.0.0-rc.10", "vue": "^3.4.0", "vue-tsc": "^2.0.6" @@ -6377,9 +6377,9 @@ } }, "node_modules/vite": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz", - "integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==", + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.7.tgz", + "integrity": "sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/package.json b/package.json index 169ffef..76bd10e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier-plugin-tailwindcss": "^0.5.2", "tailwindcss": "^3.3.1", "typescript": "^5.0.4", - "vite": "^5.0.10", + "vite": "^5.1.7", "vitepress": "^1.0.0-rc.10", "vue": "^3.4.0", "vue-tsc": "^2.0.6" From bd083406ee18cdd97c3e092469fd764f84d3780e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 3 Apr 2024 17:50:51 +0000 Subject: [PATCH 2/2] Fix code styling (Prettier) --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 924dc36..274c705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ All notable changes to this project will be documented in this file. ### What's Changed -* Stop browser tests running when changelog updated by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/174 -* Bump Vue to 3.4 by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/175 -* Bump follow-redirects from 1.15.3 to 1.15.4 by [@dependabot](https://github.com/dependabot) in https://github.com/moonpixels/blast/pull/176 -* Fix issue causing integrity constraint violation when storing visits by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/178 +- Stop browser tests running when changelog updated by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/174 +- Bump Vue to 3.4 by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/175 +- Bump follow-redirects from 1.15.3 to 1.15.4 by [@dependabot](https://github.com/dependabot) in https://github.com/moonpixels/blast/pull/176 +- Fix issue causing integrity constraint violation when storing visits by [@adamwhp](https://github.com/adamwhp) in https://github.com/moonpixels/blast/pull/178 **Full Changelog**: https://github.com/moonpixels/blast/compare/v2.1.5...v2.1.6