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

fix(deps): update dependency vue-i18n to v9.14.1 #308

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-i18n (source) 9.0.0 -> 9.14.1 age adoption passing confidence

Release Notes

intlify/vue-i18n (vue-i18n)

v9.14.1

Compare Source

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.14.0...v9.14.1

v9.14.0

Compare Source

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v9.13.1...v9.14.0

v9.13.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.13.0...v9.13.1

v9.13.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚠️ Deprecated Features
⚡ Improvement Features
📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.12.1...v9.13.0

v9.12.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
👕 Refactoring

Full Changelog: intlify/vue-i18n@v9.12.0...v9.12.1

v9.12.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

Full Changelog: intlify/vue-i18n@v9.11.1...v9.12.0

v9.11.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.11.0...v9.11.1

v9.11.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

New Contributors

Full Changelog: intlify/vue-i18n@v9.10.2...v9.11.0

v9.10.2

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: intlify/vue-i18n@v9.10.1...v9.10.2

v9.10.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features
📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.10.0...v9.10.1

v9.10.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.9.1...v9.10.0

v9.9.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.9.0...v9.9.1

v9.9.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features
📈 Performance Fixes
📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.8.0...v9.9.0

v9.8.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

Full Changelog: intlify/vue-i18n@v9.7.1...v9.8.0

v9.7.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v9.7.0...v9.7.1

v9.7.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

Full Changelog: intlify/vue-i18n@v9.6.5...v9.7.0

v9.6.5

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: intlify/vue-i18n@v9.6.4...v9.6.5

v9.6.4

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.6.3...v9.6.4

v9.6.3

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: intlify/vue-i18n@v9.6.2...v9.6.3

v9.6.2

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.6.1...v9.6.2

v9.6.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

Full Changelog: intlify/vue-i18n@v9.6.0...v9.6.1

v9.6.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
🐛 Bug Fixes
⚡ Improvement Features
📝️ Documentations

Full Changelog: intlify/vue-i18n@v9.5.0...v9.6.0

v9.5.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
🐛 Bug Fixes
📝️ Documentations
🍭 Examples

New Contributors

Full Changelog: intlify/vue-i18n@v9.4.1...v9.5.0

v9.4.1

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes
📝️ Documentations

Full Changelog: intlify/vue-i18n@v9.4.0...v9.4.1

v9.4.0

Compare Source

This changelog is generated by GitHub Releases

What's Changed

🌟 Features
🐛 Bug Fixes
⚡ Improvement Features

New Contributors

Full Changelog: intlify/vue-i18n@v9.3.0...v9.4.0

v9.3.0

Compare Source

We are excited to announce the release of Vue I18n v9.3, finally !! This release includes some new features, bug fixes, improvements, and document fixes.

We had commited with 37 contributors. Thanks for your contributing ❤️

In the following, we introduce some of the new features:

🌟 Features

Node.js Dual packages (cjs / mjs)

We provide CommonJS and Native ESM dual module packages for Node.js. This supports both require and import for loading modules in Node.js.

JIT Style Compilation

Supports JIT (Just In Time) style compilation of message formats. This mean, removes the CSP limitation and allows for use in environments such as Service worker, Web worker, and Edge.

It mean also now supports the use-case where locale messages are dynamically retrieved from the backend via the API.

For more information, please see the docs

The performance of JIT-style compilation is close to that of conventional AOT (Ahead Of Time) style compilation, and you can improve the performance to nearly 3x with combination of JIT + AOT.

Below are the compile performance benchmark results for vue-i18n:

> node ./benchmark/index.mjs

compilation:

compile simple message x 396,898 ops/sec ±0.31% (98 runs sampled)
compile complex message x 60,036 ops/sec ±0.34% (99 runs sampled)

simple pattern on 1000 resources (AOT):

resolve time with core x 279,919 ops/sec ±0.19% (99 runs sampled)
resolve time on composition x 93,963 ops/sec ±0.48% (93 runs sampled)
resolve time on composition with compile cache x 230,928 ops/sec ±0.20% (100 runs sampled)

simple pattern on 1000 resources (JIT):

resolve time with core x 277,813 ops/sec ±0.18% (99 runs sampled)
resolve time on composition x 91,959 ops/sec ±0.43% (97 runs sampled)
resolve time on composition with compile cache x 227,117 ops/sec ±0.15% (99 runs sampled)

simple pattern on 1000 resources (JIT + AOT):

resolve time with core x 319,061 ops/sec ±0.18% (100 runs sampled)
resolve time on composition x 204,529 ops/sec ±0.22% (95 runs sampled)
resolve time on composition with compile cache x 204,652 ops/sec ±0.30% (100 runs sampled)

complex pattern on 1000 resources (AOT):

resolve time with core x 240,427 ops/sec ±0.37% (100 runs sampled)
resolve time on composition x 33,959 ops/sec ±0.45% (94 runs sampled)
resolve time on composition with compile cache x 200,980 ops/sec ±0.15% (99 runs sampled)

complex pattern on 1000 resources (JIT):

resolve time with core x 225,739 ops/sec ±0.25% (99 runs sampled)
resolve time on composition x 36,379 ops/sec ±0.49% (97 runs sampled)
resolve time on composition with compile cache x 191,653 ops/sec ±0.24% (100 runs sampled)

complex pattern on 1000 resources (JIT + AOT):

resolve time with core x 278,542 ops/sec ±0.20% (98 runs sampled)
resolve time on composition x 92,781 ops/sec ±0.31% (98 runs sampled)
resolve time on composition with compile cache x 92,865 ops/sec ±0.33% (98 runs sampled)

You can clone Vue I18n and run the benchmark with pnpm build:type && pnpm benchmark to check.

Custome message format

Starting with v9.3, Vue I18n will give message format customization as an experimental feature. This will allow for extending to the message format:

import { createI18n } from 'vue-i18n'
import { messageCompiler } from './compilation'

const i18n = createI18n({
  legacy: false,
  locale: 'en',
  messageCompiler,
  messages: {
    en: {
      hello: 'hello world!',
      greeting: 'hi, {name}!',
      photo: `You have {numPhotos, plural,
        =0 {no photos.}
        =1 {one photo.}
        other {# photos.}
      }`
    }
  }
})

About details, please see the docs

Exports type definition and API

Export v-t type definitions and API $te to support Vue I18n extending for third vendors and your Vue applications.

❗ Important Changes: 1

allowComposition option

The allowComposition option will be removed in Vue I18n v10. We have accordingly output a warning if you are using it.

If you are using Vue I18n Legacy API to migrate to the Composition API, please make sure you have done so with the Vue I18n v9 version.

Deprecate vue-i18n official bundle plugins

The following plugin or loader for bundler is deprecated because it can be replaced by the unplugin-vue-i18n.

These will only be taken as hot fixes in the future, and no additional functionality will be added.

⚡ Improvement Features: 15

🐛 Bug Fixes: 17

📝️ Documentations: 28

🧑‍🤝‍🧑 Contributers: 37

Full Changelog: intlify/vue-i18n@v9.2.2...v9.3.0

v9.2.2

Compare Source

🐛 Bug Fixes
  • vue-i18n-core
Committers: 1

v9.2.1

Compare Source

🐛 Bug Fixes
📝 Documentation
Committers: 6

v9.2.0

Compare Source

We are excited to announce the release of Vue I18n v9.2 !! This release includes many new features, bug fixes, improvements, and document fixes.

We had commited with 35 contributors. Thanks for your contributing ❤️

In the following, we introduce some of the new features:

More TypeScript supporting

From Vue I18n v9.2, we have improved TypeScript support. This allows type checking of resources specified in the messages option of createI18n and complementing with APIs such as t.

The following images is the resoureces type-checked:

type check1
type check2

The following gif image is the API completion working:

completion

For more information on how to setup the system, please read the docs

Web Components

WebComponents has been supported since Vue 3.2. You c


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 changed the title fix(deps): update dependency vue-i18n to v9.1.0 fix(deps): update dependency vue-i18n to v9.1.1 Apr 7, 2021
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.1.1 fix(deps): update dependency vue-i18n to v9.1.2 Apr 8, 2021
@renovate renovate bot force-pushed the renovate/vue-i18n-9.x branch 2 times, most recently from 9112e42 to 5b15727 Compare April 9, 2021 08:13
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.1.2 fix(deps): update dependency vue-i18n to v9.1.3 Apr 9, 2021
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.1.3 fix(deps): update dependency vue-i18n to v9.1.4 Apr 11, 2021
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.1.4 fix(deps): update dependency vue-i18n to v9.1.5 Apr 15, 2021
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.1.5 fix(deps): update dependency vue-i18n to v9.1.6 Apr 15, 2021
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.1.6 fix(deps): update dependency vue-i18n to v9.1.9 Oct 19, 2021
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.1.9 fix(deps): update dependency vue-i18n to v9.1.10 May 15, 2022
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.1.10 fix(deps): update dependency vue-i18n to v9.2.2 Sep 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.2.2 fix(deps): update dependency vue-i18n to v9.3.0 Sep 5, 2023
@renovate renovate bot force-pushed the renovate/vue-i18n-9.x branch 2 times, most recently from 7700c52 to 2950e61 Compare September 12, 2023 02:24
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.3.0 fix(deps): update dependency vue-i18n to v9.4.0 Sep 12, 2023
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.4.0 fix(deps): update dependency vue-i18n to v9.4.1 Sep 14, 2023
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.4.1 fix(deps): update dependency vue-i18n to v9.5.0 Sep 29, 2023
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.5.0 fix(deps): update dependency vue-i18n to v9.6.0 Oct 26, 2023
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.6.0 fix(deps): update dependency vue-i18n to v9.6.1 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/vue-i18n-9.x branch 2 times, most recently from 8331aba to 95d8b34 Compare November 28, 2023 04:47
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.7.1 fix(deps): update dependency vue-i18n to v9.8.0 Nov 28, 2023
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.8.0 fix(deps): update dependency vue-i18n to v9.9.0 Jan 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.9.0 fix(deps): update dependency vue-i18n to v9.9.1 Jan 31, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.9.1 fix(deps): update dependency vue-i18n to v9.10.1 Mar 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.10.1 fix(deps): update dependency vue-i18n to v9.10.2 Mar 15, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.10.2 fix(deps): update dependency vue-i18n to v9.11.0 Apr 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.11.0 fix(deps): update dependency vue-i18n to v9.11.1 Apr 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.11.1 fix(deps): update dependency vue-i18n to v9.12.0 Apr 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.12.0 fix(deps): update dependency vue-i18n to v9.12.1 Apr 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.12.1 fix(deps): update dependency vue-i18n to v9.13.0 Apr 17, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.13.0 fix(deps): update dependency vue-i18n to v9.13.1 Apr 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.13.1 fix(deps): update dependency vue-i18n to v9.14.0 Aug 16, 2024
Copy link

coderabbitai bot commented Aug 16, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The update involves upgrading the vue-i18n package from version 9.0.0 to 9.14.0 in the package.json file. This change aims to leverage enhancements, bug fixes, and new features introduced in the latest version, thereby improving the internationalization capabilities of Vue.js applications without directly altering existing functionality.

Changes

Files Change Summary
package.json Updated vue-i18n version from 9.0.0 to 9.14.0

Poem

🐰 In the garden of code, I hop and play,
New vue-i18n blooms in a vibrant array!
With fixes and features, it’s a joyful sight,
International whispers take flight in the night.
Let's dance with the updates, so fresh and so bright! 🌼


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 8e1fe27 and ccfcb7a.

Files selected for processing (1)
  • package.json (1 hunks)

@renovate renovate bot changed the title fix(deps): update dependency vue-i18n to v9.14.0 fix(deps): update dependency vue-i18n to v9.14.1 Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants