Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] and @intlify/[email protected] - update package.json peerDependencies #431

Open
4 tasks done
volarname opened this issue Dec 27, 2024 · 2 comments
Open
4 tasks done
Labels
good first issue Good for newcomers Package: unplugin-vue-i18n Status: PR Welcome Welcome to Pull Request Type: Improvement Includes backwards-compatible fixes

Comments

@volarname
Copy link

Reporting a bug?

vue-i18n is listed by your project with version 11.0.1 (pdfe07), which doesn't satisfy what @intlify/vue-i18n-extensions (via @intlify/unplugin-vue-i18n) and other dependencies request

Expected behavior

it should work without error - package.json requirements needs to be updated

Reproduction

just upgrade to [email protected] and use latest @intlify/[email protected]

Issue Package

unplugin-vue-i18n

System Info

System:
    OS: Linux 5.15 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish)
    CPU: (4) x64 13th Gen Intel(R) Core(TM) i9-13900HX
    Memory: 7.89 GB / 15.62 GB
    Container: Yes
    Shell: 5.1.16 - /bin/bash
  Binaries:
    Node: 22.10.0 - ~/.nvm/versions/node/v22.10.0/bin/node
    Yarn: 4.5.3 - ~/.nvm/versions/node/v22.10.0/bin/yarn
    npm: 10.9.0 - ~/.nvm/versions/node/v22.10.0/bin/npm
  npmPackages:
    vite: 6.0.6 => 6.0.6
    vue: 3.5.13 => 3.5.13
    vue-i18n: 11.0.1 => 11.0.1

Screenshot

No response

Additional context

why when new version is released also other bundle tools are not uptaded?

Validations

  • Read the Contributing Guidelines.
  • Read the README
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A open a GitHub Discussion.
@volarname volarname added the Status: Review Needed Request for review comments label Dec 27, 2024
@Mertico
Copy link

Mertico commented Dec 28, 2024

+1

packages/frontend
└─┬ @intlify/unplugin-vue-i18n 6.0.2
  └─┬ @intlify/vue-i18n-extensions 7.0.0
    ├── ✕ unmet peer @intlify/shared@"^9.0.0 || ^10.0.0": found 11.0.1
    └── ✕ unmet peer vue-i18n@"^9.0.0 || ^10.0.0": found 11.0.1

Temp fix on pnpm

  "pnpm": {
    "peerDependencyRules": {
      "allowedVersions": {
        "vue-i18n": "^11.0.1"
      }
    }
  }

@kazupon
Copy link
Member

kazupon commented Dec 29, 2024

related issue

intlify/vue-i18n-extensions#300
We are working on intlify/vue-i18n-extensions#301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Package: unplugin-vue-i18n Status: PR Welcome Welcome to Pull Request Type: Improvement Includes backwards-compatible fixes
Projects
None yet
Development

No branches or pull requests

3 participants