Skip to content

Commit

Permalink
Bump npm-package-json-lint and npm-package-json-lint-config-tc (#655)
Browse files Browse the repository at this point in the history
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2023
1 parent 3058105 commit 1d5099e
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 42 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/) - 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

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

Copyright (c) 2020-2022 Thomas Lindner
Copyright (c) 2020-2023 Thomas Lindner

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 @@ -68,4 +68,4 @@ Please see the [CHANGELOG.md](CHANGELOG.md) for more information.

## License

Copyright (c) 2020-2022 Thomas Lindner. Licensed under the MIT license.
Copyright (c) 2020-2023 Thomas Lindner. Licensed under the MIT license.
62 changes: 34 additions & 28 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 @@ -48,8 +48,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",
"typescript": "^5.1.6"
},
Expand All @@ -62,8 +62,8 @@
"eslint": "^8.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 1d5099e

Please sign in to comment.