Update dependency eslint-plugin-jsonc to v3 - #113
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
🚀 Merging this PR will release Merging will trigger workflows 🛠️ Auto tagging enabled with label |
2 similar comments
|
🚀 Merging this PR will release Merging will trigger workflows 🛠️ Auto tagging enabled with label |
|
🚀 Merging this PR will release Merging will trigger workflows 🛠️ Auto tagging enabled with label |
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
4 times, most recently
from
February 25, 2026 16:09
dc0e043 to
89a3c59
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
2 times, most recently
from
March 9, 2026 05:51
5dfc5f7 to
3c85e87
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
2 times, most recently
from
March 16, 2026 05:12
55843ae to
8c0ef51
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
from
March 23, 2026 01:43
8c0ef51 to
a43a838
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
from
April 8, 2026 19:15
a43a838 to
8e6517c
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
2 times, most recently
from
June 1, 2026 20:39
9be375f to
6f0238f
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
from
June 29, 2026 09:14
6f0238f to
2637b37
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
from
July 7, 2026 03:14
2637b37 to
e72fb75
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
3 times, most recently
from
August 4, 2026 07:34
a4f91ae to
e5b41f2
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
2 times, most recently
from
August 12, 2026 16:55
144c1a1 to
d7d3726
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
from
August 22, 2026 12:26
d7d3726 to
9a7f066
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
from
September 3, 2026 22:31
9a7f066 to
fd14a38
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-jsonc-3.x
branch
from
September 13, 2026 09:54
fd14a38 to
ffe6fa1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.10.0→^3.0.0Release Notes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
v3.4.2Compare Source
Patch Changes
c541481Thanks @Cherepanov-Pavel! - Fixjsonc/indentso mixed spaces and tabs are reported and automatically corrected.v3.4.1Compare Source
Patch Changes
97a7564Thanks @ota-meshi! - FixallowLineSeparatedGroupsinjsonc/sort-keyswhen ignored properties occur between sorted keys.v3.4.0Compare Source
Minor Changes
b2a546fThanks @ColumbusLabs! - Add anignoreorder type tojsonc/sort-keyspath options.v3.3.0Compare Source
Minor Changes
9f6808aThanks @castastrophe! - feat(sort-array-values): addkeyoption to sort object arrays by propertyv3.2.0Compare Source
Minor Changes
f09fa21Thanks @ota-meshi! - feat: addnamespaceto pluginmetav3.1.2Compare Source
Patch Changes
d97b2bcThanks @ota-meshi! - fix: update eslint-json-compat-utils to 0.2.3 and fixed compatibility with@eslint/jsonv3.1.1Compare Source
Patch Changes
36960d6Thanks @FloEdelmann! - Addmainfield to package.jsonv3.1.0Compare Source
Minor Changes
8a1f4b9Thanks @ota-meshi! - feat(object-curly-spacing): addemptyObjectsoption to control spacing in empty objectsv3.0.1Compare Source
Patch Changes
8bef6fcThanks @ota-meshi! - update@ota-meshi/ast-token-storeto v0.3.0v3.0.0Compare Source
Major Changes
#471
d30112bThanks @copilot-swe-agent! - Add ESLint language plugin support. The plugin now exports alanguagesobject that provides language implementations forjson,jsonc,json5, andx. The shared configurations (base,recommended-with-json, etc.) now use thejsonc-based language implementation by default (vialanguage: "jsonc/x"in ESLint flat config) and have been updated to use the new language plugin approach instead of the parser approach.#468
8c87c6cThanks @copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configs as the main configuration format. The previousflat/*namespace is kept for backward compatibility.#465
62b2127Thanks @copilot-swe-agent! - Drop support for older ESLint versions. The new minimum supported version is ESLint 9.38.0 or later.#460
cc949e3Thanks @copilot-swe-agent! - Drop support for older Node.js versions. The new minimum supported versions are: ^20.19.0 || ^22.13.0 || >=24#469
ee27486Thanks @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 CommonJSrequire()syntax. Users need to useimportstatements or dynamicimport()to load the plugin.#466
29e47c4Thanks @renovate! - Update dependency jsonc-eslint-parser to v3#473
0f6d480Thanks @ota-meshi! - feat: include "no-irregular-whitespace" rule in recommended configs#477
75304cfThanks @ota-meshi! - Removed re-export from jsonc-eslint-parserMinor Changes
#474
90c0d61Thanks @ota-meshi! - fix: replace espree with jsonc-eslint-parser for tokenization#476
633b7d1Thanks @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.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.