Skip to content

chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.3.0#625

Merged
udobrmuc merged 1 commit intomainfrom
renovate/intlify-eslint-plugin-vue-i18n-4.x
Mar 9, 2026
Merged

chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.3.0#625
udobrmuc merged 1 commit intomainfrom
renovate/intlify-eslint-plugin-vue-i18n-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Type Update Change OpenSSF
@intlify/eslint-plugin-vue-i18n devDependencies minor 4.1.14.3.0 OpenSSF Scorecard

Release Notes

intlify/eslint-plugin-vue-i18n (@​intlify/eslint-plugin-vue-i18n)

v4.3.0

Compare Source

Minor Changes

v4.2.0

Compare Source

Minor Changes
  • #​697 b8dd9e8 Thanks @​samuelwei! - add support for eslint v10

  • #​689 bb9e1df Thanks @​Jerc92! - Add valid-plural-forms rule to validate plural form counts per locale

    This rule enforces that plural messages have the correct number of forms for each locale, helping prevent runtime errors when vue-i18n's pluralRules function returns an out-of-bounds index.

    • Defaults to [2, 3] for all locales (matches vue-i18n's built-in pluralization)
    • Use pluralFormCounts to configure locale-specific overrides
    • Arrays allow multiple valid counts (e.g., [2, 4] for languages supporting both binary and full pluralization)

    Configuration example:

    {
      "@​intlify/vue-i18n/valid-plural-forms": [
        "error",
        {
          "pluralFormCounts": {
            "sl": [2, 4],
            "sr-latn": [2, 3]
          }
        }
      ]
    }
Patch Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Berlin, 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.

@github-actions github-actions bot added Ehrenamt-Justiz: Frontend Frontend of Ehrenamt-Jusitz Ehrenamt-Justiz: Online Online of Ehrenamt-Justiz labels Mar 2, 2026
@renovate renovate bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch 5 times, most recently from 944f182 to 7723ce7 Compare March 4, 2026 15:53
@renovate renovate bot changed the title chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.2.0 chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.3.0 Mar 4, 2026
@renovate renovate bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch 18 times, most recently from ca85193 to 262ddc8 Compare March 9, 2026 12:32
@renovate renovate bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch from 262ddc8 to dcd8f1a Compare March 9, 2026 12:55
@udobrmuc udobrmuc merged commit c912171 into main Mar 9, 2026
11 checks passed
@renovate renovate bot deleted the renovate/intlify-eslint-plugin-vue-i18n-4.x branch March 9, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ehrenamt-Justiz: Frontend Frontend of Ehrenamt-Jusitz Ehrenamt-Justiz: Online Online of Ehrenamt-Justiz Type: Dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant