Skip to content

Commit 1d5099e

Browse files
Bump npm-package-json-lint and npm-package-json-lint-config-tc (#655)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3058105 commit 1d5099e

File tree

8 files changed

+48
-42
lines changed

8 files changed

+48
-42
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/) - v14.0.0+
8-
* [npm](https://www.npmjs.com/) - v6.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
MIT License
22

3-
Copyright (c) 2020-2022 Thomas Lindner
3+
Copyright (c) 2020-2023 Thomas Lindner
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

@@ -68,4 +68,4 @@ Please see the [CHANGELOG.md](CHANGELOG.md) for more information.
6868

6969
## License
7070

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

package-lock.json

Lines changed: 34 additions & 28 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
@@ -48,8 +48,8 @@
4848
"eslint-plugin-unicorn": "^47.0.0",
4949
"is-plain-obj": "^3.0.0",
5050
"jest": "^29.5.0",
51-
"npm-package-json-lint": "^6.4.0",
52-
"npm-package-json-lint-config-tc": "^6.0.0",
51+
"npm-package-json-lint": "^7.0.0",
52+
"npm-package-json-lint-config-tc": "^7.0.0",
5353
"prettier": "^2.8.8",
5454
"typescript": "^5.1.6"
5555
},
@@ -62,8 +62,8 @@
6262
"eslint": "^8.0.0"
6363
},
6464
"engines": {
65-
"node": ">=14.0.0",
66-
"npm": ">=6.0.0"
65+
"node": ">=16.0.0",
66+
"npm": ">=8.0.0"
6767
},
6868
"license": "MIT"
6969
}

0 commit comments

Comments
 (0)