Skip to content

chore(dev-deps): ⬆️ upgrade devdependencies (major) to v3 (major)#170

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-3-devdependencies-(major)
Open

chore(dev-deps): ⬆️ upgrade devdependencies (major) to v3 (major)#170
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-3-devdependencies-(major)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jsonc (source) 2.9.03.1.1 age adoption passing confidence
eslint-plugin-yml (source) 1.9.03.3.0 age adoption passing confidence
jsonc-eslint-parser 2.3.03.1.0 age adoption passing confidence
prettier-plugin-packagejson 2.4.63.0.0 age adoption passing confidence

Release Notes

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

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;
      }>;

v2.21.1

Compare Source

Patch Changes

v2.21.0

Compare Source

Minor Changes
  • #​426 efc00a6 Thanks @​ota-meshi! - feat(sort-array-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #​426 efc00a6 Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

v2.20.1

Compare Source

Patch Changes

v2.20.0

Compare Source

Minor Changes

v2.19.1

Compare Source

Patch Changes

v2.19.0

Compare Source

Minor Changes

v2.18.2

Compare Source

Patch Changes

v2.18.1

Compare Source

Patch Changes

v2.18.0

Compare Source

Minor Changes

v2.17.0

Compare Source

Minor Changes

v2.16.0

Compare Source

Minor Changes

v2.15.1

Compare Source

Patch Changes

v2.15.0

Compare Source

Minor Changes

v2.14.1

Compare Source

Patch Changes

v2.14.0

Compare Source

Minor Changes

v2.13.0

Compare Source

Minor Changes

v2.12.2

Compare Source

Patch Changes

v2.12.1

Compare Source

Patch Changes

v2.12.0

Compare Source

Minor Changes

v2.11.2

Compare Source

Patch Changes

v2.11.1

Compare Source

Patch Changes

v2.11.0

Compare Source

Minor Changes

v2.10.0

Compare Source

Minor Changes
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)

v3.3.0

Compare Source

Minor Changes
  • #​582 ef8de6e Thanks @​ota-meshi! - feat(flow-mapping-curly-spacing): add emptyObjects option to control spacing in empty flow-mapping

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch 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
  • #​564 c8ff016 Thanks @​antfu! - Add ESLint v10 compatibility while maintaining v9 support
    • Migrated from deprecated isSpaceBetweenTokens() to isSpaceBetween() API
    • All changes are backward compatible with ESLint v9

v3.0.0

Compare Source

Major Changes
  • #​543 12df7f4 Thanks @​copilot-swe-agent! - Use language config in shareable configs. The shareable configs now use the new ESLint v9 language config API (language: "yml/yaml") instead of the legacy parser approach (languageOptions: { parser }). This is a breaking change that aligns with ESLint's language plugin architecture.

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes

v1.19.1

Compare Source

Patch Changes

v1.19.0

Compare Source

Minor Changes
  • #​482 2dd3bca Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #​482 2dd3bca Thanks @​ota-meshi! - feat(sort-sequence-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

v1.18.0

Compare Source

Minor Changes

v1.17.0

Compare Source

Minor Changes

v1.16.0

Compare Source

Minor Changes

v1.15.0

Compare Source

Minor Changes

v1.14.0

Compare Source

Minor Changes

v1.13.2

Compare Source

Patch Changes

v1.13.1

Compare Source

Patch Changes

v1.13.0

Compare Source

Minor Changes

v1.12.2

Compare Source

Patch Changes

v1.12.1

Compare Source

Patch Changes

v1.12.0

Compare Source

Minor Changes

v1.11.0

Compare Source

Minor Changes

v1.10.0

Compare Source

Minor Changes
ota-meshi/jsonc-eslint-parser (jsonc-eslint-parser)

v3.1.0

Compare Source

Minor Changes

v3.0.0

Compare Source

Major Changes

v2.4.2

Compare Source

Patch Changes

v2.4.1

Compare Source

Patch Changes

v2.4.0

Compare Source

Minor Changes
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v3.0.0

Compare Source

  • feat!: drop support for prettier v2 (af8e338)
BREAKING CHANGES
  • only supports prettier v3

v2.5.22

Compare Source

Bug Fixes

v2.5.21

Compare Source

Bug Fixes
  • add type declaration file and document packageSortOrder option (14f93e6), closes #​188

v2.5.20

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.5.0 (f04e33c)

v2.5.19

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.11 (d8dd21a)

v2.5.18

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.4.0 (eef209d)

v2.5.17

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.3.1 (1435bf2)

v2.5.16

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.2.2 (8baedc1)

v2.5.15

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.8 (2e50ac7)

v2.5.14

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.6 (7d8e522)

v2.5.13

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.5 (c4a55e1)

v2.5.12

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3.2.1 (f6214be)

v2.5.11

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v3 (7403f86)
  • deps: update dependency synckit to v0.11.4 (8ae1382)

v2.5.10

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.15.1 (b10ddae)

v2.5.9

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.15.0 (0f3dd4b)

v2.5.8

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.14.0 (fe3557e)

v2.5.7

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.13.0 (9515f01)

v2.5.6

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.12.0 (81ad3b6)

v2.5.5

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.11.0 (ecf4cbe)

v2.5.4

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.10.2 (a29cb8e)

v2.5.3

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.9.2 (20ed38e)

v2.5.2

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.10.1 (44fef1d)

v2.5.1

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.9.1 (c36b2fc)

v2.5.0

Compare Source

Features
  • packageSortOrder option (084e11e)

v2.4.14

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.10.0 (e2bb083)

v2.4.13

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.9.0 (c4d4366)

v2.4.12

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.8.0 (8991b5b)

v2.4.11

Compare Source

Bug Fixes
  • .js to .cjs for compatibility with { "type": "module" } (ac3a006)

v2.4.10

Compare Source

Bug Fixes
  • deps: update dependency sort-package-json to v2.7.0 (0d520e3)

v2.4.9

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.9.0 (446d477)

v2.4.8

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.8.8 (bfbbf2d)

v2.4.7

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.8.6 (7637443)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Asia/Kolkata, 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 these updates 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 the DevDependency 🔼 Pull requests that update a dev dependency file label Jan 25, 2026
@renovate renovate bot force-pushed the renovate/major-3-devdependencies-(major) branch from 27f6176 to bb3a61d Compare February 2, 2026 15:54
@renovate renovate bot force-pushed the renovate/major-3-devdependencies-(major) branch 2 times, most recently from d489768 to b72f9ed Compare February 10, 2026 15:53
@renovate renovate bot force-pushed the renovate/major-3-devdependencies-(major) branch 6 times, most recently from 083d36a to 17dccbb Compare February 26, 2026 11:51
@renovate renovate bot force-pushed the renovate/major-3-devdependencies-(major) branch from 17dccbb to f51afc2 Compare February 28, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DevDependency 🔼 Pull requests that update a dev dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants