Skip to content

Commit

Permalink
Drop node14 and Bump npm-package-json-lint/npm-package-json-lint-conf…
Browse files Browse the repository at this point in the history
…ig-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] <support@github.com>

* 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Lindner <5178550+tclindner@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and tclindner committed Jul 4, 2023
1 parent a60e096 commit f388f5d
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
node: [14, 16, 18]
node: [16, 18, 20]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Node

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

## Install project dependencies

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2022 tclindner
Copyright (c) 2016-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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,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

Expand Down Expand Up @@ -62,4 +62,4 @@ Please see [CHANGELOG.md](CHANGELOG.md).

## License

Copyright (c) 2016-2022 Thomas Lindner. Licensed under the MIT license.
Copyright (c) 2016-2023 Thomas Lindner. Licensed under the MIT license.
56 changes: 31 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"eslint-plugin-unicorn": "^47.0.0",
"is-plain-obj": "^3.0.0",
"jest": "^29.5.0",
"npm-package-json-lint": "^6.4.0",
"npm-package-json-lint-config-tc": "^6.0.0",
"npm-package-json-lint": "^7.0.0",
"npm-package-json-lint-config-tc": "^7.0.0",
"prettier": "^2.8.8"
},
"dependencies": {
Expand All @@ -60,8 +60,8 @@
"prettier": "^2.0.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"license": "MIT"
}

0 comments on commit f388f5d

Please sign in to comment.