Skip to content

Commit

Permalink
v7 migration guide (#1070)
Browse files Browse the repository at this point in the history
* v7 migration guide

* Update sidebars.json

* Create v6-to-v7.md

* Update v6-to-v7.md
  • Loading branch information
tclindner authored Jul 4, 2023
1 parent 0079a2a commit 2fea033
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ Quick links

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

## Migrating from v6.x.x to 7.x.x

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

## Migrating from v5.x.x to 6.x.x

Please see the [migration guide](https://npmpackagejsonlint.org/docs/v5-to-v6).
Expand Down
12 changes: 12 additions & 0 deletions website/docs/v6-to-v7.md
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.
1 change: 1 addition & 0 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"related-projects"
],
"Migration Guides": [
"v6-to-v7",
"v5-to-v6",
"v4-to-v5",
"v3-to-v4",
Expand Down

0 comments on commit 2fea033

Please sign in to comment.