-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v7 migration guide * Update sidebars.json * Create v6-to-v7.md * Update v6-to-v7.md
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
id: v6-to-v7 | ||
title: v6 to v7 Migration Guide | ||
--- | ||
|
||
v7.0.0 Migration Guide | ||
|
||
> FYI: v7 drops support for Node 14. If you need support for versions of Node that have reached EOL, please use v6. | ||
Properties to [`prefer-property-order`](https://npmpackagejsonlint.org/docs/rules/package-json-properties/prefer-property-order/) rule. Please see [`#1055`](https://github.com/tclindner/npm-package-json-lint/pull/1055). Thank you, @regseb! | ||
|
||
Please see the [release notes](https://github.com/tclindner/npm-package-json-lint/releases/tag/v7.0.0) for additional changes introduced in v7.0.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
"related-projects" | ||
], | ||
"Migration Guides": [ | ||
"v6-to-v7", | ||
"v5-to-v6", | ||
"v4-to-v5", | ||
"v3-to-v4", | ||
|