From 456ec3a2b312fa5dfc2f747808afa7899b1d851c Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:33:55 -0500 Subject: [PATCH 1/8] v7 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1f38a98..d13c39e 100644 --- a/package.json +++ b/package.json @@ -48,11 +48,11 @@ "prettier": "^2.8.8" }, "peerDependencies": { - "npm-package-json-lint": "^6.4.0" + "npm-package-json-lint": "^7.0.0" }, "engines": { - "node": ">=14.0.0", - "npm": ">=6.0.0" + "node": ">=16.0.0", + "npm": ">=8.0.0" }, "license": "MIT" } From e50c09376e6e000e50f774b419d80ca63b102c45 Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:34:33 -0500 Subject: [PATCH 2/8] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1032cf..df639e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3.6.0 with: - node-version: '14.x' + node-version: '16' registry-url: 'https://registry.npmjs.org' - run: npm ci --no-progress --production - run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }} From ac25ef960be88a8663161953c449aadf1b2422a3 Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:34:42 -0500 Subject: [PATCH 3/8] Update prerelease.yml --- .github/workflows/prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 2203193..97d6871 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3.6.0 with: - node-version: '14.x' + node-version: '16' registry-url: 'https://registry.npmjs.org' - run: npm ci --no-progress --production - run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }} From db30138ea64b88b29d3b9db4646c460dbce85813 Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:35:04 -0500 Subject: [PATCH 4/8] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56a2478..335ee25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3.6.0 with: - node-version: '14.x' + node-version: '16' - run: npm ci --no-progress - run: npm run lint @@ -27,7 +27,7 @@ jobs: strategy: matrix: - node: [14, 16, 18] + node: [16, 18, 20] os: [ubuntu-latest, windows-latest] steps: From 6b1f75cc3a70f83f4ac8bc4b809257c8fc5c4323 Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:35:21 -0500 Subject: [PATCH 5/8] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ab089b..e831474 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ ### Node -* [Node.js](https://nodejs.org/) - v14.0.0+ -* [npm](https://www.npmjs.com/) - v6.0.0+ +* [Node.js](https://nodejs.org/) - v16.0.0+ +* [npm](https://www.npmjs.com/) - v8.0.0+ ## Install project dependencies From eab722910dbaf88871625aed29ce9632f267a4e0 Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:35:29 -0500 Subject: [PATCH 6/8] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 02d0176..e1f643f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2022 tclindner +Copyright (c) 2017-2023 tclindner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From c681e4c17fc4060f3f179577245a98705c35481e Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:35:51 -0500 Subject: [PATCH 7/8] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4db6d82..f0ffe95 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ First thing first, let's make sure you have the necessary pre-requisites. #### Node -* [Node.js](https://nodejs.org/) - v14.0.0+ -* [npm](http://npmjs.com) - v6.0.0+ +* [Node.js](https://nodejs.org/) - v16.0.0+ +* [npm](http://npmjs.com) - v8.0.0+ ### Command @@ -62,4 +62,4 @@ Please see [CHANGELOG.md](CHANGELOG.md). ## License -Copyright (c) 2017-2022 Thomas Lindner. Licensed under the MIT license. +Copyright (c) 2017-2023 Thomas Lindner. Licensed under the MIT license. From 11fb02362383ebb2dddaa20ed0bd3d30b601dc1e Mon Sep 17 00:00:00 2001 From: Thomas Lindner <5178550+tclindner@users.noreply.github.com> Date: Mon, 3 Jul 2023 20:40:28 -0500 Subject: [PATCH 8/8] Update index.js --- index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/index.js b/index.js index faefad8..aa7ee45 100644 --- a/index.js +++ b/index.js @@ -33,13 +33,9 @@ const config = { 'valid-values-engines': [ 'error', [ - { - node: '>=14.0.0', - npm: '>=6.0.0', - }, { node: '>=16.0.0', - npm: '>=6.0.0', + npm: '>=8.0.0', }, ], ],