Skip to content

Commit 358f81f

Browse files
Bump the npm-package-json-lint group across 1 directory with 2 updates (#66)
* Bump the npm-package-json-lint group across 1 directory with 2 updates Bumps the npm-package-json-lint group with 2 updates in the / directory: [npm-package-json-lint-config-default](https://github.com/tclindner/npm-package-json-lint-config-default) and [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint). Updates `npm-package-json-lint-config-default` from 6.0.0 to 7.0.1 - [Release notes](https://github.com/tclindner/npm-package-json-lint-config-default/releases) - [Changelog](https://github.com/tclindner/npm-package-json-lint-config-default/blob/main/CHANGELOG.md) - [Commits](tclindner/npm-package-json-lint-config-default@v6.0.0...v7.0.1) Updates `npm-package-json-lint` from 7.1.0 to 8.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@v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: npm-package-json-lint-config-default dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-package-json-lint - dependency-name: npm-package-json-lint dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-package-json-lint ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Masafumi Koba <[email protected]>
1 parent 7e63b3d commit 358f81f

File tree

3 files changed

+44
-60
lines changed

3 files changed

+44
-60
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Head
4+
5+
- Changed: bump `npm-package-json-lint` to `^8.0.0`.
6+
- Changed: bump `npm-package-json-lint-config-default` to `^7.0.0`.
7+
38
## 5.0.1
49

510
- Fixed: `require-main` to be disabled.

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
]
6262
},
6363
"dependencies": {
64-
"npm-package-json-lint-config-default": "^6.0.0"
64+
"npm-package-json-lint-config-default": "^7.0.1"
6565
},
6666
"devDependencies": {
6767
"@stylelint/prettier-config": "^3.0.0",
@@ -70,12 +70,12 @@
7070
"husky": "^9.0.11",
7171
"lint-staged": "^15.2.7",
7272
"np": "^10.0.6",
73-
"npm-package-json-lint": "^7.0.0",
73+
"npm-package-json-lint": "^8.0.0",
7474
"npm-run-all": "^4.1.5",
7575
"prettier": "^3.3.2"
7676
},
7777
"peerDependencies": {
78-
"npm-package-json-lint": "^7.0.0"
78+
"npm-package-json-lint": "^8.0.0"
7979
},
8080
"engines": {
8181
"node": ">=18.12.0"

0 commit comments

Comments
 (0)