Skip to content

Commit

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

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v0.21.1`](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/HEAD/CHANGELOG.md#0211-2025-01-24)

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

##### Bug Fixes

- **no-redundant-files:** detect variations of README.md as redundant
([#&#8203;765](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/765))
([7453095](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/745309536c3d2c175591582147028754f9287b1d)),
closes
[#&#8203;763](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/763)
[#&#8203;763](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/763)

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

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

##### Features

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

####
[0.20.1](https://redirect.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://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/735))
([29a9722](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/29a9722c15d39984ea99c2be346e20c2f4f9c76e)),
closes
[#&#8203;734](https://redirect.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/console-fail-test).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 9c5767f commit fc7fa8f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.1",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-vitest": "0.5.4",
Expand Down
25 changes: 20 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 fc7fa8f

Please sign in to comment.