Skip to content

Commit f388f5d

Browse files
Drop node14 and Bump npm-package-json-lint/npm-package-json-lint-config-tc (#623)
* Bump npm-package-json-lint and npm-package-json-lint-config-tc Bumps [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint) and [npm-package-json-lint-config-tc](https://github.com/tclindner/npm-package-json-lint-config-tc). These dependencies needed to be updated together. Updates `npm-package-json-lint` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/tclindner/npm-package-json-lint/releases) - [Changelog](https://github.com/tclindner/npm-package-json-lint/blob/master/CHANGELOG.md) - [Commits](tclindner/npm-package-json-lint@v6.4.0...v7.0.0) Updates `npm-package-json-lint-config-tc` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/tclindner/npm-package-json-lint-config-tc/releases) - [Changelog](https://github.com/tclindner/npm-package-json-lint-config-tc/blob/main/CHANGELOG.md) - [Commits](tclindner/npm-package-json-lint-config-tc@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: npm-package-json-lint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: npm-package-json-lint-config-tc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update package.json * Update README.md * Update LICENSE * Update CONTRIBUTING.md * Update ci.yml * Update release.yml * Update prerelease.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Lindner <[email protected]>
1 parent a60e096 commit f388f5d

File tree

8 files changed

+45
-39
lines changed

8 files changed

+45
-39
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/[email protected]
1818
with:
19-
node-version: '14.x'
19+
node-version: '16'
2020
- run: npm ci --no-progress
2121
- run: npm run lint
2222

@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node: [14, 16, 18]
30+
node: [16, 18, 20]
3131
os: [ubuntu-latest, windows-latest]
3232

3333
steps:

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/[email protected]
1313
with:
14-
node-version: '14.x'
14+
node-version: '16'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci --no-progress --production
1717
- run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/[email protected]
1313
with:
14-
node-version: '14.x'
14+
node-version: '16'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci --no-progress --production
1717
- run: npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### Node
66

7-
* [Node.js](https://nodejs.org/) - v6.0.0+
8-
* [npm](https://www.npmjs.com/) - v3.0.0+
7+
* [Node.js](https://nodejs.org/) - v16.0.0+
8+
* [npm](https://www.npmjs.com/) - v8.0.0+
99

1010
## Install project dependencies
1111

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2022 tclindner
3+
Copyright (c) 2016-2023 tclindner
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ First thing first, let's make sure you have the necessary pre-requisites.
2020

2121
#### Node
2222

23-
* [Node.js](https://nodejs.org/) - v14.0.0+
24-
* [npm](http://npmjs.com) - v6.0.0+
23+
* [Node.js](https://nodejs.org/) - v16.0.0+
24+
* [npm](http://npmjs.com) - v8.0.0+
2525

2626
### Command
2727

@@ -62,4 +62,4 @@ Please see [CHANGELOG.md](CHANGELOG.md).
6262

6363
## License
6464

65-
Copyright (c) 2016-2022 Thomas Lindner. Licensed under the MIT license.
65+
Copyright (c) 2016-2023 Thomas Lindner. Licensed under the MIT license.

package-lock.json

Lines changed: 31 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"eslint-plugin-unicorn": "^47.0.0",
4444
"is-plain-obj": "^3.0.0",
4545
"jest": "^29.5.0",
46-
"npm-package-json-lint": "^6.4.0",
47-
"npm-package-json-lint-config-tc": "^6.0.0",
46+
"npm-package-json-lint": "^7.0.0",
47+
"npm-package-json-lint-config-tc": "^7.0.0",
4848
"prettier": "^2.8.8"
4949
},
5050
"dependencies": {
@@ -60,8 +60,8 @@
6060
"prettier": "^2.0.0"
6161
},
6262
"engines": {
63-
"node": ">=14.0.0",
64-
"npm": ">=6.0.0"
63+
"node": ">=16.0.0",
64+
"npm": ">=8.0.0"
6565
},
6666
"license": "MIT"
6767
}

0 commit comments

Comments
 (0)