Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/intlify-eslint-plugin-vue-i18n-4.x
Open

chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.3.0#74
renovate[bot] wants to merge 1 commit intomainfrom
renovate/intlify-eslint-plugin-vue-i18n-4.x

Conversation

@renovate
Copy link
Copy Markdown
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.

@renovate renovate bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch 4 times, most recently from def865a to 094ec0e Compare March 4, 2026 16:02
@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 2 times, most recently from 25d5494 to 0c7c0ee Compare March 9, 2026 07:10
@renovate renovate bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch 2 times, most recently from 9e4ca97 to 4f27c74 Compare March 16, 2026 10:58
@renovate renovate bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch from 4f27c74 to b641211 Compare March 23, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants