From 6fc24b7a591363953714c58801f0f18ef868957c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:31:06 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-package-json to v0.15.3 (#190) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/) | --- ### Release Notes
JoshuaKGoldberg/eslint-plugin-package-json (eslint-plugin-package-json) ### [`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 ([#​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 [#​252](https://redirect.github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/252)
--- ### 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. --- - [ ] 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/get-github-auth-token). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4bcb602..118b5a6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-jsonc": "2.16.0", "eslint-plugin-markdown": "5.1.0", "eslint-plugin-n": "17.10.2", - "eslint-plugin-package-json": "0.15.2", + "eslint-plugin-package-json": "0.15.3", "eslint-plugin-perfectionist": "2.11.0", "eslint-plugin-regexp": "2.6.0", "eslint-plugin-vitest": "0.5.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea5ff33..1526262 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: 17.10.2 version: 17.10.2(eslint@9.10.0(jiti@1.21.6)) eslint-plugin-package-json: - specifier: 0.15.2 - version: 0.15.2(eslint@9.10.0(jiti@1.21.6))(jsonc-eslint-parser@2.4.0) + specifier: 0.15.3 + version: 0.15.3(eslint@9.10.0(jiti@1.21.6))(jsonc-eslint-parser@2.4.0) eslint-plugin-perfectionist: specifier: 2.11.0 version: 2.11.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.6.2) @@ -110,6 +110,9 @@ importers: packages: + '@altano/repository-tools@0.1.1': + resolution: {integrity: sha512-5vbUs2A98CC3g1AlOBdkBE0BMukkLjLIsMHAtuxg6Pt9dQXxYWdLKOf66v6c/vIqtNcgTMv0oGtddLdMuH9X6w==} + '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} @@ -1708,8 +1711,8 @@ packages: peerDependencies: eslint: '>=8.23.0' - eslint-plugin-package-json@0.15.2: - resolution: {integrity: sha512-mls5O8zT3Sjl/lLmhT8xtNkLpj7b3uP6wwK9rgg9rtmAbPjlzkunCySlHQgEcB6ZUV+Qi3QabLaSub2IWr2VmA==} + eslint-plugin-package-json@0.15.3: + resolution: {integrity: sha512-NRUh+f5orM2/SynPjZqqNqSahdG3qzG5nf8s2S5nEwkhRbEE78S6sSMVGoSmrrtbhcbvZmLVHguVds4lY3Cwkw==} engines: {node: '>=18'} peerDependencies: eslint: '>=8.0.0' @@ -3635,6 +3638,8 @@ packages: snapshots: + '@altano/repository-tools@0.1.1': {} + '@ampproject/remapping@2.3.0': dependencies: '@jridgewell/gen-mapping': 0.3.5 @@ -5198,8 +5203,9 @@ snapshots: minimatch: 9.0.5 semver: 7.6.3 - eslint-plugin-package-json@0.15.2(eslint@9.10.0(jiti@1.21.6))(jsonc-eslint-parser@2.4.0): + eslint-plugin-package-json@0.15.3(eslint@9.10.0(jiti@1.21.6))(jsonc-eslint-parser@2.4.0): dependencies: + '@altano/repository-tools': 0.1.1 detect-indent: 6.1.0 detect-newline: 3.1.0 eslint: 9.10.0(jiti@1.21.6)