From a6a8da5aa4ae9d97de55c35be1b3b4f17d0d4508 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 18 Jan 2022 09:23:48 -0500 Subject: [PATCH] update min node version --- README.md | 2 +- docs/resources/changelog.md | 5 +++++ docs/tutorials/integrating-with-laravel.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bb791c2..62166310 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Twitter: [@shoelace_style](https://twitter.com/shoelace_style) ## Shoemakers 🥾 -Shoemakers, or "Shoelace developers," can use this documentation to learn how to build Shoelace from source. You will need Node >= 14.15 to build and run the project locally. +Shoemakers, or "Shoelace developers," can use this documentation to learn how to build Shoelace from source. You will need Node >= 14.17 to build and run the project locally. **You don't need to do any of this to use Shoelace!** This page is for people who want to contribute to the project, tinker with the source, or create a custom build of Shoelace. diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index e327d62a..3b08c593 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -6,6 +6,11 @@ Components with the Experimental bad _During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛 +## Next + +- Implemented stricter linting to improve consistency and reduce errors, which resulting in many small refactors throughout the codebase [#647](https://github.com/shoelace-style/shoelace/pull/647) +- Updated minimum Node version to 14.17 + ## 2.0.0-beta.64 - 🚨 BREAKING: removed `` because all form components submit with `
` now ([learn more](/getting-started/form-controls)) diff --git a/docs/tutorials/integrating-with-laravel.md b/docs/tutorials/integrating-with-laravel.md index 0f3f575e..37d30f2a 100644 --- a/docs/tutorials/integrating-with-laravel.md +++ b/docs/tutorials/integrating-with-laravel.md @@ -9,7 +9,7 @@ This page explains how to integrate Shoelace with a [Laravel](https://laravel.co This integration has been tested with the following: - Laravel >= 8 -- Node >= 14 +- Node >= 14.17 - Laravel Mix >= 6 ## Instructions diff --git a/package-lock.json b/package-lock.json index 8e237a19..90382178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "typescript": "^4.5.4" }, "engines": { - "node": ">=14.15.0" + "node": ">=14.17.0" }, "funding": { "type": "individual", diff --git a/package.json b/package.json index ceed5b10..7ee28608 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "update-dependencies": "npm-check-updates --peer -u && npm install && npm run lint:fix && npm run prettier && npm run verify" }, "engines": { - "node": ">=14.15.0" + "node": ">=14.17.0" }, "dependencies": { "@lit-labs/react": "^1.0.1",