Skip to content

Commit

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

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

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v0.15.3`](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/HEAD/CHANGELOG.md#0153-2024-09-12)

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

##### Bug Fixes

- **valid-repository-directory:** use repository root for more accurate
linting
([#&#8203;498](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/498))
([d149400](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/d1494001a7cbf3fa95041179004fa8ad03ef0d34)),
closes
[#&#8203;252](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/252)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and Josh-Walker-GM committed Sep 24, 2024
1 parent 1f1e102 commit b207c6d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions packages/create-redwood-rsc-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ __metadata:
version: 8
cacheKey: 10c0

"@altano/repository-tools@npm:^0.1.1":
version: 0.1.1
resolution: "@altano/repository-tools@npm:0.1.1"
checksum: 10c0/2c24182033111262d923b702aef5d659403d66f513d084677aba8058969d06d2814921501fcc1d382634f500d231ffb0dd9b472ca09b93ba11f52426cd66a385
languageName: node
linkType: hard

"@babel/code-frame@npm:^7.24.7":
version: 7.24.7
resolution: "@babel/code-frame@npm:7.24.7"
Expand Down Expand Up @@ -2122,9 +2129,10 @@ __metadata:
linkType: hard

"eslint-plugin-package-json@npm:^0.15.2":
version: 0.15.2
resolution: "eslint-plugin-package-json@npm:0.15.2"
version: 0.15.3
resolution: "eslint-plugin-package-json@npm:0.15.3"
dependencies:
"@altano/repository-tools": "npm:^0.1.1"
detect-indent: "npm:6.1.0"
detect-newline: "npm:3.1.0"
package-json-validator: "npm:^0.6.5"
Expand All @@ -2135,7 +2143,7 @@ __metadata:
peerDependencies:
eslint: ">=8.0.0"
jsonc-eslint-parser: ^2.0.0
checksum: 10c0/c2ec0e76169ed29b468d1c36642496f2d1c0c7f5e60cc768d0cea2620362813c9668d1f0fb180582de62fd39febd3df0ea5aa7f3ec7734f96f553ee61b427293
checksum: 10c0/aedf3ed001d3ce19ca085ae332266832a7be92944e3b38836b61786961a7fa3c160a169761edc0e6c4f68d27ee4497cb34032ee1da691951d70526d084e8face
languageName: node
linkType: hard

Expand Down

0 comments on commit b207c6d

Please sign in to comment.