Skip to content

Update dependency eslint-plugin-jsonc to v3 - #113

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-jsonc-3.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint-plugin-jsonc-3.x

Conversation

@renovate

@renovate renovate Bot commented Feb 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-jsonc (source) ^2.10.0^3.0.0 age confidence

Release Notes

ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v3.4.2

Compare Source

Patch Changes

v3.4.1

Compare Source

Patch Changes
  • #​532 97a7564 Thanks @​ota-meshi! - Fix allowLineSeparatedGroups in jsonc/sort-keys when ignored properties occur between sorted keys.

v3.4.0

Compare Source

Minor Changes

v3.3.0

Compare Source

Minor Changes

v3.2.0

Compare Source

Minor Changes

v3.1.2

Compare Source

Patch Changes

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

Minor Changes

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
  • #​471 d30112b Thanks @​copilot-swe-agent! - Add ESLint language plugin support. The plugin now exports a languages object that provides language implementations for json, jsonc, json5, and x. The shared configurations (base, recommended-with-json, etc.) now use the jsonc-based language implementation by default (via language: "jsonc/x" in ESLint flat config) and have been updated to use the new language plugin approach instead of the parser approach.

  • #​468 8c87c6c Thanks @​copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configs as the main configuration format. The previous flat/* namespace is kept for backward compatibility.

  • #​465 62b2127 Thanks @​copilot-swe-agent! - Drop support for older ESLint versions. The new minimum supported version is ESLint 9.38.0 or later.

  • #​460 cc949e3 Thanks @​copilot-swe-agent! - Drop support for older Node.js versions. The new minimum supported versions are: ^20.19.0 || ^22.13.0 || >=24

  • #​469 ee27486 Thanks @​copilot-swe-agent! - Convert to ESM-only package. The plugin now uses tsdown for bundling and is distributed as pure ESM. The package no longer supports CommonJS require() syntax. Users need to use import statements or dynamic import() to load the plugin.

  • #​466 29e47c4 Thanks @​renovate! - Update dependency jsonc-eslint-parser to v3

  • #​473 0f6d480 Thanks @​ota-meshi! - feat: include "no-irregular-whitespace" rule in recommended configs

  • #​477 75304cf Thanks @​ota-meshi! - Removed re-export from jsonc-eslint-parser

Minor Changes
  • #​474 90c0d61 Thanks @​ota-meshi! - fix: replace espree with jsonc-eslint-parser for tokenization

  • #​476 633b7d1 Thanks @​ota-meshi! - The JSONCSourceCode, JSONCToken, and JSONCComment types are now provided. Using these types, you can define a RuleContext type that is useful for creating JSON rules.

    e.g.

    import type * as core from "@eslint/core";
    export type RuleContext<RuleOptions extends unknown[] = unknown[]> =
      core.RuleContext<{
        LangOptions: JSONCLanguageOptions;
        Code: JSONCSourceCode;
        RuleOptions: RuleOptions;
        Node: JSONCNodeOrToken;
        MessageIds: string;
      }>;

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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. View the repository job log.

@renovate renovate Bot added bump:major Creates a new major tag when a PR with the label is merged dependency labels Feb 20, 2026
@github-actions

github-actions Bot commented Feb 20, 2026

Copy link
Copy Markdown

🚀 Merging this PR will release v2.0.0

Merging will trigger workflows Release

🛠️ Auto tagging enabled with label bump:major

2 similar comments
@github-actions

Copy link
Copy Markdown

🚀 Merging this PR will release v2.0.0

Merging will trigger workflows Release

🛠️ Auto tagging enabled with label bump:major

@github-actions

Copy link
Copy Markdown

🚀 Merging this PR will release v2.0.0

Merging will trigger workflows Release

🛠️ Auto tagging enabled with label bump:major

@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch 4 times, most recently from dc0e043 to 89a3c59 Compare February 25, 2026 16:09
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch 2 times, most recently from 5dfc5f7 to 3c85e87 Compare March 9, 2026 05:51
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch 2 times, most recently from 55843ae to 8c0ef51 Compare March 16, 2026 05:12
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch from 8c0ef51 to a43a838 Compare March 23, 2026 01:43
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch from a43a838 to 8e6517c Compare April 8, 2026 19:15
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch 2 times, most recently from 9be375f to 6f0238f Compare June 1, 2026 20:39
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch from 6f0238f to 2637b37 Compare June 29, 2026 09:14
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch from 2637b37 to e72fb75 Compare July 7, 2026 03:14
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch 3 times, most recently from a4f91ae to e5b41f2 Compare August 4, 2026 07:34
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch 2 times, most recently from 144c1a1 to d7d3726 Compare August 12, 2026 16:55
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch from d7d3726 to 9a7f066 Compare August 22, 2026 12:26
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch from 9a7f066 to fd14a38 Compare September 3, 2026 22:31
@renovate
renovate Bot force-pushed the renovate/eslint-plugin-jsonc-3.x branch from fd14a38 to ffe6fa1 Compare September 13, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump:major Creates a new major tag when a PR with the label is merged dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants