Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-package-json to v0.21.0 (#…
Browse files Browse the repository at this point in the history
…1921)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-package-json](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json)
| [`0.20.1` ->
`0.21.0`](https://renovatebot.com/diffs/npm/eslint-plugin-package-json/0.20.1/0.21.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-package-json/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-package-json/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-package-json/0.20.1/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-package-json/0.20.1/0.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>JoshuaKGoldberg/eslint-plugin-package-json
(eslint-plugin-package-json)</summary>

###
[`v0.21.0`](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/HEAD/CHANGELOG.md#0210-2025-01-23)

[Compare
Source](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.20.1...v0.21.0)

##### Features

- add no-empty-fields rule
([#&#8203;741](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/741))
([e57765b](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/e57765b3de7c4703f1c697d54758e5789494281a)),
closes
[#&#8203;683](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/683)

####
[0.20.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.20.0...v0.20.1)
(2025-01-19)

##### Bug Fixes

- bump package-json-validator dep to 0.8
([#&#8203;735](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/735))
([29a9722](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/29a9722c15d39984ea99c2be346e20c2f4f9c76e)),
closes
[#&#8203;734](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/734)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 435849d commit 9381890
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-package-json": "0.20.1",
"eslint-plugin-package-json": "0.21.0",
"eslint-plugin-perfectionist": "4.7.0",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-yml": "1.16.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 9381890

Please sign in to comment.