Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-package-json to ^0.22.0 (#…
Browse files Browse the repository at this point in the history
…964)

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.21.0` ->
`^0.22.0`](https://renovatebot.com/diffs/npm/eslint-plugin-package-json/0.21.1/0.22.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-package-json/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-package-json/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-package-json/0.21.1/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-package-json/0.21.1/0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v0.22.0`](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/HEAD/CHANGELOG.md#0220-2025-02-03)

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

##### Features

- **require-author:** add new `require-author` rule
([#&#8203;851](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/851))
([cde68da](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/cde68da27bf87d711a8fb6f90df9f99f7bdb1512)),
closes
[#&#8203;795](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/795)

####
[0.21.1](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.21.0...v0.21.1)
(2025-01-24)

##### 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)

</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/emoji-blast).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent e3a65d2 commit 0d5b252
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-jsonc": "^2.14.1",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-package-json": "^0.21.0",
"eslint-plugin-package-json": "^0.22.0",
"eslint-plugin-perfectionist": "^2.7.0",
"eslint-plugin-regexp": "^2.4.0",
"eslint-plugin-vitest": "^0.4.0",
Expand Down
18 changes: 9 additions & 9 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 0d5b252

Please sign in to comment.