Skip to content

Build(deps-dev): Bump @intlify/eslint-plugin-vue-i18n from 4.1.1 to 4.2.0#2870

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/intlify/eslint-plugin-vue-i18n-4.2.0
Closed

Build(deps-dev): Bump @intlify/eslint-plugin-vue-i18n from 4.1.1 to 4.2.0#2870
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/intlify/eslint-plugin-vue-i18n-4.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps @intlify/eslint-plugin-vue-i18n from 4.1.1 to 4.2.0.

Release notes

Sourced from @​intlify/eslint-plugin-vue-i18n's releases.

v4.2.0

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

Changelog

Sourced from @​intlify/eslint-plugin-vue-i18n's changelog.

4.2.0

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

Commits
  • f717c61 chore: release @intlify/eslint-plugin-vue-i18n (#700)
  • 7fb2330 chore(deps): update node.js to v24 (#705)
  • b8dd9e8 Bump to eslint 10 (#697)
  • 53030e3 chore(deps): update dependency jiti to v2 (#554)
  • 966d27d chore(deps): update dependency espree to v11 (#702)
  • 63a8ebb chore(deps): update dependency env-cmd to v11 (#678)
  • 92bed17 chore(deps): update dependency entities to v7 (#677)
  • cec90ba chore(deps): update actions/setup-node action to v6 (#676)
  • 305410e chore(deps): update actions/checkout action to v6 (#681)
  • 8d175b3 fix: narrow types of provided configs (#692)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@intlify/eslint-plugin-vue-i18n](https://github.com/intlify/eslint-plugin-vue-i18n) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/intlify/eslint-plugin-vue-i18n/releases)
- [Changelog](https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/CHANGELOG.md)
- [Commits](intlify/eslint-plugin-vue-i18n@v4.1.1...v4.2.0)

---
updated-dependencies:
- dependency-name: "@intlify/eslint-plugin-vue-i18n"
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.71%. Comparing base (7adc4a1) to head (fadb3a0).
⚠️ Report is 8 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #2870   +/-   ##
==========================================
  Coverage      96.71%   96.71%           
  Complexity      1841     1841           
==========================================
  Files            444      444           
  Lines          12585    12585           
  Branches        2066     2066           
==========================================
  Hits           12172    12172           
  Misses           413      413           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 2, 2026

Superseded by #2894.

@dependabot dependabot Bot closed this Mar 2, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/intlify/eslint-plugin-vue-i18n-4.2.0 branch March 2, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants