Skip to content

Commit 2fea033

Browse files
authored
v7 migration guide (#1070)
* v7 migration guide * Update sidebars.json * Create v6-to-v7.md * Update v6-to-v7.md
1 parent 0079a2a commit 2fea033

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ Quick links
117117

118118
[CLI commands and configuration](https://npmpackagejsonlint.org/docs/cli) | [Node.js API](https://npmpackagejsonlint.org/docs/api) | [Integrations](https://npmpackagejsonlint.org/docs/integrations)
119119

120+
## Migrating from v6.x.x to 7.x.x
121+
122+
Please see the [migration guide](https://npmpackagejsonlint.org/docs/v6-to-v7).
123+
120124
## Migrating from v5.x.x to 6.x.x
121125

122126
Please see the [migration guide](https://npmpackagejsonlint.org/docs/v5-to-v6).

website/docs/v6-to-v7.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: v6-to-v7
3+
title: v6 to v7 Migration Guide
4+
---
5+
6+
v7.0.0 Migration Guide
7+
8+
> FYI: v7 drops support for Node 14. If you need support for versions of Node that have reached EOL, please use v6.
9+
10+
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!
11+
12+
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.

website/sidebars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"related-projects"
2020
],
2121
"Migration Guides": [
22+
"v6-to-v7",
2223
"v5-to-v6",
2324
"v4-to-v5",
2425
"v3-to-v4",

0 commit comments

Comments
 (0)