From 81beac42e040d5efef83f8bc721d097d7eeb8bf7 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Tue, 12 Nov 2024 16:28:06 +0000 Subject: [PATCH 1/6] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12478a0..89b37a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/vite-plugin/compare/v1.0.5...1.x) +## [Unreleased](https://github.com/laravel/vite-plugin/compare/v1.0.6...1.x) + +## [v1.0.6](https://github.com/laravel/vite-plugin/compare/v1.0.5...v1.0.6) - 2024-11-12 + +* Replace dead link in Security Policy by [@Jubeki](https://github.com/Jubeki) in https://github.com/laravel/vite-plugin/pull/300 +* Look for certificates in valet linux config directory by [@jameshulse](https://github.com/jameshulse) in https://github.com/laravel/vite-plugin/pull/307 ## [v1.0.5](https://github.com/laravel/vite-plugin/compare/v1.0.4...v1.0.5) - 2024-07-09 From 492c068d9730d875a3aa1d8a043fb96bf18ac626 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Tue, 3 Dec 2024 02:51:51 +1100 Subject: [PATCH 2/6] Upgrade to Vite 6 (#310) --- .github/workflows/tests.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f8afc2..e47f44c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 21.x] + node-version: [18.x, 20.x, 22.x, latest] steps: - name: Checkout code diff --git a/package.json b/package.json index eeaaad5..5d1bfa5 100644 --- a/package.json +++ b/package.json @@ -49,14 +49,14 @@ "esbuild": "0.16.10", "eslint": "^8.14.0", "typescript": "^4.6.4", - "vite": "^5.0.0", + "vite": "^6.0.0", "vitest": "^0.34.4" }, "peerDependencies": { - "vite": "^5.0.0" + "vite": "^6.0.0" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "dependencies": { "picocolors": "^1.0.0", From aacee1d9a3bec54a59eecf6dce757d2fcda2e77f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 2 Dec 2024 07:53:02 -0800 Subject: [PATCH 3/6] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d1bfa5..1f9a895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-vite-plugin", - "version": "1.0.6", + "version": "1.1.0", "description": "Laravel plugin for Vite.", "keywords": [ "laravel", From 44edafaa4a3b83ac153ae84b69926be214925900 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Mon, 2 Dec 2024 15:53:47 +0000 Subject: [PATCH 4/6] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b37a5..c7afa54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/vite-plugin/compare/v1.0.6...1.x) +## [Unreleased](https://github.com/laravel/vite-plugin/compare/v1.1.0...1.x) + +## [v1.1.0](https://github.com/laravel/vite-plugin/compare/v1.0.6...v1.1.0) - 2024-12-02 + +* Upgrade to Vite 6 by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/vite-plugin/pull/310 ## [v1.0.6](https://github.com/laravel/vite-plugin/compare/v1.0.5...v1.0.6) - 2024-11-12 From 6515574a3531e03382cbd24440f748f55b75187e Mon Sep 17 00:00:00 2001 From: Jess Archer Date: Tue, 3 Dec 2024 18:14:51 +1000 Subject: [PATCH 5/6] Fix dependency issue with Vite 5 (#313) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f9a895..bf76b82 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "vitest": "^0.34.4" }, "peerDependencies": { - "vite": "^6.0.0" + "vite": "^5.0.0 || ^6.0.0" }, "engines": { "node": "^18.0.0 || ^20.0.0 || >=22.0.0" From b91e205586a0334aa7e35187cd46a7566e921f87 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 3 Dec 2024 00:15:29 -0800 Subject: [PATCH 6/6] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf76b82..89c6650 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laravel-vite-plugin", - "version": "1.1.0", + "version": "1.1.1", "description": "Laravel plugin for Vite.", "keywords": [ "laravel",