Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v4.5.1

Compare Source

Patch Changes

v4.5.0

Compare Source

Minor Changes

v4.4.0

Compare Source

Minor Changes
Patch Changes
  • #​734 1c6e0a8 Thanks @​SAY-5! - fix(no-raw-text): trim leading and trailing whitespace in warning message for readability

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: (in timezone Europe/Berlin)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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 the dependency label Mar 1, 2026
@renovate renovate Bot added the dependency label Mar 1, 2026
@renovate renovate Bot requested a review from devtobi March 1, 2026 01:12
@renovate renovate Bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch 5 times, most recently from 879ba0d to 763d978 Compare March 4, 2026 15:16
@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 4 times, most recently from ee7b9fc to 1ac8c24 Compare April 6, 2026 05:40
@renovate renovate Bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch from 1ac8c24 to fb49819 Compare April 13, 2026 05:20
@renovate renovate Bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch 2 times, most recently from f99be13 to 8705a11 Compare April 27, 2026 04:48
@renovate renovate Bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch 3 times, most recently from d321f7c to 62c484d Compare May 4, 2026 00:48
@renovate renovate Bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch from 62c484d to 1afad75 Compare May 17, 2026 05:12
@renovate renovate Bot changed the title chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.3.0 chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.4.0 May 17, 2026
@renovate renovate Bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch from 1afad75 to 2a643b8 Compare May 30, 2026 09:27
@renovate renovate Bot changed the title chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.4.0 chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.5.0 May 30, 2026
@renovate renovate Bot force-pushed the renovate/intlify-eslint-plugin-vue-i18n-4.x branch from 2a643b8 to 4ff2857 Compare June 5, 2026 05:38
@renovate renovate Bot changed the title chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.5.0 chore(deps): update dependency @intlify/eslint-plugin-vue-i18n to v4.5.1 Jun 5, 2026
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.

1 participant