From f2b1e757dad401c8a219cbc422bbf1f455b39eb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:53:51 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jsonc to v2.18.2 (#11839) 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-jsonc](https://ota-meshi.github.io/eslint-plugin-jsonc/) ([source](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc)) | [`2.16.0` -> `2.18.2`](https://renovatebot.com/diffs/npm/eslint-plugin-jsonc/2.16.0/2.18.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsonc/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jsonc/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-jsonc/2.16.0/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsonc/2.16.0/2.18.2?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
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc) ### [`v2.18.2`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/blob/HEAD/CHANGELOG.md#2182) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.18.1...v2.18.2) ##### Patch Changes - [#​378](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/pull/378) [`e46de35`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/commit/e46de35da1e491064a2be7955c8aed0507126577) Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! - fix: crash when used with eslint v9.15 ### [`v2.18.1`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/blob/HEAD/CHANGELOG.md#2181) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.18.0...v2.18.1) ##### Patch Changes - [#​374](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/pull/374) [`3f8a1b9`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/commit/3f8a1b90b3b3a62bb5c598c62dc55a1d08ccea7b) Thanks [@​renovate](https://redirect.github.com/apps/renovate)! - fix(deps): update dependency eslint-json-compat-utils to ^0.2.0 ### [`v2.18.0`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/blob/HEAD/CHANGELOG.md#2180) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.17.0...v2.18.0) ##### Minor Changes - [#​372](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/pull/372) [`9dce7d3`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/commit/9dce7d3dece96b4e22e7be6fc18fd4fd401edcfa) Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! - feat: use eslint-json-compat-utils ### [`v2.17.0`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/blob/HEAD/CHANGELOG.md#2170) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.17.0) ##### Minor Changes - [#​369](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/pull/369) [`5b1e9ac`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/commit/5b1e9ace7e1ae8e2c047b2562e58cfaf833a6b6b) Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! - Experimental support for `@eslint/json`
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/create-redwood-rsc-app/yarn.lock | 35 ++++++++++++++++++++--- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/packages/create-redwood-rsc-app/yarn.lock b/packages/create-redwood-rsc-app/yarn.lock index be341fe214a5..464ec93fabd8 100644 --- a/packages/create-redwood-rsc-app/yarn.lock +++ b/packages/create-redwood-rsc-app/yarn.lock @@ -1989,6 +1989,32 @@ __metadata: languageName: node linkType: hard +"eslint-compat-utils@npm:^0.6.0": + version: 0.6.4 + resolution: "eslint-compat-utils@npm:0.6.4" + dependencies: + semver: "npm:^7.5.4" + peerDependencies: + eslint: ">=6.0.0" + checksum: 10c0/5b665c4051e978b9f9c48621f63d07e6b2a8ba1b334fc430f1ce0d8b596968677bdb54c23c00ca961ad5b4673d5e83e014a52b4baf9a2f7d4ccd79e3c213acfb + languageName: node + linkType: hard + +"eslint-json-compat-utils@npm:^0.2.1": + version: 0.2.1 + resolution: "eslint-json-compat-utils@npm:0.2.1" + dependencies: + esquery: "npm:^1.6.0" + peerDependencies: + eslint: "*" + jsonc-eslint-parser: ^2.4.0 + peerDependenciesMeta: + "@eslint/json": + optional: true + checksum: 10c0/2eb584916150454da891547042d417b31ed4df9b7a8c47561c3cda08d0d9e66c698259cf3dbb4ecc139a6620c793aeba40109f572e47f4fe7b3185b9c1d388d7 + languageName: node + linkType: hard + "eslint-plugin-es-x@npm:^7.5.0": version: 7.8.0 resolution: "eslint-plugin-es-x@npm:7.8.0" @@ -2024,11 +2050,12 @@ __metadata: linkType: hard "eslint-plugin-jsonc@npm:^2.16.0": - version: 2.16.0 - resolution: "eslint-plugin-jsonc@npm:2.16.0" + version: 2.18.2 + resolution: "eslint-plugin-jsonc@npm:2.18.2" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" - eslint-compat-utils: "npm:^0.5.0" + eslint-compat-utils: "npm:^0.6.0" + eslint-json-compat-utils: "npm:^0.2.1" espree: "npm:^9.6.1" graphemer: "npm:^1.4.0" jsonc-eslint-parser: "npm:^2.0.4" @@ -2036,7 +2063,7 @@ __metadata: synckit: "npm:^0.6.0" peerDependencies: eslint: ">=6.0.0" - checksum: 10c0/20ca0eff6332e3647c816c83edf287c113605ee941401d2b015a52dd90fe4808639172c4b9e238b0deeea1a5cc6a9264daf6865ab09dde33a6bc65a3bb403cf1 + checksum: 10c0/5ba6fa7f5320838066e0a55d6b5b4e1fa5f244b76593be76e60a5e7153bc6c7b05c8faa38873a663acdc7efc892589f1285f367765b4c8934a941324c14dc107 languageName: node linkType: hard