Skip to content

Commit b7ec231

Browse files
chore(deps): update dependency eslint-plugin-package-json to ^0.91.0 (#1382)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-package-json](https://redirect.github.com/michaelfaith/eslint-plugin-package-json) | [`^0.90.0` → `^0.91.0`](https://renovatebot.com/diffs/npm/eslint-plugin-package-json/0.90.1/0.91.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-package-json/0.91.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-package-json/0.90.1/0.91.0?slim=true) | --- ### Release Notes <details> <summary>michaelfaith/eslint-plugin-package-json (eslint-plugin-package-json)</summary> ### [`v0.91.0`](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/blob/HEAD/CHANGELOG.md#0910-2026-03-13) [Compare Source](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/compare/v0.90.1...v0.91.0) ##### ⚠ BREAKING CHANGES - add `valid-devEngines` rule ([#&#8203;1663](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/issues/1663)) ##### 🚀 Features - add `require-cpu` rule ([#&#8203;1659](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/issues/1659)) ([40ed2f6](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/commit/40ed2f6a97040bcf5d516bcf1ac3e1a3a580c5ee)) - add `valid-devEngines` rule ([#&#8203;1663](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/issues/1663)) ([7325be2](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/commit/7325be2c6d3bc77467e8da7019ac24861261e27a)) - add require-module rule ([#&#8203;1656](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/issues/1656)) ([557254c](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/commit/557254cac267d1f37fe019662f8293d123aa0e60)) ##### 🩹 Bug Fixes - **valid-publishConfig:** rule not reporting violations for deeply nested objects ([#&#8203;1662](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/issues/1662)) ([4c78698](https://redirect.github.com/michaelfaith/eslint-plugin-package-json/commit/4c786980b3efc2c25bc9a767a826ec43c3912c2e)) </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/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c05cc2e commit b7ec231

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/create-cedar-rsc-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint-plugin-jsonc": "^2.16.0",
5555
"eslint-plugin-markdown": "^5.1.0",
5656
"eslint-plugin-n": "^17.9.0",
57-
"eslint-plugin-package-json": "^0.90.0",
57+
"eslint-plugin-package-json": "^0.91.0",
5858
"eslint-plugin-perfectionist": "^3.0.0",
5959
"eslint-plugin-regexp": "^2.6.0",
6060
"eslint-plugin-yml": "^1.14.0",

packages/create-cedar-rsc-app/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ __metadata:
16461646
eslint-plugin-jsonc: "npm:^2.16.0"
16471647
eslint-plugin-markdown: "npm:^5.1.0"
16481648
eslint-plugin-n: "npm:^17.9.0"
1649-
eslint-plugin-package-json: "npm:^0.90.0"
1649+
eslint-plugin-package-json: "npm:^0.91.0"
16501650
eslint-plugin-perfectionist: "npm:^3.0.0"
16511651
eslint-plugin-regexp: "npm:^2.6.0"
16521652
eslint-plugin-yml: "npm:^1.14.0"
@@ -2156,24 +2156,24 @@ __metadata:
21562156
languageName: node
21572157
linkType: hard
21582158

2159-
"eslint-plugin-package-json@npm:^0.90.0":
2160-
version: 0.90.1
2161-
resolution: "eslint-plugin-package-json@npm:0.90.1"
2159+
"eslint-plugin-package-json@npm:^0.91.0":
2160+
version: 0.91.0
2161+
resolution: "eslint-plugin-package-json@npm:0.91.0"
21622162
dependencies:
21632163
"@altano/repository-tools": "npm:^2.0.1"
21642164
change-case: "npm:^5.4.4"
21652165
detect-indent: "npm:^7.0.2"
21662166
detect-newline: "npm:^4.0.1"
21672167
eslint-fix-utils: "npm:~0.4.1"
2168-
package-json-validator: "npm:^1.2.1"
2168+
package-json-validator: "npm:^1.3.1"
21692169
semver: "npm:^7.7.3"
21702170
sort-object-keys: "npm:^2.0.0"
21712171
sort-package-json: "npm:^3.4.0"
21722172
validate-npm-package-name: "npm:^7.0.0"
21732173
peerDependencies:
21742174
eslint: ">=8.0.0"
21752175
jsonc-eslint-parser: ">=2.0.0"
2176-
checksum: 10c0/b83893d822621cc13c0f70e2f5259a0411a8fef34df7e00d8671dc5a2fe3d68c5ab6f64b33d266c346238c9c419640755e2c5c206e79773d026fae4691e49d04
2176+
checksum: 10c0/d2d33d4b9e33f8684c65cbfa33c2838a45f1bf86d1cbc670396d503f34fd93c50320818c19ec771cad115c9cac2134d5294b2c1f6c3b4d099b5720416d8500aa
21772177
languageName: node
21782178
linkType: hard
21792179

@@ -3523,7 +3523,7 @@ __metadata:
35233523
languageName: node
35243524
linkType: hard
35253525

3526-
"package-json-validator@npm:^1.2.1":
3526+
"package-json-validator@npm:^1.3.1":
35273527
version: 1.3.1
35283528
resolution: "package-json-validator@npm:1.3.1"
35293529
dependencies:

0 commit comments

Comments
 (0)