Skip to content

Commit

Permalink
Bump the npm-package-json-lint group across 1 directory with 2 updates (
Browse files Browse the repository at this point in the history
#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] <support@github.com>

* Update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous committed Jul 2, 2024
1 parent 7e63b3d commit 358f81f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 60 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Head

- Changed: bump `npm-package-json-lint` to `^8.0.0`.
- Changed: bump `npm-package-json-lint-config-default` to `^7.0.0`.

## 5.0.1

- Fixed: `require-main` to be disabled.
Expand Down
93 changes: 36 additions & 57 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
]
},
"dependencies": {
"npm-package-json-lint-config-default": "^6.0.0"
"npm-package-json-lint-config-default": "^7.0.1"
},
"devDependencies": {
"@stylelint/prettier-config": "^3.0.0",
Expand All @@ -70,12 +70,12 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"np": "^10.0.6",
"npm-package-json-lint": "^7.0.0",
"npm-package-json-lint": "^8.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2"
},
"peerDependencies": {
"npm-package-json-lint": "^7.0.0"
"npm-package-json-lint": "^8.0.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down

0 comments on commit 358f81f

Please sign in to comment.